.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: #eff0eb;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Manrope', 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: #dda15e !important;
}
.bg-success {
  background-color: #2fd98a !important;
}
.bg-info {
  background-color: #16cdf2 !important;
}
.bg-warning {
  background-color: #ffc209 !important;
}
.bg-danger {
  background-color: #db2d3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dda15e !important;
  border-color: #dda15e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e6ba88 !important;
  border-color: #e6ba88 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc6c25 !important;
  border-color: #bc6c25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9853b !important;
  border-color: #d9853b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9853b !important;
  border-color: #d9853b !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25966 !important;
  border-color: #e25966 !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: #dda15e;
  color: #dda15e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bc7628 !important;
  background-color: transparent !important;
  border-color: #bc7628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dda15e !important;
  border-color: #dda15e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bc6c25;
  color: #bc6c25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #744217 !important;
  background-color: transparent !important;
  border-color: #744217 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc6c25 !important;
  border-color: #bc6c25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #16cdf2;
  color: #16cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da8 !important;
  background-color: transparent !important;
  border-color: #098da8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2fd98a;
  color: #2fd98a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b965d !important;
  background-color: transparent !important;
  border-color: #1b965d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc209;
  color: #ffc209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18500 !important;
  background-color: transparent !important;
  border-color: #b18500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db2d3e;
  color: #db2d3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !important;
  background-color: transparent !important;
  border-color: #971a26 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db2d3e !important;
  border-color: #db2d3e !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: #dda15e !important;
}
.text-secondary {
  color: #bc6c25 !important;
}
.text-success {
  color: #2fd98a !important;
}
.text-info {
  color: #16cdf2 !important;
}
.text-warning {
  color: #ffc209 !important;
}
.text-danger {
  color: #db2d3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b06e25 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #673b14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198955 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098199 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a27a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1823 !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: #dda15e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16cdf2;
}
.alert-warning {
  background-color: #ffc209;
}
.alert-danger {
  background-color: #db2d3e;
}
.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: #dda15e;
  border-color: #dda15e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dda15e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf9eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbde;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', 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: #dda15e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', 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: #dda15e;
}
/* 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: #dda15e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dda15e;
}
.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: #dda15e;
  border-bottom-color: #dda15e;
}
.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: #000000 !important;
  background-color: #dda15e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #bc6c25 !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='%23dda15e' %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: #dda15e;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #bc6c25;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #2fd98a;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #16cdf2;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffc209;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #db2d3e;
}
.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-uNJf0R5qwQ {
  background-color: transparent;
}
.cid-uNJf0R5qwQ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uNJf0R5qwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uNJf0R5qwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNJf0R5qwQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNJf0R5qwQ .menu_box .navbar.opened,
  .cid-uNJf0R5qwQ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNJf0R5qwQ .navbar-dropdown {
  position: relative !important;
}
.cid-uNJf0R5qwQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uNJf0R5qwQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNJf0R5qwQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNJf0R5qwQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uNJf0R5qwQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNJf0R5qwQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNJf0R5qwQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNJf0R5qwQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNJf0R5qwQ .offcanvas-body .mbr-text,
  .cid-uNJf0R5qwQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNJf0R5qwQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNJf0R5qwQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNJf0R5qwQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNJf0R5qwQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNJf0R5qwQ .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-uNJf0R5qwQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNJf0R5qwQ 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-uNJf0R5qwQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uNJf0R5qwQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uNJf0R5qwQ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uNJf0R5qwQ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uNJf0R5qwQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uNJf0R5qwQ .nav-item .nav-link:hover,
.cid-uNJf0R5qwQ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uNJf0R5qwQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNJf0R5qwQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNJf0R5qwQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNJf0R5qwQ .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-uNJf0R5qwQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNJf0R5qwQ .offcanvas_box {
    display: none;
  }
}
.cid-uNJf0R5qwQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNJf0R5qwQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNJf0R5qwQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNJf0R5qwQ .container {
  display: flex;
  margin: auto;
}
.cid-uNJf0R5qwQ .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-uNJf0R5qwQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNJf0R5qwQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uNJf0R5qwQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNJf0R5qwQ .navbar-nav {
    margin: 0;
  }
}
.cid-uNJf0R5qwQ .dropdown-menu,
.cid-uNJf0R5qwQ .navbar.opened {
  background-color: false !important;
}
.cid-uNJf0R5qwQ .nav-item:focus,
.cid-uNJf0R5qwQ .nav-link:focus {
  outline: none;
}
.cid-uNJf0R5qwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNJf0R5qwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNJf0R5qwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNJf0R5qwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNJf0R5qwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNJf0R5qwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNJf0R5qwQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0R5qwQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNJf0R5qwQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNJf0R5qwQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNJf0R5qwQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uNJf0R5qwQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uNJf0R5qwQ .navbar.collapsed {
  justify-content: center;
}
.cid-uNJf0R5qwQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNJf0R5qwQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNJf0R5qwQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNJf0R5qwQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNJf0R5qwQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNJf0R5qwQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNJf0R5qwQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNJf0R5qwQ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uNJf0R5qwQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNJf0R5qwQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNJf0R5qwQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNJf0R5qwQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNJf0R5qwQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNJf0R5qwQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNJf0R5qwQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNJf0R5qwQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNJf0R5qwQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNJf0R5qwQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNJf0R5qwQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNJf0R5qwQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNJf0R5qwQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNJf0R5qwQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNJf0R5qwQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNJf0R5qwQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNJf0R5qwQ .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-uNJf0R5qwQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNJf0R5qwQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNJf0R5qwQ .dropdown-item.active,
.cid-uNJf0R5qwQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNJf0R5qwQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uNJf0R5qwQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNJf0R5qwQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNJf0R5qwQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNJf0R5qwQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNJf0R5qwQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNJf0R5qwQ 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-uNJf0R5qwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uNJf0R5qwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNJf0R5qwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJf0R5qwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNJf0R5qwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNJf0R5qwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJf0R5qwQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNJf0R5qwQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNJf0R5qwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNJf0R5qwQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNJf0R5qwQ .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-uNJf0R5qwQ .navbar {
    height: 70px;
  }
  .cid-uNJf0R5qwQ .navbar.opened {
    height: auto;
  }
  .cid-uNJf0R5qwQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNJf0R5qwQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNJf0R5qwQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uNJf0R5qwQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uNJf0R5qwQ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R5qwQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uNJf0R5qwQ .mbr-section-btn-main .btn {
  margin: 8px;
  text-wrap: nowrap;
  border: 1px solid #edeceb !important;
}
.cid-uNJf0R5qwQ .navbar-caption:hover {
  color: #dda15e;
}
@media (min-width: 992px) {
  .cid-uNJf0R5qwQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNJf0R5qwQ .text_widget {
  margin-bottom: 32px;
}
.cid-uNJf0R5qwQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNJf0R5qwQ .text_widget a:hover,
.cid-uNJf0R5qwQ .text_widget a:focus {
  opacity: 0.8;
}
.cid-uNJf0R5qwQ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uNJf0R5qwQ .navbar-caption {
  color: #18212d;
}
.cid-uNJf0R5qwQ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uNJf0R5qwQ .mbr-section-subtitle,
.cid-uNJf0R5qwQ .text_widget,
.cid-uNJf0R5qwQ .mbr-section-btn {
  text-align: center;
}
.cid-uNJf0R5qwQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNJf0R7B0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/QS4KN7A70vAR.jpeg");
}
.cid-uNJf0R7B0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0R7B0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0R7B0z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0R7B0z .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R7B0z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R7B0z .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R7B0z .container {
    padding: 0 24px;
  }
}
.cid-uNJf0R7B0z .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uNJf0R7B0z .content-wrapper {
    padding: 0;
  }
}
.cid-uNJf0R7B0z .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-uNJf0R7B0z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0R7B0z .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNJf0R7B0z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0R7B0z .mbr-section-title {
  color: #ffffff;
}
.cid-uNJf0R7B0z .mbr-desc,
.cid-uNJf0R7B0z .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0R7B0z .mbr-text,
.cid-uNJf0R7B0z .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uNJf0R7B0z .mbr-section-title,
.cid-uNJf0R7B0z .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uNJf0R7dE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0R7dE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0R7dE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0R7dE8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0R7dE8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R7dE8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R7dE8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R7dE8 .container {
    padding: 0 24px;
  }
}
.cid-uNJf0R7dE8 .row {
  justify-content: center;
}
.cid-uNJf0R7dE8 .item {
  margin-top: 24px;
}
.cid-uNJf0R7dE8 .item:first-child {
  margin-bottom: 0;
}
.cid-uNJf0R7dE8 .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0R7dE8 .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uNJf0R7dE8 .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uNJf0R7dE8 .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uNJf0R7dE8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uNJf0R7dE8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uNJf0R7dE8 .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uNJf0R7dE8 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uNJf0R7dE8 .item-title {
  color: #000000;
}
.cid-uNJf0R7dE8 .item-text {
  color: #18212d;
}
.cid-uNJf0R7dE8 .item-text,
.cid-uNJf0R7dE8 .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0R8vDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0R8vDb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0R8vDb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R8vDb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R8vDb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R8vDb .container {
    padding: 0 24px;
  }
}
.cid-uNJf0R8vDb .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0R8vDb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0R8vDb .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-uNJf0R8vDb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0R8vDb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0R8vDb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0R8vDb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 545px;
  max-width: 545px;
}
@media (max-width: 767px) {
  .cid-uNJf0R8vDb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNJf0R8vDb .embla__slide .slide-content {
  width: 100%;
}
.cid-uNJf0R8vDb .embla__slide .slide-content .item-wrapper {
  padding: 48px;
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #606c38;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNJf0R8vDb .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .card-box {
  margin-bottom: 32px;
}
.cid-uNJf0R8vDb .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-uNJf0R8vDb .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-uNJf0R8vDb .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-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNJf0R8vDb .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-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap:first-child {
  margin-left: 0;
}
.cid-uNJf0R8vDb .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-uNJf0R8vDb .embla__slide .slide-content .item-wrapper .tags-wrapper .tags-wrap .tag-wrap .item-tag {
  margin-bottom: 0;
}
.cid-uNJf0R8vDb .embla__button--next,
.cid-uNJf0R8vDb .embla__button--prev {
  display: flex;
}
.cid-uNJf0R8vDb .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #bc6c25 !important;
  color: #dda15e !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-uNJf0R8vDb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNJf0R8vDb .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uNJf0R8vDb .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uNJf0R8vDb .embla__button.embla__button--next {
  right: 0;
}
.cid-uNJf0R8vDb .embla {
  position: relative;
  width: 100%;
}
.cid-uNJf0R8vDb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNJf0R8vDb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNJf0R8vDb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNJf0R8vDb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNJf0R8vDb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0R8vDb .mbr-desc,
.cid-uNJf0R8vDb .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0R8vDb .mbr-text,
.cid-uNJf0R8vDb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0R8vDb .item-desc {
  color: #ffffff;
}
.cid-uNJf0R8vDb .item-title {
  color: #FFFFFF;
}
.cid-uNJf0R8vDb .item-text {
  color: #ffffff;
}
.cid-uNJf0R8vDb .item-tag {
  color: #ffffff;
}
.cid-uNJf0R8vDb .item-desc,
.cid-uNJf0R8vDb .desc-wrap {
  color: #FFFFFF;
}
.cid-uNJf0R8vDb .item-text,
.cid-uNJf0R8vDb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNJf0R8vDb .item-tag,
.cid-uNJf0R8vDb .tags-wrapper {
  color: #FFFFFF;
}
.cid-uNJf0R9RZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0R9RZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0R9RZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0R9RZz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R9RZz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0R9RZz .container {
    padding: 0 24px;
  }
}
.cid-uNJf0R9RZz .image-wrapper {
  min-height: 50%;
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uNJf0R9RZz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: 0.12;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .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-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uNJf0R9RZz .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  margin-bottom: 0;
}
.cid-uNJf0R9RZz .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uNJf0R9RZz .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .content-wrapper {
    padding: 24px;
  }
}
.cid-uNJf0R9RZz .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uNJf0R9RZz .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-uNJf0R9RZz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0R9RZz .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0R9RZz .item {
  margin-bottom: 16px;
}
.cid-uNJf0R9RZz .item:last-child {
  margin-bottom: 0;
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uNJf0R9RZz .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uNJf0R9RZz .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uNJf0R9RZz .mbr-section-title {
  color: #000000;
}
.cid-uNJf0R9RZz .mbr-desc {
  color: #18212d;
}
.cid-uNJf0R9RZz .mbr-text {
  color: #18212d;
}
.cid-uNJf0R9RZz .mbr-recall {
  color: #ffffff;
}
.cid-uNJf0R9RZz .mbr-name {
  color: #ffffff;
}
.cid-uNJf0R9RZz .mbr-rating {
  color: #EFCC4E;
}
.cid-uNJf0R9RZz .item-title {
  color: #000000;
}
.cid-uNJf0R9RZz .item-text {
  color: #18212d;
}
.cid-uNJf0R9RZz .item-desc {
  color: #18212d;
}
.cid-uNJf0R9RZz .mbr-recall,
.cid-uNJf0R9RZz .icon-wrapper {
  color: #FFFFFF;
}
.cid-uNJf0R9RZz .mbr-name,
.cid-uNJf0R9RZz .people-wrapper {
  color: #FFFFFF;
}
.cid-uNJf0R9RZz .mbr-desc,
.cid-uNJf0R9RZz .desc-wrapper {
  color: #000000;
}
.cid-uNJf0R9RZz .mbr-text,
.cid-uNJf0R9RZz .text-wrapper {
  color: #000000;
}
.cid-uNJf0R9RZz .item-desc,
.cid-uNJf0R9RZz .desc-wrap {
  color: #000000;
}
.cid-uNJf0R9RZz .item-title,
.cid-uNJf0R9RZz .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0R9RZz .item-text,
.cid-uNJf0R9RZz .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0RanbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RanbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/Lk5iYVwtLOfy.jpg");
}
.cid-uNJf0RanbN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RanbN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RanbN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RanbN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RanbN .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RaCed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RaCed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RaCed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RaCed .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RaCed .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RaCed .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RaCed .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RaCed .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RaCed .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RaCed .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RaCed .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RaCed .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #606c38;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-uNJf0RaCed .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RaCed .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uNJf0RaCed .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0RaCed .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uNJf0RaCed .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uNJf0RaCed .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uNJf0RaCed .item-title {
  color: #FFFFFF;
}
.cid-uNJf0RaCed .item-text {
  color: #ffffff;
}
.cid-uNJf0RaCed .item-text,
.cid-uNJf0RaCed .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNJf0RanLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RanLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RanLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RanLp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RanLp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RanLp .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RanLp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RanLp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RanLp .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uNJf0RanLp .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RanLp .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uNJf0RanLp .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: 0.12;
}
.cid-uNJf0RanLp .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uNJf0RanLp .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uNJf0RanLp .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-uNJf0RanLp .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uNJf0RanLp .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-uNJf0RanLp .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uNJf0RanLp .item .card-main .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNJf0RanLp .item-title {
  color: #18212d;
}
.cid-uNJf0RanLp .item-text {
  color: #18212d;
}
.cid-uNJf0RanLp .item-name {
  color: #ffffff;
}
.cid-uNJf0RanLp .item-role {
  color: #ffffff;
}
.cid-uNJf0RbT7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RbT7v .item:focus,
.cid-uNJf0RbT7v span:focus {
  outline: none;
}
.cid-uNJf0RbT7v .item {
  cursor: pointer;
}
.cid-uNJf0RbT7v .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNJf0RbT7v .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNJf0RbT7v .grid-container-1,
.cid-uNJf0RbT7v .grid-container-2,
.cid-uNJf0RbT7v .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNJf0RbT7v .grid-container-1,
  .cid-uNJf0RbT7v .grid-container-2,
  .cid-uNJf0RbT7v .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uNJf0RbT7v .mbr-section-title {
  margin-bottom: 64px;
  color: #18212d;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJf0RbT7v .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RbT7v .content-head {
  max-width: 800px;
}
.cid-uNJf0RbT7v .container,
.cid-uNJf0RbT7v .container-fluid {
  overflow: hidden;
}
.cid-uNJf0RbT7v .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNJf0RbT7v .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 16px solid #eff0eb;
  background-color: #eff0eb;
  border-radius: 2rem !important;
}
.cid-uNJf0RbT7v .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uNJf0RbT7v .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uNJf0RbT7v .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uNJf0RbT7v .grid-container-1,
.cid-uNJf0RbT7v .grid-container-2,
.cid-uNJf0RbT7v .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNJf0RbT7v .grid-container-1 {
  align-items: flex-end;
}
.cid-uNJf0RbT7v .grid-container-2 {
  align-items: flex-start;
}
.cid-uNJf0Rb39v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #606c38;
}
.cid-uNJf0Rb39v .item:focus,
.cid-uNJf0Rb39v span:focus {
  outline: none;
}
.cid-uNJf0Rb39v .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNJf0Rb39v .content-head {
  max-width: 800px;
}
.cid-uNJf0Rb39v .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uNJf0Rb39v .item {
    min-height: 45px;
  }
}
.cid-uNJf0RbnH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RbnH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RbnH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RbnH1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RbnH1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RbnH1 .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RbnH1 .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uNJf0RbnH1 .content-wrapper .main-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNJf0RbnH1 .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-uNJf0RbnH1 .content-wrapper .main-image-wrap .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uNJf0RbnH1 .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-uNJf0RbnH1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uNJf0RbnH1 .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-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uNJf0RbnH1 .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-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uNJf0RbnH1 .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #eff0eb;
  background-color: #eff0eb;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uNJf0RbnH1 .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #eff0eb;
  }
}
.cid-uNJf0RbnH1 .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-uNJf0RbnH1 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uNJf0RbnH1 .mbr-section-title {
  color: #18212d;
}
.cid-uNJf0RbnH1 .mbr-desc,
.cid-uNJf0RbnH1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RbnH1 .mbr-text,
.cid-uNJf0RbnH1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RbnH1 .mbr-rating {
  color: #EFCC4E;
}
.cid-uNJf0RbnH1 .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uNJf0RbnH1 .mbr-section-title,
.cid-uNJf0RbnH1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uNJf0RbnH1 .mbr-rating,
.cid-uNJf0RbnH1 .rating-wrapper,
.cid-uNJf0RbnH1 .people-wrapper {
  text-align: center;
}
.cid-uNJf0RcU6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RcU6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RcU6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RcU6x .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RcU6x .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RcU6x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RcU6x .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RcU6x .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RcU6x .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RcU6x .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RcU6x .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-uNJf0RcU6x .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNJf0RcU6x .item {
  margin-bottom: 32px;
}
.cid-uNJf0RcU6x .item .item-wrapper .item-img {
  border: 16px solid #eff0eb;
  background-color: #eff0eb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uNJf0RcU6x .item .item-wrapper .item-img:hover img,
.cid-uNJf0RcU6x .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uNJf0RcU6x .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-uNJf0RcU6x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RcU6x .mbr-desc,
.cid-uNJf0RcU6x .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RcKun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RcKun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RcKun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RcKun .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RcKun .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RcKun .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RcKun .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RcKun .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RcKun .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uNJf0RcKun .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RcKun .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uNJf0RcKun .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: 0.12;
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uNJf0RcKun .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-uNJf0RcKun .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-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uNJf0RcKun .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  margin-bottom: 0;
}
.cid-uNJf0RcKun .item-text {
  color: #ffffff;
}
.cid-uNJf0RcKun .item-name {
  color: #ffffff;
}
.cid-uNJf0RcKun .mbr-rating {
  color: #EFCC4E;
}
.cid-uNJf0RdXGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RdXGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RdXGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RdXGj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RdXGj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RdXGj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RdXGj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RdXGj .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RdXGj .row {
  justify-content: center;
}
.cid-uNJf0RdXGj .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RdXGj .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RdXGj .title-wrapper {
    padding-right: 0;
  }
}
.cid-uNJf0RdXGj .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-uNJf0RdXGj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RdXGj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RdXGj .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RdXGj .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RdXGj .text-wrapper {
    padding-left: 0;
  }
}
.cid-uNJf0RdXGj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNJf0RdXGj .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uNJf0RdXGj .mbr-section-title {
  color: #000000;
}
.cid-uNJf0RdXGj .mbr-desc {
  color: #18212d;
}
.cid-uNJf0RdXGj .mbr-text {
  color: #000000;
}
.cid-uNJf0RdXGj .mbr-desc,
.cid-uNJf0RdXGj .desc-wrapper {
  color: #000000;
}
.cid-uNJf0RdheE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RdheE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RdheE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RdheE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RdheE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RdheE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RdheE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RdheE .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RdheE .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uNJf0RdheE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RdheE .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJf0RdheE .image-wrapper img {
    height: 400px;
  }
}
.cid-uNJf0RdheE .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uNJf0RdheE .content-wrapper {
    padding: 24px;
  }
}
.cid-uNJf0RdheE .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uNJf0RdheE .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-uNJf0RdheE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RdheE .content-wrapper .content-wrap .mbr-text_1 {
  margin-bottom: 0;
}
.cid-uNJf0RdheE .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uNJf0RdheE .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uNJf0RdheE .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uNJf0RdheE .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-uNJf0RdheE .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uNJf0RdheE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uNJf0RdheE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uNJf0RdheE .mbr-section-title {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-section-subtitle {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-desc {
  color: #18212d;
}
.cid-uNJf0RdheE .mbr-text_1 {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-text_2 {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-role {
  color: #18212d;
}
.cid-uNJf0RdheE .mbr-name {
  color: #18212d;
}
.cid-uNJf0RdheE .mbr-desc,
.cid-uNJf0RdheE .desc-wrapper {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-name,
.cid-uNJf0RdheE .person-wrapper {
  color: #000000;
}
.cid-uNJf0RdheE .mbr-role,
.cid-uNJf0RdheE .person-wrapper {
  color: #000000;
}
.cid-uNJf0Re3WV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Re3WV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Re3WV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Re3WV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Re3WV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Re3WV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Re3WV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Re3WV .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Re3WV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0Re3WV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Re3WV .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0Re3WV .item {
  margin-bottom: 32px;
}
.cid-uNJf0Re3WV .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-uNJf0Re3WV .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Re3WV .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uNJf0Re3WV .item .item-wrapper .item-number {
  margin-bottom: 32px;
}
.cid-uNJf0Re3WV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0Re3WV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNJf0Re3WV .item-title {
  color: #000000;
}
.cid-uNJf0Re3WV .item-text {
  color: #000000;
}
.cid-uNJf0Re3WV .item-number {
  color: #000000;
}
.cid-uNJf0Rekpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Rekpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rekpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rekpv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rekpv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rekpv .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Rekpv .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .content-wrapper {
    display: block;
  }
}
.cid-uNJf0Rekpv .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uNJf0Rekpv .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uNJf0Rekpv .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-uNJf0Rekpv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0Rekpv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uNJf0Rekpv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNJf0Rekpv .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNJf0Rekpv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNJf0Rekpv .mbr-section-title {
  color: #18212d;
}
.cid-uNJf0Rekpv .mbr-desc {
  color: #18212d;
}
.cid-uNJf0Rekpv .mbr-text {
  color: #000000;
}
.cid-uNJf0Rekpv .mbr-desc,
.cid-uNJf0Rekpv .desc-wrapper {
  color: #000000;
}
.cid-uNJf0Rekpv .mbr-section-title,
.cid-uNJf0Rekpv .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0Rem2e {
  background-image: url("../images/g01l0rIp2xL1.jpeg");
}
.cid-uNJf0Rem2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rem2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rem2e .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rem2e .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rem2e .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rem2e .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rem2e .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RfHXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RfHXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RfHXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RfHXn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RfHXn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RfHXn .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RfHXn .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RfHXn .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-uNJf0RfHXn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RfHXn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0RfHXn .item {
  margin-bottom: 32px;
}
.cid-uNJf0RfHXn .item .item-wrapper {
  height: 100%;
}
.cid-uNJf0RfHXn .item .item-wrapper .item-img img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNJf0RfHXn .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #e8eff0;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uNJf0RfHXn .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RfHXn .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uNJf0RfHXn .item .item-wrapper .card-box .item-title,
.cid-uNJf0RfHXn .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uNJf0RfHXn .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uNJf0RfHXn .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
}
.cid-uNJf0RfHXn .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNJf0RfHXn .item .item-wrapper .dark-card {
  background-color: #dda15e;
  border: none;
}
.cid-uNJf0RfHXn .item .item-wrapper .middle-card {
  background-color: #606c38;
  border: none;
}
.cid-uNJf0RfHXn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfHXn .mbr-desc,
.cid-uNJf0RfHXn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfHXn .mbr-text,
.cid-uNJf0RfHXn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfHXn .item-title {
  color: #000000;
}
.cid-uNJf0RfHXn .item-text {
  color: #18212d;
}
.cid-uNJf0RfHXn .item-title_2 {
  color: #000000;
}
.cid-uNJf0RfHXn .item-text_2 {
  color: #ffffff;
}
.cid-uNJf0RfHXn .item-text,
.cid-uNJf0RfHXn .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0RfHXn .item-text_2,
.cid-uNJf0RfHXn .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0RfHXn .item-title_3 {
  color: #FFFFFF;
}
.cid-uNJf0RfHXn .item-text_3,
.cid-uNJf0RfHXn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNJf0RfhIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RfhIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RfhIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RfhIB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RfhIB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RfhIB .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RfhIB .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RfhIB .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-uNJf0RfhIB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RfhIB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0RfhIB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RfhIB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RfhIB .item .item-wrapper {
  height: 100%;
}
.cid-uNJf0RfhIB .item .item-wrapper .item-img img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNJf0RfhIB .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-uNJf0RfhIB .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .text-wrap .item-text {
  margin-bottom: 16px;
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uNJf0RfhIB .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-uNJf0RfhIB .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-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uNJf0RfhIB .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  margin-bottom: 0;
}
.cid-uNJf0RfhIB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfhIB .mbr-desc,
.cid-uNJf0RfhIB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfhIB .mbr-text,
.cid-uNJf0RfhIB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RfhIB .item-title {
  color: #18212d;
}
.cid-uNJf0RfhIB .item-text {
  color: #000000;
}
.cid-uNJf0RfhIB .item-name {
  color: #18212d;
}
.cid-uNJf0RfhIB .mbr-rating {
  color: #EFCC4E;
}
.cid-uNJf0RfhIB .item-title,
.cid-uNJf0RfhIB .icon-wrapper {
  color: #000000;
}
.cid-uNJf0RfhIB .item-name,
.cid-uNJf0RfhIB .people-wrapper {
  color: #000000;
}
.cid-uNJf0RgCvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RgCvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RgCvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RgCvG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RgCvG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RgCvG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RgCvG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RgCvG .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RgCvG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RgCvG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RgCvG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RgCvG .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-uNJf0RgCvG .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uNJf0RgCvG .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RgCvG .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNJf0RgCvG .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uNJf0RgCvG .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-uNJf0RgCvG .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-uNJf0RgCvG .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uNJf0RgCvG .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uNJf0RgCvG .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0RgCvG .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uNJf0RgCvG .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNJf0RgCvG .item-title {
  color: #18212d;
}
.cid-uNJf0RgCvG .item-text {
  color: #000000;
}
.cid-uNJf0RgCvG .item-date {
  color: #ffffff;
}
.cid-uNJf0RgCvG .item-title,
.cid-uNJf0RgCvG .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0Rggwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Rggwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rggwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rggwm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rggwm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rggwm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rggwm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rggwm .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Rggwm .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNJf0Rggwm .image-wrapper img {
    height: 400px;
  }
}
.cid-uNJf0RhW6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RhW6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RhW6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RhW6y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RhW6y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RhW6y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RhW6y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RhW6y .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RhW6y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RhW6y .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RhW6y .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RhW6y .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-uNJf0RhW6y .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uNJf0RhW6y .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RhW6y .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNJf0RhW6y .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uNJf0RhW6y .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;
  background-color: #f9f7f4;
  border: 1px solid #edeceb;
}
.cid-uNJf0RhW6y .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #f9f7f4;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uNJf0RhW6y .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uNJf0RhW6y .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0RhW6y .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uNJf0RhW6y .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNJf0RhW6y .item-title {
  color: #18212d;
}
.cid-uNJf0RhW6y .item-text {
  color: #000000;
}
.cid-uNJf0RhW6y .item-date {
  color: #ffffff;
}
.cid-uNJf0RhW6y .item-date,
.cid-uNJf0RhW6y .date-wrapper {
  color: #000000;
}
.cid-uNJf0RhW6y .item-title,
.cid-uNJf0RhW6y .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0Rhyc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Rhyc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rhyc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rhyc8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rhyc8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rhyc8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rhyc8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rhyc8 .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Rhyc8 .row {
  justify-content: center;
}
.cid-uNJf0Rhyc8 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rhyc8 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0Rhyc8 .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-uNJf0Rhyc8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNJf0Rhyc8 .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uNJf0Rhyc8 .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uNJf0Rhyc8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0Rhyc8 .mbr-desc,
.cid-uNJf0Rhyc8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0Rho7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Rho7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rho7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rho7G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rho7G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rho7G .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Rho7G .row {
  justify-content: center;
}
.cid-uNJf0Rho7G .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uNJf0Rho7G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uNJf0Rho7G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-uNJf0Rho7G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #edeceb;
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJf0Rho7G .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uNJf0Rho7G .tabs-wrapper {
  text-align: center;
}
.cid-uNJf0Rho7G .item-title {
  color: #18212d;
}
.cid-uNJf0Rho7G .item-text {
  color: #000000;
}
.cid-uNJf0Rho7G .item-title,
.cid-uNJf0Rho7G .tabs-wrapper {
  color: #000000;
}
.cid-uNJf0RiIxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RiIxz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RiIxz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RiIxz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RiIxz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RiIxz .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RiIxz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .cid-uNJf0RiIxz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNJf0RiIxz .embla__slide .slide-content {
  width: 100%;
}
.cid-uNJf0RiIxz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNJf0RiIxz .embla__button--next,
.cid-uNJf0RiIxz .embla__button--prev {
  display: flex;
}
.cid-uNJf0RiIxz .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #bc6c25 !important;
  color: #dda15e !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-uNJf0RiIxz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNJf0RiIxz .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uNJf0RiIxz .embla__button.embla__button--prev {
  right: 8rem;
}
@media (max-width: 992px) {
  .cid-uNJf0RiIxz .embla__button.embla__button--prev {
    right: 4rem;
  }
}
.cid-uNJf0RiIxz .embla__button.embla__button--next {
  right: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RiIxz .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uNJf0RiIxz .embla {
  position: relative;
  width: 100%;
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RiIxz .embla {
    padding: 0;
  }
}
.cid-uNJf0RiIxz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNJf0RiIxz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNJf0RiIxz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNJf0RiIxz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNJf0RiWwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RiWwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RiWwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RiWwz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RiWwz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RiWwz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RiWwz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RiWwz .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RiWwz .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RiWwz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RiWwz .content-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-uNJf0RiWwz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RiWwz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RiWwz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0RiWwz .item {
  margin-bottom: 32px;
}
.cid-uNJf0RiWwz .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uNJf0RiWwz .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RiWwz .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #edeceb;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .item-price,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .item-text,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uNJf0RiWwz .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-uNJf0RiWwz .item .dark-card {
  background-color: #606c38;
  border: none;
}
.cid-uNJf0RiWwz .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uNJf0RiWwz .item .dark-card .card-box .desc-wrap .item-desc_2::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-uNJf0RiWwz .item .dark-card .card-box .desc-wrap .item-desc_2::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-uNJf0RiWwz .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-uNJf0RiWwz .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uNJf0RiWwz .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uNJf0RiWwz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RiWwz .mbr-desc,
.cid-uNJf0RiWwz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RiWwz .mbr-text,
.cid-uNJf0RiWwz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RiWwz .list_2 {
  color: #FFFFFF;
}
.cid-uNJf0RiWwz .item-desc_2 {
  color: #FFFFFF;
}
.cid-uNJf0RiWwz .item-price_2 {
  color: #FFFFFF;
}
.cid-uNJf0RiWwz .item-text_2 {
  color: #FFFFFF;
}
.cid-uNJf0RjBkd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0RjBkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RjBkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RjBkd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RjBkd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RjBkd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RjBkd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RjBkd .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RjBkd .row {
  justify-content: center;
}
.cid-uNJf0RjBkd .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RjBkd .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNJf0RjBkd .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-uNJf0RjBkd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RjBkd .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uNJf0RjBkd .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-uNJf0RjBkd .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-uNJf0RjBkd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uNJf0RjBkd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uNJf0RjBkd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RjBkd .mbr-desc,
.cid-uNJf0RjBkd .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNJf0RjBkd .panel-title-edit {
  color: #000000;
}
.cid-uNJf0RjBkd .panel-text {
  color: #000000;
}
.cid-uNJf0RkFdP {
  background-color: #ffffff;
}
.cid-uNJf0RkFdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RkFdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RkFdP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RkFdP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RkFdP .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RkFdP .row {
  justify-content: center;
}
.cid-uNJf0RkFdP .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uNJf0RkFdP .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNJf0RkFdP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 2rem;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: 1;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .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-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 0.5;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-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;
  background-color: #ffffff;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: 0.2;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #18212d !important;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #18212d;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNJf0RkFdP .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uNJf0RkFdP .mbr-section-title {
  color: #000000;
}
.cid-uNJf0RkFdP .mbr-desc {
  color: #18212d;
}
.cid-uNJf0RkFdP .mbr-text {
  color: #18212d;
}
.cid-uNJf0RkFdP .mbr-soc {
  color: #18212d;
}
.cid-uNJf0RkFdP label {
  color: #18212d;
}
.cid-uNJf0RkFdP .mbr-desc,
.cid-uNJf0RkFdP .desc-wrapper {
  color: #000000;
}
.cid-uNJf0RkFdP .mbr-text,
.cid-uNJf0RkFdP .text-wrapper {
  color: #000000;
}
.cid-uNJf0RkFdP .mbr-soc,
.cid-uNJf0RkFdP .social-wrapper {
  color: #000000;
}
.cid-uNJf0Rkbgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNJf0Rkbgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0Rkbgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0Rkbgg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rkbgg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0Rkbgg .container {
    padding: 0 24px;
  }
}
.cid-uNJf0Rkbgg .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .content-wrapper {
    display: block;
  }
}
.cid-uNJf0Rkbgg .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uNJf0Rkbgg .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uNJf0Rkbgg .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-uNJf0Rkbgg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNJf0Rkbgg .content-wrapper .content-wrap .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uNJf0Rkbgg .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uNJf0Rkbgg .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNJf0Rkbgg .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNJf0Rkbgg .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNJf0Rkbgg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uNJf0Rkbgg .mbr-section-title {
  color: #18212d;
}
.cid-uNJf0Rkbgg .mbr-desc {
  color: #18212d;
}
.cid-uNJf0Rkbgg .list {
  color: #18212d;
}
.cid-uNJf0Rkbgg .mbr-desc,
.cid-uNJf0Rkbgg .desc-wrapper {
  color: #000000;
}
.cid-uNJf0Rkbgg .mbr-section-title,
.cid-uNJf0Rkbgg .mbr-section-btn {
  color: #000000;
}
.cid-uNJf0Rkbgg .list,
.cid-uNJf0Rkbgg .item-wrap {
  color: #000000;
}
.cid-uNJf0RlK3r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #606c38;
}
.cid-uNJf0RlK3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJf0RlK3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJf0RlK3r .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RlK3r .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNJf0RlK3r .container {
    padding: 0 24px;
  }
}
.cid-uNJf0RlK3r .row {
  justify-content: center;
}
.cid-uNJf0RlK3r .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNJf0RlK3r .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  color: #c8b1e4;
}
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uNJf0RlK3r .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-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uNJf0RlK3r .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNJf0RlK3r .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uNJf0RlK3r .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uNJf0RlK3r .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uNJf0RlK3r .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNJf0RlK3r .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uNJf0RlK3r .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNJf0RlK3r .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-uNJf0RlK3r .list-wrapper .list .item-wrap:hover,
.cid-uNJf0RlK3r .list-wrapper .list .item-wrap:focus {
  color: #c8b1e4;
}
.cid-uNJf0RlK3r .list-wrapper .list .item-wrap:hover::before,
.cid-uNJf0RlK3r .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uNJf0RlK3r .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-uNJf0RlK3r .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uNJf0RlK3r .mbr-section-title {
  color: #FFFFFF;
}
.cid-uNJf0RlK3r .mbr-soc {
  color: #ffffff;
}
.cid-uNJf0RlK3r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNJf0RlK3r .list {
  color: #bbbbbb;
}
.cid-uNJf0RlK3r .mbr-soc,
.cid-uNJf0RlK3r .social-wrapper {
  color: #FFFFFF;
}
.cid-uNJf0RlK3r .mbr-section-subtitle,
.cid-uNJf0RlK3r .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNJf0RlK3r .list,
.cid-uNJf0RlK3r .item-wrap,
.cid-uNJf0RlK3r .list-wrapper {
  color: #FFFFFF;
}
