.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f0e6e6;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #e5383b !important;
}
.bg-success {
  background-color: #25c57b !important;
}
.bg-info {
  background-color: #0cbbde !important;
}
.bg-warning {
  background-color: #eab000 !important;
}
.bg-danger {
  background-color: #c72332 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e5383b !important;
  border-color: #e5383b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eb6567 !important;
  border-color: #eb6567 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb6567 !important;
  border-color: #eb6567 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333132 !important;
  border-color: #333132 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4d4a4c !important;
  border-color: #4d4a4c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4d4a4c !important;
  border-color: #4d4a4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c57b !important;
  border-color: #25c57b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #42db94 !important;
  border-color: #42db94 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #42db94 !important;
  border-color: #42db94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eab000 !important;
  border-color: #eab000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c72332 !important;
  border-color: #c72332 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd404e !important;
  border-color: #dd404e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd404e !important;
  border-color: #dd404e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !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: #6e6e6e !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: #e5383b;
  color: #e5383b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af171a !important;
  background-color: transparent !important;
  border-color: #af171a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e5383b !important;
  border-color: #e5383b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333132;
  color: #333132;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #070707 !important;
  background-color: transparent !important;
  border-color: #070707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333132 !important;
  border-color: #333132 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbbde;
  color: #0cbbde;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08768c !important;
  background-color: transparent !important;
  border-color: #08768c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c57b;
  color: #25c57b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177c4d !important;
  background-color: transparent !important;
  border-color: #177c4d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c57b !important;
  border-color: #25c57b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eab000;
  color: #eab000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #936f00 !important;
  background-color: transparent !important;
  border-color: #936f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eab000 !important;
  border-color: #eab000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c72332;
  color: #c72332;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d161f !important;
  background-color: transparent !important;
  border-color: #7d161f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c72332 !important;
  border-color: #c72332 !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: #e5383b !important;
}
.text-secondary {
  color: #333132 !important;
}
.text-success {
  color: #25c57b !important;
}
.text-info {
  color: #0cbbde !important;
}
.text-warning {
  color: #eab000 !important;
}
.text-danger {
  color: #c72332 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a21518 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #156f45 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07697d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #846300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #70141c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e5383b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbbde;
}
.alert-warning {
  background-color: #eab000;
}
.alert-danger {
  background-color: #c72332;
}
.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: #e5383b;
  border-color: #e5383b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e5383b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeced;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #82e8b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bbf1fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9818a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #e5383b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #e5383b;
}
/* 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: #e5383b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e5383b;
}
.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: #e5383b;
  border-bottom-color: #e5383b;
}
.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: #e5383b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333132 !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='%23e5383b' %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: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.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 {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #e5383b;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #333132;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #25c57b;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #0cbbde;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #eab000;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #c72332;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uZe2IfE7Dj {
  background-color: transparent;
}
.cid-uZe2IfE7Dj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uZe2IfE7Dj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZe2IfE7Dj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZe2IfE7Dj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZe2IfE7Dj .menu_box .navbar.opened,
  .cid-uZe2IfE7Dj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZe2IfE7Dj .navbar-dropdown {
  position: relative !important;
}
.cid-uZe2IfE7Dj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZe2IfE7Dj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZe2IfE7Dj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZe2IfE7Dj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uZe2IfE7Dj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZe2IfE7Dj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZe2IfE7Dj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZe2IfE7Dj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZe2IfE7Dj .offcanvas-body .mbr-text,
  .cid-uZe2IfE7Dj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZe2IfE7Dj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZe2IfE7Dj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZe2IfE7Dj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZe2IfE7Dj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZe2IfE7Dj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZe2IfE7Dj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZe2IfE7Dj 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-uZe2IfE7Dj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZe2IfE7Dj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uZe2IfE7Dj .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uZe2IfE7Dj .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .nav-item {
    margin: 0 !important;
  }
}
.cid-uZe2IfE7Dj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uZe2IfE7Dj .nav-item .nav-link:hover,
.cid-uZe2IfE7Dj .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uZe2IfE7Dj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZe2IfE7Dj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZe2IfE7Dj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZe2IfE7Dj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uZe2IfE7Dj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZe2IfE7Dj .offcanvas_box {
    display: none;
  }
}
.cid-uZe2IfE7Dj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZe2IfE7Dj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZe2IfE7Dj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZe2IfE7Dj .container {
  display: flex;
  margin: auto;
}
.cid-uZe2IfE7Dj .iconfont-wrapper {
  color: #18212d;
  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-uZe2IfE7Dj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZe2IfE7Dj .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uZe2IfE7Dj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZe2IfE7Dj .navbar-nav {
    margin: 0;
  }
}
.cid-uZe2IfE7Dj .dropdown-menu,
.cid-uZe2IfE7Dj .navbar.opened {
  background-color: false !important;
}
.cid-uZe2IfE7Dj .nav-item:focus,
.cid-uZe2IfE7Dj .nav-link:focus {
  outline: none;
}
.cid-uZe2IfE7Dj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZe2IfE7Dj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZe2IfE7Dj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZe2IfE7Dj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZe2IfE7Dj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZe2IfE7Dj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZe2IfE7Dj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZe2IfE7Dj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZe2IfE7Dj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZe2IfE7Dj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZe2IfE7Dj .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uZe2IfE7Dj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZe2IfE7Dj .navbar.collapsed {
  justify-content: center;
}
.cid-uZe2IfE7Dj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZe2IfE7Dj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZe2IfE7Dj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZe2IfE7Dj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZe2IfE7Dj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZe2IfE7Dj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZe2IfE7Dj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZe2IfE7Dj .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uZe2IfE7Dj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZe2IfE7Dj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZe2IfE7Dj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZe2IfE7Dj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZe2IfE7Dj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZe2IfE7Dj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZe2IfE7Dj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZe2IfE7Dj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZe2IfE7Dj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZe2IfE7Dj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZe2IfE7Dj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZe2IfE7Dj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZe2IfE7Dj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZe2IfE7Dj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZe2IfE7Dj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZe2IfE7Dj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZe2IfE7Dj .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-uZe2IfE7Dj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZe2IfE7Dj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZe2IfE7Dj .dropdown-item.active,
.cid-uZe2IfE7Dj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZe2IfE7Dj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uZe2IfE7Dj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZe2IfE7Dj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZe2IfE7Dj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZe2IfE7Dj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZe2IfE7Dj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZe2IfE7Dj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uZe2IfE7Dj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uZe2IfE7Dj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZe2IfE7Dj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZe2IfE7Dj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZe2IfE7Dj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZe2IfE7Dj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZe2IfE7Dj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZe2IfE7Dj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZe2IfE7Dj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZe2IfE7Dj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZe2IfE7Dj .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-uZe2IfE7Dj .navbar {
    height: 70px;
  }
  .cid-uZe2IfE7Dj .navbar.opened {
    height: auto;
  }
  .cid-uZe2IfE7Dj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZe2IfE7Dj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZe2IfE7Dj .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uZe2IfE7Dj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uZe2IfE7Dj .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IfE7Dj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZe2IfE7Dj .mbr-section-btn-main .btn {
  margin: 8px;
  text-wrap: nowrap;
  border: 1px solid #edeceb !important;
}
.cid-uZe2IfE7Dj .navbar-caption:hover {
  color: #e5383b;
}
@media (min-width: 992px) {
  .cid-uZe2IfE7Dj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZe2IfE7Dj .text_widget {
  margin-bottom: 32px;
}
.cid-uZe2IfE7Dj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZe2IfE7Dj .text_widget a:hover,
.cid-uZe2IfE7Dj .text_widget a:focus {
  opacity: 0.8;
}
.cid-uZe2IfE7Dj .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uZe2IfE7Dj .navbar-caption {
  color: #18212d;
}
.cid-uZe2IfE7Dj .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uZe2IfE7Dj .mbr-section-subtitle,
.cid-uZe2IfE7Dj .text_widget,
.cid-uZe2IfE7Dj .mbr-section-btn {
  text-align: center;
}
.cid-uZe2IfE7Dj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZe2Ih572G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZe2Ih572G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe2Ih572G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe2Ih572G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2Ih572G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2Ih572G .container {
    padding: 0 24px;
  }
}
.cid-uZe2Ih572G .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uZe2Ih572G .content-wrapper .main-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uZe2Ih572G .content-wrapper .main-image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 2rem;
  background-color: #fbfaf9;
  opacity: 0.7;
  z-index: 1;
}
.cid-uZe2Ih572G .content-wrapper .main-image-wrap .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #f0e6e6;
  background-color: #f0e6e6;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #f0e6e6;
  }
}
.cid-uZe2Ih572G .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uZe2Ih572G .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZe2Ih572G .mbr-section-title {
  color: #18212d;
}
.cid-uZe2Ih572G .mbr-desc,
.cid-uZe2Ih572G .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZe2Ih572G .mbr-text,
.cid-uZe2Ih572G .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZe2Ih572G .mbr-rating {
  color: #EFCC4E;
}
.cid-uZe2Ih572G .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uZe2Ih572G .mbr-section-title,
.cid-uZe2Ih572G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZe2Ih572G .mbr-rating,
.cid-uZe2Ih572G .rating-wrapper,
.cid-uZe2Ih572G .people-wrapper {
  text-align: center;
}
.cid-uZe2IjoV9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZe2IjoV9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe2IjoV9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe2IjoV9R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IjoV9R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IjoV9R .container {
    padding: 0 24px;
  }
}
.cid-uZe2IjoV9R .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .content-wrapper {
    display: block;
  }
}
.cid-uZe2IjoV9R .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uZe2IjoV9R .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uZe2IjoV9R .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZe2IjoV9R .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZe2IjoV9R .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uZe2IjoV9R .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZe2IjoV9R .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZe2IjoV9R .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uZe2IjoV9R .mbr-section-title {
  color: #18212d;
}
.cid-uZe2IjoV9R .mbr-desc {
  color: #18212d;
}
.cid-uZe2IjoV9R .mbr-text {
  color: #000000;
}
.cid-uZe2IjoV9R .mbr-desc,
.cid-uZe2IjoV9R .desc-wrapper {
  color: #000000;
}
.cid-uZe2IjoV9R .mbr-section-title,
.cid-uZe2IjoV9R .mbr-section-btn {
  color: #000000;
}
.cid-uZe2IjQ9nM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZe2IjQ9nM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2IjQ9nM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IjQ9nM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IjQ9nM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IjQ9nM .container {
    padding: 0 24px;
  }
}
.cid-uZe2IjQ9nM .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZe2IjQ9nM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZe2IjQ9nM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZe2IjQ9nM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZe2IjQ9nM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZe2IjQ9nM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZe2IjQ9nM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 545px;
  max-width: 545px;
}
@media (max-width: 767px) {
  .cid-uZe2IjQ9nM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZe2IjQ9nM .embla__slide .slide-content {
  width: 100%;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper {
  padding: 48px;
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #660708;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box {
  margin-bottom: 32px;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: 0.12;
  pointer-events: none;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box .desc-wrap .item-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: 0.09;
  pointer-events: none;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap:first-child {
  margin-left: 0;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-iconfont {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}
.cid-uZe2IjQ9nM .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap .item-tag {
  margin-bottom: 0;
}
.cid-uZe2IjQ9nM .embla__button--next,
.cid-uZe2IjQ9nM .embla__button--prev {
  display: flex;
}
.cid-uZe2IjQ9nM .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #333132 !important;
  color: #e5383b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uZe2IjQ9nM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZe2IjQ9nM .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uZe2IjQ9nM .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uZe2IjQ9nM .embla__button.embla__button--next {
  right: 0;
}
.cid-uZe2IjQ9nM .embla {
  position: relative;
  width: 100%;
}
.cid-uZe2IjQ9nM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZe2IjQ9nM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZe2IjQ9nM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZe2IjQ9nM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZe2IjQ9nM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZe2IjQ9nM .mbr-desc,
.cid-uZe2IjQ9nM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZe2IjQ9nM .mbr-text,
.cid-uZe2IjQ9nM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZe2IjQ9nM .item-desc {
  color: #ffffff;
}
.cid-uZe2IjQ9nM .item-title {
  color: #FFFFFF;
}
.cid-uZe2IjQ9nM .item-text {
  color: #ffffff;
}
.cid-uZe2IjQ9nM .item-tag {
  color: #ffffff;
}
.cid-uZe2IjQ9nM .item-desc,
.cid-uZe2IjQ9nM .desc-wrap {
  color: #FFFFFF;
}
.cid-uZe2IjQ9nM .item-text,
.cid-uZe2IjQ9nM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZe2IjQ9nM .item-tag,
.cid-uZe2IjQ9nM .tags-wrapper {
  color: #FFFFFF;
}
.cid-uZe53nBVHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZe53nBVHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe53nBVHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe53nBVHz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZe53nBVHz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZe53nBVHz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZe53nBVHz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZe53nBVHz .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZe53nBVHz .mbr-section-title {
  color: #000000;
}
.cid-uZe53nBVHz .mbr-text,
.cid-uZe53nBVHz .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uZe53nBVHz .mbr-section-title,
.cid-uZe53nBVHz .title-wrapper,
.cid-uZe53nBVHz .mbr-section-btn {
  text-align: center;
}
.cid-uZe2IklSw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZe2IklSw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe2IklSw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe2IklSw1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2IklSw1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IklSw1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IklSw1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IklSw1 .container {
    padding: 0 24px;
  }
}
.cid-uZe2IklSw1 .row {
  justify-content: center;
}
.cid-uZe2IklSw1 .item {
  margin-top: 24px;
}
.cid-uZe2IklSw1 .item:first-child {
  margin-bottom: 0;
}
.cid-uZe2IklSw1 .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZe2IklSw1 .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uZe2IklSw1 .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uZe2IklSw1 .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZe2IklSw1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uZe2IklSw1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uZe2IklSw1 .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uZe2IklSw1 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uZe2IklSw1 .item-title {
  color: #000000;
}
.cid-uZe2IklSw1 .item-text {
  color: #18212d;
}
.cid-uZe2IklSw1 .item-text,
.cid-uZe2IklSw1 .mbr-section-btn {
  color: #000000;
}
.cid-uZe2Iku1NO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZe2Iku1NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe2Iku1NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe2Iku1NO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2Iku1NO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2Iku1NO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2Iku1NO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2Iku1NO .container {
    padding: 0 24px;
  }
}
.cid-uZe2Iku1NO .row {
  justify-content: center;
}
.cid-uZe2Iku1NO .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZe2Iku1NO .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZe2Iku1NO .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZe2Iku1NO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZe2Iku1NO .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uZe2Iku1NO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZe2Iku1NO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZe2Iku1NO .mbr-desc,
.cid-uZe2Iku1NO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZe2Iku1NO .panel-title-edit {
  color: #000000;
}
.cid-uZe2Iku1NO .panel-text {
  color: #000000;
}
.cid-uZe2IkYJTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #660708;
}
.cid-uZe2IkYJTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZe2IkYJTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZe2IkYJTa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IkYJTa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZe2IkYJTa .container {
    padding: 0 24px;
  }
}
.cid-uZe2IkYJTa .row {
  justify-content: center;
}
.cid-uZe2IkYJTa .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZe2IkYJTa .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  color: #c8b1e4;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  border: 1px solid #ffffff;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uZe2IkYJTa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZe2IkYJTa .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uZe2IkYJTa .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uZe2IkYJTa .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uZe2IkYJTa .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZe2IkYJTa .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uZe2IkYJTa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap:hover,
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap:focus {
  color: #c8b1e4;
}
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap:hover::before,
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZe2IkYJTa .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c8b1e4;
  transition: all 0.3s ease-in-out;
}
.cid-uZe2IkYJTa .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uZe2IkYJTa .mbr-section-title {
  color: #FFFFFF;
}
.cid-uZe2IkYJTa .mbr-soc {
  color: #ffffff;
}
.cid-uZe2IkYJTa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZe2IkYJTa .list {
  color: #bbbbbb;
}
.cid-uZe2IkYJTa .mbr-soc,
.cid-uZe2IkYJTa .social-wrapper {
  color: #FFFFFF;
}
.cid-uZe2IkYJTa .mbr-section-subtitle,
.cid-uZe2IkYJTa .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uZe2IkYJTa .list,
.cid-uZe2IkYJTa .item-wrap,
.cid-uZe2IkYJTa .list-wrapper {
  color: #FFFFFF;
}
