.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #970d0f !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffd505 !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #00bb2d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #970d0f !important;
  border-color: #970d0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c61114 !important;
  border-color: #c61114 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c61114 !important;
  border-color: #c61114 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffd505 !important;
  border-color: #ffd505 !important;
  color: #050400 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffde38 !important;
  border-color: #ffde38 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #050400 !important;
  background-color: #ffde38 !important;
  border-color: #ffde38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00bb2d !important;
  border-color: #00bb2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00ee39 !important;
  border-color: #00ee39 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00ee39 !important;
  border-color: #00ee39 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #970d0f;
  color: #970d0f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #470607 !important;
  background-color: transparent !important;
  border-color: #470607 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #970d0f !important;
  border-color: #970d0f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffd505;
  color: #ffd505;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ad9000 !important;
  background-color: transparent !important;
  border-color: #ad9000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #050400 !important;
  background-color: #ffd505 !important;
  border-color: #ffd505 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00bb2d;
  color: #00bb2d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006418 !important;
  background-color: transparent !important;
  border-color: #006418 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00bb2d !important;
  border-color: #00bb2d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #970d0f !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffd505 !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #00bb2d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #390506 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8300 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #005514 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #970d0f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffd505;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #00bb2d;
}
.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: #970d0f;
  border-color: #970d0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #970d0f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ee3638;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff7d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3cff6b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  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: #970d0f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #970d0f;
}
/* 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: #970d0f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #970d0f;
}
.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: #970d0f;
  border-bottom-color: #970d0f;
}
.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: #970d0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f3f6f9 !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='%23970d0f' %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: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-u1IPQctdnu {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background-color: #970d0f !important;
  padding: 0;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #970d0f !important;
  background: #970d0f;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #970d0f !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu .navbar-dropdown {
  position: relative !important;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: false !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #970d0f;
  background: #dcdde0;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #970d0f;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unnePKfWo9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnePKfWo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnePKfWo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnePKfWo9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnePKfWo9 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnePKfWo9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnePKfWo9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnePKfWo9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnePKfWo9 .header-menu li p {
  margin: 0;
}
.cid-unnePKfWo9 .mbr-section-title {
  color: #ffffff;
}
.cid-unnePKfWo9 .header-menu-item {
  color: #ffffff;
}
.cid-unnePKfWo9 .mbr-text,
.cid-unnePKfWo9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnePKfWo9 .content-head {
  max-width: 800px;
}
.cid-upjl9vN53K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upjl9vN53K .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #970d0f;
}
.cid-upjl9vN53K .mbr-fallback-image.disabled {
  display: none;
}
.cid-upjl9vN53K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjl9vN53K .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upjl9vN53K .content-wrap .card {
  justify-content: space-between;
}
.cid-upjl9vN53K .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upjl9vN53K .content-wrapper {
    padding: 0;
  }
}
.cid-upjl9vN53K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upjl9vN53K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #970d0f;
  box-shadow: 4px 4px 0 0 #970d0f;
  border: 2px solid #970d0f;
  background-color: #ffffff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-upjl9vN53K .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-upjl9vN53K .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upjl9vN53K .mbr-desc,
.cid-upjl9vN53K .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-upjl9vN53K .mbr-section-title,
.cid-upjl9vN53K .mbr-section-btn {
  color: #1e1e1e;
}
.cid-unnbixuomq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnbixuomq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnbixuomq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnbixuomq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnbixuomq .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnbixuomq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnbixuomq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnbixuomq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnbixuomq .header-menu li p {
  margin: 0;
}
.cid-unnbixuomq .mbr-section-title {
  color: #ffffff;
}
.cid-unnbixuomq .header-menu-item {
  color: #ffffff;
}
.cid-unnbixuomq .mbr-text,
.cid-unnbixuomq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnbixuomq .content-head {
  max-width: 800px;
}
.cid-upjmVcNeJ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #970d0f;
}
.cid-upjmVcNeJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upjmVcNeJ3 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-upjmVcNeJ3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upjmVcNeJ3 .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-upjmVcNeJ3 .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-upjmVcNeJ3 .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-upjmVcNeJ3 .card-box {
  padding: 0 2rem;
}
.cid-upjmVcNeJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjmVcNeJ3 .card-title,
.cid-upjmVcNeJ3 .iconfont-wrapper,
.cid-upjmVcNeJ3 .card-text {
  color: #000000;
  text-align: center;
}
.cid-upjmVcNeJ3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upjmVcNeJ3 .mbr-section-btn {
  text-align: center;
}
.cid-upjmVcNeJ3 .card-text,
.cid-upjmVcNeJ3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upjmVcNeJ3 .card-title,
.cid-upjmVcNeJ3 .iconfont-wrapper {
  text-align: left;
  color: #ffd9f0;
}
.cid-upjmVcNeJ3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unnbAj8n8l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnbAj8n8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnbAj8n8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnbAj8n8l .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnbAj8n8l .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnbAj8n8l .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnbAj8n8l .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnbAj8n8l .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnbAj8n8l .header-menu li p {
  margin: 0;
}
.cid-unnbAj8n8l .mbr-section-title {
  color: #ffffff;
}
.cid-unnbAj8n8l .header-menu-item {
  color: #ffffff;
}
.cid-unnbAj8n8l .mbr-text,
.cid-unnbAj8n8l .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnbAj8n8l .content-head {
  max-width: 800px;
}
.cid-unnc4f7t9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnc4f7t9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnc4f7t9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnc4f7t9Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnc4f7t9Q .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnc4f7t9Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnc4f7t9Q .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnc4f7t9Q .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnc4f7t9Q .header-menu li p {
  margin: 0;
}
.cid-unnc4f7t9Q .mbr-section-title {
  color: #ffffff;
}
.cid-unnc4f7t9Q .header-menu-item {
  color: #ffffff;
}
.cid-unnc4f7t9Q .mbr-text,
.cid-unnc4f7t9Q .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnc4f7t9Q .content-head {
  max-width: 800px;
}
.cid-unnc7Twz6r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnc7Twz6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnc7Twz6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnc7Twz6r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnc7Twz6r .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnc7Twz6r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnc7Twz6r .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnc7Twz6r .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnc7Twz6r .header-menu li p {
  margin: 0;
}
.cid-unnc7Twz6r .mbr-section-title {
  color: #ffffff;
}
.cid-unnc7Twz6r .header-menu-item {
  color: #ffffff;
}
.cid-unnc7Twz6r .mbr-text,
.cid-unnc7Twz6r .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnc7Twz6r .content-head {
  max-width: 800px;
}
.cid-unne7FRyry {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unne7FRyry .mbr-fallback-image.disabled {
  display: none;
}
.cid-unne7FRyry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unne7FRyry .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unne7FRyry .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unne7FRyry .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unne7FRyry .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unne7FRyry .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unne7FRyry .header-menu li p {
  margin: 0;
}
.cid-unne7FRyry .mbr-section-title {
  color: #ffffff;
}
.cid-unne7FRyry .header-menu-item {
  color: #ffffff;
}
.cid-unne7FRyry .mbr-text,
.cid-unne7FRyry .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unne7FRyry .content-head {
  max-width: 800px;
}
.cid-unne8lmJGU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unne8lmJGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unne8lmJGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unne8lmJGU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unne8lmJGU .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unne8lmJGU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unne8lmJGU .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unne8lmJGU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unne8lmJGU .header-menu li p {
  margin: 0;
}
.cid-unne8lmJGU .mbr-section-title {
  color: #ffffff;
}
.cid-unne8lmJGU .header-menu-item {
  color: #ffffff;
}
.cid-unne8lmJGU .mbr-text,
.cid-unne8lmJGU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unne8lmJGU .content-head {
  max-width: 800px;
}
.cid-unne8L81yz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unne8L81yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unne8L81yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unne8L81yz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unne8L81yz .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unne8L81yz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unne8L81yz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unne8L81yz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unne8L81yz .header-menu li p {
  margin: 0;
}
.cid-unne8L81yz .mbr-section-title {
  color: #ffffff;
}
.cid-unne8L81yz .header-menu-item {
  color: #ffffff;
}
.cid-unne8L81yz .mbr-text,
.cid-unne8L81yz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unne8L81yz .content-head {
  max-width: 800px;
}
.cid-unne9chLKZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unne9chLKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unne9chLKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unne9chLKZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unne9chLKZ .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unne9chLKZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unne9chLKZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unne9chLKZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unne9chLKZ .header-menu li p {
  margin: 0;
}
.cid-unne9chLKZ .mbr-section-title {
  color: #ffffff;
}
.cid-unne9chLKZ .header-menu-item {
  color: #ffffff;
}
.cid-unne9chLKZ .mbr-text,
.cid-unne9chLKZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unne9chLKZ .content-head {
  max-width: 800px;
}
.cid-unnf7IVEjq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnf7IVEjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnf7IVEjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnf7IVEjq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnf7IVEjq .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnf7IVEjq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnf7IVEjq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnf7IVEjq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnf7IVEjq .header-menu li p {
  margin: 0;
}
.cid-unnf7IVEjq .mbr-section-title {
  color: #ffffff;
}
.cid-unnf7IVEjq .header-menu-item {
  color: #ffffff;
}
.cid-unnf7IVEjq .mbr-text,
.cid-unnf7IVEjq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnf7IVEjq .content-head {
  max-width: 800px;
}
.cid-unqqis1ryq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-unqqis1ryq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unqqis1ryq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unqqis1ryq .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unqqis1ryq .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-unqqis1ryq .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-unqqis1ryq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-unqqis1ryq .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-unqqis1ryq .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-unqqis1ryq .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unqqis1ryq .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-unqqis1ryq .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unqqis1ryq .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-unqqis1ryq .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-unqqis1ryq .mbr-section-title,
.cid-unqqis1ryq .mbr-section-btn {
  color: #970d0f;
}
.cid-unquFbS8gl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unquFbS8gl .card-icon {
  font-size: 72px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-unquFbS8gl .icon2 {
  color: #f9b03e;
}
.cid-unquFbS8gl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-unquFbS8gl p {
  font-weight: 400;
}
.cid-unquFbS8gl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffd505;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-unquFbS8gl .line2 {
  background: #f7ed4a;
}
.cid-unquFbS8gl .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #970d0f;
}
.cid-unquFbS8gl .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-unquFbS8gl .card2 {
  background: #ffd505;
}
.cid-unquFbS8gl .card-title,
.cid-unquFbS8gl .card-ico,
.cid-unquFbS8gl .line-wrap {
  text-align: center;
}
.cid-unquFbS8gl .mbr-text,
.cid-unquFbS8gl .card-link {
  text-align: center;
}
.cid-unquFbS8gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-unquFbS8gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unqqaLP52Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqqaLP52Y .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-unqqaLP52Y .icon2 {
  color: #f9b03e;
}
.cid-unqqaLP52Y .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-unqqaLP52Y p {
  font-weight: 400;
}
.cid-unqqaLP52Y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #970d0f;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-unqqaLP52Y .line2 {
  background: #970d0f;
}
.cid-unqqaLP52Y .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #999c9f;
}
.cid-unqqaLP52Y .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-unqqaLP52Y .card2 {
  background: #999c9f;
}
.cid-unqqaLP52Y .card-title,
.cid-unqqaLP52Y .card-ico,
.cid-unqqaLP52Y .line-wrap {
  text-align: center;
}
.cid-unqqaLP52Y .mbr-text,
.cid-unqqaLP52Y .card-link {
  text-align: center;
}
.cid-unqqaLP52Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-unqqaLP52Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjkNPvv95 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upjkNPvv95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upjkNPvv95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjkNPvv95 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upjkNPvv95 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-upjkNPvv95 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upjkNPvv95 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upjkNPvv95 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upjkNPvv95 .header-menu li p {
  margin: 0;
}
.cid-upjkNPvv95 .mbr-section-title {
  color: #ffffff;
}
.cid-upjkNPvv95 .header-menu-item {
  color: #ffffff;
}
.cid-upjkNPvv95 .mbr-text,
.cid-upjkNPvv95 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upjkNPvv95 .content-head {
  max-width: 800px;
}
.cid-unnf86xC7c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnf86xC7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnf86xC7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnf86xC7c .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnf86xC7c .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnf86xC7c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnf86xC7c .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnf86xC7c .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnf86xC7c .header-menu li p {
  margin: 0;
}
.cid-unnf86xC7c .mbr-section-title {
  color: #ffffff;
}
.cid-unnf86xC7c .header-menu-item {
  color: #ffffff;
}
.cid-unnf86xC7c .mbr-text,
.cid-unnf86xC7c .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnf86xC7c .content-head {
  max-width: 800px;
}
.cid-unnf8rUEN1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unnf8rUEN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unnf8rUEN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unnf8rUEN1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unnf8rUEN1 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-unnf8rUEN1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unnf8rUEN1 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unnf8rUEN1 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unnf8rUEN1 .header-menu li p {
  margin: 0;
}
.cid-unnf8rUEN1 .mbr-section-title {
  color: #ffffff;
}
.cid-unnf8rUEN1 .header-menu-item {
  color: #ffffff;
}
.cid-unnf8rUEN1 .mbr-text,
.cid-unnf8rUEN1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-unnf8rUEN1 .content-head {
  max-width: 800px;
}
.cid-unql90cPTJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #970d0f;
}
.cid-unql90cPTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unql90cPTJ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-unql90cPTJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unql90cPTJ .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-unql90cPTJ .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-unql90cPTJ .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-unql90cPTJ .card-box {
  padding: 0 2rem;
}
.cid-unql90cPTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unql90cPTJ .card-title,
.cid-unql90cPTJ .iconfont-wrapper,
.cid-unql90cPTJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-unql90cPTJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-unql90cPTJ .mbr-section-btn {
  text-align: center;
}
.cid-unql90cPTJ .card-text,
.cid-unql90cPTJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unql90cPTJ .card-title,
.cid-unql90cPTJ .iconfont-wrapper {
  text-align: left;
  color: #ffd9f0;
}
.cid-unql90cPTJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u1IQ7Ozymc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ7Ozymc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ7Ozymc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ7Ozymc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .container {
    padding: 0 20px;
  }
}
.cid-u1IQ7Ozymc .row {
  padding: 60px 0;
}
.cid-u1IQ7Ozymc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:hover,
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1IQ7Ozymc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #970d0f;
  color: #ffffff;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #970d0f;
  color: #970d0f;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1IQ7Ozymc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .mbr-section-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-address {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-list-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .list {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-copy {
  color: #000000;
}
.cid-unn9n05gLo {
  background-color: transparent;
}
.cid-unn9n05gLo .navbar-dropdown {
  background-color: #970d0f !important;
  padding: 0;
}
.cid-unn9n05gLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #970d0f !important;
  background: #970d0f;
}
.cid-unn9n05gLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unn9n05gLo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unn9n05gLo .menu_box .navbar.opened,
  .cid-unn9n05gLo .menu_box .navbar-collapse {
    background-color: #970d0f !important;
    transition: all 0s ease 0s;
  }
}
.cid-unn9n05gLo .navbar-dropdown {
  position: relative !important;
}
.cid-unn9n05gLo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unn9n05gLo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unn9n05gLo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unn9n05gLo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-unn9n05gLo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unn9n05gLo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unn9n05gLo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unn9n05gLo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unn9n05gLo .offcanvas-body .mbr-text,
  .cid-unn9n05gLo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unn9n05gLo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unn9n05gLo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unn9n05gLo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unn9n05gLo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unn9n05gLo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unn9n05gLo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unn9n05gLo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unn9n05gLo .lg_brand {
    margin: 0 1rem;
  }
  .cid-unn9n05gLo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-unn9n05gLo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unn9n05gLo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .nav-item {
    margin: 0 !important;
  }
}
.cid-unn9n05gLo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unn9n05gLo .nav-item .nav-link:hover,
.cid-unn9n05gLo .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-unn9n05gLo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unn9n05gLo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unn9n05gLo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unn9n05gLo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unn9n05gLo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unn9n05gLo .offcanvas_box {
    display: none;
  }
}
.cid-unn9n05gLo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unn9n05gLo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unn9n05gLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unn9n05gLo .container {
  display: flex;
  margin: auto;
}
.cid-unn9n05gLo .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unn9n05gLo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unn9n05gLo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unn9n05gLo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unn9n05gLo .navbar-nav {
    margin: 0;
  }
}
.cid-unn9n05gLo .dropdown-menu,
.cid-unn9n05gLo .navbar.opened {
  background-color: false !important;
}
.cid-unn9n05gLo .nav-item:focus,
.cid-unn9n05gLo .nav-link:focus {
  outline: none;
}
.cid-unn9n05gLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unn9n05gLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unn9n05gLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unn9n05gLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unn9n05gLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unn9n05gLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unn9n05gLo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unn9n05gLo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unn9n05gLo .navbar.opened {
  transition: all 0.3s;
}
.cid-unn9n05gLo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unn9n05gLo .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unn9n05gLo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unn9n05gLo .navbar.collapsed {
  justify-content: center;
}
.cid-unn9n05gLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unn9n05gLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unn9n05gLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unn9n05gLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unn9n05gLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unn9n05gLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unn9n05gLo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unn9n05gLo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unn9n05gLo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unn9n05gLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unn9n05gLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unn9n05gLo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unn9n05gLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unn9n05gLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unn9n05gLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unn9n05gLo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unn9n05gLo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unn9n05gLo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unn9n05gLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unn9n05gLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unn9n05gLo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unn9n05gLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-unn9n05gLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unn9n05gLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unn9n05gLo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unn9n05gLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unn9n05gLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unn9n05gLo .dropdown-item.active,
.cid-unn9n05gLo .dropdown-item:active {
  background-color: transparent;
}
.cid-unn9n05gLo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unn9n05gLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unn9n05gLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unn9n05gLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unn9n05gLo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unn9n05gLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unn9n05gLo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #970d0f;
  background: #dcdde0;
}
.cid-unn9n05gLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unn9n05gLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unn9n05gLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unn9n05gLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unn9n05gLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unn9n05gLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unn9n05gLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unn9n05gLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unn9n05gLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unn9n05gLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unn9n05gLo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unn9n05gLo .navbar {
    height: 70px;
  }
  .cid-unn9n05gLo .navbar.opened {
    height: auto;
  }
  .cid-unn9n05gLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unn9n05gLo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unn9n05gLo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-unn9n05gLo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unn9n05gLo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unn9n05gLo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-unn9n05gLo .navbar-caption:hover {
  color: #970d0f;
}
@media (min-width: 992px) {
  .cid-unn9n05gLo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unn9n05gLo .text_widget {
  margin-bottom: 32px;
}
.cid-unn9n05gLo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unn9n05gLo .text_widget a:hover,
.cid-unn9n05gLo .text_widget a:focus {
  opacity: .8;
}
.cid-unn9n05gLo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n05gLo .navbar-caption {
  color: #000000;
}
.cid-unn9n05gLo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n05gLo .mbr-section-subtitle,
.cid-unn9n05gLo .text_widget,
.cid-unn9n05gLo .mbr-section-btn {
  text-align: center;
}
.cid-unn9n05gLo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unn9n0KJiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/festival-de-la-esperanza-2025-header-1920x1080.webp");
}
.cid-unn9n0KJiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n0KJiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n0KJiX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n0KJiX .container-fluid {
    padding: 0 20px;
  }
}
.cid-unn9n0KJiX .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-unn9n0KJiX .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n0KJiX .content-wrapper {
    padding: 0 20px;
  }
}
.cid-unn9n0KJiX .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-unn9n0KJiX .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-unn9n0KJiX .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-unn9n0KJiX .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-unn9n0KJiX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unn9n0KJiX .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n0KJiX .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unn9n0KJiX .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-unn9n0KJiX .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-unn9n0KJiX .mbr-section-title {
  color: #ffffff;
}
.cid-unn9n0KJiX .mbr-text,
.cid-unn9n0KJiX .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n0KJiX .mbr-section-title,
.cid-unn9n0KJiX .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-unn9n0KJiX .content-wrapper {
    min-height: 480px;
  }
}
.cid-unn9n1b0tH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/sandra-numerologa-profesional-1920x1080.webp");
}
.cid-unn9n1b0tH .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n1b0tH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n1b0tH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n1b0tH .container-fluid {
    padding: 0 20px;
  }
}
.cid-unn9n1b0tH .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-unn9n1b0tH .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n1b0tH .content-wrapper {
    padding: 0 20px;
  }
}
.cid-unn9n1b0tH .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-unn9n1b0tH .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-unn9n1b0tH .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-unn9n1b0tH .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-unn9n1b0tH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unn9n1b0tH .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n1b0tH .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unn9n1b0tH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-unn9n1b0tH .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-unn9n1b0tH .mbr-section-title {
  color: #ffffff;
}
.cid-unn9n1b0tH .mbr-text,
.cid-unn9n1b0tH .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n1b0tH .mbr-section-title,
.cid-unn9n1b0tH .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-unn9n1b0tH .content-wrapper {
    min-height: 480px;
  }
}
.cid-unn9n1DpRj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unn9n1DpRj img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-unn9n1DpRj img {
    height: 350px;
  }
}
.cid-unn9n1DpRj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-unn9n1DpRj .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unn9n1DpRj .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unn9n24omC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unn9n24omC img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-unn9n24omC img {
    height: 350px;
  }
}
.cid-unn9n24omC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-unn9n24omC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unn9n24omC .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unn9n2uZ00 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unn9n2uZ00 img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-unn9n2uZ00 img {
    height: 350px;
  }
}
.cid-unn9n2uZ00 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-unn9n2uZ00 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unn9n2uZ00 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-unn9n2U1iY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unn9n2U1iY .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n2U1iY .container {
    padding: 0 20px;
  }
}
.cid-unn9n2U1iY .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #1e1e1e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-unn9n2U1iY .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-unn9n2U1iY .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-unn9n2U1iY .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unn9n2U1iY .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-unn9n2U1iY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unn9n2U1iY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-unn9n2U1iY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unn9n2U1iY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-unn9n2U1iY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-unn9n2U1iY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-unn9n2U1iY .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-unn9n2U1iY .embla__button--next,
.cid-unn9n2U1iY .embla__button--prev {
  display: flex;
}
.cid-unn9n2U1iY .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffd505 !important;
  border: 2px solid #ffd505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla__button {
    top: 2.5rem;
  }
}
.cid-unn9n2U1iY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unn9n2U1iY .embla__button:hover {
  opacity: 1 !important;
}
.cid-unn9n2U1iY .embla__button.embla__button--prev {
  left: 30px;
}
.cid-unn9n2U1iY .embla__button.embla__button--next {
  right: 30px;
}
.cid-unn9n2U1iY .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-unn9n2U1iY .embla {
    padding-top: 100px;
  }
}
.cid-unn9n2U1iY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-unn9n2U1iY .embla__viewport {
    overflow: hidden;
  }
}
.cid-unn9n2U1iY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unn9n2U1iY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unn9n2U1iY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unn9n2U1iY .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n2U1iY .mbr-section-title {
  color: #ffffff;
}
.cid-unn9n2U1iY .mbr-text,
.cid-unn9n2U1iY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n2U1iY .item-name {
  color: #000000;
}
.cid-unn9n2U1iY .item-role {
  color: #000000;
}
.cid-unn9n2U1iY .list {
  color: #000000;
}
.cid-unn9n2U1iY .mbr-section-title,
.cid-unn9n2U1iY .mbr-section-btn {
  text-align: center;
}
.cid-unn9n3LpiN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n3LpiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n3LpiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n3LpiN .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n3LpiN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .container {
    padding: 0 20px;
  }
}
.cid-unn9n3LpiN .item {
  margin-top: 32px;
}
.cid-unn9n3LpiN .item:first-child {
  margin-top: 0;
}
.cid-unn9n3LpiN .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-unn9n3LpiN .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-unn9n3LpiN .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .card-desc_1,
.cid-unn9n3LpiN .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .card-desc_1,
  .cid-unn9n3LpiN .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-unn9n3LpiN .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-unn9n3LpiN .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .card-title_1,
.cid-unn9n3LpiN .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-unn9n3LpiN .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unn9n3LpiN .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-unn9n3LpiN .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-unn9n3LpiN .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n3LpiN .card-title_1 {
  color: #000000;
}
.cid-unn9n3LpiN .card-title_2 {
  color: #ffffff;
}
.cid-unn9n3LpiN .card-text_1,
.cid-unn9n3LpiN .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-unn9n3LpiN .card-text_2,
.cid-unn9n3LpiN .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n3LpiN .card-title_1,
.cid-unn9n3LpiN .buttons_1,
.cid-unn9n3LpiN .icon-wrapper_1,
.cid-unn9n3LpiN .title-wrapper_1 {
  text-align: center;
}
.cid-unn9n3LpiN .card-title_2,
.cid-unn9n3LpiN .buttons_2,
.cid-unn9n3LpiN .icon-wrapper_2,
.cid-unn9n3LpiN .title-wrapper_2 {
  text-align: center;
}
.cid-unn9n4hiWa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n4hiWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n4hiWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n4hiWa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n4hiWa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n4hiWa .container {
    padding: 0 20px;
  }
}
.cid-unn9n4hiWa .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #000000;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-unn9n4hiWa .row {
    padding: 46px 10px 46px;
  }
}
.cid-unn9n4hiWa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9n4hiWa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unn9n4hiWa .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-unn9n4hiWa .item:first-child {
  margin-bottom: 0;
}
.cid-unn9n4hiWa .item:last-child {
  margin-bottom: 0;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-unn9n4hiWa .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-unn9n4hiWa .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-unn9n4hiWa .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-unn9n4hiWa .mbr-section-btn {
  margin-top: 40px;
}
.cid-unn9n4hiWa .mbr-section-title {
  color: #ffffff;
}
.cid-unn9n4hiWa .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n4hiWa .card-title {
  color: #ffffff;
}
.cid-unn9n4hiWa .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n4hiWa .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n4hiWa .mbr-section-title,
.cid-unn9n4hiWa .mbr-section-btn {
  text-align: center;
}
.cid-unn9n4hiWa .card-title,
.cid-unn9n4hiWa .icon-wrapper {
  text-align: center;
}
.cid-unn9n4Rzeh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n4Rzeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n4Rzeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n4Rzeh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n4Rzeh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .container {
    padding: 0 20px;
  }
}
.cid-unn9n4Rzeh .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .content-wrapper {
    padding: 46px 0;
  }
}
.cid-unn9n4Rzeh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unn9n4Rzeh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-unn9n4Rzeh .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-unn9n4Rzeh .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-unn9n4Rzeh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-unn9n4Rzeh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-unn9n4Rzeh .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-unn9n4Rzeh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unn9n4Rzeh .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-primary,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-secondary,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-success,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-info,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-warning,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-danger,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-black,
.cid-unn9n4Rzeh .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-unn9n4Rzeh .mbr-section-title {
  color: #000000;
}
.cid-unn9n4Rzeh .mbr-desc,
.cid-unn9n4Rzeh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unn9n4Rzeh .card-number {
  color: #000000;
}
.cid-unn9n4Rzeh .card-title {
  color: #000000;
}
.cid-unn9n4Rzeh .mbr-text,
.cid-unn9n4Rzeh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unn9n4Rzeh .mbr-section-title,
.cid-unn9n4Rzeh .mbr-section-btn {
  text-align: center;
}
.cid-unn9n5tGAu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n5tGAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n5tGAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n5tGAu .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n5tGAu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n5tGAu .container {
    padding: 0 20px;
  }
}
.cid-unn9n5tGAu .content-wrapper {
  padding: 60px;
  background-color: #f3f6f9;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-unn9n5tGAu .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-unn9n5tGAu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9n5tGAu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-unn9n5tGAu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-unn9n5tGAu .content-wrapper .items-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-unn9n5tGAu .content-wrapper .items-wrapper {
    margin-top: 46px;
  }
}
.cid-unn9n5tGAu .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-unn9n5tGAu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
}
.cid-unn9n5tGAu .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n5tGAu .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
  }
}
.cid-unn9n5tGAu .mbr-section-title {
  color: #000000;
}
.cid-unn9n5tGAu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-unn9n5tGAu .card-desc {
  color: #000000;
  text-align: center;
}
.cid-unn9n5tGAu .card-title,
.cid-unn9n5tGAu .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-unn9n5tGAu .mbr-section-title,
.cid-unn9n5tGAu .mbr-section-btn,
.cid-unn9n5tGAu .title-wrapper {
  text-align: center;
}
.cid-unn9n62djF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-unn9n62djF .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n62djF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n62djF .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n62djF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n62djF .container {
    padding: 0 20px;
  }
}
.cid-unn9n62djF .row {
  padding: 60px 0;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .row {
    padding: 46px 4px;
  }
}
.cid-unn9n62djF .row .card {
  padding: 0;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .row .card {
    padding: 0 16px;
    margin: 0;
  }
}
.cid-unn9n62djF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9n62djF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-unn9n62djF .content-wrapper .items-wrapper {
  margin: 60px auto 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper {
    margin: 46px 0 0;
  }
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper .item {
    margin-top: 46px;
  }
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
  margin-bottom: 20px;
  margin-right: 120px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-desc {
    min-width: auto;
    margin-right: 0;
  }
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .card-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .card-title {
    margin-bottom: 20px;
  }
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 40px;
}
.cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n62djF .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-unn9n62djF .mbr-section-title {
  color: #000000;
}
.cid-unn9n62djF .mbr-desc {
  color: #000000;
}
.cid-unn9n62djF .card-desc {
  color: #000000;
}
.cid-unn9n62djF .card-title {
  color: #000000;
}
.cid-unn9n62djF .list {
  color: #000000;
}
.cid-unn9n6Cr6L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n6Cr6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n6Cr6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n6Cr6L .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n6Cr6L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n6Cr6L .container {
    padding: 0 20px;
  }
}
.cid-unn9n6Cr6L .content-wrapper {
  background-color: #1e1e1e;
  border-radius: 20px;
  overflow: hidden;
}
.cid-unn9n6Cr6L .content-wrapper .content-wrap {
  padding: 60px 60px 100px;
}
@media (max-width: 992px) {
  .cid-unn9n6Cr6L .content-wrapper .content-wrap {
    padding: 46px 20px 46px;
  }
}
.cid-unn9n6Cr6L .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9n6Cr6L .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unn9n6Cr6L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unn9n6Cr6L .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unn9n6Cr6L .box .mbr-media {
  position: relative;
  height: 800px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-unn9n6Cr6L .box .mbr-media {
    height: 400px;
  }
}
.cid-unn9n6Cr6L .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0 !important;
}
.cid-unn9n6Cr6L .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-unn9n6Cr6L .mbr-media {
  position: relative;
}
.cid-unn9n6Cr6L .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-unn9n6Cr6L a:hover {
  background-image: none !important;
}
.cid-unn9n6Cr6L .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-unn9n6Cr6L .icon-wrap:hover,
.cid-unn9n6Cr6L .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-unn9n6Cr6L .icon-wrap:hover .mbr-iconfont,
.cid-unn9n6Cr6L .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
.cid-unn9n6Cr6L .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-unn9n6Cr6L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-unn9n6Cr6L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-unn9n6Cr6L .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-unn9n6Cr6L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-unn9n6Cr6L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-unn9n6Cr6L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n6Cr6L .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n6Cr6L .mbr-text,
.cid-unn9n6Cr6L .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n7D4ZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unn9n7D4ZS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n7D4ZS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n7D4ZS .container {
    padding: 0 20px;
  }
}
.cid-unn9n7D4ZS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-unn9n7D4ZS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unn9n7D4ZS .embla__slide .slide-content {
  width: 100%;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-unn9n7D4ZS .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-unn9n7D4ZS .embla__button--next,
.cid-unn9n7D4ZS .embla__button--prev {
  display: flex;
}
.cid-unn9n7D4ZS .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #970d0f !important;
  border: 2px solid #970d0f !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-unn9n7D4ZS .embla__button {
    top: 2.5rem;
    color: #970d0f !important;
    border: 2px solid #970d0f !important;
  }
}
@media (max-width: 768px) {
  .cid-unn9n7D4ZS .embla__button {
    display: none;
  }
}
.cid-unn9n7D4ZS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unn9n7D4ZS .embla__button:hover {
  opacity: 1 !important;
}
.cid-unn9n7D4ZS .embla__button.embla__button--prev {
  left: 30px;
}
.cid-unn9n7D4ZS .embla__button.embla__button--next {
  right: 30px;
}
.cid-unn9n7D4ZS .embla {
  position: relative;
  width: 100%;
}
.cid-unn9n7D4ZS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-unn9n7D4ZS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unn9n7D4ZS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unn9n7D4ZS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unn9n7D4ZS .item-desc {
  color: #000000;
  text-align: center;
}
.cid-unn9n7D4ZS .item-title {
  color: #000000;
}
.cid-unn9n7D4ZS .item-name {
  color: #000000;
}
.cid-unn9n7D4ZS .item-role {
  color: #000000;
}
.cid-unn9n7D4ZS .list {
  color: #000000;
}
.cid-unn9n7D4ZS .item-title,
.cid-unn9n7D4ZS .mbr-section-btn,
.cid-unn9n7D4ZS .title-wrap {
  text-align: center;
}
.cid-unn9n8CI50 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-unn9n8CI50 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n8CI50 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .container {
    padding: 0 20px;
  }
}
.cid-unn9n8CI50 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unn9n8CI50 .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-unn9n8CI50 .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-unn9n8CI50 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9n8CI50 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-unn9n8CI50 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-unn9n8CI50 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-unn9n8CI50 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-unn9n8CI50 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unn9n8CI50 .embla__slide .slide-content {
  width: 100%;
}
.cid-unn9n8CI50 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-unn9n8CI50 .embla__button--next,
.cid-unn9n8CI50 .embla__button--prev {
  display: flex;
}
.cid-unn9n8CI50 .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffd505 !important;
  border: 2px solid #ffd505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-unn9n8CI50 .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-unn9n8CI50 .embla__button {
    display: none;
  }
}
.cid-unn9n8CI50 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unn9n8CI50 .embla__button:hover {
  opacity: 1 !important;
}
.cid-unn9n8CI50 .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-unn9n8CI50 .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-unn9n8CI50 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-unn9n8CI50 .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-unn9n8CI50 .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-unn9n8CI50 .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-unn9n8CI50 .embla__button {
    top: 2.5rem;
  }
}
.cid-unn9n8CI50 .embla {
  position: relative;
  width: 100%;
}
.cid-unn9n8CI50 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-unn9n8CI50 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unn9n8CI50 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unn9n8CI50 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unn9n8CI50 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n8CI50 .mbr-section-title {
  color: #ffffff;
}
.cid-unn9n8CI50 .mbr-text,
.cid-unn9n8CI50 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unn9n8CI50 .mbr-section-title,
.cid-unn9n8CI50 .mbr-section-btn {
  text-align: center;
}
.cid-unn9n9DJTU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9n9DJTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9n9DJTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9n9DJTU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9n9DJTU .container-fluid {
    padding: 0 20px;
  }
}
.cid-unn9n9DJTU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unn9n9DJTU .container {
    padding: 0 20px;
  }
}
.cid-unn9n9DJTU .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-unn9n9DJTU .content-wrapper {
    padding: 46px 0;
  }
}
.cid-unn9n9DJTU .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-unn9n9DJTU .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-unn9n9DJTU .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-unn9n9DJTU .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-unn9n9DJTU .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-control:hover,
.cid-unn9n9DJTU .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-unn9n9DJTU .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-unn9n9DJTU .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-unn9n9DJTU .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-unn9n9DJTU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unn9n9DJTU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-unn9n9DJTU .mbr-text,
.cid-unn9n9DJTU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unn9n9DJTU label {
  color: #000000;
}
.cid-unn9n9DJTU .mbr-section-btn {
  text-align: center;
}
.cid-unn9nafVmw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9nafVmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9nafVmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9nafVmw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-unn9nafVmw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9nafVmw .container {
    padding: 0 20px;
  }
}
.cid-unn9nafVmw .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-unn9nafVmw .row {
    padding: 46px 0;
  }
}
.cid-unn9nafVmw .row .card {
  justify-content: flex-end;
}
.cid-unn9nafVmw .content-wrapper {
  margin-bottom: 50px;
}
.cid-unn9nafVmw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unn9nafVmw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unn9nafVmw .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-unn9nafVmw .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-unn9nafVmw .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-unn9nafVmw .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-unn9nafVmw .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #dcdde0;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.cid-unn9nafVmw .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-unn9nafVmw .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-unn9nafVmw .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-unn9nafVmw .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-unn9nafVmw .mbr-section-title {
  color: #000000;
}
.cid-unn9nafVmw .mbr-desc {
  color: #000000;
}
.cid-unn9nafVmw .card-name {
  color: #000000;
}
.cid-unn9nafVmw .card-role {
  color: #000000;
  text-align: center;
}
.cid-unn9nafVmw .list,
.cid-unn9nafVmw .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-unn9nafVmw .card-name,
.cid-unn9nafVmw .mbr-section-btn {
  text-align: center;
}
.cid-unn9nboCEY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unn9nboCEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9nboCEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9nboCEY .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-unn9nboCEY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .container {
    padding: 0 20px;
  }
}
.cid-unn9nboCEY .row {
  padding: 60px 0;
}
.cid-unn9nboCEY .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unn9nboCEY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unn9nboCEY .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-unn9nboCEY .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unn9nboCEY .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-unn9nboCEY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unn9nboCEY .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unn9nboCEY .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-unn9nboCEY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unn9nboCEY .list-wrapper .list .item-wrap:hover,
.cid-unn9nboCEY .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-unn9nboCEY .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-unn9nboCEY .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-unn9nboCEY .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-unn9nboCEY .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unn9nboCEY .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-unn9nboCEY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-unn9nboCEY .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-unn9nboCEY .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-unn9nboCEY .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-unn9nboCEY .mbr-section-title {
  color: #000000;
}
.cid-unn9nboCEY .mbr-address {
  color: #000000;
}
.cid-unn9nboCEY .mbr-list-title {
  color: #000000;
}
.cid-unn9nboCEY .list {
  color: #000000;
}
.cid-unn9nboCEY .mbr-copy {
  color: #000000;
}
