.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefaf4;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.34rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.0125rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e07a5f !important;
}
.bg-success {
  background-color: #33d98c !important;
}
.bg-info {
  background-color: #19cef3 !important;
}
.bg-warning {
  background-color: #ffc30d !important;
}
.bg-danger {
  background-color: #db3141 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e07a5f !important;
  border-color: #e07a5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e89e8a !important;
  border-color: #e89e8a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e89e8a !important;
  border-color: #e89e8a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #81b29a !important;
  border-color: #81b29a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a1c5b3 !important;
  border-color: #a1c5b3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a1c5b3 !important;
  border-color: #a1c5b3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #19cef3 !important;
  border-color: #19cef3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #49d8f6 !important;
  border-color: #49d8f6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #49d8f6 !important;
  border-color: #49d8f6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #33d98c !important;
  border-color: #33d98c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ee1a4 !important;
  border-color: #5ee1a4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ee1a4 !important;
  border-color: #5ee1a4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc30d !important;
  border-color: #ffc30d !important;
  color: #0d0a00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd040 !important;
  border-color: #ffd040 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0d0a00 !important;
  background-color: #ffd040 !important;
  border-color: #ffd040 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db3141 !important;
  border-color: #db3141 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e35c69 !important;
  border-color: #e35c69 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e35c69 !important;
  border-color: #e35c69 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e07a5f;
  color: #e07a5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c34726 !important;
  background-color: transparent !important;
  border-color: #c34726 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e07a5f !important;
  border-color: #e07a5f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #81b29a;
  color: #81b29a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #54896f !important;
  background-color: transparent !important;
  border-color: #54896f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #81b29a !important;
  border-color: #81b29a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #19cef3;
  color: #19cef3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0991ac !important;
  background-color: transparent !important;
  border-color: #0991ac !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #19cef3 !important;
  border-color: #19cef3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #33d98c;
  color: #33d98c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c995f !important;
  background-color: transparent !important;
  border-color: #1c995f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d98c !important;
  border-color: #33d98c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc30d;
  color: #ffc30d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b58800 !important;
  background-color: transparent !important;
  border-color: #b58800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0d0a00 !important;
  background-color: #ffc30d !important;
  border-color: #ffc30d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db3141;
  color: #db3141;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9a1b27 !important;
  background-color: transparent !important;
  border-color: #9a1b27 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db3141 !important;
  border-color: #db3141 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e07a5f !important;
}
.text-secondary {
  color: #81b29a !important;
}
.text-success {
  color: #33d98c !important;
}
.text-info {
  color: #19cef3 !important;
}
.text-warning {
  color: #ffc30d !important;
}
.text-danger {
  color: #db3141 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64223 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e7f67 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a8c57 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08849e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a67d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8d1924 !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: #e07a5f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #19cef3;
}
.alert-warning {
  background-color: #ffc30d;
}
.alert-danger {
  background-color: #db3141;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e07a5f;
  border-color: #e07a5f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e07a5f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dff9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbf7fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dfe1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #e07a5f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #e07a5f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e07a5f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e07a5f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e07a5f;
  border-bottom-color: #e07a5f;
}
.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: #e07a5f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #81b29a !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='%23e07a5f' %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 {
  position: relative;
  padding: 8px 24px;
  border-radius: 10vmax !important;
  transition: all 0.5s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px transparent !important;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 14%;
}
.cid-uGLhldqFIP {
  background-color: transparent;
}
.cid-uGLhldqFIP .navbar-dropdown {
  background-color: #f4f4f6 !important;
  padding: 0;
}
.cid-uGLhldqFIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4f4f6 !important;
  background: #f4f4f6;
}
.cid-uGLhldqFIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGLhldqFIP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGLhldqFIP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGLhldqFIP .menu_box .navbar.opened,
  .cid-uGLhldqFIP .menu_box .navbar-collapse {
    background-color: #f4f4f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGLhldqFIP .navbar-dropdown {
  position: relative !important;
}
.cid-uGLhldqFIP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGLhldqFIP .btn:hover {
  box-shadow: none;
}
.cid-uGLhldqFIP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGLhldqFIP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGLhldqFIP .nav-item {
    margin: 0 !important;
  }
}
.cid-uGLhldqFIP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uGLhldqFIP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #f2cc8f -5%, #81b29a 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGLhldqFIP .nav-item .nav-link:hover::before,
.cid-uGLhldqFIP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uGLhldqFIP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGLhldqFIP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGLhldqFIP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGLhldqFIP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGLhldqFIP .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-uGLhldqFIP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGLhldqFIP .offcanvas_box {
    display: none;
  }
}
.cid-uGLhldqFIP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGLhldqFIP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGLhldqFIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGLhldqFIP .container {
  display: flex;
  margin: auto;
}
.cid-uGLhldqFIP .iconfont-wrapper {
  color: #141414;
  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-uGLhldqFIP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGLhldqFIP .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uGLhldqFIP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGLhldqFIP .navbar-nav {
    margin: 0;
  }
}
.cid-uGLhldqFIP .dropdown-menu,
.cid-uGLhldqFIP .navbar.opened {
  background-color: false !important;
}
.cid-uGLhldqFIP .nav-item:focus,
.cid-uGLhldqFIP .nav-link:focus {
  outline: none;
}
.cid-uGLhldqFIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGLhldqFIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGLhldqFIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGLhldqFIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGLhldqFIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGLhldqFIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGLhldqFIP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldqFIP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGLhldqFIP .navbar.opened {
  transition: all 0.3s;
}
.cid-uGLhldqFIP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGLhldqFIP .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGLhldqFIP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGLhldqFIP .navbar.collapsed {
  justify-content: center;
}
.cid-uGLhldqFIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGLhldqFIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGLhldqFIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGLhldqFIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGLhldqFIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGLhldqFIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGLhldqFIP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGLhldqFIP .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uGLhldqFIP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGLhldqFIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGLhldqFIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGLhldqFIP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGLhldqFIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGLhldqFIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGLhldqFIP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGLhldqFIP .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uGLhldqFIP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGLhldqFIP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGLhldqFIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGLhldqFIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGLhldqFIP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGLhldqFIP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGLhldqFIP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGLhldqFIP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGLhldqFIP .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-uGLhldqFIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGLhldqFIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGLhldqFIP .dropdown-item.active,
.cid-uGLhldqFIP .dropdown-item:active {
  background-color: transparent;
}
.cid-uGLhldqFIP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uGLhldqFIP .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uGLhldqFIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGLhldqFIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGLhldqFIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGLhldqFIP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGLhldqFIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGLhldqFIP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f6;
  background: #f4f4f6;
}
.cid-uGLhldqFIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uGLhldqFIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGLhldqFIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLhldqFIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLhldqFIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGLhldqFIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLhldqFIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGLhldqFIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGLhldqFIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLhldqFIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGLhldqFIP .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-uGLhldqFIP .navbar {
    height: 70px;
  }
  .cid-uGLhldqFIP .navbar.opened {
    height: auto;
  }
  .cid-uGLhldqFIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGLhldqFIP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uGLhldqFIP .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uGLhldqFIP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uGLhldqFIP .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldqFIP .mbr-section-btn-main .btn:hover,
.cid-uGLhldqFIP .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
}
.cid-uGLhldqFIP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldqFIP .mbr-section-btn .btn:hover,
.cid-uGLhldqFIP .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
}
.cid-uGLhldqFIP .navbar-caption:hover {
  color: #e07a5f;
}
@media (min-width: 992px) {
  .cid-uGLhldqFIP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGLhldqFIP .text_widget {
  margin-bottom: 32px;
}
.cid-uGLhldqFIP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGLhldqFIP .text_widget a:hover,
.cid-uGLhldqFIP .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uGLhldqFIP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uGLhldqFIP .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uGLhldqFIP .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uGLhldqFIP .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uGLhldqFIP .navbar-caption {
  color: #000000;
}
.cid-uGLhldqFIP .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uGLhldqFIP .mbr-section-subtitle,
.cid-uGLhldqFIP .text_widget,
.cid-uGLhldqFIP .mbr-section-btn {
  text-align: center;
}
.cid-uGLhldqFIP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGLhldqFIP .nav-link,
.cid-uGLhldqFIP .dropdown-item {
  color: #000000;
}
.cid-uGLhldur1e {
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldur1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldur1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldur1e .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldur1e .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldur1e .container {
    padding: 0 24px;
  }
}
.cid-uGLhldur1e .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGLhldur1e .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uGLhldur1e .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldur1e .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uGLhldur1e .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldur1e .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGLhldur1e .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGLhldur1e .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldur1e .content-wrapper .mbr-section-btn .btn:hover,
.cid-uGLhldur1e .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldur1e .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGLhldur1e .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldur1e .decor-wrapper .decor_1 {
  background-color: #f2cc8f;
}
.cid-uGLhldur1e .decor-wrapper .decor_2 {
  background-color: #e07a5f;
}
.cid-uGLhldur1e .decor-wrapper .decor_3 {
  background-color: #81b29a;
}
.cid-uGLhldur1e .decor-wrapper .decor_4 {
  background-color: #f2cc8f;
}
.cid-uGLhldur1e .mbr-section-title {
  color: #141414;
}
.cid-uGLhldur1e .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGLhldur1e .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uGLhldur1e .mbr-text,
.cid-uGLhldur1e .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGLhldur1e .mbr-section-title,
.cid-uGLhldur1e .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uGLhldvPwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGLhldvPwo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .container {
    padding: 0 24px;
  }
}
.cid-uGLhldvPwo .row {
  justify-content: center;
}
.cid-uGLhldvPwo .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-uGLhldvPwo .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGLhldvPwo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uGLhldvPwo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGLhldvPwo .embla__slide .slide-content {
  width: 100%;
}
.cid-uGLhldvPwo .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uGLhldvPwo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uGLhldvPwo .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uGLhldvPwo .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uGLhldvPwo .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-uGLhldvPwo .embla__button--next,
.cid-uGLhldvPwo .embla__button--prev {
  display: flex;
}
.cid-uGLhldvPwo .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #e07a5f !important;
  color: #000000 !important;
  border: 1px solid #e07a5f !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uGLhldvPwo .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uGLhldvPwo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGLhldvPwo .embla__button:hover {
  box-shadow: inset 81px 10px 5px #f2cc8f;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldvPwo .embla__button:hover::before {
  width: 30%;
}
.cid-uGLhldvPwo .embla__button.embla__button--prev {
  left: 0;
}
.cid-uGLhldvPwo .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-uGLhldvPwo .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .embla {
    padding-bottom: 3rem;
  }
}
.cid-uGLhldvPwo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGLhldvPwo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGLhldvPwo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGLhldvPwo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGLhldvPwo .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-uGLhldvPwo .image-wrapper img {
  height: 500px;
  border-radius: 0.75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGLhldvPwo .image-wrapper img {
    height: 400px;
  }
}
.cid-uGLhldvPwo .mbr-section-title {
  color: #000000;
}
.cid-uGLhldvPwo .mbr-text {
  color: #141414;
}
.cid-uGLhldvPwo .item-title {
  color: #000000;
}
.cid-uGLhldvPwo .item-text {
  color: #000000;
}
.cid-uGLhldw6uC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldw6uC::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #81b29a 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldw6uC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldw6uC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldw6uC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldw6uC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldw6uC .container {
    padding: 0 24px;
  }
}
.cid-uGLhldw6uC .row {
  justify-content: center;
}
.cid-uGLhldw6uC .row .card,
.cid-uGLhldw6uC .row .item {
  padding: 0 12px;
}
.cid-uGLhldw6uC .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGLhldw6uC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldw6uC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGLhldw6uC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldw6uC .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uGLhldw6uC .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGLhldw6uC .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uGLhldw6uC .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.cid-uGLhldw6uC .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uGLhldw6uC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uGLhldw6uC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGLhldw6uC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGLhldw6uC .card-number {
  color: #141414;
}
.cid-uGLhldw6uC .card-title {
  color: #141414;
}
.cid-uGLhldw6uC .card-text {
  color: #141414;
}
.cid-uGLhldwFht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldwFht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldwFht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldwFht .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldwFht .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldwFht .container {
    padding: 0 24px;
  }
}
.cid-uGLhldwFht .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldwFht .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGLhldwFht .content-wrapper {
  padding: 48px;
  background-color: #f2cc8f;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uGLhldwFht .content-wrapper {
    padding: 24px;
  }
}
.cid-uGLhldwFht .content-wrapper .mbr-figure iframe {
  border-radius: 0.75rem !important;
}
.cid-uGLhldwFht .content-wrapper .mbr-figure .app-video-wrapper img {
  border-radius: 0.75rem !important;
  fit-content: cover;
}
.cid-uGLhldwFht .mbr-section-title {
  color: #000000;
}
.cid-uGLhldxo1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldxo1v::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#81b29a 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldxo1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldxo1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldxo1v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldxo1v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldxo1v .container {
    padding: 0 24px;
  }
}
.cid-uGLhldxo1v .row {
  justify-content: space-between;
}
.cid-uGLhldxo1v .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uGLhldxo1v .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGLhldxo1v .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uGLhldxo1v .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  border-radius: 0 !important;
  border: none !important;
  animation: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.3;
  padding: 0;
}
.cid-uGLhldxo1v .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uGLhldxo1v .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uGLhldxo1v .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uGLhldxo1v .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uGLhldxo1v .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uGLhldxo1v .mbr-text {
  color: #000000;
}
.cid-uGLhldxACz {
  padding-top: 5rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldxACz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldxACz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldxACz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldxACz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldxACz .container {
    padding: 0 24px;
  }
}
.cid-uGLhldxACz .row {
  justify-content: center;
}
.cid-uGLhldxACz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGLhldxACz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGLhldxACz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldxACz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldxACz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGLhldxACz .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGLhldxACz .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldxACz .content-wrapper .mbr-section-btn .btn:hover,
.cid-uGLhldxACz .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldxACz .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGLhldxACz .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldxACz .decor-wrapper .decor_1 {
  background-color: #f2cc8f;
}
.cid-uGLhldxACz .decor-wrapper .decor_2 {
  background-color: #e07a5f;
}
.cid-uGLhldxACz .decor-wrapper .decor_3 {
  background-color: #81b29a;
}
.cid-uGLhldxACz .decor-wrapper .decor_4 {
  background-color: #f2cc8f;
}
.cid-uGLhldxACz .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uGLhldxACz .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.cid-uGLhldxACz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uGLhldxACz .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefaf4;
  opacity: 0.8;
  border-radius: 0.75rem;
  pointer-events: none;
}
.cid-uGLhldxACz .mbr-section-title {
  color: #141414;
}
.cid-uGLhldxACz .mbr-text {
  color: #141414;
}
.cid-uGLhldxACz .mbr-section-title,
.cid-uGLhldxACz .mbr-section-btn,
.cid-uGLhldxACz .title-wrapper {
  color: #000000;
}
.cid-uGLhldxACz .mbr-text,
.cid-uGLhldxACz .text-wrapper {
  color: #000000;
}
.cid-uGLhldydmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGLhldydmu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldydmu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldydmu .container {
    padding: 0 24px;
  }
}
.cid-uGLhldydmu .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uGLhldydmu .content-wrapper {
  padding: 74px;
  background-color: #f2cc8f;
  border-radius: 0.75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGLhldydmu .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uGLhldydmu .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uGLhldydmu .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #e07a5f;
  color: #000000;
  font-size: 32px;
}
.cid-uGLhldydmu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldydmu .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGLhldydmu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldydmu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGLhldydmu .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldydmu .content-wrapper .mbr-section-btn .btn:hover,
.cid-uGLhldydmu .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldydmu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uGLhldydmu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGLhldydmu .embla__slide .slide-content {
  width: 100%;
}
.cid-uGLhldydmu .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uGLhldydmu .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uGLhldydmu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uGLhldydmu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uGLhldydmu .embla__button--next,
.cid-uGLhldydmu .embla__button--prev {
  display: flex;
}
.cid-uGLhldydmu .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #e07a5f !important;
  color: #000000 !important;
  border: 1px solid #e07a5f !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uGLhldydmu .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uGLhldydmu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGLhldydmu .embla__button:hover {
  box-shadow: inset 81px 10px 5px #f2cc8f;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldydmu .embla__button:hover::before {
  width: 30%;
}
.cid-uGLhldydmu .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uGLhldydmu .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uGLhldydmu .embla {
  position: relative;
  width: 100%;
  border-radius: 0.75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uGLhldydmu .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-image: linear-gradient(90deg, #f2cc8f -25%, #81b29a 47%);
  width: 100%;
  z-index: 1;
}
.cid-uGLhldydmu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uGLhldydmu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGLhldydmu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGLhldydmu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uGLhldydmu .mbr-section-title {
  color: #141414;
}
.cid-uGLhldydmu .mbr-text {
  color: #000000;
}
.cid-uGLhldydmu .mbr-section-title,
.cid-uGLhldydmu .icon-wrapper,
.cid-uGLhldydmu .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldzESx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldzESx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldzESx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldzESx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldzESx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldzESx .container {
    padding: 0 24px;
  }
}
.cid-uGLhldzESx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uGLhldzESx .image-wrapper {
  height: 100%;
}
.cid-uGLhldzESx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uGLhldzESx .image-wrapper img {
    height: 350px;
  }
}
.cid-uGLhldzESx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGLhldzESx .content-wrapper {
    padding: 24px;
  }
}
.cid-uGLhldzESx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uGLhldzESx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldzESx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uGLhldzESx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldzESx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uGLhldzESx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldzESx .mbr-section-title {
  color: #141414;
}
.cid-uGLhldzESx .mbr-text {
  color: #141414;
}
.cid-uGLhldz7bv {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldz7bv::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#81b29a 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldz7bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldz7bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldz7bv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .container {
    padding: 0 24px;
  }
}
.cid-uGLhldz7bv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uGLhldz7bv .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldz7bv .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGLhldz7bv .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldz7bv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldz7bv .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uGLhldz7bv .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uGLhldz7bv .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uGLhldz7bv .mbr-section-title {
  color: #141414;
}
.cid-uGLhldz7bv .mbr-desc {
  color: #000000;
}
.cid-uGLhldz7bv .card-number {
  color: #141414;
}
.cid-uGLhldz7bv .card-title {
  color: #141414;
}
.cid-uGLhldz7bv .card-text {
  color: #000000;
}
.cid-uGLhldz7bv .mbr-section-title,
.cid-uGLhldz7bv .title-wrapper {
  color: #000000;
}
.cid-uGLhldAgyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldAgyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldAgyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldAgyk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldAgyk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldAgyk .container {
    padding: 0 24px;
  }
}
.cid-uGLhldAgyk .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uGLhldAgyk .content-wrapper {
    padding: 0;
  }
}
.cid-uGLhldAgyk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGLhldAgyk .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 0.75rem !important;
}
@media (max-width: 1200px) {
  .cid-uGLhldAgyk .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldAgyk .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uGLhldAgyk .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uGLhldAgyk .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f2cc8f;
  color: #000000;
  font-size: 32px;
}
.cid-uGLhldAgyk .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGLhldAgyk .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldAgyk .mbr-section-title {
  color: #141414;
}
.cid-uGLhldAgyk .mbr-desc {
  color: #141414;
}
.cid-uGLhldAgyk .mbr-text {
  color: #141414;
}
.cid-uGLhldABIw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldABIw::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#81b29a 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldABIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldABIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldABIw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .container {
    padding: 0 24px;
  }
}
.cid-uGLhldABIw .row {
  justify-content: space-between;
}
.cid-uGLhldABIw .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGLhldABIw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldABIw .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGLhldABIw .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGLhldABIw .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uGLhldABIw .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-uGLhldABIw .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGLhldABIw .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uGLhldABIw .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-uGLhldABIw .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldABIw .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uGLhldABIw .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e07a5f 0%, transparent 100%);
}
.cid-uGLhldABIw .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-uGLhldABIw .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldABIw .mbr-section-title {
  color: #000000;
}
.cid-uGLhldABIw .mbr-text {
  color: #000000;
}
.cid-uGLhldABIw .card-number {
  color: #141414;
}
.cid-uGLhldABIw .card-title {
  color: #000000;
}
.cid-uGLhldABIw .card-text {
  color: #141414;
}
.cid-uGLhldABIw .card-tag {
  color: #000000;
}
.cid-uGLhldABIw .card-text,
.cid-uGLhldABIw .text-wrap,
.cid-uGLhldABIw .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldB76Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldB76Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldB76Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldB76Z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldB76Z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldB76Z .container {
    padding: 0 24px;
  }
}
.cid-uGLhldB76Z .row {
  position: relative;
  justify-content: center;
}
.cid-uGLhldB76Z .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldB76Z .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uGLhldB76Z .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGLhldB76Z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldB76Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldB76Z .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGLhldB76Z .item {
    margin-bottom: 32px;
  }
}
.cid-uGLhldB76Z .item:last-child {
  margin-bottom: 0;
}
.cid-uGLhldB76Z .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uGLhldB76Z .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uGLhldB76Z .mbr-section-title {
  color: #000000;
}
.cid-uGLhldB76Z .mbr-desc {
  color: #000000;
}
.cid-uGLhldB76Z .mbr-text {
  color: #000000;
}
.cid-uGLhldB76Z .card-number {
  color: #000000;
}
.cid-uGLhldB76Z .card-title {
  color: #000000;
}
.cid-uGLhldCqHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldCqHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldCqHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldCqHu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldCqHu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldCqHu .container {
    padding: 0 24px;
  }
}
.cid-uGLhldCqHu .row {
  justify-content: space-between;
}
.cid-uGLhldCqHu .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-uGLhldCqHu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uGLhldCqHu .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldCqHu .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uGLhldCqHu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-uGLhldCqHu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldCqHu .mbr-section-title {
  color: #000000;
}
.cid-uGLhldCqHu .card-number {
  color: #141414;
}
.cid-uGLhldCqHu .card-title {
  color: #141414;
}
.cid-uGLhldCqHu .card-text {
  color: #141414;
}
.cid-uGLhldCvGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldCvGa .container-fluid {
  padding: 0 0 0 64px;
}
@media (max-width: 768px) {
  .cid-uGLhldCvGa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldCvGa .container {
    padding: 0 24px;
  }
}
.cid-uGLhldCvGa .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldCvGa .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uGLhldCvGa .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGLhldCvGa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGLhldCvGa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldCvGa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uGLhldCvGa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGLhldCvGa .embla__slide .slide-content {
  width: 100%;
}
.cid-uGLhldCvGa .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uGLhldCvGa .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uGLhldCvGa .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uGLhldCvGa .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uGLhldCvGa .embla__button--next,
.cid-uGLhldCvGa .embla__button--prev {
  display: flex;
}
.cid-uGLhldCvGa .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #e07a5f !important;
  color: #000000 !important;
  border: 1px solid #e07a5f !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uGLhldCvGa .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uGLhldCvGa .embla__button:hover {
  box-shadow: inset 81px 10px 5px #f2cc8f;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldCvGa .embla__button:hover::before {
  width: 30%;
}
.cid-uGLhldCvGa .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uGLhldCvGa .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uGLhldCvGa .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uGLhldCvGa .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #fefaf4 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGLhldCvGa .embla::before {
    display: none;
  }
}
.cid-uGLhldCvGa .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uGLhldCvGa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGLhldCvGa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGLhldCvGa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGLhldCvGa .mbr-desc {
  color: #000000;
}
.cid-uGLhldCvGa .mbr-section-title {
  color: #000000;
}
.cid-uGLhldCvGa .mbr-text {
  color: #000000;
}
.cid-uGLhldCvGa .item-title {
  color: #000000;
}
.cid-uGLhldCvGa .item-text {
  color: #000000;
}
.cid-uGLhldDK6V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2cc8f;
}
.cid-uGLhldDK6V .item:focus,
.cid-uGLhldDK6V span:focus {
  outline: none;
}
.cid-uGLhldDK6V .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uGLhldDK6V .loop-container {
  padding: 10px 0;
}
.cid-uGLhldDK6V .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uGLhldDK6V .item {
    min-height: 45px;
  }
}
.cid-uGLhldDUio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldDUio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldDUio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldDUio .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldDUio .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldDUio .container {
    padding: 0 24px;
  }
}
.cid-uGLhldDUio .row {
  justify-content: center;
}
.cid-uGLhldDUio .items-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGLhldDUio .items-wrapper {
    flex-direction: column;
  }
}
.cid-uGLhldDUio .items-wrapper .item {
  padding: 0 16px;
}
.cid-uGLhldDUio .items-wrapper .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uGLhldDUio .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGLhldDUio .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldDUio .decor-wrapper .decor_1 {
  background-color: #f2cc8f;
}
.cid-uGLhldDUio .decor-wrapper .decor_2 {
  background-color: #e07a5f;
}
.cid-uGLhldDUio .decor-wrapper .decor_3 {
  background-color: #81b29a;
}
.cid-uGLhldDUio .decor-wrapper .decor_4 {
  background-color: #f2cc8f;
}
.cid-uGLhldE3nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldE3nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldE3nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldE3nh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldE3nh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldE3nh .container {
    padding: 0 24px;
  }
}
.cid-uGLhldE3nh .row {
  justify-content: center;
}
.cid-uGLhldE3nh .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldE3nh .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGLhldE3nh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #f2cc8f;
  border-radius: 0.75rem;
}
.cid-uGLhldE3nh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldE3nh .mbr-section-title {
  color: #141414;
}
.cid-uGLhldE3nh .mbr-text {
  color: #000000;
}
.cid-uGLhldE3nh .mbr-desc,
.cid-uGLhldE3nh .desc-wrapper {
  color: #000000;
}
.cid-uGLhldE2C8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../images/photo-1494232410401-ad00d5433cfa.jpeg");
}
.cid-uGLhldE2C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldE2C8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldE2C8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldE2C8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldE2C8 .container {
    padding: 0 24px;
  }
}
.cid-uGLhldE2C8 .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uGLhldE2C8 .title-wrapper {
    padding: 0;
  }
}
.cid-uGLhldE2C8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uGLhldE2C8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldE2C8 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldE2C8 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uGLhldE2C8 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldE2C8 .mbr-section-title,
.cid-uGLhldE2C8 .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uGLhldE2C8 .mbr-section-title,
.cid-uGLhldE2C8 .title-wrapper,
.cid-uGLhldE2C8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uGLhldJ8kf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldJ8kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldJ8kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldJ8kf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .container {
    padding: 0 24px;
  }
}
.cid-uGLhldJ8kf .row {
  justify-content: center;
}
.cid-uGLhldJ8kf .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldJ8kf .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldJ8kf .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGLhldJ8kf .panel-group .card {
  border-radius: 0.75rem 0.75rem 0 0 !important;
  background-color: #f2cc8f;
  margin-top: -6px;
}
.cid-uGLhldJ8kf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGLhldJ8kf .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uGLhldJ8kf .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uGLhldJ8kf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uGLhldJ8kf .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uGLhldJ8kf .panel-group .card_2 {
  background-color: #e07a5f;
}
.cid-uGLhldJ8kf .panel-group .card_3 {
  background-color: #81b29a;
}
.cid-uGLhldJ8kf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGLhldJ8kf .mbr-text,
.cid-uGLhldJ8kf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGLhldJ8kf .mbr-title {
  color: #000000;
}
.cid-uGLhldJ8kf .panel-desc {
  color: #000000;
}
.cid-uGLhldJ8kf .panel-text {
  color: #000000;
}
.cid-uGLhldJ8kf .panel-title-edit {
  color: #000000;
}
.cid-uGLhldJ8kf .title_1 {
  color: #000000;
}
.cid-uGLhldJ8kf .desc_1 {
  color: #000000;
}
.cid-uGLhldJ8kf .text_1 {
  color: #000000;
}
.cid-uGLhldJ8kf .title_2 {
  color: #000000;
}
.cid-uGLhldJ8kf .desc_2 {
  color: #000000;
}
.cid-uGLhldJ8kf .text_2 {
  color: #000000;
}
.cid-uGLhldJ8kf .title_3 {
  color: #000000;
}
.cid-uGLhldJ8kf .desc_3 {
  color: #000000;
}
.cid-uGLhldJ8kf .text_3 {
  color: #000000;
}
.cid-uGLhldLBXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldLBXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldLBXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldLBXI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldLBXI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldLBXI .container {
    padding: 0 24px;
  }
}
.cid-uGLhldLBXI .row {
  justify-content: space-between;
}
.cid-uGLhldLBXI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldLBXI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGLhldLBXI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 130px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldLBXI .content-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uGLhldLBXI .content-wrapper .image-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGLhldLBXI .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uGLhldLBXI .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 768px) {
  .cid-uGLhldLBXI .content-wrapper .image-wrapper img {
    width: 240px;
    height: 240px;
  }
}
.cid-uGLhldLBXI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldLBXI .mbr-section-title {
  color: #000000;
}
.cid-uGLhldLBXI .mbr-text {
  color: #141414;
}
.cid-uGLhldLBXI .mbr-text,
.cid-uGLhldLBXI .image-wrapper {
  color: #000000;
}
.cid-uGLhldMXx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../images/photo-1453090927415-5f45085b65c0.jpeg");
}
.cid-uGLhldMXx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldMXx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldMXx5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldMXx5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldMXx5 .container {
    padding: 0 24px;
  }
}
.cid-uGLhldMXx5 .row {
  justify-content: space-between;
}
.cid-uGLhldMXx5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uGLhldMXx5 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldMXx5 .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGLhldMXx5 .items-wrapper {
    min-height: auto;
  }
}
.cid-uGLhldMXx5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uGLhldMXx5 .mbr-section-title,
.cid-uGLhldMXx5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGLhldMXx5 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uGLhldNHfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldNHfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/background1.jpg");
}
.cid-uGLhldNHfG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldNHfG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldNHfG .container {
    padding: 0 24px;
  }
}
.cid-uGLhldO5XX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-uGLhldO5XX .item:focus,
.cid-uGLhldO5XX span:focus {
  outline: none;
}
.cid-uGLhldO5XX .item {
  cursor: pointer;
}
.cid-uGLhldO5XX .grid-container {
  grid-row-gap: 24px;
}
.cid-uGLhldO5XX .grid-container-1,
.cid-uGLhldO5XX .grid-container-2,
.cid-uGLhldO5XX .grid-container-3 {
  gap: 0 24px;
}
.cid-uGLhldO5XX .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGLhldO5XX .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGLhldO5XX .mbr-text,
.cid-uGLhldO5XX .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldO5XX .content-head {
  max-width: 800px;
}
.cid-uGLhldO5XX .container,
.cid-uGLhldO5XX .container-fluid {
  overflow: hidden;
}
.cid-uGLhldO5XX .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGLhldO5XX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGLhldO5XX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-uGLhldO5XX .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGLhldO5XX .grid-container-1,
.cid-uGLhldO5XX .grid-container-2,
.cid-uGLhldO5XX .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGLhldO5XX .grid-container-1 {
  align-items: flex-end;
}
.cid-uGLhldO5XX .grid-container-2 {
  align-items: flex-start;
}
.cid-uGLhldO5XX .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: auto;
  top: -25%;
}
.cid-uGLhldO5XX .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldO5XX .decor-wrapper .decor_1 {
  background-color: #f2cc8f;
}
.cid-uGLhldO5XX .decor-wrapper .decor_2 {
  background-color: #e07a5f;
}
.cid-uGLhldO5XX .decor-wrapper .decor_3 {
  background-color: #81b29a;
}
.cid-uGLhldO5XX .decor-wrapper .decor_4 {
  background-color: #f2cc8f;
}
.cid-uGLhldOGv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldOGv7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldOGv7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldOGv7 .container {
    padding: 0 24px;
  }
}
.cid-uGLhldOGv7 .row {
  justify-content: center;
}
.cid-uGLhldOGv7 .content-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGLhldOGv7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldOGv7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGLhldOGv7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldOGv7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uGLhldOGv7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGLhldOGv7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uGLhldOGv7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uGLhldOGv7 .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}
.cid-uGLhldOGv7 .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uGLhldOGv7 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin: 60px 0 12px 0;
}
.cid-uGLhldOGv7 .embla__button--next,
.cid-uGLhldOGv7 .embla__button--prev {
  display: flex;
}
.cid-uGLhldOGv7 .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #e07a5f !important;
  color: #000000 !important;
  border: 1px solid #e07a5f !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uGLhldOGv7 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uGLhldOGv7 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #f2cc8f;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldOGv7 .embla__button:hover::before {
  width: 30%;
}
.cid-uGLhldOGv7 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uGLhldOGv7 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uGLhldOGv7 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uGLhldOGv7 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #fefaf4 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGLhldOGv7 .embla::before {
    display: none;
  }
}
.cid-uGLhldOGv7 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGLhldOGv7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGLhldOGv7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGLhldOGv7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGLhldOGv7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGLhldOGv7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGLhldOGv7 .item-number {
  color: #000000;
}
.cid-uGLhldOGv7 .item-desc {
  color: #000000;
}
.cid-uGLhldPJwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldPJwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldPJwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldPJwD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldPJwD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldPJwD .container {
    padding: 0 24px;
  }
}
.cid-uGLhldPJwD .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
}
@media (max-width: 992px) {
  .cid-uGLhldPJwD .content-wrapper {
    padding: 0;
  }
}
.cid-uGLhldPJwD .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGLhldPJwD .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #fefaf4;
  border-radius: 0.75rem !important;
}
@media (max-width: 1500px) {
  .cid-uGLhldPJwD .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uGLhldPJwD .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldPJwD .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uGLhldPJwD .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldPJwD .mbr-section-title {
  color: #141414;
}
.cid-uGLhldPJwD .mbr-desc {
  color: #000000;
}
.cid-uGLhldPJwD .mbr-text {
  color: #000000;
}
.cid-uGLhldPJwD .mbr-section-title,
.cid-uGLhldPJwD .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldP9oF {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldP9oF::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#81b29a 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldP9oF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldP9oF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldP9oF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .container {
    padding: 0 24px;
  }
}
.cid-uGLhldP9oF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uGLhldP9oF .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldP9oF .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldP9oF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldP9oF .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uGLhldP9oF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uGLhldP9oF .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-uGLhldP9oF .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uGLhldP9oF .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-uGLhldP9oF .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uGLhldP9oF .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uGLhldP9oF .mbr-section-title {
  color: #141414;
}
.cid-uGLhldP9oF .card-price {
  color: #000000;
}
.cid-uGLhldP9oF .card-title {
  color: #141414;
}
.cid-uGLhldP9oF .card-text {
  color: #000000;
}
.cid-uGLhldP9oF .mbr-section-title,
.cid-uGLhldP9oF .title-wrapper {
  color: #000000;
}
.cid-uGLhldP9oF .card-title,
.cid-uGLhldP9oF .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldQcVK {
  overflow: hidden;
  background-image: url("../images/photo-1421217336522-861978fdf33a.jpeg");
}
.cid-uGLhldQcVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldQcVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldQcVK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldQcVK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldQcVK .container {
    padding: 0 24px;
  }
}
.cid-uGLhldQcVK .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uGLhldQcVK .title-wrapper {
    padding: 0;
  }
}
.cid-uGLhldQcVK .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uGLhldQcVK .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uGLhldQcVK .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uGLhldQcVK .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uGLhldQcVK .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uGLhldQcVK .mbr-section-title,
.cid-uGLhldQcVK .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uGLhldQcVK .mbr-section-title,
.cid-uGLhldQcVK .title-wrapper,
.cid-uGLhldQcVK .mbr-section-btn {
  text-align: center;
}
.cid-uGLhldQ39g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-uGLhldQ39g .item:focus,
.cid-uGLhldQ39g span:focus {
  outline: none;
}
.cid-uGLhldQ39g .item {
  cursor: pointer;
}
.cid-uGLhldQ39g .grid-container {
  grid-row-gap: 24px;
}
.cid-uGLhldQ39g .grid-container-1,
.cid-uGLhldQ39g .grid-container-2,
.cid-uGLhldQ39g .grid-container-3 {
  gap: 0 24px;
}
.cid-uGLhldQ39g .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGLhldQ39g .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGLhldQ39g .mbr-text,
.cid-uGLhldQ39g .mbr-section-btn {
  color: #000000;
}
.cid-uGLhldQ39g .content-head {
  max-width: 800px;
}
.cid-uGLhldQ39g .container,
.cid-uGLhldQ39g .container-fluid {
  overflow: hidden;
}
.cid-uGLhldQ39g .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGLhldQ39g .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGLhldQ39g .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-uGLhldQ39g .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGLhldQ39g .grid-container-1,
.cid-uGLhldQ39g .grid-container-2,
.cid-uGLhldQ39g .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGLhldQ39g .grid-container-1 {
  align-items: flex-end;
}
.cid-uGLhldQ39g .grid-container-2 {
  align-items: flex-start;
}
.cid-uGLhldQ39g .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGLhldQ39g .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldQ39g .decor-wrapper .decor_1 {
  background-color: #f2cc8f;
}
.cid-uGLhldQ39g .decor-wrapper .decor_2 {
  background-color: #e07a5f;
}
.cid-uGLhldQ39g .decor-wrapper .decor_3 {
  background-color: #81b29a;
}
.cid-uGLhldQ39g .decor-wrapper .decor_4 {
  background-color: #f2cc8f;
}
.cid-uGLhldRiqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldRiqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldRiqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldRiqo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldRiqo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldRiqo .container {
    padding: 0 24px;
  }
}
.cid-uGLhldRiqo .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uGLhldRiqo .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGLhldRiqo .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uGLhldRiqo .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uGLhldRiqo .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGLhldRiqo .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGLhldRiqo .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #81b29a 0%, transparent 100%);
}
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uGLhldRiqo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #000000 !important;
}
.cid-uGLhldRiqo .mbr-section-title {
  color: #141414;
}
.cid-uGLhldRiqo .mbr-desc {
  color: #141414;
}
.cid-uGLhldRiqo label {
  color: #141414;
}
.cid-uGLhldSctR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uGLhldSctR::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #81b29a 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uGLhldSctR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldSctR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldSctR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldSctR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldSctR .container {
    padding: 0 24px;
  }
}
.cid-uGLhldSctR .row {
  justify-content: center;
}
.cid-uGLhldSctR .row .card,
.cid-uGLhldSctR .row .item {
  padding: 0 12px;
}
.cid-uGLhldSctR .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldSctR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGLhldSctR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGLhldSctR .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uGLhldSctR .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGLhldSctR .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uGLhldSctR .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: 0.4;
}
.cid-uGLhldSctR .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uGLhldSctR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.cid-uGLhldSctR .item .item-wrapper .card-box .card-text:hover,
.cid-uGLhldSctR .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uGLhldSctR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGLhldSctR .card-title {
  color: #141414;
}
.cid-uGLhldSctR .card-text {
  color: #141414;
}
.cid-uGLhldSglH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uGLhldSglH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLhldSglH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLhldSglH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGLhldSglH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGLhldSglH .container {
    padding: 0 24px;
  }
}
.cid-uGLhldSglH .row {
  justify-content: center;
}
.cid-uGLhldSglH .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uGLhldSglH .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uGLhldSglH .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uGLhldSglH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLhldSglH .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uGLhldSglH .lists-wrapper {
    display: block;
  }
}
.cid-uGLhldSglH .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uGLhldSglH .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uGLhldSglH .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGLhldSglH .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uGLhldSglH .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGLhldSglH .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGLhldSglH .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-uGLhldSglH .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uGLhldSglH .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uGLhldSglH .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uGLhldSglH .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uGLhldSglH .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uGLhldSglH .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uGLhldSglH .mbr-section-title {
  color: #141414;
}
.cid-uGLhldSglH .mbr-text {
  color: #141414;
}
.cid-uGLhldSglH .list {
  color: #141414;
}
