body {
  background-color: #fbfbfa;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #a3b18a !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: #a3b18a !important;
  border-color: #a3b18a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #79895b !important;
  border-color: #79895b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #79895b !important;
  border-color: #79895b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #588157 !important;
  border-color: #588157 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #354d34 !important;
  border-color: #354d34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #354d34 !important;
  border-color: #354d34 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #098da8 !important;
  border-color: #098da8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #098da8 !important;
  border-color: #098da8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1b965d !important;
  border-color: #1b965d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b965d !important;
  border-color: #1b965d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b18500 !important;
  border-color: #b18500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b18500 !important;
  border-color: #b18500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #971a26 !important;
  border-color: #971a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #971a26 !important;
  border-color: #971a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a3b18a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #79895b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3b18a !important;
  border-color: #a3b18a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #588157;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #354d34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #588157 !important;
  border-color: #588157 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #a3b18a !important;
}
.text-secondary {
  color: #588157 !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: #718055 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2e442e !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: #a3b18a;
}
.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-gallery-filter li.active .btn {
  background-color: #a3b18a;
  border-color: #a3b18a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a3b18a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfe4d7;
}
.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: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #a3b18a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #a3b18a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a3b18a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a3b18a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a3b18a;
  border-bottom-color: #a3b18a;
}
.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: #a3b18a !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: #588157 !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='%23a3b18a' %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 {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #a3b18a !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #a3b18a !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #588157 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #588157 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #2fd98a !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #2fd98a !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #16cdf2 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #16cdf2 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffc209 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ffc209 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #db2d3e !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #db2d3e !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-uVcPZ5dKD4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uVcPZ5dKD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uVcPZ5dKD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .menu_box .navbar.opened,
  .cid-uVcPZ5dKD4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVcPZ5dKD4 .navbar-dropdown {
  position: relative !important;
}
.cid-uVcPZ5dKD4 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uVcPZ5dKD4 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uVcPZ5dKD4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVcPZ5dKD4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVcPZ5dKD4 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uVcPZ5dKD4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uVcPZ5dKD4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uVcPZ5dKD4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uVcPZ5dKD4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uVcPZ5dKD4 .offcanvas-body .mbr-text,
  .cid-uVcPZ5dKD4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uVcPZ5dKD4 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uVcPZ5dKD4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVcPZ5dKD4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVcPZ5dKD4 .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-uVcPZ5dKD4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVcPZ5dKD4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uVcPZ5dKD4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uVcPZ5dKD4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uVcPZ5dKD4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVcPZ5dKD4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVcPZ5dKD4 .nav-item .nav-link {
  position: relative;
}
.cid-uVcPZ5dKD4 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a3b18a;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5dKD4 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uVcPZ5dKD4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVcPZ5dKD4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVcPZ5dKD4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVcPZ5dKD4 .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-uVcPZ5dKD4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVcPZ5dKD4 .offcanvas_box {
    display: none;
  }
}
.cid-uVcPZ5dKD4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVcPZ5dKD4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVcPZ5dKD4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVcPZ5dKD4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVcPZ5dKD4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVcPZ5dKD4 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVcPZ5dKD4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVcPZ5dKD4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVcPZ5dKD4 .navbar-caption {
  color: #000000;
}
.cid-uVcPZ5dKD4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVcPZ5dKD4 .navbar-nav {
    margin: 0;
  }
}
.cid-uVcPZ5dKD4 .dropdown-menu,
.cid-uVcPZ5dKD4 .navbar.opened {
  background-color: false !important;
}
.cid-uVcPZ5dKD4 .nav-item:focus,
.cid-uVcPZ5dKD4 .nav-link:focus {
  outline: none;
}
.cid-uVcPZ5dKD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcPZ5dKD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcPZ5dKD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVcPZ5dKD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcPZ5dKD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcPZ5dKD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcPZ5dKD4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5dKD4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVcPZ5dKD4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVcPZ5dKD4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVcPZ5dKD4 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVcPZ5dKD4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVcPZ5dKD4 .navbar.collapsed {
  justify-content: center;
}
.cid-uVcPZ5dKD4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVcPZ5dKD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVcPZ5dKD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVcPZ5dKD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVcPZ5dKD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVcPZ5dKD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVcPZ5dKD4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVcPZ5dKD4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVcPZ5dKD4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVcPZ5dKD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVcPZ5dKD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVcPZ5dKD4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVcPZ5dKD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVcPZ5dKD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVcPZ5dKD4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVcPZ5dKD4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVcPZ5dKD4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVcPZ5dKD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVcPZ5dKD4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVcPZ5dKD4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVcPZ5dKD4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVcPZ5dKD4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVcPZ5dKD4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVcPZ5dKD4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVcPZ5dKD4 .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-uVcPZ5dKD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVcPZ5dKD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVcPZ5dKD4 .dropdown-item.active,
.cid-uVcPZ5dKD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVcPZ5dKD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVcPZ5dKD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVcPZ5dKD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVcPZ5dKD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcPZ5dKD4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVcPZ5dKD4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVcPZ5dKD4 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: #ff6839;
}
.cid-uVcPZ5dKD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVcPZ5dKD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcPZ5dKD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcPZ5dKD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcPZ5dKD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcPZ5dKD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcPZ5dKD4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcPZ5dKD4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcPZ5dKD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcPZ5dKD4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVcPZ5dKD4 .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-uVcPZ5dKD4 .navbar {
    height: 70px;
  }
  .cid-uVcPZ5dKD4 .navbar.opened {
    height: auto;
  }
  .cid-uVcPZ5dKD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVcPZ5dKD4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uVcPZ5dKD4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVcPZ5dKD4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5dKD4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVcPZ5dKD4 .navbar-caption:hover {
  color: #a3b18a;
}
@media (min-width: 992px) {
  .cid-uVcPZ5dKD4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVcPZ5dKD4 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uVcPZ5dKD4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5dKD4 .text_widget a:hover {
  color: #588157 !important;
}
.cid-uVcPZ5dKD4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVcPZ5dKD4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVcPZ5dKD4 .mbr-section-subtitle,
.cid-uVcPZ5dKD4 .text_widget,
.cid-uVcPZ5dKD4 .mbr-section-btn {
  text-align: left;
}
.cid-uVcPZ5dKD4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVcPZ5flwV {
  background-color: #ffffff;
}
.cid-uVcPZ5flwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5flwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5flwV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5flwV .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5flwV .container-fluid .row {
  padding: 0;
}
.cid-uVcPZ5flwV .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-uVcPZ5flwV .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5flwV .title-wrapper {
    padding: 80px 0;
  }
}
.cid-uVcPZ5flwV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVcPZ5flwV .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVcPZ5flwV .image-wrapper {
  position: relative;
}
.cid-uVcPZ5flwV .image-wrapper img {
  object-fit: cover;
}
.cid-uVcPZ5flwV .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5flwV .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-uVcPZ5flwV .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-uVcPZ5flwV .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5flwV .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uVcPZ5flwV .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5flwV .mbr-text {
  color: #000000;
}
.cid-uVcPZ5gtdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5gtdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5gtdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5gtdS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5gtdS .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5gtdS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5gtdS .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5gtdS .card {
  margin-bottom: 64px;
}
.cid-uVcPZ5gtdS .card .card-wrapper {
  display: flex;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  .cid-uVcPZ5gtdS .card .card-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5gtdS .card .card-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uVcPZ5gtdS .card .card-wrapper {
    display: block;
  }
}
.cid-uVcPZ5gtdS .card .card-wrapper .mbr-iconfont {
  font-size: 75px;
  margin-right: 28px;
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .cid-uVcPZ5gtdS .card .card-wrapper .mbr-iconfont {
    margin-bottom: 16px;
    display: block;
  }
}
.cid-uVcPZ5gtdS .card .card-wrapper .card-content .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVcPZ5gtdS .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uVcPZ5gtdS .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5gtdS .mbr-text {
  color: #000000;
}
.cid-uVcPZ5gSrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5gSrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5gSrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5gSrp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5gSrp .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5gSrp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5gSrp .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5gSrp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5gSrp .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5gSrp .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5gSrp .items {
  display: grid;
  grid-template-columns: 175px 175px 175px 175px;
  column-gap: 40px;
  row-gap: 90px;
}
@media (min-width: 1500px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 200px 200px 200px 200px;
  }
}
@media (min-width: 1900px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 250px 250px 250px 250px;
  }
}
@media (max-width: 1350px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 145px 145px 145px 145px;
  }
}
@media (max-width: 1199px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 115px 115px 115px 115px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 230px 230px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-uVcPZ5gSrp .items {
    grid-template-columns: 230px;
  }
}
.cid-uVcPZ5gSrp .items .item .item-wrapper:hover .item-img .item-icons {
  transform: translateX(0);
}
.cid-uVcPZ5gSrp .items .item .item-wrapper:hover .item-img img {
  transform: scale(1.06);
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-img .item-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border-radius: 10px 0 10px 10px;
  background-color: #dad7cd;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 1;
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-img .item-icons .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-img .item-icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
@media (min-width: 1500px) {
  .cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (min-width: 1900px) {
  .cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
    height: 250px;
  }
}
@media (max-width: 1350px) {
  .cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
    height: 145px;
  }
}
@media (max-width: 1199px) {
  .cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
    height: 115px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5gSrp .items .item .item-wrapper .item-img img {
    height: 230px;
  }
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-content .item-name {
  margin-bottom: 0.5rem;
}
.cid-uVcPZ5gSrp .items .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0.2rem;
}
.cid-uVcPZ5gSrp .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5gSrp .item-name {
  color: #000000;
}
.cid-uVcPZ5gSrp .item-desc {
  color: #a8a8a8;
}
.cid-uVcPZ5hFH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5hFH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5hFH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5hFH3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5hFH3 .container-fluid {
    padding: 0;
  }
}
.cid-uVcPZ5hFH3 .container-fluid .row {
  padding: 0;
}
.cid-uVcPZ5hFH3 .card {
  padding: 0;
}
.cid-uVcPZ5hFH3 .card:first-child .image-wrapper {
  height: 100%;
}
.cid-uVcPZ5hFH3 .card:first-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVcPZ5hFH3 .card:first-child .image-wrapper img {
    height: 270px;
  }
}
.cid-uVcPZ5hFH3 .card:last-child {
  display: grid;
  grid-template-columns: 200px 200px;
  column-gap: 64px;
  row-gap: 55px;
  justify-content: center;
  align-items: center;
  padding: 130px 0;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5hFH3 .card:last-child {
    padding: 110px;
  }
}
@media (max-width: 768px) {
  .cid-uVcPZ5hFH3 .card:last-child {
    padding: 80px 30px;
    grid-template-columns: 1fr;
  }
}
.cid-uVcPZ5hFH3 .card:last-child .card-wrapper .mbr-number {
  margin-bottom: 12px;
}
.cid-uVcPZ5hFH3 .card:last-child .card-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-uVcPZ5hFH3 .card:last-child .card-wrapper .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uVcPZ5hFH3 .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5hFH3 .mbr-number {
  color: #000000;
}
.cid-uVcPZ5hFH3 .mbr-text {
  color: #000000;
}
.cid-uVcPZ5iuXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5iuXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5iuXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5iuXM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iuXM .container-fluid {
    padding: 0;
  }
}
.cid-uVcPZ5iuXM .container-fluid .row {
  padding: 0;
}
.cid-uVcPZ5iuXM .card {
  padding: 0;
}
.cid-uVcPZ5iuXM .card:first-child {
  padding: 140px 170px;
}
@media (max-width: 1200px) {
  .cid-uVcPZ5iuXM .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5iuXM .card:first-child {
    padding: 110px 30px;
  }
}
.cid-uVcPZ5iuXM .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVcPZ5iuXM .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}
.cid-uVcPZ5iuXM .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
}
.cid-uVcPZ5iuXM .card:last-child {
  position: relative;
}
.cid-uVcPZ5iuXM .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVcPZ5iuXM .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iuXM .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}
.cid-uVcPZ5iuXM .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.cid-uVcPZ5iuXM .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5iuXM .list {
  color: #000000;
}
.cid-uVcPZ5iuXM .mbr-desc {
  color: #ffffff;
}
.cid-uVcPZ5iDHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5iDHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5iDHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5iDHt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iDHt .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5iDHt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iDHt .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5iDHt .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5iDHt .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5iDHt .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5iDHt .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iDHt .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uVcPZ5iDHt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-uVcPZ5iDHt .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-uVcPZ5iDHt .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5iDHt .title-wrapper::before {
    display: none;
  }
}
.cid-uVcPZ5iDHt .mbr-section-subtitle {
  color: #000000;
}
.cid-uVcPZ5iDHt .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5iDHt .mbr-name {
  color: #000000;
}
.cid-uVcPZ5iDHt .mbr-role {
  color: #a8a8a8;
}
.cid-uVcPZ5jDCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5jDCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5jDCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5jDCV .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5jDCV .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uVcPZ5jDCV .item {
  margin-bottom: 72px;
}
.cid-uVcPZ5jDCV .item a {
  display: block;
}
.cid-uVcPZ5jDCV .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uVcPZ5jDCV .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uVcPZ5jDCV .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-uVcPZ5jDCV .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5jDCV .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5jDCV .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5jDCV .item a .item-content {
  padding: 0 4px;
}
.cid-uVcPZ5jDCV .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVcPZ5jDCV .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-uVcPZ5jDCV .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVcPZ5jDCV .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uVcPZ5jDCV .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uVcPZ5jDCV .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-uVcPZ5jDCV .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5jDCV .mbr-time {
  color: #000000;
}
.cid-uVcPZ5jDCV .mbr-card-title {
  color: #000000;
}
.cid-uVcPZ5jDCV .mbr-desc {
  color: #a8a8a8;
}
.cid-uVcPZ5jwAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVcPZ5jwAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5jwAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5jwAw .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5jwAw .row {
  justify-content: center;
}
.cid-uVcPZ5jwAw .title-wrapper {
  margin-bottom: 140px;
}
.cid-uVcPZ5jwAw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVcPZ5jwAw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5jwAw .card:nth-child(3n) .card-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5jwAw .card:nth-child(3n) .card-wrapper {
    margin: 50px 0 50px;
  }
}
.cid-uVcPZ5jwAw .card .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 4px;
  padding: 45px 36px 66px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-uVcPZ5jwAw .card .card-wrapper {
    margin: 0 0 50px;
    padding: 45px 22px 66px;
  }
}
.cid-uVcPZ5jwAw .card .card-wrapper .best-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3.4rem;
  left: 0;
  width: 100%;
  min-height: 54px;
  background-color: #dad7cd;
  padding: 18px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uVcPZ5jwAw .card .card-wrapper .best-wrap .best-wrapper {
  width: 100%;
}
.cid-uVcPZ5jwAw .card .card-wrapper .best-wrap .best-wrapper .mbr-best {
  margin-bottom: 0;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .mbr-card-title {
  margin: 25px 0;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .price-wrap .mbr-price {
  margin-bottom: 25px;
  position: relative;
  display: inline-flex;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .price-wrap .mbr-price span {
  position: absolute;
  font-size: 50%;
  top: 0.4rem;
  left: -2rem;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .mbr-desc {
  margin-bottom: 25px;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVcPZ5jwAw .card .card-wrapper .card-content .list .item-wrap {
  line-height: 1.625;
  margin-bottom: 10px;
}
.cid-uVcPZ5jwAw .card .card-wrapper .mbr-section-btn {
  margin-top: 18px;
}
.cid-uVcPZ5jwAw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .mbr-best {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .mbr-card-title {
  color: #000000;
}
.cid-uVcPZ5jwAw .mbr-price,
.cid-uVcPZ5jwAw .price-wrap {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .list {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5jwAw .mbr-card-title,
.cid-uVcPZ5jwAw .mbr-section-btn {
  text-align: center;
}
.cid-uVcPZ5klgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uVcPZ5klgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5klgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5klgu .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5klgu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5klgu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5kF2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVcPZ5kF2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5kF2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5kF2W .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5kF2W .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5kF2W .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5kF2W .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5kF2W .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-uVcPZ5kF2W .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-uVcPZ5kF2W .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5kF2W .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uVcPZ5kF2W .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5kF2W .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-uVcPZ5kF2W .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5kF2W .image-wrapper img {
    height: 280px;
  }
}
.cid-uVcPZ5kF2W .mbr-text {
  color: #000000;
}
.cid-uVcPZ5lSwu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uVcPZ5lSwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5lSwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lSwu .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5lSwu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5lSwu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5lgFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uVcPZ5lgFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5lgFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lgFv .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5lgFv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5lgFv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5l4sT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5l4sT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5l4sT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5l4sT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5l4sT .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5l4sT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5l4sT .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5l4sT .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5l4sT .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5l4sT .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5l4sT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVcPZ5l4sT .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uVcPZ5l4sT .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-uVcPZ5l4sT .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-uVcPZ5l4sT .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5l4sT .title-wrapper::before {
    display: none;
  }
}
.cid-uVcPZ5l4sT .mbr-section-subtitle {
  color: #000000;
}
.cid-uVcPZ5l4sT .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5l4sT .mbr-name {
  color: #000000;
}
.cid-uVcPZ5l4sT .mbr-role {
  color: #a8a8a8;
}
.cid-uVcPZ5lrp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uVcPZ5lrp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5lrp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5lrp5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5lrp5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5lrp5 .text-wrap {
  display: flex;
  align-items: center;
}
.cid-uVcPZ5lrp5 .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-uVcPZ5lrp5 .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-uVcPZ5lrp5 .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-uVcPZ5lrp5 .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVcPZ5lrp5 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVcPZ5lrp5 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .image-wrapper {
    margin-top: 60px;
  }
}
.cid-uVcPZ5lrp5 .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-uVcPZ5lrp5 .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-uVcPZ5lrp5 .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-uVcPZ5lrp5 .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5lrp5 .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uVcPZ5lrp5 .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5lrp5 .mbr-text {
  color: #000000;
}
.cid-uVcPZ5lrp5 .mbr-cit {
  color: #000000;
}
.cid-uVcPZ5lrp5 .mbr-name {
  color: #a8a8a8;
}
.cid-uVcPZ5mhZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5mhZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5mhZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5mhZV .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5mhZV .item .item-wrapper {
  padding: 0 8px 40px;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  padding: 35px;
  overflow: hidden;
  height: 430px;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img .item-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img .item-content .mbr-section-title {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img .item-content .mbr-section-btn {
  pointer-events: visible;
}
.cid-uVcPZ5mhZV .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVcPZ5mhZV .mbr-section-title {
  color: #ffffff;
}
.cid-uVcPZ5m9gc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5m9gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5m9gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5m9gc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5m9gc .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5m9gc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5m9gc .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5m9gc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5m9gc .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5m9gc .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5m9gc .items {
  display: grid;
  grid-template-columns: 175px 175px 175px 175px;
  column-gap: 40px;
  row-gap: 90px;
}
@media (min-width: 1500px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 200px 200px 200px 200px;
  }
}
@media (min-width: 1900px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 250px 250px 250px 250px;
  }
}
@media (max-width: 1350px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 145px 145px 145px 145px;
  }
}
@media (max-width: 1199px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 115px 115px 115px 115px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 230px 230px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-uVcPZ5m9gc .items {
    grid-template-columns: 230px;
  }
}
.cid-uVcPZ5m9gc .items .item .item-wrapper:hover .item-img .item-icons {
  transform: translateX(0);
}
.cid-uVcPZ5m9gc .items .item .item-wrapper:hover .item-img img {
  transform: scale(1.06);
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-img {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-img .item-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border-radius: 10px 0 10px 10px;
  background-color: #dad7cd;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 1;
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-img .item-icons .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-img .item-icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
@media (min-width: 1500px) {
  .cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (min-width: 1900px) {
  .cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
    height: 250px;
  }
}
@media (max-width: 1350px) {
  .cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
    height: 145px;
  }
}
@media (max-width: 1199px) {
  .cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
    height: 115px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5m9gc .items .item .item-wrapper .item-img img {
    height: 230px;
  }
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-content .item-name {
  margin-bottom: 0.5rem;
}
.cid-uVcPZ5m9gc .items .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0.2rem;
}
.cid-uVcPZ5m9gc .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5m9gc .item-name {
  color: #000000;
}
.cid-uVcPZ5m9gc .item-desc {
  color: #a8a8a8;
}
.cid-uVcPZ5mHe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVcPZ5mHe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5mHe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5mHe4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5mHe4 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5mHe4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5mHe4 .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5mHe4 .row {
  position: relative;
}
.cid-uVcPZ5mHe4 .row::before {
  content: '';
  position: absolute;
  top: -15rem;
  right: -10rem;
  transform: rotate(-45deg);
  display: block;
  width: 500px;
  height: 400px;
  border-radius: 100%;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5mHe4 .row::before {
    display: none;
  }
}
.cid-uVcPZ5mHe4 .image-wrapper {
  margin-bottom: 40px;
  margin-right: 64px;
}
@media (max-width: 1300px) {
  .cid-uVcPZ5mHe4 .image-wrapper {
    margin-right: 0;
  }
}
.cid-uVcPZ5mHe4 .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5mHe4 .image-wrapper img {
    height: 280px;
  }
}
.cid-uVcPZ5mHe4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uVcPZ5mHe4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVcPZ5mHe4 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 38px;
}
.cid-uVcPZ5mHe4 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uVcPZ5mHe4 .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uVcPZ5mHe4 .embla__button--next,
.cid-uVcPZ5mHe4 .embla__button--prev {
  display: flex;
}
.cid-uVcPZ5mHe4 .embla__button {
  bottom: -4rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #a3b18a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5mHe4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVcPZ5mHe4 .embla__button:hover {
  background: transparent;
  color: #588157;
}
.cid-uVcPZ5mHe4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVcPZ5mHe4 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uVcPZ5mHe4 .embla__button {
    top: auto;
  }
}
.cid-uVcPZ5mHe4 .slider-wrap {
  display: flex;
  align-items: center;
}
.cid-uVcPZ5mHe4 .embla {
  position: relative;
  width: 100%;
}
.cid-uVcPZ5mHe4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVcPZ5mHe4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVcPZ5mHe4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVcPZ5mHe4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVcPZ5mHe4 .mbr-text {
  color: #000000;
}
.cid-uVcPZ5mHe4 .mbr-name {
  color: #000000;
}
.cid-uVcPZ5mHe4 .mbr-role {
  color: #a8a8a8;
}
.cid-uVcPZ5nLdR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVcPZ5nLdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5nLdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5nLdR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5nLdR .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5nLdR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5nLdR .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5nLdR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5nLdR .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5nLdR .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5nLdR .panel-group {
  padding: 60px 80px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVcPZ5nLdR .panel-group {
    padding: 60px 30px;
  }
}
@media (max-width: 425px) {
  .cid-uVcPZ5nLdR .panel-group {
    padding: 60px 16px;
  }
}
.cid-uVcPZ5nLdR .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uVcPZ5nLdR .panel-group .card .card-header {
  padding: 22px 0;
  background-color: transparent;
  border: none;
}
.cid-uVcPZ5nLdR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: transparent;
}
.cid-uVcPZ5nLdR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVcPZ5nLdR .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 22px;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5nLdR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #dad7cd;
  transform: rotate(90deg);
}
.cid-uVcPZ5nLdR .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 50px;
}
.cid-uVcPZ5nLdR .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uVcPZ5nLdR .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5nLdR .panel-title-edit,
.cid-uVcPZ5nLdR .mbr-iconfont {
  color: #000000;
}
.cid-uVcPZ5nLdR .panel-text {
  color: #000000;
}
.cid-uVcPZ5oP7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1c1c1c;
}
.cid-uVcPZ5oP7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5oP7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5oP7Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5oP7Q .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5oP7Q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5oP7Q .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5oP7Q .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uVcPZ5oP7Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uVcPZ5oP7Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap {
  width: 100%;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a {
  display: block;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5oP7Q .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5oP7Q .embla__button--next,
.cid-uVcPZ5oP7Q .embla__button--prev {
  display: flex;
}
.cid-uVcPZ5oP7Q .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #16cdf2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5oP7Q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVcPZ5oP7Q .embla__button:hover {
  background: transparent;
  color: #588157;
}
.cid-uVcPZ5oP7Q .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVcPZ5oP7Q .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uVcPZ5oP7Q .embla__button {
    top: auto;
  }
}
.cid-uVcPZ5oP7Q .embla {
  position: relative;
  width: 100%;
}
.cid-uVcPZ5oP7Q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVcPZ5oP7Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVcPZ5oP7Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVcPZ5oP7Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVcPZ5oP7Q .mbr-section-title {
  color: #ffffff;
}
.cid-uVcPZ5oP7Q .mbr-date {
  color: #ffffff;
  text-align: left;
}
.cid-uVcPZ5oP7Q .mbr-desc {
  color: #ffffff;
}
.cid-uVcPZ5oP7Q .mbr-text {
  color: #ffffff;
}
.cid-uVcPZ5pimZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1c1c1c;
}
.cid-uVcPZ5pimZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5pimZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5pimZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5pimZ .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5pimZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5pimZ .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5pimZ .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uVcPZ5pimZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uVcPZ5pimZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap {
  width: 100%;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a {
  display: block;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5pimZ .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5pimZ .embla__button--next,
.cid-uVcPZ5pimZ .embla__button--prev {
  display: flex;
}
.cid-uVcPZ5pimZ .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #16cdf2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5pimZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVcPZ5pimZ .embla__button:hover {
  background: transparent;
  color: #588157;
}
.cid-uVcPZ5pimZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVcPZ5pimZ .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uVcPZ5pimZ .embla__button {
    top: auto;
  }
}
.cid-uVcPZ5pimZ .embla {
  position: relative;
  width: 100%;
}
.cid-uVcPZ5pimZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVcPZ5pimZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVcPZ5pimZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVcPZ5pimZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVcPZ5pimZ .mbr-section-title {
  color: #ffffff;
}
.cid-uVcPZ5pimZ .mbr-date {
  color: #ffffff;
  text-align: left;
}
.cid-uVcPZ5pimZ .mbr-desc {
  color: #ffffff;
}
.cid-uVcPZ5pimZ .mbr-text {
  color: #ffffff;
}
.cid-uVcPZ5qI3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dad7cd;
}
.cid-uVcPZ5qI3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5qI3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qI3J .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5qI3J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qI3J .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVcPZ5qI3J .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qI3J .mbr-section-btn {
    display: block;
  }
}
.cid-uVcPZ5qI3J .mbr-section-title {
  color: #ffffff;
}
.cid-uVcPZ5qI3J .mbr-section-title,
.cid-uVcPZ5qI3J .mbr-section-btn {
  color: #000000;
}
.cid-uVcPZ5quyX {
  background-image: url("../../../assets/images/photo-1679690028701-ceb79f163ab8.jpeg");
}
.cid-uVcPZ5quyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5quyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5quyX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5quyX .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5quyX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5quyX .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5quyX .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uVcPZ5quyX .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uVcPZ5quyX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVcPZ5quyX .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVcPZ5quyX .mbr-section-title {
  color: #ffffff;
}
.cid-uVcPZ5quyX .mbr-text {
  color: #ffffff;
}
.cid-uVcPZ5qNTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5qNTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5qNTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5qNTm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5qNTm .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5qNTm .row {
  justify-content: center;
}
.cid-uVcPZ5qNTm .title-wrapper {
  margin-bottom: 55px;
}
.cid-uVcPZ5qNTm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVcPZ5qNTm .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ff6839;
}
.cid-uVcPZ5qNTm .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5qNTm .card {
  padding: 0 8px;
}
.cid-uVcPZ5qNTm .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .card {
    padding: 0 12px;
  }
}
.cid-uVcPZ5qNTm .card a {
  display: block;
}
.cid-uVcPZ5qNTm .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVcPZ5qNTm .card a:hover .image-wrapper::before {
  opacity: 0.5;
}
.cid-uVcPZ5qNTm .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-uVcPZ5qNTm .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5qNTm .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-uVcPZ5qNTm .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5qNTm .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uVcPZ5qNTm .text-wrapper {
  margin-top: 44px;
}
.cid-uVcPZ5qNTm .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uVcPZ5qNTm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5qNTm .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5qNTm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5r4Nq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVcPZ5r4Nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5r4Nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5r4Nq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5r4Nq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5r4Nq .row {
  position: relative;
}
.cid-uVcPZ5r4Nq .row::before {
  content: '';
  position: absolute;
  top: -10rem;
  left: -10rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 400px;
  border-radius: 100%;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .row::before {
    display: none;
  }
}
.cid-uVcPZ5r4Nq .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5r4Nq .title-wrapper .mbr-section-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5r4Nq .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5r4Nq .tabs-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs {
  position: relative;
  padding-right: 12px;
  display: block;
  border: none;
}
@media (max-width: 1400px) {
  .cid-uVcPZ5r4Nq .nav.nav-tabs {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link {
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #000000;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 13px;
  color: #dad7cd;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #dad7cd;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uVcPZ5r4Nq .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont::after {
  opacity: 1;
}
.cid-uVcPZ5r4Nq .nav-tabs .nav-link {
  border: none;
}
.cid-uVcPZ5r4Nq .tab-content {
  padding-right: 110px;
  position: relative;
}
@media (max-width: 1400px) {
  .cid-uVcPZ5r4Nq .tab-content {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .tab-content {
    padding: 0;
  }
}
.cid-uVcPZ5r4Nq .tab-content .tab-pane .tab-image img {
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5r4Nq .tab-content .tab-pane .tab-image img {
    height: 380px;
  }
}
.cid-uVcPZ5r4Nq .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5s8r9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5s8r9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5s8r9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5s8r9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5s8r9 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5s8r9 .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5s8r9 .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5s8r9 .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5s8r9 .row {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVcPZ5s8r9 .row {
    border-radius: 0;
  }
}
.cid-uVcPZ5s8r9 .card {
  padding: 0;
}
.cid-uVcPZ5s8r9 .card .image-wrapper img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVcPZ5s8r9 .card .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
.cid-uVcPZ5s8r9 .mbr-date {
  color: #ffffff;
}
.cid-uVcPZ5s8r9 .mbr-link {
  color: #ffffff;
}
.cid-uVcPZ5sMib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5sMib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5sMib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5sMib .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5sMib .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5sMib .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5sMib .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVcPZ5sMib .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVcPZ5sMib .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.cid-uVcPZ5sMib .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uVcPZ5sMib .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVcPZ5sMib .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uVcPZ5sMib .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
}
.cid-uVcPZ5sMib .title-wrapper .mbr-name {
  margin-bottom: 0;
  position: relative;
}
.cid-uVcPZ5sMib .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5sMib .title-wrapper::before {
    display: none;
  }
}
.cid-uVcPZ5sMib .mbr-section-subtitle {
  color: #000000;
}
.cid-uVcPZ5sMib .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5sMib .mbr-name {
  color: #000000;
}
.cid-uVcPZ5sMib .mbr-role {
  color: #a8a8a8;
}
.cid-uVcPZ5spzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVcPZ5spzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5spzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5spzv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5spzv .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5spzv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5spzv .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5spzv .row {
  justify-content: center;
}
.cid-uVcPZ5spzv .title-wrapper {
  margin-bottom: 55px;
}
.cid-uVcPZ5spzv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5spzv .card {
    margin-bottom: 30px;
  }
}
.cid-uVcPZ5spzv .card .card-wrapper {
  display: flex;
}
.cid-uVcPZ5spzv .card .card-wrapper .mbr-number {
  min-width: 100px;
  margin: 0 22px 0 0;
}
@media (max-width: 425px) {
  .cid-uVcPZ5spzv .card .card-wrapper .mbr-number {
    min-width: 62px;
  }
}
.cid-uVcPZ5spzv .card .card-wrapper .card-content .mbr-card-title {
  margin-bottom: 6px;
}
.cid-uVcPZ5spzv .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uVcPZ5spzv .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5spzv .mbr-number {
  color: #000000;
}
.cid-uVcPZ5spzv .mbr-card-title {
  color: #000000;
}
.cid-uVcPZ5spzv .mbr-text {
  color: #000000;
}
.cid-uVcPZ5tqRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVcPZ5tqRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5tqRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5tqRG .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5tqRG .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uVcPZ5tqRG .item {
  margin-bottom: 72px;
}
.cid-uVcPZ5tqRG .item a {
  display: block;
}
.cid-uVcPZ5tqRG .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uVcPZ5tqRG .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uVcPZ5tqRG .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-uVcPZ5tqRG .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5tqRG .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5tqRG .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5tqRG .item a .item-content {
  padding: 0 4px;
}
.cid-uVcPZ5tqRG .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVcPZ5tqRG .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-uVcPZ5tqRG .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVcPZ5tqRG .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uVcPZ5tqRG .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uVcPZ5tqRG .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-uVcPZ5tqRG .mbr-section-title {
  color: #000000;
}
.cid-uVcPZ5tqRG .mbr-time {
  color: #000000;
}
.cid-uVcPZ5tqRG .mbr-card-title {
  color: #000000;
}
.cid-uVcPZ5tqRG .mbr-desc {
  color: #a8a8a8;
}
.cid-uVcPZ5tNVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: #f9f9f9;
}
.cid-uVcPZ5tNVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5tNVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5tNVi .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5tNVi .row {
  position: relative;
}
.cid-uVcPZ5tNVi .row::before {
  content: '';
  position: absolute;
  bottom: -15rem;
  left: -15rem;
  transform: rotate(-10deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  border: 2px solid #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVcPZ5tNVi .row::before {
    display: none;
  }
}
.cid-uVcPZ5tNVi .title-wrapper {
  margin-bottom: 55px;
}
.cid-uVcPZ5tNVi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVcPZ5tNVi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVcPZ5tNVi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 768px) {
  .cid-uVcPZ5tNVi .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .rating-wrapper {
  margin-bottom: 30px;
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .rating-wrapper .rating-wrap .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  margin-right: 5px;
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 38px;
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0.3rem;
}
.cid-uVcPZ5tNVi .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uVcPZ5tNVi .embla__button--next,
.cid-uVcPZ5tNVi .embla__button--prev {
  display: flex;
}
.cid-uVcPZ5tNVi .embla__button {
  bottom: -4rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #a3b18a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcPZ5tNVi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVcPZ5tNVi .embla__button:hover {
  background: transparent;
  color: #588157;
}
.cid-uVcPZ5tNVi .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVcPZ5tNVi .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uVcPZ5tNVi .embla__button {
    top: auto;
  }
}
.cid-uVcPZ5tNVi .slider-wrap {
  display: flex;
  align-items: center;
}
.cid-uVcPZ5tNVi .embla {
  position: relative;
  width: 100%;
}
.cid-uVcPZ5tNVi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVcPZ5tNVi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVcPZ5tNVi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVcPZ5tNVi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVcPZ5tNVi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5tNVi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVcPZ5tNVi .mbr-card-text {
  color: #000000;
}
.cid-uVcPZ5tNVi .mbr-name {
  color: #000000;
}
.cid-uVcPZ5tNVi .mbr-role {
  color: #a8a8a8;
}
.cid-uVcPZ5uQW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVcPZ5uQW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcPZ5uQW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVcPZ5uQW0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVcPZ5uQW0 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uVcPZ5uQW0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVcPZ5uQW0 .container {
    padding: 0 30px;
  }
}
.cid-uVcPZ5uQW0 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uVcPZ5uQW0 .contacts-wrapper,
.cid-uVcPZ5uQW0 .list-wrapper,
.cid-uVcPZ5uQW0 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #dad7cd;
  padding-top: 16px;
}
.cid-uVcPZ5uQW0 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uVcPZ5uQW0 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uVcPZ5uQW0 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uVcPZ5uQW0 .list .item-wrap:hover {
  color: #dad7cd;
}
.cid-uVcPZ5uQW0 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uVcPZ5uQW0 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #dad7cd;
  transition: all 0.3s ease-out;
}
.cid-uVcPZ5uQW0 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uVcPZ5uQW0 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uVcPZ5uQW0 .mbr-section-title {
  color: #ffffff;
}
