.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: #ebf3ff;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Golos Text', 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: #8338ec !important;
}
.bg-success {
  background-color: #26cb7f !important;
}
.bg-info {
  background-color: #0cc0e5 !important;
}
.bg-warning {
  background-color: #f1b500 !important;
}
.bg-danger {
  background-color: #cd2434 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8338ec !important;
  border-color: #8338ec !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a067f0 !important;
  border-color: #a067f0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a067f0 !important;
  border-color: #a067f0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f8c04b !important;
  border-color: #f8c04b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fad17c !important;
  border-color: #fad17c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fad17c !important;
  border-color: #fad17c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cc0e5 !important;
  border-color: #0cc0e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #30d3f4 !important;
  border-color: #30d3f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30d3f4 !important;
  border-color: #30d3f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #26cb7f !important;
  border-color: #26cb7f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #47dd98 !important;
  border-color: #47dd98 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #47dd98 !important;
  border-color: #47dd98 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1b500 !important;
  border-color: #f1b500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc925 !important;
  border-color: #ffc925 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc925 !important;
  border-color: #ffc925 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cd2434 !important;
  border-color: #cd2434 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de4654 !important;
  border-color: #de4654 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de4654 !important;
  border-color: #de4654 !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: #8338ec;
  color: #8338ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5912bb !important;
  background-color: transparent !important;
  border-color: #5912bb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8338ec !important;
  border-color: #8338ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f8c04b;
  color: #f8c04b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e39d09 !important;
  background-color: transparent !important;
  border-color: #e39d09 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8c04b !important;
  border-color: #f8c04b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cc0e5;
  color: #0cc0e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087b93 !important;
  background-color: transparent !important;
  border-color: #087b93 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cc0e5 !important;
  border-color: #0cc0e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #26cb7f;
  color: #26cb7f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188251 !important;
  background-color: transparent !important;
  border-color: #188251 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #26cb7f !important;
  border-color: #26cb7f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f1b500;
  color: #f1b500;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a7400 !important;
  background-color: transparent !important;
  border-color: #9a7400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f1b500 !important;
  border-color: #f1b500 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cd2434;
  color: #cd2434;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #831721 !important;
  background-color: transparent !important;
  border-color: #831721 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cd2434 !important;
  border-color: #cd2434 !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: #8338ec !important;
}
.text-secondary {
  color: #f8c04b !important;
}
.text-success {
  color: #26cb7f !important;
}
.text-info {
  color: #0cc0e5 !important;
}
.text-warning {
  color: #f1b500 !important;
}
.text-danger {
  color: #cd2434 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5211ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d59308 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #167549 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076f84 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b6800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76151e !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: #8338ec;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cc0e5;
}
.alert-warning {
  background-color: #f1b500;
}
.alert-danger {
  background-color: #cd2434;
}
.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: #8338ec;
  border-color: #8338ec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8338ec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7f2fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1f2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefbe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5c8cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', 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: #8338ec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', 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: #8338ec;
}
/* 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: #8338ec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8338ec;
}
.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: #8338ec;
  border-bottom-color: #8338ec;
}
.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: #8338ec !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: #f8c04b !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='%238338ec' %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: #8338ec;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f8c04b;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #26cb7f;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #0cc0e5;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #f1b500;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #cd2434;
}
.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-uL0GElXDYZ {
  background-color: transparent;
}
.cid-uL0GElXDYZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uL0GElXDYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uL0GElXDYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL0GElXDYZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uL0GElXDYZ .menu_box .navbar.opened,
  .cid-uL0GElXDYZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uL0GElXDYZ .navbar-dropdown {
  position: relative !important;
}
.cid-uL0GElXDYZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uL0GElXDYZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uL0GElXDYZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uL0GElXDYZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uL0GElXDYZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uL0GElXDYZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uL0GElXDYZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uL0GElXDYZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uL0GElXDYZ .offcanvas-body .mbr-text,
  .cid-uL0GElXDYZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uL0GElXDYZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uL0GElXDYZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uL0GElXDYZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uL0GElXDYZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL0GElXDYZ .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-uL0GElXDYZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uL0GElXDYZ 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-uL0GElXDYZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uL0GElXDYZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uL0GElXDYZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uL0GElXDYZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uL0GElXDYZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uL0GElXDYZ .nav-item .nav-link:hover,
.cid-uL0GElXDYZ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uL0GElXDYZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uL0GElXDYZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uL0GElXDYZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL0GElXDYZ .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-uL0GElXDYZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uL0GElXDYZ .offcanvas_box {
    display: none;
  }
}
.cid-uL0GElXDYZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uL0GElXDYZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uL0GElXDYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uL0GElXDYZ .container {
  display: flex;
  margin: auto;
}
.cid-uL0GElXDYZ .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-uL0GElXDYZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uL0GElXDYZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uL0GElXDYZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uL0GElXDYZ .navbar-nav {
    margin: 0;
  }
}
.cid-uL0GElXDYZ .dropdown-menu,
.cid-uL0GElXDYZ .navbar.opened {
  background-color: false !important;
}
.cid-uL0GElXDYZ .nav-item:focus,
.cid-uL0GElXDYZ .nav-link:focus {
  outline: none;
}
.cid-uL0GElXDYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL0GElXDYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL0GElXDYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL0GElXDYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL0GElXDYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL0GElXDYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL0GElXDYZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uL0GElXDYZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uL0GElXDYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uL0GElXDYZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uL0GElXDYZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uL0GElXDYZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uL0GElXDYZ .navbar.collapsed {
  justify-content: center;
}
.cid-uL0GElXDYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL0GElXDYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL0GElXDYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL0GElXDYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL0GElXDYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL0GElXDYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uL0GElXDYZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL0GElXDYZ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uL0GElXDYZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uL0GElXDYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL0GElXDYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL0GElXDYZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uL0GElXDYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL0GElXDYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uL0GElXDYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL0GElXDYZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uL0GElXDYZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uL0GElXDYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uL0GElXDYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uL0GElXDYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL0GElXDYZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uL0GElXDYZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL0GElXDYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL0GElXDYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL0GElXDYZ .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-uL0GElXDYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uL0GElXDYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL0GElXDYZ .dropdown-item.active,
.cid-uL0GElXDYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uL0GElXDYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uL0GElXDYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL0GElXDYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL0GElXDYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL0GElXDYZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uL0GElXDYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL0GElXDYZ 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-uL0GElXDYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uL0GElXDYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL0GElXDYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0GElXDYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0GElXDYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL0GElXDYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0GElXDYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL0GElXDYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL0GElXDYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0GElXDYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL0GElXDYZ .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-uL0GElXDYZ .navbar {
    height: 70px;
  }
  .cid-uL0GElXDYZ .navbar.opened {
    height: auto;
  }
  .cid-uL0GElXDYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL0GElXDYZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uL0GElXDYZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uL0GElXDYZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uL0GElXDYZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GElXDYZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uL0GElXDYZ .mbr-section-btn-main .btn {
  margin: 8px;
  text-wrap: nowrap;
  border: 1px solid #edeceb !important;
}
.cid-uL0GElXDYZ .navbar-caption:hover {
  color: #8338ec;
}
@media (min-width: 992px) {
  .cid-uL0GElXDYZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uL0GElXDYZ .text_widget {
  margin-bottom: 32px;
}
.cid-uL0GElXDYZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uL0GElXDYZ .text_widget a:hover,
.cid-uL0GElXDYZ .text_widget a:focus {
  opacity: 0.8;
}
.cid-uL0GElXDYZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uL0GElXDYZ .navbar-caption {
  color: #18212d;
}
.cid-uL0GElXDYZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uL0GElXDYZ .mbr-section-subtitle,
.cid-uL0GElXDYZ .text_widget,
.cid-uL0GElXDYZ .mbr-section-btn {
  text-align: center;
}
.cid-uL0GElXDYZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLuz3IIWBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/photo-1588186939549-c087e0796efd.jpeg");
}
.cid-uLuz3IIWBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLuz3IIWBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLuz3IIWBB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLuz3IIWBB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLuz3IIWBB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLuz3IIWBB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLuz3IIWBB .container {
    padding: 0 24px;
  }
}
.cid-uLuz3IIWBB .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLuz3IIWBB .content-wrapper {
    padding: 0;
  }
}
.cid-uLuz3IIWBB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  border: 1px solid #fbfaf9;
  background-color: #ffffff;
}
.cid-uLuz3IIWBB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLuz3IIWBB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLuz3IIWBB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLuz3IIWBB .mbr-section-title {
  color: #ffffff;
}
.cid-uLuz3IIWBB .mbr-desc,
.cid-uLuz3IIWBB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLuz3IIWBB .mbr-text,
.cid-uLuz3IIWBB .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLuz3IIWBB .mbr-section-title,
.cid-uLuz3IIWBB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMfjRM08CO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/gb24fcbaa8b2c54fab0cc4f36b3e7-h_mb466s4k.jpg");
}
.cid-uMfjRM08CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfjRM08CO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMfjRM08CO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMfjRM08CO .container {
    padding: 0 24px;
  }
}
.cid-uMfjRM08CO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uMfjRM08CO .content-wrapper {
    padding: 0;
  }
}
.cid-uMfjRM08CO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  border: 1px solid #fbfaf9;
  background-color: #ffffff;
}
.cid-uMfjRM08CO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMfjRM08CO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uMfjRM08CO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMfjRM08CO .mbr-section-title {
  color: #ffffff;
}
.cid-uMfjRM08CO .mbr-desc,
.cid-uMfjRM08CO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMfjRM08CO .mbr-text,
.cid-uMfjRM08CO .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uMfjRM08CO .mbr-section-title,
.cid-uMfjRM08CO .mbr-section-btn {
  text-align: center;
  color: #c7ced1;
}
.cid-uMjBAOTUbC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjBAOTUbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjBAOTUbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjBAOTUbC .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uMjBAOTUbC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .container {
    padding: 0 16px;
  }
}
.cid-uMjBAOTUbC .image-wrapper {
  height: 100%;
}
.cid-uMjBAOTUbC .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uMjBAOTUbC .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uMjBAOTUbC .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uMjBAOTUbC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uMjBAOTUbC .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjBAOTUbC .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjBAOTUbC .mbr-section-title {
  color: #1c1c1c;
}
.cid-uMjBAOTUbC .mbr-text {
  color: #1c1c1c;
}
.cid-uMvsNnDo8x {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uMvsNnDo8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvsNnDo8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvsNnDo8x .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvsNnDo8x .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsNnDo8x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsNnDo8x .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsNnDo8x .container {
    padding: 0 24px;
  }
}
.cid-uMvsNnDo8x .row {
  justify-content: center;
}
.cid-uMvsNnDo8x .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsNnDo8x .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsNnDo8x .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvsNnDo8x .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-uMvsNnDo8x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvsNnDo8x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvsNnDo8x .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsNnDo8x .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsNnDo8x .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvsNnDo8x .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvsNnDo8x .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvsNnDo8x .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvsNnDo8x .mbr-section-title {
  color: #18212d;
}
.cid-uMvsNnDo8x .mbr-desc {
  color: #18212d;
}
.cid-uMvsNnDo8x .mbr-text {
  color: #18212d;
}
.cid-uMjW8DBQex {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjW8DBQex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjW8DBQex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMjW8DBQex .container {
    padding: 0 16px;
  }
}
.cid-uMjW8DBQex .image-wrapper {
  height: 100%;
}
.cid-uMjW8DBQex .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjW8DBQex .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uMjW8DBQex .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uMjW8DBQex .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjW8DBQex .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uMjW8DBQex .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjW8DBQex .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uMjW8DBQex .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjW8DBQex .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjW8DBQex .mbr-section-title {
  color: #1c1c1c;
}
.cid-uMjW8DBQex .mbr-text {
  color: #1c1c1c;
}
.cid-uMvsQh1iB9 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvsQh1iB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvsQh1iB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvsQh1iB9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvsQh1iB9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsQh1iB9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsQh1iB9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsQh1iB9 .container {
    padding: 0 24px;
  }
}
.cid-uMvsQh1iB9 .row {
  justify-content: center;
}
.cid-uMvsQh1iB9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsQh1iB9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsQh1iB9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvsQh1iB9 .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-uMvsQh1iB9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvsQh1iB9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvsQh1iB9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsQh1iB9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsQh1iB9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvsQh1iB9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvsQh1iB9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvsQh1iB9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvsQh1iB9 .mbr-section-title {
  color: #18212d;
}
.cid-uMvsQh1iB9 .mbr-desc {
  color: #18212d;
}
.cid-uMvsQh1iB9 .mbr-text {
  color: #18212d;
}
.cid-uMjVqO3eLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjVqO3eLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjVqO3eLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMjVqO3eLH .container {
    padding: 0 16px;
  }
}
.cid-uMjVqO3eLH .image-wrapper {
  height: 100%;
}
.cid-uMjVqO3eLH .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjVqO3eLH .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uMjVqO3eLH .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uMjVqO3eLH .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjVqO3eLH .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uMjVqO3eLH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVqO3eLH .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uMjVqO3eLH .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVqO3eLH .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjVqO3eLH .mbr-section-title {
  color: #1c1c1c;
}
.cid-uMjVqO3eLH .mbr-text {
  color: #1c1c1c;
}
.cid-uMvw0RBJVn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/g6656d335d2161cd0837d82c526cb-h_mb6h56sm.jpg");
}
.cid-uMvw0RBJVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvw0RBJVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvw0RBJVn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvw0RBJVn .container {
    padding: 0 24px;
  }
}
.cid-uMvw0RBJVn .row {
  justify-content: center;
}
.cid-uMvw0RBJVn .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvw0RBJVn .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvw0RBJVn .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvw0RBJVn .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-uMvw0RBJVn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvw0RBJVn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvw0RBJVn .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvw0RBJVn .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvw0RBJVn .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvw0RBJVn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvw0RBJVn .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvw0RBJVn .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvw0RBJVn .mbr-section-title {
  color: #18212d;
}
.cid-uMvw0RBJVn .mbr-desc {
  color: #18212d;
}
.cid-uMvw0RBJVn .mbr-text {
  color: #18212d;
}
.cid-uMjVFTyOFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjVFTyOFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjVFTyOFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjVFTyOFT .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uMjVFTyOFT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .container {
    padding: 0 16px;
  }
}
.cid-uMjVFTyOFT .image-wrapper {
  height: 100%;
}
.cid-uMjVFTyOFT .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uMjVFTyOFT .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uMjVFTyOFT .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uMjVFTyOFT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uMjVFTyOFT .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVFTyOFT .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjVFTyOFT .mbr-section-title {
  color: #1c1c1c;
}
.cid-uMjVFTyOFT .mbr-text {
  color: #1c1c1c;
}
.cid-uMy1biXwM1 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMy1biXwM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMy1biXwM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMy1biXwM1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMy1biXwM1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMy1biXwM1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMy1biXwM1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMy1biXwM1 .container {
    padding: 0 24px;
  }
}
.cid-uMy1biXwM1 .row {
  justify-content: center;
}
.cid-uMy1biXwM1 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMy1biXwM1 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMy1biXwM1 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMy1biXwM1 .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-uMy1biXwM1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMy1biXwM1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMy1biXwM1 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMy1biXwM1 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMy1biXwM1 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMy1biXwM1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMy1biXwM1 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMy1biXwM1 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMy1biXwM1 .mbr-section-title {
  color: #18212d;
}
.cid-uMy1biXwM1 .mbr-desc {
  color: #18212d;
}
.cid-uMy1biXwM1 .mbr-text {
  color: #18212d;
}
.cid-uMjVGfIQz5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjVGfIQz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjVGfIQz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjVGfIQz5 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uMjVGfIQz5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .container {
    padding: 0 16px;
  }
}
.cid-uMjVGfIQz5 .image-wrapper {
  height: 100%;
}
.cid-uMjVGfIQz5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uMjVGfIQz5 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uMjVGfIQz5 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uMjVGfIQz5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uMjVGfIQz5 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMjVGfIQz5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjVGfIQz5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uMjVGfIQz5 .mbr-text {
  color: #1c1c1c;
}
.cid-uN3J0pnd02 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uN3J0pnd02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3J0pnd02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3J0pnd02 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uN3J0pnd02 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN3J0pnd02 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uN3J0pnd02 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN3J0pnd02 .container {
    padding: 0 24px;
  }
}
.cid-uN3J0pnd02 .row {
  justify-content: center;
}
.cid-uN3J0pnd02 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uN3J0pnd02 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uN3J0pnd02 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uN3J0pnd02 .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-uN3J0pnd02 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN3J0pnd02 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uN3J0pnd02 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uN3J0pnd02 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uN3J0pnd02 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uN3J0pnd02 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uN3J0pnd02 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uN3J0pnd02 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uN3J0pnd02 .mbr-section-title {
  color: #18212d;
}
.cid-uN3J0pnd02 .mbr-desc {
  color: #18212d;
}
.cid-uN3J0pnd02 .mbr-text {
  color: #18212d;
}
.cid-uMvs2mjbgR {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvs2mjbgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvs2mjbgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvs2mjbgR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvs2mjbgR .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvs2mjbgR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvs2mjbgR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvs2mjbgR .container {
    padding: 0 24px;
  }
}
.cid-uMvs2mjbgR .row {
  justify-content: center;
}
.cid-uMvs2mjbgR .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvs2mjbgR .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvs2mjbgR .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvs2mjbgR .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-uMvs2mjbgR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvs2mjbgR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvs2mjbgR .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvs2mjbgR .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvs2mjbgR .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvs2mjbgR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvs2mjbgR .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvs2mjbgR .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvs2mjbgR .mbr-section-title {
  color: #18212d;
}
.cid-uMvs2mjbgR .mbr-desc {
  color: #18212d;
}
.cid-uMvs2mjbgR .mbr-text {
  color: #18212d;
}
.cid-uMgohIJ51s {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/background1-h_mb590ahu.jpg");
}
.cid-uMgohIJ51s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMgohIJ51s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMgohIJ51s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMgohIJ51s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMgohIJ51s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMgohIJ51s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMgohIJ51s .container {
    padding: 0 24px;
  }
}
.cid-uMgohIJ51s .row {
  justify-content: center;
}
.cid-uMgohIJ51s .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMgohIJ51s .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMgohIJ51s .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMgohIJ51s .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-uMgohIJ51s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMgohIJ51s .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMgohIJ51s .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMgohIJ51s .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMgohIJ51s .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMgohIJ51s .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMgohIJ51s .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMgohIJ51s .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMgohIJ51s .mbr-section-title {
  color: #18212d;
}
.cid-uMgohIJ51s .mbr-desc {
  color: #18212d;
}
.cid-uMgohIJ51s .mbr-text {
  color: #18212d;
}
.cid-uL0GEm6AcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL0GEm6AcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm6AcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEm6AcW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm6AcW .container {
    padding: 0 24px;
  }
}
.cid-uL0GEm6AcW .row {
  justify-content: center;
}
.cid-uL0GEm6AcW .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm6AcW .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL0GEm6AcW .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uL0GEm6AcW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL0GEm6AcW .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uL0GEm6AcW .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uL0GEm6AcW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm6AcW .mbr-desc,
.cid-uL0GEm6AcW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMvrMvJwSZ {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvrMvJwSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvrMvJwSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvrMvJwSZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvrMvJwSZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrMvJwSZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrMvJwSZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrMvJwSZ .container {
    padding: 0 24px;
  }
}
.cid-uMvrMvJwSZ .row {
  justify-content: center;
}
.cid-uMvrMvJwSZ .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrMvJwSZ .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrMvJwSZ .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvrMvJwSZ .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-uMvrMvJwSZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvrMvJwSZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvrMvJwSZ .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrMvJwSZ .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrMvJwSZ .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvrMvJwSZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvrMvJwSZ .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvrMvJwSZ .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvrMvJwSZ .mbr-section-title {
  color: #18212d;
}
.cid-uMvrMvJwSZ .mbr-desc {
  color: #18212d;
}
.cid-uMvrMvJwSZ .mbr-text {
  color: #18212d;
}
.cid-uMjJRxHLEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMjJRxHLEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjJRxHLEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjJRxHLEE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMjJRxHLEE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMjJRxHLEE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMjJRxHLEE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMjJRxHLEE .container {
    padding: 0 24px;
  }
}
.cid-uMjJRxHLEE .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMjJRxHLEE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMjJRxHLEE .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMjJRxHLEE .image-wrapper img {
    height: 400px;
  }
}
.cid-uMjJRxHLEE .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMjJRxHLEE .content-wrapper {
    padding: 24px;
  }
}
.cid-uMjJRxHLEE .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMjJRxHLEE .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-uMjJRxHLEE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMjJRxHLEE .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMjJRxHLEE .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMjJRxHLEE .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMjJRxHLEE .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMjJRxHLEE .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMjJRxHLEE .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMjJRxHLEE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMjJRxHLEE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMjJRxHLEE .mbr-section-title {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-desc {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-text_1 {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-text_2 {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-role {
  color: #18212d;
}
.cid-uMjJRxHLEE .mbr-name {
  color: #18212d;
}
.cid-uMvrZZq02t {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvrZZq02t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvrZZq02t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvrZZq02t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvrZZq02t .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrZZq02t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrZZq02t .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrZZq02t .container {
    padding: 0 24px;
  }
}
.cid-uMvrZZq02t .row {
  justify-content: center;
}
.cid-uMvrZZq02t .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrZZq02t .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrZZq02t .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvrZZq02t .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-uMvrZZq02t .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvrZZq02t .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvrZZq02t .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrZZq02t .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrZZq02t .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvrZZq02t .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvrZZq02t .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvrZZq02t .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvrZZq02t .mbr-section-title {
  color: #18212d;
}
.cid-uMvrZZq02t .mbr-desc {
  color: #18212d;
}
.cid-uMvrZZq02t .mbr-text {
  color: #18212d;
}
.cid-uMl3ErsNEO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMl3ErsNEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMl3ErsNEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMl3ErsNEO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMl3ErsNEO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMl3ErsNEO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMl3ErsNEO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMl3ErsNEO .container {
    padding: 0 24px;
  }
}
.cid-uMl3ErsNEO .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMl3ErsNEO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMl3ErsNEO .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMl3ErsNEO .image-wrapper img {
    height: 400px;
  }
}
.cid-uMl3ErsNEO .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMl3ErsNEO .content-wrapper {
    padding: 24px;
  }
}
.cid-uMl3ErsNEO .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMl3ErsNEO .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-uMl3ErsNEO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMl3ErsNEO .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMl3ErsNEO .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMl3ErsNEO .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMl3ErsNEO .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMl3ErsNEO .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMl3ErsNEO .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMl3ErsNEO .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMl3ErsNEO .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMl3ErsNEO .mbr-section-title {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-desc {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-text_1 {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-text_2 {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-role {
  color: #18212d;
}
.cid-uMl3ErsNEO .mbr-name {
  color: #18212d;
}
.cid-uMvrHZtyWg {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvrHZtyWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvrHZtyWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvrHZtyWg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvrHZtyWg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrHZtyWg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrHZtyWg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrHZtyWg .container {
    padding: 0 24px;
  }
}
.cid-uMvrHZtyWg .row {
  justify-content: center;
}
.cid-uMvrHZtyWg .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrHZtyWg .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrHZtyWg .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvrHZtyWg .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-uMvrHZtyWg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvrHZtyWg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvrHZtyWg .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrHZtyWg .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrHZtyWg .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvrHZtyWg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvrHZtyWg .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvrHZtyWg .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvrHZtyWg .mbr-section-title {
  color: #18212d;
}
.cid-uMvrHZtyWg .mbr-desc {
  color: #18212d;
}
.cid-uMvrHZtyWg .mbr-text {
  color: #18212d;
}
.cid-uMl5c65caZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMl5c65caZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMl5c65caZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMl5c65caZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMl5c65caZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMl5c65caZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMl5c65caZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMl5c65caZ .container {
    padding: 0 24px;
  }
}
.cid-uMl5c65caZ .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMl5c65caZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMl5c65caZ .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMl5c65caZ .image-wrapper img {
    height: 400px;
  }
}
.cid-uMl5c65caZ .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMl5c65caZ .content-wrapper {
    padding: 24px;
  }
}
.cid-uMl5c65caZ .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMl5c65caZ .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-uMl5c65caZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMl5c65caZ .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMl5c65caZ .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMl5c65caZ .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMl5c65caZ .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMl5c65caZ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMl5c65caZ .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMl5c65caZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMl5c65caZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMl5c65caZ .mbr-section-title {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-desc {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-text_1 {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-text_2 {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-role {
  color: #18212d;
}
.cid-uMl5c65caZ .mbr-name {
  color: #18212d;
}
.cid-uMvsexteIH {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvsexteIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvsexteIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvsexteIH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvsexteIH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsexteIH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsexteIH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsexteIH .container {
    padding: 0 24px;
  }
}
.cid-uMvsexteIH .row {
  justify-content: center;
}
.cid-uMvsexteIH .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsexteIH .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsexteIH .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvsexteIH .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-uMvsexteIH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvsexteIH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvsexteIH .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsexteIH .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsexteIH .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvsexteIH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvsexteIH .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvsexteIH .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvsexteIH .mbr-section-title {
  color: #18212d;
}
.cid-uMvsexteIH .mbr-desc {
  color: #18212d;
}
.cid-uMvsexteIH .mbr-text {
  color: #18212d;
}
.cid-uN37jU7ToJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN37jU7ToJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN37jU7ToJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uN37jU7ToJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN37jU7ToJ .container {
    padding: 0 24px;
  }
}
.cid-uN37jU7ToJ .row {
  justify-content: center;
}
.cid-uN37jU7ToJ .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN37jU7ToJ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uN37jU7ToJ .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uN37jU7ToJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN37jU7ToJ .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uN37jU7ToJ .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uN37jU7ToJ .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-uN37jU7ToJ .mbr-desc,
.cid-uN37jU7ToJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmaIT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEmaIT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEmaIT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEmaIT0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmaIT0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmaIT0 .container {
    padding: 0 24px;
  }
}
.cid-uL0GEmaIT0 .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL0GEmaIT0 .content-wrapper .main-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uL0GEmaIT0 .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-uL0GEmaIT0 .content-wrapper .main-image-wrap .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL0GEmaIT0 .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-uL0GEmaIT0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL0GEmaIT0 .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-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL0GEmaIT0 .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-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL0GEmaIT0 .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ebf3ff;
  background-color: #ebf3ff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL0GEmaIT0 .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ebf3ff;
  }
}
.cid-uL0GEmaIT0 .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-uL0GEmaIT0 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL0GEmaIT0 .mbr-section-title {
  color: #18212d;
}
.cid-uL0GEmaIT0 .mbr-desc,
.cid-uL0GEmaIT0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmaIT0 .mbr-text,
.cid-uL0GEmaIT0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmaIT0 .mbr-rating {
  color: #EFCC4E;
}
.cid-uL0GEmaIT0 .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL0GEmaIT0 .mbr-section-title,
.cid-uL0GEmaIT0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL0GEmaIT0 .mbr-rating,
.cid-uL0GEmaIT0 .rating-wrapper,
.cid-uL0GEmaIT0 .people-wrapper {
  text-align: center;
}
.cid-uL0GEm4soy {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/photo-1627384113743-6bd5a479f-h_mb5kvumm.jpg");
}
.cid-uL0GEm4soy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm4soy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEm4soy .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm4soy .container {
    padding: 0 24px;
  }
}
.cid-uM9QyLjJqS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uM9QyLjJqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9QyLjJqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM9QyLjJqS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uM9QyLjJqS .container {
    padding: 0 24px;
  }
}
.cid-uM9QyLjJqS .row {
  justify-content: center;
}
.cid-uM9QyLjJqS .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uM9QyLjJqS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uM9QyLjJqS .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uM9QyLjJqS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM9QyLjJqS .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uM9QyLjJqS .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uM9QyLjJqS .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-uM9QyLjJqS .mbr-desc,
.cid-uM9QyLjJqS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm5lVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEm5lVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm5lVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEm5lVx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm5lVx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm5lVx .container {
    padding: 0 24px;
  }
}
.cid-uL0GEm5lVx .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL0GEm5lVx .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-uL0GEm5lVx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL0GEm5lVx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL0GEm5lVx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uL0GEm5lVx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper {
  height: 100%;
}
.cid-uL0GEm5lVx .item .item-wrapper .item-img img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uL0GEm5lVx .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .text-wrap .item-text {
  margin-bottom: 16px;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL0GEm5lVx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  margin-bottom: 0;
}
.cid-uL0GEm5lVx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm5lVx .mbr-desc,
.cid-uL0GEm5lVx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm5lVx .mbr-text,
.cid-uL0GEm5lVx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm5lVx .item-title {
  color: #18212d;
}
.cid-uL0GEm5lVx .item-text {
  color: #000000;
}
.cid-uL0GEm5lVx .item-name {
  color: #18212d;
}
.cid-uL0GEm5lVx .mbr-rating {
  color: #EFCC4E;
}
.cid-uL0GEm5lVx .item-title,
.cid-uL0GEm5lVx .icon-wrapper {
  color: #000000;
}
.cid-uL0GEm5lVx .item-name,
.cid-uL0GEm5lVx .people-wrapper {
  color: #000000;
}
.cid-uN33DfYFTz {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uN33DfYFTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN33DfYFTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uN33DfYFTz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uN33DfYFTz .container {
    padding: 0 24px;
  }
}
.cid-uMoxgvwfo8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMoxgvwfo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoxgvwfo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoxgvwfo8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMoxgvwfo8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoxgvwfo8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMoxgvwfo8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoxgvwfo8 .container {
    padding: 0 24px;
  }
}
.cid-uMoxgvwfo8 .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMoxgvwfo8 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMoxgvwfo8 .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMoxgvwfo8 .image-wrapper img {
    height: 400px;
  }
}
.cid-uMoxgvwfo8 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMoxgvwfo8 .content-wrapper {
    padding: 24px;
  }
}
.cid-uMoxgvwfo8 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMoxgvwfo8 .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-uMoxgvwfo8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMoxgvwfo8 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoxgvwfo8 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMoxgvwfo8 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMoxgvwfo8 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMoxgvwfo8 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMoxgvwfo8 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMoxgvwfo8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMoxgvwfo8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoxgvwfo8 .mbr-section-title {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-desc {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-text_1 {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-text_2 {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-role {
  color: #18212d;
}
.cid-uMoxgvwfo8 .mbr-name {
  color: #18212d;
}
.cid-uMOJYrHBR6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMOJYrHBR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOJYrHBR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMOJYrHBR6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOJYrHBR6 .container {
    padding: 0 24px;
  }
}
.cid-uMOJYrHBR6 .row {
  justify-content: center;
}
.cid-uMOJYrHBR6 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMOJYrHBR6 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMOJYrHBR6 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uMOJYrHBR6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMOJYrHBR6 .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uMOJYrHBR6 .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uMOJYrHBR6 .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-uMOJYrHBR6 .mbr-desc,
.cid-uMOJYrHBR6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uMvsktDj7E {
  background-color: #ffffff;
}
.cid-uMvsktDj7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvsktDj7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvsktDj7E .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvsktDj7E .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsktDj7E .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsktDj7E .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvsktDj7E .container {
    padding: 0 24px;
  }
}
.cid-uMvsktDj7E .row {
  justify-content: center;
}
.cid-uMvsktDj7E .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsktDj7E .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsktDj7E .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvsktDj7E .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-uMvsktDj7E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvsktDj7E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvsktDj7E .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvsktDj7E .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvsktDj7E .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvsktDj7E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvsktDj7E .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvsktDj7E .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvsktDj7E .mbr-section-title {
  color: #18212d;
}
.cid-uMvsktDj7E .mbr-desc {
  color: #18212d;
}
.cid-uMvsktDj7E .mbr-text {
  color: #18212d;
}
.cid-uMoBfMfbvI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMoBfMfbvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoBfMfbvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoBfMfbvI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMoBfMfbvI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoBfMfbvI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMoBfMfbvI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoBfMfbvI .container {
    padding: 0 24px;
  }
}
.cid-uMoBfMfbvI .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMoBfMfbvI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMoBfMfbvI .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMoBfMfbvI .image-wrapper img {
    height: 400px;
  }
}
.cid-uMoBfMfbvI .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMoBfMfbvI .content-wrapper {
    padding: 24px;
  }
}
.cid-uMoBfMfbvI .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMoBfMfbvI .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-uMoBfMfbvI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMoBfMfbvI .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoBfMfbvI .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMoBfMfbvI .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMoBfMfbvI .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMoBfMfbvI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMoBfMfbvI .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMoBfMfbvI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMoBfMfbvI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoBfMfbvI .mbr-section-title {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-desc {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-text_1 {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-text_2 {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-role {
  color: #18212d;
}
.cid-uMoBfMfbvI .mbr-name {
  color: #18212d;
}
.cid-uMOKKQVcSp {
  background-color: #ffffff;
}
.cid-uMOKKQVcSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOKKQVcSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOKKQVcSp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMOKKQVcSp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOKKQVcSp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKKQVcSp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOKKQVcSp .container {
    padding: 0 24px;
  }
}
.cid-uMOKKQVcSp .row {
  justify-content: center;
}
.cid-uMOKKQVcSp .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOKKQVcSp .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKKQVcSp .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMOKKQVcSp .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-uMOKKQVcSp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMOKKQVcSp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMOKKQVcSp .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOKKQVcSp .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKKQVcSp .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMOKKQVcSp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOKKQVcSp .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMOKKQVcSp .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMOKKQVcSp .mbr-section-title {
  color: #18212d;
}
.cid-uMOKKQVcSp .mbr-desc {
  color: #18212d;
}
.cid-uMOKKQVcSp .mbr-text {
  color: #18212d;
}
.cid-uMoH5krpbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMoH5krpbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoH5krpbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoH5krpbk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMoH5krpbk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoH5krpbk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMoH5krpbk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoH5krpbk .container {
    padding: 0 24px;
  }
}
.cid-uMoH5krpbk .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMoH5krpbk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMoH5krpbk .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMoH5krpbk .image-wrapper img {
    height: 400px;
  }
}
.cid-uMoH5krpbk .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMoH5krpbk .content-wrapper {
    padding: 24px;
  }
}
.cid-uMoH5krpbk .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMoH5krpbk .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-uMoH5krpbk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMoH5krpbk .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoH5krpbk .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMoH5krpbk .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMoH5krpbk .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMoH5krpbk .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMoH5krpbk .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMoH5krpbk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMoH5krpbk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoH5krpbk .mbr-section-title {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-desc {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-text_1 {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-text_2 {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-role {
  color: #18212d;
}
.cid-uMoH5krpbk .mbr-name {
  color: #18212d;
}
.cid-uMvrtqFYwD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvrtqFYwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvrtqFYwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvrtqFYwD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvrtqFYwD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrtqFYwD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrtqFYwD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrtqFYwD .container {
    padding: 0 24px;
  }
}
.cid-uMvrtqFYwD .row {
  justify-content: center;
}
.cid-uMvrtqFYwD .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrtqFYwD .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrtqFYwD .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvrtqFYwD .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-uMvrtqFYwD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvrtqFYwD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvrtqFYwD .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvrtqFYwD .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvrtqFYwD .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvrtqFYwD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvrtqFYwD .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvrtqFYwD .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvrtqFYwD .mbr-section-title {
  color: #18212d;
}
.cid-uMvrtqFYwD .mbr-desc {
  color: #18212d;
}
.cid-uMvrtqFYwD .mbr-text {
  color: #18212d;
}
.cid-uMoIILB1ia {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMoIILB1ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoIILB1ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoIILB1ia .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMoIILB1ia .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoIILB1ia .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMoIILB1ia .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMoIILB1ia .container {
    padding: 0 24px;
  }
}
.cid-uMoIILB1ia .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uMoIILB1ia .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMoIILB1ia .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMoIILB1ia .image-wrapper img {
    height: 400px;
  }
}
.cid-uMoIILB1ia .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uMoIILB1ia .content-wrapper {
    padding: 24px;
  }
}
.cid-uMoIILB1ia .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uMoIILB1ia .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-uMoIILB1ia .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMoIILB1ia .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoIILB1ia .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMoIILB1ia .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMoIILB1ia .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uMoIILB1ia .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uMoIILB1ia .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uMoIILB1ia .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uMoIILB1ia .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMoIILB1ia .mbr-section-title {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-section-subtitle {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-desc {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-text_1 {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-text_2 {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-role {
  color: #18212d;
}
.cid-uMoIILB1ia .mbr-name {
  color: #18212d;
}
.cid-uPVwd1mqxv {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.cid-uPVwd1mqxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVwd1mqxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/background6.jpg?rnd=1751580081876");
}
@media (max-width: 992px) {
  .cid-uPVwd1mqxv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPVwd1mqxv .container {
    padding: 0 24px;
  }
}
.cid-uMrlfe03XM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMrlfe03XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrlfe03XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrlfe03XM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMrlfe03XM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMrlfe03XM .container {
    padding: 0 24px;
  }
}
.cid-uMrlfe03XM .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .content-wrapper {
    display: block;
  }
}
.cid-uMrlfe03XM .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMrlfe03XM .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMrlfe03XM .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-uMrlfe03XM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMrlfe03XM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMrlfe03XM .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMrlfe03XM .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMrlfe03XM .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMrlfe03XM .mbr-section-title {
  color: #18212d;
}
.cid-uMrlfe03XM .mbr-desc {
  color: #18212d;
}
.cid-uMrlfe03XM .mbr-text {
  color: #000000;
}
.cid-uMrlfe03XM .mbr-desc,
.cid-uMrlfe03XM .desc-wrapper {
  color: #000000;
}
.cid-uMrlfe03XM .mbr-section-title,
.cid-uMrlfe03XM .mbr-section-btn {
  color: #000000;
}
.cid-uMOLipfblr {
  background-color: #ffffff;
}
.cid-uMOLipfblr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOLipfblr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOLipfblr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMOLipfblr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOLipfblr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMOLipfblr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOLipfblr .container {
    padding: 0 24px;
  }
}
.cid-uMOLipfblr .row {
  justify-content: center;
}
.cid-uMOLipfblr .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOLipfblr .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOLipfblr .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMOLipfblr .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-uMOLipfblr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMOLipfblr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMOLipfblr .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOLipfblr .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOLipfblr .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMOLipfblr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOLipfblr .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMOLipfblr .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMOLipfblr .mbr-section-title {
  color: #18212d;
}
.cid-uMOLipfblr .mbr-desc {
  color: #18212d;
}
.cid-uMOLipfblr .mbr-text {
  color: #18212d;
}
.cid-uMvMZf4YJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMvMZf4YJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvMZf4YJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvMZf4YJ9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvMZf4YJ9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvMZf4YJ9 .container {
    padding: 0 24px;
  }
}
.cid-uMvMZf4YJ9 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .content-wrapper {
    display: block;
  }
}
.cid-uMvMZf4YJ9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMvMZf4YJ9 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMvMZf4YJ9 .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-uMvMZf4YJ9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMvMZf4YJ9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMvMZf4YJ9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMvMZf4YJ9 .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMvMZf4YJ9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMvMZf4YJ9 .mbr-section-title {
  color: #18212d;
}
.cid-uMvMZf4YJ9 .mbr-desc {
  color: #18212d;
}
.cid-uMvMZf4YJ9 .mbr-text {
  color: #000000;
}
.cid-uMvMZf4YJ9 .mbr-desc,
.cid-uMvMZf4YJ9 .desc-wrapper {
  color: #000000;
}
.cid-uMvMZf4YJ9 .mbr-section-title,
.cid-uMvMZf4YJ9 .mbr-section-btn {
  color: #000000;
}
.cid-uMOKXDi81e {
  background-color: #ffffff;
}
.cid-uMOKXDi81e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOKXDi81e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOKXDi81e .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMOKXDi81e .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOKXDi81e .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKXDi81e .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOKXDi81e .container {
    padding: 0 24px;
  }
}
.cid-uMOKXDi81e .row {
  justify-content: center;
}
.cid-uMOKXDi81e .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOKXDi81e .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKXDi81e .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMOKXDi81e .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-uMOKXDi81e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMOKXDi81e .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMOKXDi81e .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOKXDi81e .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOKXDi81e .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMOKXDi81e .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOKXDi81e .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMOKXDi81e .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMOKXDi81e .mbr-section-title {
  color: #18212d;
}
.cid-uMOKXDi81e .mbr-desc {
  color: #18212d;
}
.cid-uMOKXDi81e .mbr-text {
  color: #18212d;
}
.cid-uMvMZDIptQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMvMZDIptQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvMZDIptQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvMZDIptQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvMZDIptQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvMZDIptQ .container {
    padding: 0 24px;
  }
}
.cid-uMvMZDIptQ .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .content-wrapper {
    display: block;
  }
}
.cid-uMvMZDIptQ .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMvMZDIptQ .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMvMZDIptQ .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-uMvMZDIptQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMvMZDIptQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMvMZDIptQ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMvMZDIptQ .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMvMZDIptQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMvMZDIptQ .mbr-section-title {
  color: #18212d;
}
.cid-uMvMZDIptQ .mbr-desc {
  color: #18212d;
}
.cid-uMvMZDIptQ .mbr-text {
  color: #000000;
}
.cid-uMvMZDIptQ .mbr-desc,
.cid-uMvMZDIptQ .desc-wrapper {
  color: #000000;
}
.cid-uMvMZDIptQ .mbr-section-title,
.cid-uMvMZDIptQ .mbr-section-btn {
  color: #000000;
}
.cid-uMrjrP7Dky {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.cid-uMrjrP7Dky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrjrP7Dky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/background6.jpg?rnd=1751580081876");
}
@media (max-width: 992px) {
  .cid-uMrjrP7Dky .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMrjrP7Dky .container {
    padding: 0 24px;
  }
}
.cid-uMOL4UzMj9 {
  background-color: #ffffff;
}
.cid-uMOL4UzMj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOL4UzMj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOL4UzMj9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMOL4UzMj9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOL4UzMj9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL4UzMj9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOL4UzMj9 .container {
    padding: 0 24px;
  }
}
.cid-uMOL4UzMj9 .row {
  justify-content: center;
}
.cid-uMOL4UzMj9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOL4UzMj9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL4UzMj9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMOL4UzMj9 .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-uMOL4UzMj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMOL4UzMj9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMOL4UzMj9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOL4UzMj9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL4UzMj9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMOL4UzMj9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOL4UzMj9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMOL4UzMj9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMOL4UzMj9 .mbr-section-title {
  color: #18212d;
}
.cid-uMOL4UzMj9 .mbr-desc {
  color: #18212d;
}
.cid-uMOL4UzMj9 .mbr-text {
  color: #18212d;
}
.cid-uMvN1sWIKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMvN1sWIKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvN1sWIKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvN1sWIKu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvN1sWIKu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvN1sWIKu .container {
    padding: 0 24px;
  }
}
.cid-uMvN1sWIKu .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .content-wrapper {
    display: block;
  }
}
.cid-uMvN1sWIKu .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMvN1sWIKu .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMvN1sWIKu .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-uMvN1sWIKu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMvN1sWIKu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMvN1sWIKu .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMvN1sWIKu .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMvN1sWIKu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMvN1sWIKu .mbr-section-title {
  color: #18212d;
}
.cid-uMvN1sWIKu .mbr-desc {
  color: #18212d;
}
.cid-uMvN1sWIKu .mbr-text {
  color: #000000;
}
.cid-uMvN1sWIKu .mbr-desc,
.cid-uMvN1sWIKu .desc-wrapper {
  color: #000000;
}
.cid-uMvN1sWIKu .mbr-section-title,
.cid-uMvN1sWIKu .mbr-section-btn {
  color: #000000;
}
.cid-uMOL9AwC4G {
  background-color: #ffffff;
}
.cid-uMOL9AwC4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOL9AwC4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOL9AwC4G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMOL9AwC4G .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOL9AwC4G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL9AwC4G .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMOL9AwC4G .container {
    padding: 0 24px;
  }
}
.cid-uMOL9AwC4G .row {
  justify-content: center;
}
.cid-uMOL9AwC4G .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOL9AwC4G .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL9AwC4G .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMOL9AwC4G .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-uMOL9AwC4G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMOL9AwC4G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMOL9AwC4G .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMOL9AwC4G .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMOL9AwC4G .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMOL9AwC4G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOL9AwC4G .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMOL9AwC4G .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMOL9AwC4G .mbr-section-title {
  color: #18212d;
}
.cid-uMOL9AwC4G .mbr-desc {
  color: #18212d;
}
.cid-uMOL9AwC4G .mbr-text {
  color: #18212d;
}
.cid-uMvN1LGQYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMvN1LGQYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvN1LGQYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvN1LGQYc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvN1LGQYc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvN1LGQYc .container {
    padding: 0 24px;
  }
}
.cid-uMvN1LGQYc .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .content-wrapper {
    display: block;
  }
}
.cid-uMvN1LGQYc .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMvN1LGQYc .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMvN1LGQYc .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-uMvN1LGQYc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMvN1LGQYc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMvN1LGQYc .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMvN1LGQYc .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMvN1LGQYc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMvN1LGQYc .mbr-section-title {
  color: #18212d;
}
.cid-uMvN1LGQYc .mbr-desc {
  color: #18212d;
}
.cid-uMvN1LGQYc .mbr-text {
  color: #000000;
}
.cid-uMvN1LGQYc .mbr-desc,
.cid-uMvN1LGQYc .desc-wrapper {
  color: #000000;
}
.cid-uMvN1LGQYc .mbr-section-title,
.cid-uMvN1LGQYc .mbr-section-btn {
  color: #000000;
}
.cid-uMvpNSWz2Q {
  background-color: #ffffff;
}
.cid-uMvpNSWz2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvpNSWz2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvpNSWz2Q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvpNSWz2Q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvpNSWz2Q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvpNSWz2Q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvpNSWz2Q .container {
    padding: 0 24px;
  }
}
.cid-uMvpNSWz2Q .row {
  justify-content: center;
}
.cid-uMvpNSWz2Q .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvpNSWz2Q .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvpNSWz2Q .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvpNSWz2Q .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-uMvpNSWz2Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvpNSWz2Q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvpNSWz2Q .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvpNSWz2Q .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvpNSWz2Q .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvpNSWz2Q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvpNSWz2Q .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvpNSWz2Q .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvpNSWz2Q .mbr-section-title {
  color: #18212d;
}
.cid-uMvpNSWz2Q .mbr-desc {
  color: #18212d;
}
.cid-uMvpNSWz2Q .mbr-text {
  color: #18212d;
}
.cid-uMnngmrVN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1482699/assets/images/background1-h_mb6ejlnm.jpg");
}
.cid-uMnngmrVN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnngmrVN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnngmrVN9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMnngmrVN9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMnngmrVN9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMnngmrVN9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMnngmrVN9 .container {
    padding: 0 24px;
  }
}
.cid-uMnngmrVN9 .row {
  justify-content: center;
}
.cid-uMnngmrVN9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMnngmrVN9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMnngmrVN9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMnngmrVN9 .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-uMnngmrVN9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMnngmrVN9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMnngmrVN9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMnngmrVN9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMnngmrVN9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMnngmrVN9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMnngmrVN9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMnngmrVN9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMnngmrVN9 .mbr-section-title {
  color: #ffffff;
}
.cid-uMnngmrVN9 .mbr-desc {
  color: #18212d;
}
.cid-uMnngmrVN9 .mbr-text {
  color: #18212d;
}
.cid-uL0GEm56x9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEm56x9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm56x9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEm56x9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm56x9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm56x9 .container {
    padding: 0 24px;
  }
}
.cid-uL0GEm56x9 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .content-wrapper {
    display: block;
  }
}
.cid-uL0GEm56x9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uL0GEm56x9 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uL0GEm56x9 .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-uL0GEm56x9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL0GEm56x9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uL0GEm56x9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uL0GEm56x9 .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uL0GEm56x9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uL0GEm56x9 .mbr-section-title {
  color: #18212d;
}
.cid-uL0GEm56x9 .mbr-desc {
  color: #18212d;
}
.cid-uL0GEm56x9 .mbr-text {
  color: #000000;
}
.cid-uL0GEm56x9 .mbr-desc,
.cid-uL0GEm56x9 .desc-wrapper {
  color: #000000;
}
.cid-uL0GEm56x9 .mbr-section-title,
.cid-uL0GEm56x9 .mbr-section-btn {
  color: #000000;
}
.cid-uMvkSkmdts {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvkSkmdts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvkSkmdts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvkSkmdts .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvkSkmdts .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvkSkmdts .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvkSkmdts .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvkSkmdts .container {
    padding: 0 24px;
  }
}
.cid-uMvkSkmdts .row {
  justify-content: center;
}
.cid-uMvkSkmdts .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvkSkmdts .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvkSkmdts .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvkSkmdts .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-uMvkSkmdts .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvkSkmdts .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvkSkmdts .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvkSkmdts .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvkSkmdts .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvkSkmdts .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvkSkmdts .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvkSkmdts .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvkSkmdts .mbr-section-title {
  color: #18212d;
}
.cid-uMvkSkmdts .mbr-desc {
  color: #18212d;
}
.cid-uMvkSkmdts .mbr-text {
  color: #18212d;
}
.cid-uMnpM7SCxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMnpM7SCxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnpM7SCxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnpM7SCxL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMnpM7SCxL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMnpM7SCxL .container {
    padding: 0 24px;
  }
}
.cid-uMnpM7SCxL .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .content-wrapper {
    display: block;
  }
}
.cid-uMnpM7SCxL .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMnpM7SCxL .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMnpM7SCxL .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-uMnpM7SCxL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMnpM7SCxL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMnpM7SCxL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMnpM7SCxL .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMnpM7SCxL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMnpM7SCxL .mbr-section-title {
  color: #18212d;
}
.cid-uMnpM7SCxL .mbr-desc {
  color: #18212d;
}
.cid-uMnpM7SCxL .mbr-text {
  color: #000000;
}
.cid-uMnpM7SCxL .mbr-desc,
.cid-uMnpM7SCxL .desc-wrapper {
  color: #000000;
}
.cid-uMnpM7SCxL .mbr-section-title,
.cid-uMnpM7SCxL .mbr-section-btn {
  color: #000000;
}
.cid-uMvnV4mFPh {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvnV4mFPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvnV4mFPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvnV4mFPh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvnV4mFPh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvnV4mFPh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnV4mFPh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvnV4mFPh .container {
    padding: 0 24px;
  }
}
.cid-uMvnV4mFPh .row {
  justify-content: center;
}
.cid-uMvnV4mFPh .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvnV4mFPh .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnV4mFPh .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvnV4mFPh .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-uMvnV4mFPh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvnV4mFPh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvnV4mFPh .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvnV4mFPh .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnV4mFPh .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvnV4mFPh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvnV4mFPh .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvnV4mFPh .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvnV4mFPh .mbr-section-title {
  color: #18212d;
}
.cid-uMvnV4mFPh .mbr-desc {
  color: #18212d;
}
.cid-uMvnV4mFPh .mbr-text {
  color: #18212d;
}
.cid-uMqnDvfOxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqnDvfOxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqnDvfOxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqnDvfOxA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMqnDvfOxA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMqnDvfOxA .container {
    padding: 0 24px;
  }
}
.cid-uMqnDvfOxA .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .content-wrapper {
    display: block;
  }
}
.cid-uMqnDvfOxA .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMqnDvfOxA .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMqnDvfOxA .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-uMqnDvfOxA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMqnDvfOxA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMqnDvfOxA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMqnDvfOxA .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqnDvfOxA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqnDvfOxA .mbr-section-title {
  color: #18212d;
}
.cid-uMqnDvfOxA .mbr-desc {
  color: #18212d;
}
.cid-uMqnDvfOxA .mbr-text {
  color: #000000;
}
.cid-uMqnDvfOxA .mbr-desc,
.cid-uMqnDvfOxA .desc-wrapper {
  color: #000000;
}
.cid-uMqnDvfOxA .mbr-section-title,
.cid-uMqnDvfOxA .mbr-section-btn {
  color: #000000;
}
.cid-uMvo2tdfh9 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvo2tdfh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvo2tdfh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvo2tdfh9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvo2tdfh9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvo2tdfh9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvo2tdfh9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvo2tdfh9 .container {
    padding: 0 24px;
  }
}
.cid-uMvo2tdfh9 .row {
  justify-content: center;
}
.cid-uMvo2tdfh9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvo2tdfh9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvo2tdfh9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvo2tdfh9 .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-uMvo2tdfh9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvo2tdfh9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvo2tdfh9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvo2tdfh9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvo2tdfh9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvo2tdfh9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvo2tdfh9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvo2tdfh9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvo2tdfh9 .mbr-section-title {
  color: #18212d;
}
.cid-uMvo2tdfh9 .mbr-desc {
  color: #18212d;
}
.cid-uMvo2tdfh9 .mbr-text {
  color: #18212d;
}
.cid-uMqvhfsRC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqvhfsRC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqvhfsRC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqvhfsRC6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMqvhfsRC6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMqvhfsRC6 .container {
    padding: 0 24px;
  }
}
.cid-uMqvhfsRC6 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .content-wrapper {
    display: block;
  }
}
.cid-uMqvhfsRC6 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMqvhfsRC6 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMqvhfsRC6 .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-uMqvhfsRC6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMqvhfsRC6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uMqvhfsRC6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMqvhfsRC6 .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqvhfsRC6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqvhfsRC6 .mbr-section-title {
  color: #18212d;
}
.cid-uMqvhfsRC6 .mbr-desc {
  color: #18212d;
}
.cid-uMqvhfsRC6 .mbr-text {
  color: #000000;
}
.cid-uMqvhfsRC6 .mbr-desc,
.cid-uMqvhfsRC6 .desc-wrapper {
  color: #000000;
}
.cid-uMqvhfsRC6 .mbr-section-title,
.cid-uMqvhfsRC6 .mbr-section-btn {
  color: #000000;
}
.cid-uMvnjqSjMd {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uMvnjqSjMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvnjqSjMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvnjqSjMd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMvnjqSjMd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvnjqSjMd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnjqSjMd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMvnjqSjMd .container {
    padding: 0 24px;
  }
}
.cid-uMvnjqSjMd .row {
  justify-content: center;
}
.cid-uMvnjqSjMd .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvnjqSjMd .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnjqSjMd .title-wrapper {
    padding-right: 0;
  }
}
.cid-uMvnjqSjMd .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-uMvnjqSjMd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvnjqSjMd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvnjqSjMd .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uMvnjqSjMd .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnjqSjMd .text-wrapper {
    padding-left: 0;
  }
}
.cid-uMvnjqSjMd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvnjqSjMd .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uMvnjqSjMd .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uMvnjqSjMd .mbr-section-title {
  color: #18212d;
}
.cid-uMvnjqSjMd .mbr-desc {
  color: #18212d;
}
.cid-uMvnjqSjMd .mbr-text {
  color: #18212d;
}
.cid-uL0GEm7gPI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #3a86ff;
}
.cid-uL0GEm7gPI .item:focus,
.cid-uL0GEm7gPI span:focus {
  outline: none;
}
.cid-uL0GEm7gPI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uL0GEm7gPI .content-head {
  max-width: 800px;
}
.cid-uL0GEm7gPI .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uL0GEm7gPI .item {
    min-height: 45px;
  }
}
.cid-uL0GEm8OQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEm8OQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm8OQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEm8OQ5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm8OQ5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm8OQ5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm8OQ5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm8OQ5 .container {
    padding: 0 24px;
  }
}
.cid-uL0GEm8OQ5 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm8OQ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL0GEm8OQ5 .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-uL0GEm8OQ5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL0GEm8OQ5 .item {
  margin-bottom: 32px;
}
.cid-uL0GEm8OQ5 .item .item-wrapper .item-img {
  border: 16px solid #ebf3ff;
  background-color: #ebf3ff;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uL0GEm8OQ5 .item .item-wrapper .item-img:hover img,
.cid-uL0GEm8OQ5 .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uL0GEm8OQ5 .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uL0GEm8OQ5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL0GEm8OQ5 .mbr-desc,
.cid-uL0GEm8OQ5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmbL3o {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL0GEmbL3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEmbL3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEmbL3o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmbL3o .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmbL3o .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmbL3o .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmbL3o .container {
    padding: 0 24px;
  }
}
.cid-uL0GEmbL3o .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uL0GEmbL3o .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmbL3o .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uL0GEmbL3o .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uL0GEmbL3o .item .item-wrapper .item-img .date-wrapper .item-date::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-uL0GEmbL3o .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uL0GEmbL3o .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uL0GEmbL3o .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uL0GEmbL3o .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uL0GEmbL3o .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uL0GEmbL3o .item-title {
  color: #18212d;
}
.cid-uL0GEmbL3o .item-text {
  color: #000000;
}
.cid-uL0GEmbL3o .item-date {
  color: #ffffff;
}
.cid-uL0GEmbL3o .item-title,
.cid-uL0GEmbL3o .mbr-section-btn {
  color: #000000;
}
.cid-uL0GEmdoct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEmdoct .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmdoct .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmdoct .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmdoct .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmdoct .container {
    padding: 0 24px;
  }
}
.cid-uL0GEmdoct .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmdoct .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL0GEmdoct .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-uL0GEmdoct .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL0GEmdoct .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEmdoct .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL0GEmdoct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 545px;
  max-width: 545px;
}
@media (max-width: 767px) {
  .cid-uL0GEmdoct .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uL0GEmdoct .embla__slide .slide-content {
  width: 100%;
}
.cid-uL0GEmdoct .embla__slide .slide-content .item-wrapper {
  padding: 48px;
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #3a86ff;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uL0GEmdoct .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uL0GEmdoct .embla__slide .slide-content .item-wrapper .card-box {
  margin-bottom: 32px;
}
.cid-uL0GEmdoct .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-uL0GEmdoct .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-uL0GEmdoct .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-uL0GEmdoct .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uL0GEmdoct .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uL0GEmdoct .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uL0GEmdoct .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-uL0GEmdoct .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap:first-child {
  margin-left: 0;
}
.cid-uL0GEmdoct .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-uL0GEmdoct .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap .item-tag {
  margin-bottom: 0;
}
.cid-uL0GEmdoct .embla__button--next,
.cid-uL0GEmdoct .embla__button--prev {
  display: flex;
}
.cid-uL0GEmdoct .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #f8c04b !important;
  color: #8338ec !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-uL0GEmdoct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uL0GEmdoct .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uL0GEmdoct .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uL0GEmdoct .embla__button.embla__button--next {
  right: 0;
}
.cid-uL0GEmdoct .embla {
  position: relative;
  width: 100%;
}
.cid-uL0GEmdoct .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uL0GEmdoct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uL0GEmdoct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uL0GEmdoct .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uL0GEmdoct .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmdoct .mbr-desc,
.cid-uL0GEmdoct .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmdoct .mbr-text,
.cid-uL0GEmdoct .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEmdoct .item-desc {
  color: #ffffff;
}
.cid-uL0GEmdoct .item-title {
  color: #FFFFFF;
}
.cid-uL0GEmdoct .item-text {
  color: #ffffff;
}
.cid-uL0GEmdoct .item-tag {
  color: #ffffff;
}
.cid-uL0GEmdoct .item-desc,
.cid-uL0GEmdoct .desc-wrap {
  color: #FFFFFF;
}
.cid-uL0GEmdoct .item-text,
.cid-uL0GEmdoct .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uL0GEmdoct .item-tag,
.cid-uL0GEmdoct .tags-wrapper {
  color: #FFFFFF;
}
.cid-uL0GEmfaUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEmfaUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEmfaUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEmfaUC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmfaUC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmfaUC .container {
    padding: 0 24px;
  }
}
.cid-uL0GEmfaUC .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .content-wrapper {
    display: block;
  }
}
.cid-uL0GEmfaUC .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uL0GEmfaUC .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uL0GEmfaUC .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-uL0GEmfaUC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uL0GEmfaUC .content-wrapper .content-wrap .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uL0GEmfaUC .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uL0GEmfaUC .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uL0GEmfaUC .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uL0GEmfaUC .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uL0GEmfaUC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uL0GEmfaUC .mbr-section-title {
  color: #18212d;
}
.cid-uL0GEmfaUC .mbr-desc {
  color: #18212d;
}
.cid-uL0GEmfaUC .list {
  color: #18212d;
}
.cid-uL0GEmfaUC .mbr-desc,
.cid-uL0GEmfaUC .desc-wrapper {
  color: #000000;
}
.cid-uL0GEmfaUC .mbr-section-title,
.cid-uL0GEmfaUC .mbr-section-btn {
  color: #000000;
}
.cid-uL0GEmfaUC .list,
.cid-uL0GEmfaUC .item-wrap {
  color: #000000;
}
.cid-uL0GEmh42m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3a86ff;
}
.cid-uL0GEmh42m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEmh42m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEmh42m .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmh42m .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEmh42m .container {
    padding: 0 24px;
  }
}
.cid-uL0GEmh42m .row {
  justify-content: center;
}
.cid-uL0GEmh42m .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uL0GEmh42m .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  color: #c8b1e4;
}
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uL0GEmh42m .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-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uL0GEmh42m .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uL0GEmh42m .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uL0GEmh42m .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uL0GEmh42m .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uL0GEmh42m .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uL0GEmh42m .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uL0GEmh42m .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uL0GEmh42m .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-uL0GEmh42m .list-wrapper .list .item-wrap:hover,
.cid-uL0GEmh42m .list-wrapper .list .item-wrap:focus {
  color: #c8b1e4;
}
.cid-uL0GEmh42m .list-wrapper .list .item-wrap:hover::before,
.cid-uL0GEmh42m .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uL0GEmh42m .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-uL0GEmh42m .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uL0GEmh42m .mbr-section-title {
  color: #FFFFFF;
}
.cid-uL0GEmh42m .mbr-soc {
  color: #ffffff;
}
.cid-uL0GEmh42m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uL0GEmh42m .list {
  color: #bbbbbb;
}
.cid-uL0GEmh42m .mbr-soc,
.cid-uL0GEmh42m .social-wrapper {
  color: #FFFFFF;
}
.cid-uL0GEmh42m .mbr-section-subtitle,
.cid-uL0GEmh42m .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uL0GEmh42m .list,
.cid-uL0GEmh42m .item-wrap,
.cid-uL0GEmh42m .list-wrapper {
  color: #FFFFFF;
}
.cid-uL0GEm48F5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL0GEm48F5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0GEm48F5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0GEm48F5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm48F5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm48F5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL0GEm48F5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL0GEm48F5 .container {
    padding: 0 24px;
  }
}
.cid-uL0GEm48F5 .row {
  justify-content: center;
}
.cid-uL0GEm48F5 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uL0GEm48F5 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL0GEm48F5 .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-uL0GEm48F5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uL0GEm48F5 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uL0GEm48F5 .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-uL0GEm48F5 .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-uL0GEm48F5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uL0GEm48F5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uL0GEm48F5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm48F5 .mbr-desc,
.cid-uL0GEm48F5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uL0GEm48F5 .panel-title-edit {
  color: #000000;
}
.cid-uL0GEm48F5 .panel-text {
  color: #000000;
}
