.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #1e4d2b !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #010402;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  border: 2px solid #1e4d2b;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e4d2b;
  color: #1e4d2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060f08 !important;
  background-color: transparent !important;
  border-color: #060f08 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #060f08;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e4d2b !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !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: #1e4d2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.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: #1e4d2b;
  border-color: #1e4d2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e4d2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #82ce97;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !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: #1e4d2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1e4d2b;
}
/* 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: #1e4d2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4d2b;
}
.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: #1e4d2b;
  border-bottom-color: #1e4d2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #df6d2d !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='%231e4d2b' %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 {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uNkmlb9tW5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkmlb9tW5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkmlb9tW5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uNkmlb9tW5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uNkmlb9tW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkmlb9tW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkmlb9tW5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uNkmlb9tW5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkmlb9tW5 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uNkmlb9tW5 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uNkmlb9tW5 .container,
.cid-uNkmlb9tW5 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .container,
  .cid-uNkmlb9tW5 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .container,
  .cid-uNkmlb9tW5 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkmlb9tW5 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uNkmlb9tW5 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNkmlb9tW5 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNkmlb9tW5 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uNkmlb9tW5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uNkmlb9tW5 .nav-item:focus,
.cid-uNkmlb9tW5 .nav-link:focus {
  outline: none;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkmlb9tW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkmlb9tW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkmlb9tW5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNkmlb9tW5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkmlb9tW5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkmlb9tW5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkmlb9tW5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uNkmlb9tW5 .navbar.collapsed {
  justify-content: center;
}
.cid-uNkmlb9tW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkmlb9tW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNkmlb9tW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkmlb9tW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .navbar {
    min-height: 72px;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkmlb9tW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkmlb9tW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkmlb9tW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkmlb9tW5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkmlb9tW5 .dropdown-item.active,
.cid-uNkmlb9tW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkmlb9tW5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uNkmlb9tW5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkmlb9tW5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkmlb9tW5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkmlb9tW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkmlb9tW5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkmlb9tW5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uNkmlb9tW5 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uNkmlb9tW5 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkmlb9tW5 .navbar {
    height: 70px;
  }
  .cid-uNkmlb9tW5 .navbar.opened {
    height: auto;
  }
  .cid-uNkmlb9tW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkmlb9tW5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkmlb9tW5 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uNkmlb9tW5 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uNkmlb9tW5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkmlb9tW5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkmlb9tW5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkmlb9tW5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkmlb9tW5 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .content-wrap {
    display: block;
  }
}
.cid-uNkmlkMqC4 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uNkmlkMqC4 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uNkmlkMqC4 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNkmlkMqC4 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uNkmlkMqC4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkmlkMqC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmlkMqC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmlkMqC4 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uNkmlkMqC4 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmlkMqC4 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uNkmlkMqC4 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uNkmlkMqC4 .mbr-section-title {
  color: #323432;
}
.cid-uNkmlkMqC4 .mbr-text,
.cid-uNkmlkMqC4 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmlkMqC4 .mbr-section-title,
.cid-uNkmlkMqC4 .mbr-section-btn,
.cid-uNkmlkMqC4 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uNkmtsbhFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uNkmtsbhFf .item:focus,
.cid-uNkmtsbhFf span:focus {
  outline: none;
}
.cid-uNkmtsbhFf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNkmtsbhFf .content-head {
  max-width: 800px;
}
.cid-uNkmtsbhFf .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uNkmtsbhFf .item {
    min-height: 32.5px;
  }
}
.cid-uZiYLjEvur {
  background-color: #eeeef4;
}
.cid-uZiYLjEvur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiYLjEvur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiYLjEvur .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiYLjEvur .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiYLjEvur .content-wrapper {
    width: 100%;
  }
}
.cid-uZiYLjEvur .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiYLjEvur .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZiYLjEvur .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZiYLjEvur .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZiYLjEvur .mbr-section-title {
  color: #181824;
}
.cid-uZiYLjEvur .mbr-text,
.cid-uZiYLjEvur .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZiYLjEvur .mbr-section-title,
.cid-uZiYLjEvur .mbr-section-btn,
.cid-uZiYLjEvur .icon-wrapper {
  text-align: center;
}
.cid-uZiYLjEvur .mbr-section-title,
.cid-uZiYLjEvur .mbr-section-btn {
  text-align: justify;
}
.cid-uNkmI2eWhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uNkmI2eWhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmI2eWhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmI2eWhz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmI2eWhz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNkmI2eWhz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uNkmI2eWhz .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmI2eWhz .item {
    margin-bottom: 20px;
  }
}
.cid-uNkmI2eWhz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uNkmI2eWhz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uNkmI2eWhz .item .item-wrapper:hover .card-box .item-img img,
.cid-uNkmI2eWhz .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uNkmI2eWhz .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uNkmI2eWhz .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNkmI2eWhz .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-title_1,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-title_2,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-text_1,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-text_2,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-price_1,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-price_2,
.cid-uNkmI2eWhz .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uNkmI2eWhz .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNkmI2eWhz .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkmI2eWhz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uNkmI2eWhz .item .card_1 {
  background-color: #d1e0be;
}
.cid-uNkmI2eWhz .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uNkmI2eWhz .item .card_3 {
  background-color: #e6eddc;
}
.cid-uNkmI2eWhz .mbr-section-title,
.cid-uNkmI2eWhz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmI2eWhz .card-title_1 {
  color: #323432;
}
.cid-uNkmI2eWhz .card-text_1 {
  color: #323432;
}
.cid-uNkmI2eWhz .card-price_1 {
  color: #323432;
}
.cid-uNkmI2eWhz .card-title_2 {
  color: #f1f5eb;
}
.cid-uNkmI2eWhz .card-text_2 {
  color: #f1f5eb;
}
.cid-uNkmI2eWhz .card-price_2 {
  color: #f1f5eb;
}
.cid-uNkmI2eWhz .card-title_3 {
  color: #323432;
}
.cid-uNkmI2eWhz .card-text_3 {
  color: #323432;
}
.cid-uNkmI2eWhz .card-price_3 {
  color: #323432;
}
#custom-html-1 {
  /* Type valid CSS here */
}
#custom-html-1 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-1 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj1QVzLKK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj1QVzLKK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj1QVzLKK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj1QVzLKK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj1QVzLKK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj1QVzLKK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj1QVzLKK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj1QVzLKK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj1QVzLKK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj1QVzLKK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj1QVzLKK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj1QVzLKK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj1QVzLKK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj1QVzLKK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj1QVzLKK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj1QVzLKK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj1QVzLKK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj1QVzLKK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj1QVzLKK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj1QVzLKK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj1QVzLKK .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj1QVzLKK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj1QVzLKK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj1QVzLKK .container,
.cid-uZj1QVzLKK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .container,
  .cid-uZj1QVzLKK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj1QVzLKK .container,
  .cid-uZj1QVzLKK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj1QVzLKK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj1QVzLKK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj1QVzLKK .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj1QVzLKK .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj1QVzLKK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj1QVzLKK .nav-item:focus,
.cid-uZj1QVzLKK .nav-link:focus {
  outline: none;
}
.cid-uZj1QVzLKK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj1QVzLKK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj1QVzLKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj1QVzLKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj1QVzLKK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj1QVzLKK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj1QVzLKK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj1QVzLKK .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj1QVzLKK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj1QVzLKK .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj1QVzLKK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj1QVzLKK .navbar.collapsed {
  justify-content: center;
}
.cid-uZj1QVzLKK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj1QVzLKK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj1QVzLKK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj1QVzLKK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj1QVzLKK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj1QVzLKK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj1QVzLKK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj1QVzLKK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj1QVzLKK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj1QVzLKK .navbar {
    min-height: 72px;
  }
  .cid-uZj1QVzLKK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj1QVzLKK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj1QVzLKK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj1QVzLKK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj1QVzLKK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj1QVzLKK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj1QVzLKK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj1QVzLKK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj1QVzLKK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj1QVzLKK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj1QVzLKK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj1QVzLKK .dropdown-item.active,
.cid-uZj1QVzLKK .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj1QVzLKK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj1QVzLKK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj1QVzLKK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj1QVzLKK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj1QVzLKK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj1QVzLKK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj1QVzLKK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj1QVzLKK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj1QVzLKK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj1QVzLKK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj1QVzLKK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj1QVzLKK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj1QVzLKK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj1QVzLKK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj1QVzLKK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj1QVzLKK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj1QVzLKK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj1QVzLKK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj1QVzLKK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj1QVzLKK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj1QVzLKK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj1QVzLKK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj1QVzLKK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj1QVzLKK .navbar {
    height: 70px;
  }
  .cid-uZj1QVzLKK .navbar.opened {
    height: auto;
  }
  .cid-uZj1QVzLKK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj1QVzLKK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj1QVzLKK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj1QVzLKK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj1QVzLKK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj1QVzLKK .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj1QVzLKK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj1QVzLKK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj1QVzLKK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj1QVzLKK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj1QVzLKK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj1QVzLKK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj1QVzLKK .content-wrap {
    display: block;
  }
}
.cid-uZj1QW8o4q {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj1QW8o4q .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj1QW8o4q .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj1QW8o4q .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj1QW8o4q .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj1QW8o4q .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj1QW8o4q .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj1QW8o4q .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj1QW8o4q .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj1QW8o4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj1QW8o4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj1QW8o4q .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj1QW8o4q .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj1QW8o4q .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj1QW8o4q .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj1QW8o4q .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj1QW8o4q .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj1QW8o4q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj1QW8o4q .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj1QW8o4q .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj1QW8o4q .mbr-section-title {
  color: #323432;
}
.cid-uZj1QW8o4q .mbr-text,
.cid-uZj1QW8o4q .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj1QW8o4q .mbr-section-title,
.cid-uZj1QW8o4q .mbr-section-btn,
.cid-uZj1QW8o4q .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj1QWBmeC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj1QWBmeC .item:focus,
.cid-uZj1QWBmeC span:focus {
  outline: none;
}
.cid-uZj1QWBmeC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj1QWBmeC .content-head {
  max-width: 800px;
}
.cid-uZj1QWBmeC .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj1QWBmeC .item {
    min-height: 32.5px;
  }
}
.cid-uZj1QWZ4ez {
  background-color: #eeeef4;
}
.cid-uZj1QWZ4ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj1QWZ4ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj1QWZ4ez .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj1QWZ4ez .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj1QWZ4ez .content-wrapper {
    width: 100%;
  }
}
.cid-uZj1QWZ4ez .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj1QWZ4ez .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj1QWZ4ez .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj1QWZ4ez .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj1QWZ4ez .mbr-section-title {
  color: #181824;
}
.cid-uZj1QWZ4ez .mbr-text,
.cid-uZj1QWZ4ez .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj1QWZ4ez .mbr-section-title,
.cid-uZj1QWZ4ez .mbr-section-btn,
.cid-uZj1QWZ4ez .icon-wrapper {
  text-align: center;
}
.cid-uZj1QWZ4ez .mbr-section-title,
.cid-uZj1QWZ4ez .mbr-section-btn {
  text-align: justify;
}
.cid-uZj1QXQFAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj1QXQFAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj1QXQFAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj1QXQFAG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj1QXQFAG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj1QXQFAG .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj1QXQFAG .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj1QXQFAG .item {
    margin-bottom: 20px;
  }
}
.cid-uZj1QXQFAG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj1QXQFAG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj1QXQFAG .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj1QXQFAG .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj1QXQFAG .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj1QXQFAG .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj1QXQFAG .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-title_1,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-title_2,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-text_1,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-text_2,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-price_1,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-price_2,
.cid-uZj1QXQFAG .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj1QXQFAG .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj1QXQFAG .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj1QXQFAG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj1QXQFAG .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj1QXQFAG .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj1QXQFAG .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj1QXQFAG .mbr-section-title,
.cid-uZj1QXQFAG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj1QXQFAG .card-title_1 {
  color: #323432;
}
.cid-uZj1QXQFAG .card-text_1 {
  color: #323432;
}
.cid-uZj1QXQFAG .card-price_1 {
  color: #323432;
}
.cid-uZj1QXQFAG .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj1QXQFAG .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj1QXQFAG .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj1QXQFAG .card-title_3 {
  color: #323432;
}
.cid-uZj1QXQFAG .card-text_3 {
  color: #323432;
}
.cid-uZj1QXQFAG .card-price_3 {
  color: #323432;
}
#custom-html-9 {
  /* Type valid CSS here */
}
#custom-html-9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj26e3KPm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj26e3KPm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj26e3KPm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj26e3KPm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj26e3KPm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj26e3KPm .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj26e3KPm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj26e3KPm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj26e3KPm .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj26e3KPm .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj26e3KPm .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj26e3KPm .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj26e3KPm .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj26e3KPm .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj26e3KPm .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj26e3KPm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj26e3KPm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj26e3KPm .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj26e3KPm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj26e3KPm .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj26e3KPm .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj26e3KPm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj26e3KPm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj26e3KPm .container,
.cid-uZj26e3KPm .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .container,
  .cid-uZj26e3KPm .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj26e3KPm .container,
  .cid-uZj26e3KPm .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj26e3KPm .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj26e3KPm .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj26e3KPm .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj26e3KPm .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj26e3KPm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj26e3KPm .nav-item:focus,
.cid-uZj26e3KPm .nav-link:focus {
  outline: none;
}
.cid-uZj26e3KPm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj26e3KPm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj26e3KPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj26e3KPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj26e3KPm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj26e3KPm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj26e3KPm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj26e3KPm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj26e3KPm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj26e3KPm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj26e3KPm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj26e3KPm .navbar.collapsed {
  justify-content: center;
}
.cid-uZj26e3KPm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj26e3KPm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj26e3KPm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj26e3KPm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj26e3KPm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj26e3KPm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj26e3KPm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj26e3KPm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj26e3KPm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj26e3KPm .navbar {
    min-height: 72px;
  }
  .cid-uZj26e3KPm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj26e3KPm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj26e3KPm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj26e3KPm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj26e3KPm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj26e3KPm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj26e3KPm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj26e3KPm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj26e3KPm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj26e3KPm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj26e3KPm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj26e3KPm .dropdown-item.active,
.cid-uZj26e3KPm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj26e3KPm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj26e3KPm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj26e3KPm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj26e3KPm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj26e3KPm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj26e3KPm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj26e3KPm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj26e3KPm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj26e3KPm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj26e3KPm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj26e3KPm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj26e3KPm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj26e3KPm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj26e3KPm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj26e3KPm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj26e3KPm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj26e3KPm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj26e3KPm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj26e3KPm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj26e3KPm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj26e3KPm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj26e3KPm .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj26e3KPm .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj26e3KPm .navbar {
    height: 70px;
  }
  .cid-uZj26e3KPm .navbar.opened {
    height: auto;
  }
  .cid-uZj26e3KPm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj26e3KPm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj26e3KPm .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj26e3KPm .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj26e3KPm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj26e3KPm .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj26e3KPm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj26e3KPm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj26e3KPm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj26e3KPm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj26e3KPm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj26e3KPm .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj26e3KPm .content-wrap {
    display: block;
  }
}
.cid-uZj26eDHga {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj26eDHga .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj26eDHga .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj26eDHga .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj26eDHga .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj26eDHga .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj26eDHga .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj26eDHga .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj26eDHga .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj26eDHga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj26eDHga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj26eDHga .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj26eDHga .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj26eDHga .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj26eDHga .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj26eDHga .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj26eDHga .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj26eDHga .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj26eDHga .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj26eDHga .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj26eDHga .mbr-section-title {
  color: #323432;
}
.cid-uZj26eDHga .mbr-text,
.cid-uZj26eDHga .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj26eDHga .mbr-section-title,
.cid-uZj26eDHga .mbr-section-btn,
.cid-uZj26eDHga .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj26f3ker {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj26f3ker .item:focus,
.cid-uZj26f3ker span:focus {
  outline: none;
}
.cid-uZj26f3ker .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj26f3ker .content-head {
  max-width: 800px;
}
.cid-uZj26f3ker .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj26f3ker .item {
    min-height: 32.5px;
  }
}
.cid-uZj26frz6r {
  background-color: #eeeef4;
}
.cid-uZj26frz6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj26frz6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj26frz6r .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj26frz6r .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj26frz6r .content-wrapper {
    width: 100%;
  }
}
.cid-uZj26frz6r .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj26frz6r .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj26frz6r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj26frz6r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj26frz6r .mbr-section-title {
  color: #181824;
}
.cid-uZj26frz6r .mbr-text,
.cid-uZj26frz6r .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj26frz6r .mbr-section-title,
.cid-uZj26frz6r .mbr-section-btn,
.cid-uZj26frz6r .icon-wrapper {
  text-align: center;
}
.cid-uZj26frz6r .mbr-section-title,
.cid-uZj26frz6r .mbr-section-btn {
  text-align: justify;
}
.cid-uZj26ghHF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj26ghHF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj26ghHF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj26ghHF3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj26ghHF3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj26ghHF3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj26ghHF3 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj26ghHF3 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj26ghHF3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj26ghHF3 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj26ghHF3 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj26ghHF3 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj26ghHF3 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj26ghHF3 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj26ghHF3 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-title_1,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-title_2,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-text_1,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-text_2,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-price_1,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-price_2,
.cid-uZj26ghHF3 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj26ghHF3 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj26ghHF3 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj26ghHF3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj26ghHF3 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj26ghHF3 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj26ghHF3 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj26ghHF3 .mbr-section-title,
.cid-uZj26ghHF3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj26ghHF3 .card-title_1 {
  color: #323432;
}
.cid-uZj26ghHF3 .card-text_1 {
  color: #323432;
}
.cid-uZj26ghHF3 .card-price_1 {
  color: #323432;
}
.cid-uZj26ghHF3 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj26ghHF3 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj26ghHF3 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj26ghHF3 .card-title_3 {
  color: #323432;
}
.cid-uZj26ghHF3 .card-text_3 {
  color: #323432;
}
.cid-uZj26ghHF3 .card-price_3 {
  color: #323432;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj29fLXk2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj29fLXk2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj29fLXk2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj29fLXk2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj29fLXk2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj29fLXk2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj29fLXk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj29fLXk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj29fLXk2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj29fLXk2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj29fLXk2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj29fLXk2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj29fLXk2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj29fLXk2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj29fLXk2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj29fLXk2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj29fLXk2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj29fLXk2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj29fLXk2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj29fLXk2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj29fLXk2 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj29fLXk2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj29fLXk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj29fLXk2 .container,
.cid-uZj29fLXk2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .container,
  .cid-uZj29fLXk2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj29fLXk2 .container,
  .cid-uZj29fLXk2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj29fLXk2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj29fLXk2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj29fLXk2 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj29fLXk2 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj29fLXk2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj29fLXk2 .nav-item:focus,
.cid-uZj29fLXk2 .nav-link:focus {
  outline: none;
}
.cid-uZj29fLXk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj29fLXk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj29fLXk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj29fLXk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj29fLXk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj29fLXk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj29fLXk2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj29fLXk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj29fLXk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj29fLXk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj29fLXk2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj29fLXk2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj29fLXk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj29fLXk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj29fLXk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj29fLXk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj29fLXk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj29fLXk2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj29fLXk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj29fLXk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj29fLXk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj29fLXk2 .navbar {
    min-height: 72px;
  }
  .cid-uZj29fLXk2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj29fLXk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj29fLXk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj29fLXk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj29fLXk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj29fLXk2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj29fLXk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj29fLXk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj29fLXk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj29fLXk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj29fLXk2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj29fLXk2 .dropdown-item.active,
.cid-uZj29fLXk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj29fLXk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj29fLXk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj29fLXk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj29fLXk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj29fLXk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj29fLXk2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj29fLXk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj29fLXk2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj29fLXk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj29fLXk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj29fLXk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj29fLXk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj29fLXk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj29fLXk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj29fLXk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj29fLXk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj29fLXk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj29fLXk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj29fLXk2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj29fLXk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj29fLXk2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj29fLXk2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj29fLXk2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj29fLXk2 .navbar {
    height: 70px;
  }
  .cid-uZj29fLXk2 .navbar.opened {
    height: auto;
  }
  .cid-uZj29fLXk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj29fLXk2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj29fLXk2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj29fLXk2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj29fLXk2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj29fLXk2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj29fLXk2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj29fLXk2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj29fLXk2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj29fLXk2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj29fLXk2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj29fLXk2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj29fLXk2 .content-wrap {
    display: block;
  }
}
.cid-uZj29gmuNU {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj29gmuNU .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj29gmuNU .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj29gmuNU .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj29gmuNU .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj29gmuNU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj29gmuNU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj29gmuNU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj29gmuNU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj29gmuNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj29gmuNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj29gmuNU .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj29gmuNU .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj29gmuNU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj29gmuNU .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj29gmuNU .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj29gmuNU .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj29gmuNU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj29gmuNU .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj29gmuNU .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj29gmuNU .mbr-section-title {
  color: #323432;
}
.cid-uZj29gmuNU .mbr-text,
.cid-uZj29gmuNU .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj29gmuNU .mbr-section-title,
.cid-uZj29gmuNU .mbr-section-btn,
.cid-uZj29gmuNU .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj29gLdDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj29gLdDo .item:focus,
.cid-uZj29gLdDo span:focus {
  outline: none;
}
.cid-uZj29gLdDo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj29gLdDo .content-head {
  max-width: 800px;
}
.cid-uZj29gLdDo .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj29gLdDo .item {
    min-height: 32.5px;
  }
}
.cid-uZj29h9f71 {
  background-color: #eeeef4;
}
.cid-uZj29h9f71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj29h9f71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj29h9f71 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj29h9f71 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj29h9f71 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj29h9f71 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj29h9f71 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj29h9f71 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj29h9f71 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj29h9f71 .mbr-section-title {
  color: #181824;
}
.cid-uZj29h9f71 .mbr-text,
.cid-uZj29h9f71 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj29h9f71 .mbr-section-title,
.cid-uZj29h9f71 .mbr-section-btn,
.cid-uZj29h9f71 .icon-wrapper {
  text-align: center;
}
.cid-uZj29h9f71 .mbr-section-title,
.cid-uZj29h9f71 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj29hY4W6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj29hY4W6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj29hY4W6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj29hY4W6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj29hY4W6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj29hY4W6 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj29hY4W6 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj29hY4W6 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj29hY4W6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj29hY4W6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj29hY4W6 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj29hY4W6 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj29hY4W6 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj29hY4W6 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj29hY4W6 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-title_1,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-title_2,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-text_1,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-text_2,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-price_1,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-price_2,
.cid-uZj29hY4W6 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj29hY4W6 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj29hY4W6 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj29hY4W6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj29hY4W6 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj29hY4W6 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj29hY4W6 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj29hY4W6 .mbr-section-title,
.cid-uZj29hY4W6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj29hY4W6 .card-title_1 {
  color: #323432;
}
.cid-uZj29hY4W6 .card-text_1 {
  color: #323432;
}
.cid-uZj29hY4W6 .card-price_1 {
  color: #323432;
}
.cid-uZj29hY4W6 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj29hY4W6 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj29hY4W6 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj29hY4W6 .card-title_3 {
  color: #323432;
}
.cid-uZj29hY4W6 .card-text_3 {
  color: #323432;
}
.cid-uZj29hY4W6 .card-price_3 {
  color: #323432;
}
#custom-html-l {
  /* Type valid CSS here */
}
#custom-html-l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2aTCt1X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2aTCt1X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2aTCt1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2aTCt1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2aTCt1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2aTCt1X .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2aTCt1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2aTCt1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2aTCt1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2aTCt1X .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2aTCt1X .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2aTCt1X .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2aTCt1X .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2aTCt1X .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2aTCt1X .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2aTCt1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2aTCt1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2aTCt1X .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2aTCt1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2aTCt1X .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2aTCt1X .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2aTCt1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2aTCt1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2aTCt1X .container,
.cid-uZj2aTCt1X .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .container,
  .cid-uZj2aTCt1X .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2aTCt1X .container,
  .cid-uZj2aTCt1X .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2aTCt1X .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2aTCt1X .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2aTCt1X .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2aTCt1X .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2aTCt1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2aTCt1X .nav-item:focus,
.cid-uZj2aTCt1X .nav-link:focus {
  outline: none;
}
.cid-uZj2aTCt1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2aTCt1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2aTCt1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2aTCt1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2aTCt1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2aTCt1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2aTCt1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2aTCt1X .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2aTCt1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2aTCt1X .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2aTCt1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2aTCt1X .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2aTCt1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2aTCt1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2aTCt1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2aTCt1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2aTCt1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2aTCt1X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2aTCt1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2aTCt1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2aTCt1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2aTCt1X .navbar {
    min-height: 72px;
  }
  .cid-uZj2aTCt1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2aTCt1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2aTCt1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2aTCt1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2aTCt1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2aTCt1X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2aTCt1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2aTCt1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2aTCt1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2aTCt1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2aTCt1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2aTCt1X .dropdown-item.active,
.cid-uZj2aTCt1X .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2aTCt1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2aTCt1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2aTCt1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2aTCt1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2aTCt1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2aTCt1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2aTCt1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2aTCt1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2aTCt1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2aTCt1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2aTCt1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2aTCt1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2aTCt1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2aTCt1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2aTCt1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2aTCt1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2aTCt1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2aTCt1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2aTCt1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2aTCt1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2aTCt1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2aTCt1X .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2aTCt1X .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2aTCt1X .navbar {
    height: 70px;
  }
  .cid-uZj2aTCt1X .navbar.opened {
    height: auto;
  }
  .cid-uZj2aTCt1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2aTCt1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2aTCt1X .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2aTCt1X .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2aTCt1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2aTCt1X .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2aTCt1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2aTCt1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2aTCt1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2aTCt1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2aTCt1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2aTCt1X .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2aTCt1X .content-wrap {
    display: block;
  }
}
.cid-uZj2aUgnr2 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2aUgnr2 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2aUgnr2 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2aUgnr2 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2aUgnr2 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2aUgnr2 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2aUgnr2 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2aUgnr2 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2aUgnr2 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2aUgnr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2aUgnr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2aUgnr2 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2aUgnr2 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2aUgnr2 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2aUgnr2 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2aUgnr2 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2aUgnr2 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2aUgnr2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2aUgnr2 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2aUgnr2 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2aUgnr2 .mbr-section-title {
  color: #323432;
}
.cid-uZj2aUgnr2 .mbr-text,
.cid-uZj2aUgnr2 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2aUgnr2 .mbr-section-title,
.cid-uZj2aUgnr2 .mbr-section-btn,
.cid-uZj2aUgnr2 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2aUHQaG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2aUHQaG .item:focus,
.cid-uZj2aUHQaG span:focus {
  outline: none;
}
.cid-uZj2aUHQaG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2aUHQaG .content-head {
  max-width: 800px;
}
.cid-uZj2aUHQaG .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2aUHQaG .item {
    min-height: 32.5px;
  }
}
.cid-uZj2aV4Kp8 {
  background-color: #eeeef4;
}
.cid-uZj2aV4Kp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2aV4Kp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2aV4Kp8 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2aV4Kp8 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2aV4Kp8 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2aV4Kp8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2aV4Kp8 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2aV4Kp8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2aV4Kp8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2aV4Kp8 .mbr-section-title {
  color: #181824;
}
.cid-uZj2aV4Kp8 .mbr-text,
.cid-uZj2aV4Kp8 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2aV4Kp8 .mbr-section-title,
.cid-uZj2aV4Kp8 .mbr-section-btn,
.cid-uZj2aV4Kp8 .icon-wrapper {
  text-align: center;
}
.cid-uZj2aV4Kp8 .mbr-section-title,
.cid-uZj2aV4Kp8 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2aVVQmi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2aVVQmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2aVVQmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2aVVQmi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2aVVQmi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2aVVQmi .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2aVVQmi .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2aVVQmi .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2aVVQmi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2aVVQmi .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2aVVQmi .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2aVVQmi .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2aVVQmi .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2aVVQmi .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2aVVQmi .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-title_1,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-title_2,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-text_1,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-text_2,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-price_1,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-price_2,
.cid-uZj2aVVQmi .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2aVVQmi .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2aVVQmi .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2aVVQmi .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2aVVQmi .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2aVVQmi .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2aVVQmi .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2aVVQmi .mbr-section-title,
.cid-uZj2aVVQmi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2aVVQmi .card-title_1 {
  color: #323432;
}
.cid-uZj2aVVQmi .card-text_1 {
  color: #323432;
}
.cid-uZj2aVVQmi .card-price_1 {
  color: #323432;
}
.cid-uZj2aVVQmi .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2aVVQmi .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2aVVQmi .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2aVVQmi .card-title_3 {
  color: #323432;
}
.cid-uZj2aVVQmi .card-text_3 {
  color: #323432;
}
.cid-uZj2aVVQmi .card-price_3 {
  color: #323432;
}
#custom-html-r {
  /* Type valid CSS here */
}
#custom-html-r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2dkzfZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2dkzfZf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2dkzfZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2dkzfZf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2dkzfZf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2dkzfZf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2dkzfZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2dkzfZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2dkzfZf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2dkzfZf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2dkzfZf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2dkzfZf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2dkzfZf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2dkzfZf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2dkzfZf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2dkzfZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2dkzfZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2dkzfZf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2dkzfZf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2dkzfZf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2dkzfZf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2dkzfZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2dkzfZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2dkzfZf .container,
.cid-uZj2dkzfZf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .container,
  .cid-uZj2dkzfZf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2dkzfZf .container,
  .cid-uZj2dkzfZf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2dkzfZf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2dkzfZf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2dkzfZf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2dkzfZf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2dkzfZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2dkzfZf .nav-item:focus,
.cid-uZj2dkzfZf .nav-link:focus {
  outline: none;
}
.cid-uZj2dkzfZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2dkzfZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2dkzfZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2dkzfZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2dkzfZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2dkzfZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2dkzfZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2dkzfZf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2dkzfZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2dkzfZf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2dkzfZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2dkzfZf .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2dkzfZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2dkzfZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2dkzfZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2dkzfZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2dkzfZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2dkzfZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2dkzfZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2dkzfZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2dkzfZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2dkzfZf .navbar {
    min-height: 72px;
  }
  .cid-uZj2dkzfZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2dkzfZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2dkzfZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2dkzfZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2dkzfZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2dkzfZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2dkzfZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2dkzfZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2dkzfZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2dkzfZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2dkzfZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2dkzfZf .dropdown-item.active,
.cid-uZj2dkzfZf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2dkzfZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2dkzfZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2dkzfZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2dkzfZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2dkzfZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2dkzfZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2dkzfZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2dkzfZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2dkzfZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2dkzfZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2dkzfZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2dkzfZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2dkzfZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2dkzfZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2dkzfZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2dkzfZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2dkzfZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2dkzfZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2dkzfZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2dkzfZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2dkzfZf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2dkzfZf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2dkzfZf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2dkzfZf .navbar {
    height: 70px;
  }
  .cid-uZj2dkzfZf .navbar.opened {
    height: auto;
  }
  .cid-uZj2dkzfZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2dkzfZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2dkzfZf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2dkzfZf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2dkzfZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2dkzfZf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2dkzfZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2dkzfZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2dkzfZf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2dkzfZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2dkzfZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2dkzfZf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2dkzfZf .content-wrap {
    display: block;
  }
}
.cid-uZj2dlgtr7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2dlgtr7 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2dlgtr7 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2dlgtr7 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2dlgtr7 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2dlgtr7 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2dlgtr7 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2dlgtr7 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2dlgtr7 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2dlgtr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2dlgtr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2dlgtr7 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2dlgtr7 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2dlgtr7 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2dlgtr7 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2dlgtr7 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2dlgtr7 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2dlgtr7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2dlgtr7 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2dlgtr7 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2dlgtr7 .mbr-section-title {
  color: #323432;
}
.cid-uZj2dlgtr7 .mbr-text,
.cid-uZj2dlgtr7 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2dlgtr7 .mbr-section-title,
.cid-uZj2dlgtr7 .mbr-section-btn,
.cid-uZj2dlgtr7 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2dlFg23 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2dlFg23 .item:focus,
.cid-uZj2dlFg23 span:focus {
  outline: none;
}
.cid-uZj2dlFg23 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2dlFg23 .content-head {
  max-width: 800px;
}
.cid-uZj2dlFg23 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2dlFg23 .item {
    min-height: 32.5px;
  }
}
.cid-uZj2dm3QHu {
  background-color: #eeeef4;
}
.cid-uZj2dm3QHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2dm3QHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2dm3QHu .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2dm3QHu .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2dm3QHu .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2dm3QHu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2dm3QHu .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2dm3QHu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2dm3QHu .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2dm3QHu .mbr-section-title {
  color: #181824;
}
.cid-uZj2dm3QHu .mbr-text,
.cid-uZj2dm3QHu .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2dm3QHu .mbr-section-title,
.cid-uZj2dm3QHu .mbr-section-btn,
.cid-uZj2dm3QHu .icon-wrapper {
  text-align: center;
}
.cid-uZj2dm3QHu .mbr-section-title,
.cid-uZj2dm3QHu .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2dmS8eI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2dmS8eI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2dmS8eI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2dmS8eI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2dmS8eI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2dmS8eI .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2dmS8eI .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2dmS8eI .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2dmS8eI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2dmS8eI .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2dmS8eI .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2dmS8eI .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2dmS8eI .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2dmS8eI .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2dmS8eI .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-title_1,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-title_2,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-text_1,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-text_2,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-price_1,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-price_2,
.cid-uZj2dmS8eI .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2dmS8eI .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2dmS8eI .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2dmS8eI .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2dmS8eI .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2dmS8eI .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2dmS8eI .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2dmS8eI .mbr-section-title,
.cid-uZj2dmS8eI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2dmS8eI .card-title_1 {
  color: #323432;
}
.cid-uZj2dmS8eI .card-text_1 {
  color: #323432;
}
.cid-uZj2dmS8eI .card-price_1 {
  color: #323432;
}
.cid-uZj2dmS8eI .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2dmS8eI .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2dmS8eI .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2dmS8eI .card-title_3 {
  color: #323432;
}
.cid-uZj2dmS8eI .card-text_3 {
  color: #323432;
}
.cid-uZj2dmS8eI .card-price_3 {
  color: #323432;
}
#custom-html-x {
  /* Type valid CSS here */
}
#custom-html-x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2gka34n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2gka34n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2gka34n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2gka34n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2gka34n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2gka34n .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2gka34n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2gka34n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2gka34n .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2gka34n .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2gka34n .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2gka34n .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2gka34n .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2gka34n .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2gka34n .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2gka34n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2gka34n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2gka34n .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2gka34n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2gka34n .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2gka34n .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2gka34n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2gka34n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2gka34n .container,
.cid-uZj2gka34n .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .container,
  .cid-uZj2gka34n .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2gka34n .container,
  .cid-uZj2gka34n .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2gka34n .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2gka34n .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2gka34n .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2gka34n .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2gka34n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2gka34n .nav-item:focus,
.cid-uZj2gka34n .nav-link:focus {
  outline: none;
}
.cid-uZj2gka34n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2gka34n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2gka34n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2gka34n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2gka34n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2gka34n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2gka34n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2gka34n .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2gka34n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2gka34n .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2gka34n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2gka34n .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2gka34n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2gka34n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2gka34n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2gka34n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2gka34n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2gka34n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2gka34n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2gka34n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2gka34n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2gka34n .navbar {
    min-height: 72px;
  }
  .cid-uZj2gka34n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2gka34n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2gka34n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2gka34n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2gka34n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2gka34n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2gka34n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2gka34n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2gka34n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2gka34n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2gka34n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2gka34n .dropdown-item.active,
.cid-uZj2gka34n .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2gka34n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2gka34n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2gka34n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2gka34n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2gka34n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2gka34n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2gka34n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2gka34n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2gka34n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2gka34n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2gka34n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2gka34n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2gka34n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2gka34n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2gka34n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2gka34n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2gka34n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2gka34n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2gka34n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2gka34n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2gka34n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2gka34n .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2gka34n .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2gka34n .navbar {
    height: 70px;
  }
  .cid-uZj2gka34n .navbar.opened {
    height: auto;
  }
  .cid-uZj2gka34n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2gka34n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2gka34n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2gka34n .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2gka34n .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2gka34n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2gka34n .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2gka34n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2gka34n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2gka34n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2gka34n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2gka34n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2gka34n .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2gka34n .content-wrap {
    display: block;
  }
}
.cid-uZj2gkGGWh {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2gkGGWh .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2gkGGWh .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2gkGGWh .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2gkGGWh .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2gkGGWh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2gkGGWh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2gkGGWh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2gkGGWh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2gkGGWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2gkGGWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2gkGGWh .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2gkGGWh .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2gkGGWh .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2gkGGWh .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2gkGGWh .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2gkGGWh .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2gkGGWh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2gkGGWh .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2gkGGWh .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2gkGGWh .mbr-section-title {
  color: #323432;
}
.cid-uZj2gkGGWh .mbr-text,
.cid-uZj2gkGGWh .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2gkGGWh .mbr-section-title,
.cid-uZj2gkGGWh .mbr-section-btn,
.cid-uZj2gkGGWh .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2gl5VOs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2gl5VOs .item:focus,
.cid-uZj2gl5VOs span:focus {
  outline: none;
}
.cid-uZj2gl5VOs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2gl5VOs .content-head {
  max-width: 800px;
}
.cid-uZj2gl5VOs .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2gl5VOs .item {
    min-height: 32.5px;
  }
}
.cid-uZj2gltud5 {
  background-color: #eeeef4;
}
.cid-uZj2gltud5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2gltud5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2gltud5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2gltud5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2gltud5 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2gltud5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2gltud5 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2gltud5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2gltud5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2gltud5 .mbr-section-title {
  color: #181824;
}
.cid-uZj2gltud5 .mbr-text,
.cid-uZj2gltud5 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2gltud5 .mbr-section-title,
.cid-uZj2gltud5 .mbr-section-btn,
.cid-uZj2gltud5 .icon-wrapper {
  text-align: center;
}
.cid-uZj2gltud5 .mbr-section-title,
.cid-uZj2gltud5 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2gmieoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2gmieoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2gmieoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2gmieoS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2gmieoS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2gmieoS .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2gmieoS .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2gmieoS .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2gmieoS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2gmieoS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2gmieoS .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2gmieoS .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2gmieoS .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2gmieoS .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2gmieoS .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-title_1,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-title_2,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-text_1,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-text_2,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-price_1,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-price_2,
.cid-uZj2gmieoS .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2gmieoS .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2gmieoS .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2gmieoS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2gmieoS .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2gmieoS .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2gmieoS .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2gmieoS .mbr-section-title,
.cid-uZj2gmieoS .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2gmieoS .card-title_1 {
  color: #323432;
}
.cid-uZj2gmieoS .card-text_1 {
  color: #323432;
}
.cid-uZj2gmieoS .card-price_1 {
  color: #323432;
}
.cid-uZj2gmieoS .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2gmieoS .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2gmieoS .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2gmieoS .card-title_3 {
  color: #323432;
}
.cid-uZj2gmieoS .card-text_3 {
  color: #323432;
}
.cid-uZj2gmieoS .card-price_3 {
  color: #323432;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-13 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2ieKVUi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2ieKVUi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2ieKVUi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2ieKVUi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2ieKVUi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2ieKVUi .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2ieKVUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2ieKVUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2ieKVUi .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2ieKVUi .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2ieKVUi .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2ieKVUi .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2ieKVUi .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2ieKVUi .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2ieKVUi .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2ieKVUi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2ieKVUi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2ieKVUi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2ieKVUi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2ieKVUi .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2ieKVUi .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ieKVUi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ieKVUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2ieKVUi .container,
.cid-uZj2ieKVUi .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .container,
  .cid-uZj2ieKVUi .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ieKVUi .container,
  .cid-uZj2ieKVUi .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2ieKVUi .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2ieKVUi .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2ieKVUi .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2ieKVUi .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2ieKVUi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2ieKVUi .nav-item:focus,
.cid-uZj2ieKVUi .nav-link:focus {
  outline: none;
}
.cid-uZj2ieKVUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ieKVUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2ieKVUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2ieKVUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ieKVUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2ieKVUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2ieKVUi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2ieKVUi .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2ieKVUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2ieKVUi .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2ieKVUi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2ieKVUi .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2ieKVUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2ieKVUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2ieKVUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2ieKVUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2ieKVUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2ieKVUi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2ieKVUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2ieKVUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2ieKVUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2ieKVUi .navbar {
    min-height: 72px;
  }
  .cid-uZj2ieKVUi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2ieKVUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2ieKVUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2ieKVUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2ieKVUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2ieKVUi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2ieKVUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2ieKVUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2ieKVUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2ieKVUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ieKVUi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2ieKVUi .dropdown-item.active,
.cid-uZj2ieKVUi .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2ieKVUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2ieKVUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2ieKVUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2ieKVUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2ieKVUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2ieKVUi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2ieKVUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2ieKVUi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2ieKVUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2ieKVUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2ieKVUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2ieKVUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ieKVUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ieKVUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2ieKVUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ieKVUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2ieKVUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2ieKVUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ieKVUi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2ieKVUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2ieKVUi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2ieKVUi .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2ieKVUi .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2ieKVUi .navbar {
    height: 70px;
  }
  .cid-uZj2ieKVUi .navbar.opened {
    height: auto;
  }
  .cid-uZj2ieKVUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2ieKVUi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2ieKVUi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2ieKVUi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2ieKVUi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2ieKVUi .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2ieKVUi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2ieKVUi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2ieKVUi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2ieKVUi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2ieKVUi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2ieKVUi .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2ieKVUi .content-wrap {
    display: block;
  }
}
.cid-uZj2ifwWoK {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2ifwWoK .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2ifwWoK .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2ifwWoK .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2ifwWoK .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2ifwWoK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2ifwWoK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2ifwWoK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2ifwWoK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2ifwWoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2ifwWoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2ifwWoK .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2ifwWoK .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2ifwWoK .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2ifwWoK .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2ifwWoK .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2ifwWoK .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ifwWoK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2ifwWoK .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2ifwWoK .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2ifwWoK .mbr-section-title {
  color: #323432;
}
.cid-uZj2ifwWoK .mbr-text,
.cid-uZj2ifwWoK .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2ifwWoK .mbr-section-title,
.cid-uZj2ifwWoK .mbr-section-btn,
.cid-uZj2ifwWoK .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2ifWRL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2ifWRL1 .item:focus,
.cid-uZj2ifWRL1 span:focus {
  outline: none;
}
.cid-uZj2ifWRL1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2ifWRL1 .content-head {
  max-width: 800px;
}
.cid-uZj2ifWRL1 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2ifWRL1 .item {
    min-height: 32.5px;
  }
}
.cid-uZj2igjkkJ {
  background-color: #eeeef4;
}
.cid-uZj2igjkkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2igjkkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2igjkkJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2igjkkJ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2igjkkJ .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2igjkkJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2igjkkJ .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2igjkkJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2igjkkJ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2igjkkJ .mbr-section-title {
  color: #181824;
}
.cid-uZj2igjkkJ .mbr-text,
.cid-uZj2igjkkJ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2igjkkJ .mbr-section-title,
.cid-uZj2igjkkJ .mbr-section-btn,
.cid-uZj2igjkkJ .icon-wrapper {
  text-align: center;
}
.cid-uZj2igjkkJ .mbr-section-title,
.cid-uZj2igjkkJ .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2ih8xCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2ih8xCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2ih8xCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2ih8xCU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2ih8xCU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2ih8xCU .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2ih8xCU .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2ih8xCU .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2ih8xCU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2ih8xCU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2ih8xCU .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2ih8xCU .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2ih8xCU .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2ih8xCU .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2ih8xCU .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-title_1,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-title_2,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-text_1,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-text_2,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-price_1,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-price_2,
.cid-uZj2ih8xCU .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2ih8xCU .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2ih8xCU .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2ih8xCU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2ih8xCU .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2ih8xCU .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2ih8xCU .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2ih8xCU .mbr-section-title,
.cid-uZj2ih8xCU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2ih8xCU .card-title_1 {
  color: #323432;
}
.cid-uZj2ih8xCU .card-text_1 {
  color: #323432;
}
.cid-uZj2ih8xCU .card-price_1 {
  color: #323432;
}
.cid-uZj2ih8xCU .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2ih8xCU .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2ih8xCU .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2ih8xCU .card-title_3 {
  color: #323432;
}
.cid-uZj2ih8xCU .card-text_3 {
  color: #323432;
}
.cid-uZj2ih8xCU .card-price_3 {
  color: #323432;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-19 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2k3LWXN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2k3LWXN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2k3LWXN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2k3LWXN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2k3LWXN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2k3LWXN .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2k3LWXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2k3LWXN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2k3LWXN .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2k3LWXN .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2k3LWXN .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2k3LWXN .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2k3LWXN .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2k3LWXN .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2k3LWXN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2k3LWXN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2k3LWXN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2k3LWXN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2k3LWXN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2k3LWXN .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2k3LWXN .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2k3LWXN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2k3LWXN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2k3LWXN .container,
.cid-uZj2k3LWXN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .container,
  .cid-uZj2k3LWXN .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2k3LWXN .container,
  .cid-uZj2k3LWXN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2k3LWXN .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2k3LWXN .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2k3LWXN .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2k3LWXN .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2k3LWXN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2k3LWXN .nav-item:focus,
.cid-uZj2k3LWXN .nav-link:focus {
  outline: none;
}
.cid-uZj2k3LWXN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2k3LWXN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2k3LWXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2k3LWXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2k3LWXN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2k3LWXN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2k3LWXN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2k3LWXN .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2k3LWXN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2k3LWXN .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2k3LWXN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2k3LWXN .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2k3LWXN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2k3LWXN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2k3LWXN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2k3LWXN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2k3LWXN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2k3LWXN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2k3LWXN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2k3LWXN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2k3LWXN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2k3LWXN .navbar {
    min-height: 72px;
  }
  .cid-uZj2k3LWXN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2k3LWXN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2k3LWXN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2k3LWXN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2k3LWXN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2k3LWXN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2k3LWXN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2k3LWXN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2k3LWXN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2k3LWXN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2k3LWXN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2k3LWXN .dropdown-item.active,
.cid-uZj2k3LWXN .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2k3LWXN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2k3LWXN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2k3LWXN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2k3LWXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2k3LWXN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2k3LWXN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2k3LWXN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2k3LWXN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2k3LWXN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2k3LWXN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2k3LWXN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2k3LWXN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2k3LWXN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2k3LWXN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2k3LWXN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2k3LWXN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2k3LWXN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2k3LWXN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2k3LWXN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2k3LWXN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2k3LWXN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2k3LWXN .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2k3LWXN .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2k3LWXN .navbar {
    height: 70px;
  }
  .cid-uZj2k3LWXN .navbar.opened {
    height: auto;
  }
  .cid-uZj2k3LWXN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2k3LWXN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2k3LWXN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2k3LWXN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2k3LWXN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2k3LWXN .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2k3LWXN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2k3LWXN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2k3LWXN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2k3LWXN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2k3LWXN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2k3LWXN .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2k3LWXN .content-wrap {
    display: block;
  }
}
.cid-uZj2k4u4JL {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2k4u4JL .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2k4u4JL .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2k4u4JL .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2k4u4JL .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2k4u4JL .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2k4u4JL .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2k4u4JL .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2k4u4JL .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2k4u4JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2k4u4JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2k4u4JL .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2k4u4JL .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2k4u4JL .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2k4u4JL .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2k4u4JL .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2k4u4JL .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2k4u4JL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2k4u4JL .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2k4u4JL .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2k4u4JL .mbr-section-title {
  color: #323432;
}
.cid-uZj2k4u4JL .mbr-text,
.cid-uZj2k4u4JL .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2k4u4JL .mbr-section-title,
.cid-uZj2k4u4JL .mbr-section-btn,
.cid-uZj2k4u4JL .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2k4TKyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2k4TKyJ .item:focus,
.cid-uZj2k4TKyJ span:focus {
  outline: none;
}
.cid-uZj2k4TKyJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2k4TKyJ .content-head {
  max-width: 800px;
}
.cid-uZj2k4TKyJ .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2k4TKyJ .item {
    min-height: 32.5px;
  }
}
.cid-uZj2k5h7xC {
  background-color: #eeeef4;
}
.cid-uZj2k5h7xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2k5h7xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2k5h7xC .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2k5h7xC .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2k5h7xC .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2k5h7xC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2k5h7xC .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2k5h7xC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2k5h7xC .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2k5h7xC .mbr-section-title {
  color: #181824;
}
.cid-uZj2k5h7xC .mbr-text,
.cid-uZj2k5h7xC .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2k5h7xC .mbr-section-title,
.cid-uZj2k5h7xC .mbr-section-btn,
.cid-uZj2k5h7xC .icon-wrapper {
  text-align: center;
}
.cid-uZj2k5h7xC .mbr-section-title,
.cid-uZj2k5h7xC .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2k66jIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2k66jIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2k66jIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2k66jIZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2k66jIZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2k66jIZ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2k66jIZ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2k66jIZ .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2k66jIZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2k66jIZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2k66jIZ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2k66jIZ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2k66jIZ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2k66jIZ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2k66jIZ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-title_1,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-title_2,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-text_1,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-text_2,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-price_1,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-price_2,
.cid-uZj2k66jIZ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2k66jIZ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2k66jIZ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2k66jIZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2k66jIZ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2k66jIZ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2k66jIZ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2k66jIZ .mbr-section-title,
.cid-uZj2k66jIZ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2k66jIZ .card-title_1 {
  color: #323432;
}
.cid-uZj2k66jIZ .card-text_1 {
  color: #323432;
}
.cid-uZj2k66jIZ .card-price_1 {
  color: #323432;
}
.cid-uZj2k66jIZ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2k66jIZ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2k66jIZ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2k66jIZ .card-title_3 {
  color: #323432;
}
.cid-uZj2k66jIZ .card-text_3 {
  color: #323432;
}
.cid-uZj2k66jIZ .card-price_3 {
  color: #323432;
}
#custom-html-1f {
  /* Type valid CSS here */
}
#custom-html-1f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-1f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2lLs9wf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2lLs9wf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2lLs9wf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2lLs9wf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2lLs9wf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2lLs9wf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2lLs9wf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2lLs9wf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2lLs9wf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2lLs9wf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2lLs9wf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2lLs9wf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2lLs9wf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2lLs9wf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2lLs9wf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2lLs9wf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2lLs9wf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2lLs9wf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2lLs9wf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2lLs9wf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2lLs9wf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2lLs9wf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2lLs9wf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2lLs9wf .container,
.cid-uZj2lLs9wf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .container,
  .cid-uZj2lLs9wf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2lLs9wf .container,
  .cid-uZj2lLs9wf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2lLs9wf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2lLs9wf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2lLs9wf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2lLs9wf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2lLs9wf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2lLs9wf .nav-item:focus,
.cid-uZj2lLs9wf .nav-link:focus {
  outline: none;
}
.cid-uZj2lLs9wf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2lLs9wf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2lLs9wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2lLs9wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2lLs9wf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2lLs9wf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2lLs9wf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2lLs9wf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2lLs9wf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2lLs9wf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2lLs9wf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2lLs9wf .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2lLs9wf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2lLs9wf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2lLs9wf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2lLs9wf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2lLs9wf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2lLs9wf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2lLs9wf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2lLs9wf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2lLs9wf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2lLs9wf .navbar {
    min-height: 72px;
  }
  .cid-uZj2lLs9wf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2lLs9wf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2lLs9wf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2lLs9wf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2lLs9wf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2lLs9wf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2lLs9wf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2lLs9wf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2lLs9wf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2lLs9wf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2lLs9wf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2lLs9wf .dropdown-item.active,
.cid-uZj2lLs9wf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2lLs9wf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2lLs9wf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2lLs9wf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2lLs9wf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2lLs9wf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2lLs9wf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2lLs9wf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2lLs9wf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2lLs9wf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2lLs9wf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2lLs9wf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2lLs9wf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2lLs9wf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2lLs9wf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2lLs9wf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2lLs9wf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2lLs9wf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2lLs9wf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2lLs9wf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2lLs9wf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2lLs9wf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2lLs9wf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2lLs9wf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2lLs9wf .navbar {
    height: 70px;
  }
  .cid-uZj2lLs9wf .navbar.opened {
    height: auto;
  }
  .cid-uZj2lLs9wf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2lLs9wf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2lLs9wf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2lLs9wf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2lLs9wf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2lLs9wf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2lLs9wf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2lLs9wf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2lLs9wf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2lLs9wf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2lLs9wf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2lLs9wf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2lLs9wf .content-wrap {
    display: block;
  }
}
.cid-uZj2lM8zZ6 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2lM8zZ6 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2lM8zZ6 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2lM8zZ6 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2lM8zZ6 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2lM8zZ6 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2lM8zZ6 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2lM8zZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2lM8zZ6 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2lM8zZ6 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2lM8zZ6 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2lM8zZ6 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2lM8zZ6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2lM8zZ6 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2lM8zZ6 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2lM8zZ6 .mbr-section-title {
  color: #323432;
}
.cid-uZj2lM8zZ6 .mbr-text,
.cid-uZj2lM8zZ6 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2lM8zZ6 .mbr-section-title,
.cid-uZj2lM8zZ6 .mbr-section-btn,
.cid-uZj2lM8zZ6 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2lMy4bB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2lMy4bB .item:focus,
.cid-uZj2lMy4bB span:focus {
  outline: none;
}
.cid-uZj2lMy4bB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2lMy4bB .content-head {
  max-width: 800px;
}
.cid-uZj2lMy4bB .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2lMy4bB .item {
    min-height: 32.5px;
  }
}
.cid-uZj2lMUY0Z {
  background-color: #eeeef4;
}
.cid-uZj2lMUY0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2lMUY0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2lMUY0Z .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2lMUY0Z .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2lMUY0Z .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2lMUY0Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2lMUY0Z .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2lMUY0Z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2lMUY0Z .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2lMUY0Z .mbr-section-title {
  color: #181824;
}
.cid-uZj2lMUY0Z .mbr-text,
.cid-uZj2lMUY0Z .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2lMUY0Z .mbr-section-title,
.cid-uZj2lMUY0Z .mbr-section-btn,
.cid-uZj2lMUY0Z .icon-wrapper {
  text-align: center;
}
.cid-uZj2lMUY0Z .mbr-section-title,
.cid-uZj2lMUY0Z .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2lNLoDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2lNLoDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2lNLoDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2lNLoDn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2lNLoDn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2lNLoDn .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2lNLoDn .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2lNLoDn .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2lNLoDn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2lNLoDn .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2lNLoDn .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2lNLoDn .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2lNLoDn .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2lNLoDn .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2lNLoDn .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-title_1,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-title_2,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-text_1,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-text_2,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-price_1,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-price_2,
.cid-uZj2lNLoDn .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2lNLoDn .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2lNLoDn .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2lNLoDn .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2lNLoDn .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2lNLoDn .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2lNLoDn .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2lNLoDn .mbr-section-title,
.cid-uZj2lNLoDn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2lNLoDn .card-title_1 {
  color: #323432;
}
.cid-uZj2lNLoDn .card-text_1 {
  color: #323432;
}
.cid-uZj2lNLoDn .card-price_1 {
  color: #323432;
}
.cid-uZj2lNLoDn .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2lNLoDn .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2lNLoDn .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2lNLoDn .card-title_3 {
  color: #323432;
}
.cid-uZj2lNLoDn .card-text_3 {
  color: #323432;
}
.cid-uZj2lNLoDn .card-price_3 {
  color: #323432;
}
#custom-html-1l {
  /* Type valid CSS here */
}
#custom-html-1l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-1l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2ob0pLT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2ob0pLT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2ob0pLT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2ob0pLT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2ob0pLT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2ob0pLT .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2ob0pLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2ob0pLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2ob0pLT .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2ob0pLT .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2ob0pLT .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2ob0pLT .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2ob0pLT .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2ob0pLT .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2ob0pLT .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2ob0pLT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2ob0pLT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2ob0pLT .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2ob0pLT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2ob0pLT .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2ob0pLT .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ob0pLT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ob0pLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2ob0pLT .container,
.cid-uZj2ob0pLT .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .container,
  .cid-uZj2ob0pLT .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ob0pLT .container,
  .cid-uZj2ob0pLT .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2ob0pLT .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2ob0pLT .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2ob0pLT .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2ob0pLT .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2ob0pLT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2ob0pLT .nav-item:focus,
.cid-uZj2ob0pLT .nav-link:focus {
  outline: none;
}
.cid-uZj2ob0pLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ob0pLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2ob0pLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2ob0pLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ob0pLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2ob0pLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2ob0pLT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2ob0pLT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2ob0pLT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2ob0pLT .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2ob0pLT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2ob0pLT .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2ob0pLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2ob0pLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2ob0pLT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2ob0pLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2ob0pLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2ob0pLT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2ob0pLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2ob0pLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2ob0pLT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2ob0pLT .navbar {
    min-height: 72px;
  }
  .cid-uZj2ob0pLT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2ob0pLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2ob0pLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2ob0pLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2ob0pLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2ob0pLT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2ob0pLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2ob0pLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2ob0pLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2ob0pLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ob0pLT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2ob0pLT .dropdown-item.active,
.cid-uZj2ob0pLT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2ob0pLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2ob0pLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2ob0pLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2ob0pLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2ob0pLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2ob0pLT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2ob0pLT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2ob0pLT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2ob0pLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2ob0pLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2ob0pLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2ob0pLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ob0pLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ob0pLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2ob0pLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ob0pLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2ob0pLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2ob0pLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ob0pLT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2ob0pLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2ob0pLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2ob0pLT .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2ob0pLT .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2ob0pLT .navbar {
    height: 70px;
  }
  .cid-uZj2ob0pLT .navbar.opened {
    height: auto;
  }
  .cid-uZj2ob0pLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2ob0pLT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2ob0pLT .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2ob0pLT .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2ob0pLT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2ob0pLT .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2ob0pLT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2ob0pLT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2ob0pLT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2ob0pLT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2ob0pLT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2ob0pLT .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2ob0pLT .content-wrap {
    display: block;
  }
}
.cid-uZj2obFr3x {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2obFr3x .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2obFr3x .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2obFr3x .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2obFr3x .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2obFr3x .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2obFr3x .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2obFr3x .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2obFr3x .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2obFr3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2obFr3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2obFr3x .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2obFr3x .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2obFr3x .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2obFr3x .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2obFr3x .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2obFr3x .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2obFr3x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2obFr3x .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2obFr3x .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2obFr3x .mbr-section-title {
  color: #323432;
}
.cid-uZj2obFr3x .mbr-text,
.cid-uZj2obFr3x .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2obFr3x .mbr-section-title,
.cid-uZj2obFr3x .mbr-section-btn,
.cid-uZj2obFr3x .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2oc5JcB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2oc5JcB .item:focus,
.cid-uZj2oc5JcB span:focus {
  outline: none;
}
.cid-uZj2oc5JcB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2oc5JcB .content-head {
  max-width: 800px;
}
.cid-uZj2oc5JcB .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2oc5JcB .item {
    min-height: 32.5px;
  }
}
.cid-uZj2octu5B {
  background-color: #eeeef4;
}
.cid-uZj2octu5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2octu5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2octu5B .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2octu5B .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2octu5B .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2octu5B .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2octu5B .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2octu5B .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2octu5B .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2octu5B .mbr-section-title {
  color: #181824;
}
.cid-uZj2octu5B .mbr-text,
.cid-uZj2octu5B .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2octu5B .mbr-section-title,
.cid-uZj2octu5B .mbr-section-btn,
.cid-uZj2octu5B .icon-wrapper {
  text-align: center;
}
.cid-uZj2octu5B .mbr-section-title,
.cid-uZj2octu5B .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2odiHHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2odiHHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2odiHHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2odiHHz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2odiHHz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2odiHHz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2odiHHz .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2odiHHz .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2odiHHz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2odiHHz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2odiHHz .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2odiHHz .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2odiHHz .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2odiHHz .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2odiHHz .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-title_1,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-title_2,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-text_1,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-text_2,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-price_1,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-price_2,
.cid-uZj2odiHHz .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2odiHHz .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2odiHHz .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2odiHHz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2odiHHz .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2odiHHz .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2odiHHz .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2odiHHz .mbr-section-title,
.cid-uZj2odiHHz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2odiHHz .card-title_1 {
  color: #323432;
}
.cid-uZj2odiHHz .card-text_1 {
  color: #323432;
}
.cid-uZj2odiHHz .card-price_1 {
  color: #323432;
}
.cid-uZj2odiHHz .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2odiHHz .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2odiHHz .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2odiHHz .card-title_3 {
  color: #323432;
}
.cid-uZj2odiHHz .card-text_3 {
  color: #323432;
}
.cid-uZj2odiHHz .card-price_3 {
  color: #323432;
}
#custom-html-1r {
  /* Type valid CSS here */
}
#custom-html-1r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-1r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2qdTeu8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2qdTeu8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2qdTeu8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2qdTeu8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2qdTeu8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2qdTeu8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2qdTeu8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2qdTeu8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2qdTeu8 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2qdTeu8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2qdTeu8 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2qdTeu8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2qdTeu8 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2qdTeu8 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2qdTeu8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2qdTeu8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2qdTeu8 .container,
.cid-uZj2qdTeu8 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .container,
  .cid-uZj2qdTeu8 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2qdTeu8 .container,
  .cid-uZj2qdTeu8 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2qdTeu8 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2qdTeu8 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2qdTeu8 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2qdTeu8 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2qdTeu8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2qdTeu8 .nav-item:focus,
.cid-uZj2qdTeu8 .nav-link:focus {
  outline: none;
}
.cid-uZj2qdTeu8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2qdTeu8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2qdTeu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2qdTeu8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2qdTeu8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2qdTeu8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2qdTeu8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2qdTeu8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2qdTeu8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2qdTeu8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2qdTeu8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2qdTeu8 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2qdTeu8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2qdTeu8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2qdTeu8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2qdTeu8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2qdTeu8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2qdTeu8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2qdTeu8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2qdTeu8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2qdTeu8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2qdTeu8 .navbar {
    min-height: 72px;
  }
  .cid-uZj2qdTeu8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2qdTeu8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2qdTeu8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2qdTeu8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2qdTeu8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2qdTeu8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2qdTeu8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2qdTeu8 .dropdown-item.active,
.cid-uZj2qdTeu8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2qdTeu8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2qdTeu8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2qdTeu8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2qdTeu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2qdTeu8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2qdTeu8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2qdTeu8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2qdTeu8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2qdTeu8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2qdTeu8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2qdTeu8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2qdTeu8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2qdTeu8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2qdTeu8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2qdTeu8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2qdTeu8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2qdTeu8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2qdTeu8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2qdTeu8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2qdTeu8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2qdTeu8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2qdTeu8 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2qdTeu8 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2qdTeu8 .navbar {
    height: 70px;
  }
  .cid-uZj2qdTeu8 .navbar.opened {
    height: auto;
  }
  .cid-uZj2qdTeu8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2qdTeu8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2qdTeu8 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2qdTeu8 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2qdTeu8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2qdTeu8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2qdTeu8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2qdTeu8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2qdTeu8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2qdTeu8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2qdTeu8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2qdTeu8 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2qdTeu8 .content-wrap {
    display: block;
  }
}
.cid-uZj2qep23k {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2qep23k .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2qep23k .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2qep23k .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2qep23k .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2qep23k .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2qep23k .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2qep23k .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2qep23k .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2qep23k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2qep23k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2qep23k .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2qep23k .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2qep23k .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2qep23k .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2qep23k .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2qep23k .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2qep23k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2qep23k .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2qep23k .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2qep23k .mbr-section-title {
  color: #323432;
}
.cid-uZj2qep23k .mbr-text,
.cid-uZj2qep23k .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2qep23k .mbr-section-title,
.cid-uZj2qep23k .mbr-section-btn,
.cid-uZj2qep23k .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2qeRlM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2qeRlM8 .item:focus,
.cid-uZj2qeRlM8 span:focus {
  outline: none;
}
.cid-uZj2qeRlM8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2qeRlM8 .content-head {
  max-width: 800px;
}
.cid-uZj2qeRlM8 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2qeRlM8 .item {
    min-height: 32.5px;
  }
}
.cid-uZj2qfd1Ig {
  background-color: #eeeef4;
}
.cid-uZj2qfd1Ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2qfd1Ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2qfd1Ig .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2qfd1Ig .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2qfd1Ig .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2qfd1Ig .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2qfd1Ig .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2qfd1Ig .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2qfd1Ig .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2qfd1Ig .mbr-section-title {
  color: #181824;
}
.cid-uZj2qfd1Ig .mbr-text,
.cid-uZj2qfd1Ig .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2qfd1Ig .mbr-section-title,
.cid-uZj2qfd1Ig .mbr-section-btn,
.cid-uZj2qfd1Ig .icon-wrapper {
  text-align: center;
}
.cid-uZj2qfd1Ig .mbr-section-title,
.cid-uZj2qfd1Ig .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2qg231E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2qg231E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2qg231E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2qg231E .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2qg231E .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2qg231E .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2qg231E .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2qg231E .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2qg231E .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2qg231E .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2qg231E .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2qg231E .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2qg231E .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2qg231E .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2qg231E .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2qg231E .item .item-wrapper .card-box .card-title_1,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-title_2,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2qg231E .item .item-wrapper .card-box .card-text_1,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-text_2,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2qg231E .item .item-wrapper .card-box .card-price_1,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-price_2,
.cid-uZj2qg231E .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2qg231E .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2qg231E .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2qg231E .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2qg231E .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2qg231E .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2qg231E .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2qg231E .mbr-section-title,
.cid-uZj2qg231E .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2qg231E .card-title_1 {
  color: #323432;
}
.cid-uZj2qg231E .card-text_1 {
  color: #323432;
}
.cid-uZj2qg231E .card-price_1 {
  color: #323432;
}
.cid-uZj2qg231E .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2qg231E .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2qg231E .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2qg231E .card-title_3 {
  color: #323432;
}
.cid-uZj2qg231E .card-text_3 {
  color: #323432;
}
.cid-uZj2qg231E .card-price_3 {
  color: #323432;
}
#custom-html-1x {
  /* Type valid CSS here */
}
#custom-html-1x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-1x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2s30iPW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2s30iPW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2s30iPW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2s30iPW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2s30iPW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2s30iPW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2s30iPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2s30iPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2s30iPW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2s30iPW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2s30iPW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2s30iPW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2s30iPW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2s30iPW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2s30iPW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2s30iPW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2s30iPW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2s30iPW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2s30iPW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2s30iPW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2s30iPW .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2s30iPW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2s30iPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2s30iPW .container,
.cid-uZj2s30iPW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .container,
  .cid-uZj2s30iPW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2s30iPW .container,
  .cid-uZj2s30iPW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2s30iPW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2s30iPW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2s30iPW .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2s30iPW .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2s30iPW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2s30iPW .nav-item:focus,
.cid-uZj2s30iPW .nav-link:focus {
  outline: none;
}
.cid-uZj2s30iPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2s30iPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2s30iPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2s30iPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2s30iPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2s30iPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2s30iPW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2s30iPW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2s30iPW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2s30iPW .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2s30iPW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2s30iPW .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2s30iPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2s30iPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2s30iPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2s30iPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2s30iPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2s30iPW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2s30iPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2s30iPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2s30iPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2s30iPW .navbar {
    min-height: 72px;
  }
  .cid-uZj2s30iPW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2s30iPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2s30iPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2s30iPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2s30iPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2s30iPW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2s30iPW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2s30iPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2s30iPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2s30iPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2s30iPW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2s30iPW .dropdown-item.active,
.cid-uZj2s30iPW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2s30iPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2s30iPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2s30iPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2s30iPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2s30iPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2s30iPW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2s30iPW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2s30iPW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2s30iPW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2s30iPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2s30iPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2s30iPW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2s30iPW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2s30iPW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2s30iPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2s30iPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2s30iPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2s30iPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2s30iPW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2s30iPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2s30iPW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2s30iPW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2s30iPW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2s30iPW .navbar {
    height: 70px;
  }
  .cid-uZj2s30iPW .navbar.opened {
    height: auto;
  }
  .cid-uZj2s30iPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2s30iPW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2s30iPW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2s30iPW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2s30iPW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2s30iPW .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2s30iPW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2s30iPW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2s30iPW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2s30iPW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2s30iPW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2s30iPW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2s30iPW .content-wrap {
    display: block;
  }
}
.cid-uZj2s3uiIi {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2s3uiIi .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2s3uiIi .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2s3uiIi .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2s3uiIi .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2s3uiIi .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2s3uiIi .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2s3uiIi .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2s3uiIi .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2s3uiIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2s3uiIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2s3uiIi .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2s3uiIi .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2s3uiIi .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2s3uiIi .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2s3uiIi .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2s3uiIi .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2s3uiIi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2s3uiIi .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2s3uiIi .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2s3uiIi .mbr-section-title {
  color: #323432;
}
.cid-uZj2s3uiIi .mbr-text,
.cid-uZj2s3uiIi .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2s3uiIi .mbr-section-title,
.cid-uZj2s3uiIi .mbr-section-btn,
.cid-uZj2s3uiIi .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2s3Unnq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2s3Unnq .item:focus,
.cid-uZj2s3Unnq span:focus {
  outline: none;
}
.cid-uZj2s3Unnq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2s3Unnq .content-head {
  max-width: 800px;
}
.cid-uZj2s3Unnq .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2s3Unnq .item {
    min-height: 32.5px;
  }
}
.cid-uZj2s4iQd7 {
  background-color: #eeeef4;
}
.cid-uZj2s4iQd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2s4iQd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2s4iQd7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2s4iQd7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2s4iQd7 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2s4iQd7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2s4iQd7 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2s4iQd7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2s4iQd7 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2s4iQd7 .mbr-section-title {
  color: #181824;
}
.cid-uZj2s4iQd7 .mbr-text,
.cid-uZj2s4iQd7 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2s4iQd7 .mbr-section-title,
.cid-uZj2s4iQd7 .mbr-section-btn,
.cid-uZj2s4iQd7 .icon-wrapper {
  text-align: center;
}
.cid-uZj2s4iQd7 .mbr-section-title,
.cid-uZj2s4iQd7 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2s57y2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2s57y2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2s57y2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2s57y2J .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2s57y2J .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2s57y2J .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2s57y2J .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2s57y2J .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2s57y2J .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2s57y2J .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2s57y2J .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2s57y2J .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2s57y2J .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2s57y2J .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2s57y2J .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-title_1,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-title_2,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-text_1,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-text_2,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-price_1,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-price_2,
.cid-uZj2s57y2J .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2s57y2J .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2s57y2J .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2s57y2J .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2s57y2J .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2s57y2J .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2s57y2J .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2s57y2J .mbr-section-title,
.cid-uZj2s57y2J .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2s57y2J .card-title_1 {
  color: #323432;
}
.cid-uZj2s57y2J .card-text_1 {
  color: #323432;
}
.cid-uZj2s57y2J .card-price_1 {
  color: #323432;
}
.cid-uZj2s57y2J .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2s57y2J .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2s57y2J .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2s57y2J .card-title_3 {
  color: #323432;
}
.cid-uZj2s57y2J .card-text_3 {
  color: #323432;
}
.cid-uZj2s57y2J .card-price_3 {
  color: #323432;
}
#custom-html-23 {
  /* Type valid CSS here */
}
#custom-html-23 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-23 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2u2MriQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2u2MriQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2u2MriQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2u2MriQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2u2MriQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2u2MriQ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2u2MriQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2u2MriQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2u2MriQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2u2MriQ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2u2MriQ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2u2MriQ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2u2MriQ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2u2MriQ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2u2MriQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2u2MriQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2u2MriQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2u2MriQ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2u2MriQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2u2MriQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2u2MriQ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2u2MriQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2u2MriQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2u2MriQ .container,
.cid-uZj2u2MriQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .container,
  .cid-uZj2u2MriQ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2u2MriQ .container,
  .cid-uZj2u2MriQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2u2MriQ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2u2MriQ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2u2MriQ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2u2MriQ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2u2MriQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2u2MriQ .nav-item:focus,
.cid-uZj2u2MriQ .nav-link:focus {
  outline: none;
}
.cid-uZj2u2MriQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2u2MriQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2u2MriQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2u2MriQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2u2MriQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2u2MriQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2u2MriQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2u2MriQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2u2MriQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2u2MriQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2u2MriQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2u2MriQ .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2u2MriQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2u2MriQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2u2MriQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2u2MriQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2u2MriQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2u2MriQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2u2MriQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2u2MriQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2u2MriQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2u2MriQ .navbar {
    min-height: 72px;
  }
  .cid-uZj2u2MriQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2u2MriQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2u2MriQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2u2MriQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2u2MriQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2u2MriQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2u2MriQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2u2MriQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2u2MriQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2u2MriQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2u2MriQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2u2MriQ .dropdown-item.active,
.cid-uZj2u2MriQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2u2MriQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2u2MriQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2u2MriQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2u2MriQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2u2MriQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2u2MriQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2u2MriQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2u2MriQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2u2MriQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2u2MriQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2u2MriQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2u2MriQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2u2MriQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2u2MriQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2u2MriQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2u2MriQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2u2MriQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2u2MriQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2u2MriQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2u2MriQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2u2MriQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2u2MriQ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2u2MriQ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2u2MriQ .navbar {
    height: 70px;
  }
  .cid-uZj2u2MriQ .navbar.opened {
    height: auto;
  }
  .cid-uZj2u2MriQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2u2MriQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2u2MriQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2u2MriQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2u2MriQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2u2MriQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2u2MriQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2u2MriQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2u2MriQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2u2MriQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2u2MriQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2u2MriQ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2u2MriQ .content-wrap {
    display: block;
  }
}
.cid-uZj2u3gIOx {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2u3gIOx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2u3gIOx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2u3gIOx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2u3gIOx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2u3gIOx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2u3gIOx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2u3gIOx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2u3gIOx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2u3gIOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2u3gIOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2u3gIOx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2u3gIOx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2u3gIOx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2u3gIOx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2u3gIOx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2u3gIOx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2u3gIOx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2u3gIOx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2u3gIOx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2u3gIOx .mbr-section-title {
  color: #323432;
}
.cid-uZj2u3gIOx .mbr-text,
.cid-uZj2u3gIOx .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2u3gIOx .mbr-section-title,
.cid-uZj2u3gIOx .mbr-section-btn,
.cid-uZj2u3gIOx .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2u3Eh3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2u3Eh3d .item:focus,
.cid-uZj2u3Eh3d span:focus {
  outline: none;
}
.cid-uZj2u3Eh3d .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2u3Eh3d .content-head {
  max-width: 800px;
}
.cid-uZj2u3Eh3d .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2u3Eh3d .item {
    min-height: 32.5px;
  }
}
.cid-uZj2u4393o {
  background-color: #eeeef4;
}
.cid-uZj2u4393o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2u4393o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2u4393o .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2u4393o .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2u4393o .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2u4393o .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2u4393o .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2u4393o .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2u4393o .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2u4393o .mbr-section-title {
  color: #181824;
}
.cid-uZj2u4393o .mbr-text,
.cid-uZj2u4393o .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2u4393o .mbr-section-title,
.cid-uZj2u4393o .mbr-section-btn,
.cid-uZj2u4393o .icon-wrapper {
  text-align: center;
}
.cid-uZj2u4393o .mbr-section-title,
.cid-uZj2u4393o .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2u4SGvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2u4SGvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2u4SGvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2u4SGvP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2u4SGvP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2u4SGvP .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2u4SGvP .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2u4SGvP .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2u4SGvP .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2u4SGvP .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2u4SGvP .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2u4SGvP .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2u4SGvP .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2u4SGvP .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2u4SGvP .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-title_1,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-title_2,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-text_1,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-text_2,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-price_1,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-price_2,
.cid-uZj2u4SGvP .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2u4SGvP .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2u4SGvP .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2u4SGvP .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2u4SGvP .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2u4SGvP .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2u4SGvP .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2u4SGvP .mbr-section-title,
.cid-uZj2u4SGvP .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2u4SGvP .card-title_1 {
  color: #323432;
}
.cid-uZj2u4SGvP .card-text_1 {
  color: #323432;
}
.cid-uZj2u4SGvP .card-price_1 {
  color: #323432;
}
.cid-uZj2u4SGvP .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2u4SGvP .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2u4SGvP .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2u4SGvP .card-title_3 {
  color: #323432;
}
.cid-uZj2u4SGvP .card-text_3 {
  color: #323432;
}
.cid-uZj2u4SGvP .card-price_3 {
  color: #323432;
}
#custom-html-29 {
  /* Type valid CSS here */
}
#custom-html-29 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-29 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2wh6VO3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2wh6VO3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2wh6VO3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2wh6VO3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2wh6VO3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2wh6VO3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2wh6VO3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2wh6VO3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2wh6VO3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2wh6VO3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2wh6VO3 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2wh6VO3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2wh6VO3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2wh6VO3 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2wh6VO3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2wh6VO3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2wh6VO3 .container,
.cid-uZj2wh6VO3 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .container,
  .cid-uZj2wh6VO3 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2wh6VO3 .container,
  .cid-uZj2wh6VO3 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2wh6VO3 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2wh6VO3 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2wh6VO3 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2wh6VO3 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2wh6VO3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2wh6VO3 .nav-item:focus,
.cid-uZj2wh6VO3 .nav-link:focus {
  outline: none;
}
.cid-uZj2wh6VO3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2wh6VO3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2wh6VO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2wh6VO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2wh6VO3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2wh6VO3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2wh6VO3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2wh6VO3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2wh6VO3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2wh6VO3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2wh6VO3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2wh6VO3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2wh6VO3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2wh6VO3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2wh6VO3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2wh6VO3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2wh6VO3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2wh6VO3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2wh6VO3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2wh6VO3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2wh6VO3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2wh6VO3 .navbar {
    min-height: 72px;
  }
  .cid-uZj2wh6VO3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2wh6VO3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2wh6VO3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2wh6VO3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2wh6VO3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2wh6VO3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2wh6VO3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2wh6VO3 .dropdown-item.active,
.cid-uZj2wh6VO3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2wh6VO3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2wh6VO3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2wh6VO3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2wh6VO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2wh6VO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2wh6VO3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2wh6VO3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2wh6VO3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2wh6VO3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2wh6VO3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2wh6VO3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2wh6VO3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2wh6VO3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2wh6VO3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2wh6VO3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2wh6VO3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2wh6VO3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2wh6VO3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2wh6VO3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2wh6VO3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2wh6VO3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2wh6VO3 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2wh6VO3 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2wh6VO3 .navbar {
    height: 70px;
  }
  .cid-uZj2wh6VO3 .navbar.opened {
    height: auto;
  }
  .cid-uZj2wh6VO3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2wh6VO3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2wh6VO3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2wh6VO3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2wh6VO3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2wh6VO3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2wh6VO3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2wh6VO3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2wh6VO3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2wh6VO3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2wh6VO3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2wh6VO3 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2wh6VO3 .content-wrap {
    display: block;
  }
}
.cid-uZj2wi2eQw {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2wi2eQw .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2wi2eQw .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2wi2eQw .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2wi2eQw .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2wi2eQw .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2wi2eQw .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2wi2eQw .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2wi2eQw .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2wi2eQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2wi2eQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2wi2eQw .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2wi2eQw .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2wi2eQw .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2wi2eQw .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2wi2eQw .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2wi2eQw .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2wi2eQw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2wi2eQw .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2wi2eQw .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2wi2eQw .mbr-section-title {
  color: #323432;
}
.cid-uZj2wi2eQw .mbr-text,
.cid-uZj2wi2eQw .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2wi2eQw .mbr-section-title,
.cid-uZj2wi2eQw .mbr-section-btn,
.cid-uZj2wi2eQw .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2wir7Zi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2wir7Zi .item:focus,
.cid-uZj2wir7Zi span:focus {
  outline: none;
}
.cid-uZj2wir7Zi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2wir7Zi .content-head {
  max-width: 800px;
}
.cid-uZj2wir7Zi .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2wir7Zi .item {
    min-height: 32.5px;
  }
}
.cid-uZj2wiPt67 {
  background-color: #eeeef4;
}
.cid-uZj2wiPt67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2wiPt67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2wiPt67 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2wiPt67 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2wiPt67 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2wiPt67 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2wiPt67 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2wiPt67 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2wiPt67 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2wiPt67 .mbr-section-title {
  color: #181824;
}
.cid-uZj2wiPt67 .mbr-text,
.cid-uZj2wiPt67 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2wiPt67 .mbr-section-title,
.cid-uZj2wiPt67 .mbr-section-btn,
.cid-uZj2wiPt67 .icon-wrapper {
  text-align: center;
}
.cid-uZj2wiPt67 .mbr-section-title,
.cid-uZj2wiPt67 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2wjGYYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2wjGYYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2wjGYYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2wjGYYx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2wjGYYx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2wjGYYx .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2wjGYYx .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2wjGYYx .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2wjGYYx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2wjGYYx .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2wjGYYx .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2wjGYYx .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2wjGYYx .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2wjGYYx .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2wjGYYx .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-title_1,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-title_2,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-text_1,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-text_2,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-price_1,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-price_2,
.cid-uZj2wjGYYx .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2wjGYYx .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2wjGYYx .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2wjGYYx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2wjGYYx .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2wjGYYx .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2wjGYYx .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2wjGYYx .mbr-section-title,
.cid-uZj2wjGYYx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2wjGYYx .card-title_1 {
  color: #323432;
}
.cid-uZj2wjGYYx .card-text_1 {
  color: #323432;
}
.cid-uZj2wjGYYx .card-price_1 {
  color: #323432;
}
.cid-uZj2wjGYYx .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2wjGYYx .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2wjGYYx .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2wjGYYx .card-title_3 {
  color: #323432;
}
.cid-uZj2wjGYYx .card-text_3 {
  color: #323432;
}
.cid-uZj2wjGYYx .card-price_3 {
  color: #323432;
}
#custom-html-2f {
  /* Type valid CSS here */
}
#custom-html-2f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-2f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2ybt8DA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2ybt8DA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2ybt8DA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2ybt8DA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2ybt8DA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2ybt8DA .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2ybt8DA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2ybt8DA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2ybt8DA .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2ybt8DA .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2ybt8DA .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2ybt8DA .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2ybt8DA .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2ybt8DA .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2ybt8DA .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2ybt8DA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2ybt8DA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2ybt8DA .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2ybt8DA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2ybt8DA .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2ybt8DA .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ybt8DA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ybt8DA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2ybt8DA .container,
.cid-uZj2ybt8DA .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .container,
  .cid-uZj2ybt8DA .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2ybt8DA .container,
  .cid-uZj2ybt8DA .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2ybt8DA .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2ybt8DA .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2ybt8DA .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2ybt8DA .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2ybt8DA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2ybt8DA .nav-item:focus,
.cid-uZj2ybt8DA .nav-link:focus {
  outline: none;
}
.cid-uZj2ybt8DA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ybt8DA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2ybt8DA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2ybt8DA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2ybt8DA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2ybt8DA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2ybt8DA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2ybt8DA .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2ybt8DA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2ybt8DA .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2ybt8DA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2ybt8DA .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2ybt8DA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2ybt8DA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2ybt8DA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2ybt8DA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2ybt8DA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2ybt8DA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2ybt8DA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2ybt8DA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2ybt8DA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2ybt8DA .navbar {
    min-height: 72px;
  }
  .cid-uZj2ybt8DA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2ybt8DA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2ybt8DA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2ybt8DA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2ybt8DA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2ybt8DA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2ybt8DA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2ybt8DA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2ybt8DA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2ybt8DA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2ybt8DA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2ybt8DA .dropdown-item.active,
.cid-uZj2ybt8DA .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2ybt8DA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2ybt8DA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2ybt8DA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2ybt8DA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2ybt8DA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2ybt8DA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2ybt8DA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2ybt8DA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2ybt8DA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2ybt8DA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2ybt8DA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2ybt8DA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ybt8DA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2ybt8DA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2ybt8DA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ybt8DA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2ybt8DA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2ybt8DA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2ybt8DA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2ybt8DA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2ybt8DA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2ybt8DA .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2ybt8DA .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2ybt8DA .navbar {
    height: 70px;
  }
  .cid-uZj2ybt8DA .navbar.opened {
    height: auto;
  }
  .cid-uZj2ybt8DA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2ybt8DA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2ybt8DA .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2ybt8DA .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2ybt8DA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2ybt8DA .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2ybt8DA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2ybt8DA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2ybt8DA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2ybt8DA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2ybt8DA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2ybt8DA .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2ybt8DA .content-wrap {
    display: block;
  }
}
.cid-uZj2ybYib1 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2ybYib1 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2ybYib1 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2ybYib1 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2ybYib1 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2ybYib1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2ybYib1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2ybYib1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2ybYib1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2ybYib1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2ybYib1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2ybYib1 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2ybYib1 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2ybYib1 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2ybYib1 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2ybYib1 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2ybYib1 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ybYib1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2ybYib1 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2ybYib1 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2ybYib1 .mbr-section-title {
  color: #323432;
}
.cid-uZj2ybYib1 .mbr-text,
.cid-uZj2ybYib1 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2ybYib1 .mbr-section-title,
.cid-uZj2ybYib1 .mbr-section-btn,
.cid-uZj2ybYib1 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2ycn3U1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2ycn3U1 .item:focus,
.cid-uZj2ycn3U1 span:focus {
  outline: none;
}
.cid-uZj2ycn3U1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2ycn3U1 .content-head {
  max-width: 800px;
}
.cid-uZj2ycn3U1 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2ycn3U1 .item {
    min-height: 32.5px;
  }
}
.cid-uZj2ycMpsG {
  background-color: #eeeef4;
}
.cid-uZj2ycMpsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2ycMpsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2ycMpsG .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2ycMpsG .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2ycMpsG .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2ycMpsG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2ycMpsG .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2ycMpsG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2ycMpsG .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2ycMpsG .mbr-section-title {
  color: #181824;
}
.cid-uZj2ycMpsG .mbr-text,
.cid-uZj2ycMpsG .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2ycMpsG .mbr-section-title,
.cid-uZj2ycMpsG .mbr-section-btn,
.cid-uZj2ycMpsG .icon-wrapper {
  text-align: center;
}
.cid-uZj2ycMpsG .mbr-section-title,
.cid-uZj2ycMpsG .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2ydENC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2ydENC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2ydENC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2ydENC3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2ydENC3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2ydENC3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2ydENC3 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2ydENC3 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2ydENC3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2ydENC3 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2ydENC3 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2ydENC3 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2ydENC3 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2ydENC3 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2ydENC3 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-title_1,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-title_2,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-text_1,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-text_2,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-price_1,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-price_2,
.cid-uZj2ydENC3 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2ydENC3 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2ydENC3 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2ydENC3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2ydENC3 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2ydENC3 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2ydENC3 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2ydENC3 .mbr-section-title,
.cid-uZj2ydENC3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2ydENC3 .card-title_1 {
  color: #323432;
}
.cid-uZj2ydENC3 .card-text_1 {
  color: #323432;
}
.cid-uZj2ydENC3 .card-price_1 {
  color: #323432;
}
.cid-uZj2ydENC3 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2ydENC3 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2ydENC3 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2ydENC3 .card-title_3 {
  color: #323432;
}
.cid-uZj2ydENC3 .card-text_3 {
  color: #323432;
}
.cid-uZj2ydENC3 .card-price_3 {
  color: #323432;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-2l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2AhoB9I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2AhoB9I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2AhoB9I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2AhoB9I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2AhoB9I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2AhoB9I .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2AhoB9I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2AhoB9I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2AhoB9I .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2AhoB9I .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2AhoB9I .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2AhoB9I .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2AhoB9I .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2AhoB9I .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2AhoB9I .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2AhoB9I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2AhoB9I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2AhoB9I .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2AhoB9I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2AhoB9I .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2AhoB9I .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2AhoB9I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2AhoB9I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2AhoB9I .container,
.cid-uZj2AhoB9I .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .container,
  .cid-uZj2AhoB9I .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2AhoB9I .container,
  .cid-uZj2AhoB9I .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2AhoB9I .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2AhoB9I .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2AhoB9I .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2AhoB9I .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2AhoB9I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2AhoB9I .nav-item:focus,
.cid-uZj2AhoB9I .nav-link:focus {
  outline: none;
}
.cid-uZj2AhoB9I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2AhoB9I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2AhoB9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2AhoB9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2AhoB9I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2AhoB9I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2AhoB9I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2AhoB9I .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2AhoB9I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2AhoB9I .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2AhoB9I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2AhoB9I .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2AhoB9I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2AhoB9I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2AhoB9I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2AhoB9I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2AhoB9I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2AhoB9I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2AhoB9I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2AhoB9I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2AhoB9I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2AhoB9I .navbar {
    min-height: 72px;
  }
  .cid-uZj2AhoB9I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2AhoB9I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2AhoB9I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2AhoB9I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2AhoB9I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2AhoB9I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2AhoB9I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2AhoB9I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2AhoB9I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2AhoB9I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2AhoB9I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2AhoB9I .dropdown-item.active,
.cid-uZj2AhoB9I .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2AhoB9I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2AhoB9I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2AhoB9I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2AhoB9I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2AhoB9I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2AhoB9I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2AhoB9I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2AhoB9I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2AhoB9I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2AhoB9I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2AhoB9I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2AhoB9I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2AhoB9I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2AhoB9I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2AhoB9I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2AhoB9I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2AhoB9I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2AhoB9I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2AhoB9I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2AhoB9I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2AhoB9I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2AhoB9I .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2AhoB9I .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2AhoB9I .navbar {
    height: 70px;
  }
  .cid-uZj2AhoB9I .navbar.opened {
    height: auto;
  }
  .cid-uZj2AhoB9I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2AhoB9I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2AhoB9I .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2AhoB9I .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2AhoB9I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2AhoB9I .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2AhoB9I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2AhoB9I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2AhoB9I .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2AhoB9I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2AhoB9I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2AhoB9I .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2AhoB9I .content-wrap {
    display: block;
  }
}
.cid-uZj2AhSdrY {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2AhSdrY .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2AhSdrY .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2AhSdrY .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2AhSdrY .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2AhSdrY .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2AhSdrY .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2AhSdrY .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2AhSdrY .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2AhSdrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2AhSdrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2AhSdrY .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2AhSdrY .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2AhSdrY .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2AhSdrY .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2AhSdrY .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2AhSdrY .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2AhSdrY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2AhSdrY .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2AhSdrY .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2AhSdrY .mbr-section-title {
  color: #323432;
}
.cid-uZj2AhSdrY .mbr-text,
.cid-uZj2AhSdrY .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2AhSdrY .mbr-section-title,
.cid-uZj2AhSdrY .mbr-section-btn,
.cid-uZj2AhSdrY .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2Aiimjs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2Aiimjs .item:focus,
.cid-uZj2Aiimjs span:focus {
  outline: none;
}
.cid-uZj2Aiimjs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2Aiimjs .content-head {
  max-width: 800px;
}
.cid-uZj2Aiimjs .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2Aiimjs .item {
    min-height: 32.5px;
  }
}
.cid-uZj2AiHcnn {
  background-color: #eeeef4;
}
.cid-uZj2AiHcnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2AiHcnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2AiHcnn .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2AiHcnn .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2AiHcnn .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2AiHcnn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2AiHcnn .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2AiHcnn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2AiHcnn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2AiHcnn .mbr-section-title {
  color: #181824;
}
.cid-uZj2AiHcnn .mbr-text,
.cid-uZj2AiHcnn .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2AiHcnn .mbr-section-title,
.cid-uZj2AiHcnn .mbr-section-btn,
.cid-uZj2AiHcnn .icon-wrapper {
  text-align: center;
}
.cid-uZj2AiHcnn .mbr-section-title,
.cid-uZj2AiHcnn .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2AjwIo6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2AjwIo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2AjwIo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2AjwIo6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2AjwIo6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2AjwIo6 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2AjwIo6 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2AjwIo6 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2AjwIo6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2AjwIo6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2AjwIo6 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2AjwIo6 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2AjwIo6 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-title_1,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-title_2,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-text_1,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-text_2,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-price_1,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-price_2,
.cid-uZj2AjwIo6 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2AjwIo6 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2AjwIo6 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2AjwIo6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2AjwIo6 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2AjwIo6 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2AjwIo6 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2AjwIo6 .mbr-section-title,
.cid-uZj2AjwIo6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2AjwIo6 .card-title_1 {
  color: #323432;
}
.cid-uZj2AjwIo6 .card-text_1 {
  color: #323432;
}
.cid-uZj2AjwIo6 .card-price_1 {
  color: #323432;
}
.cid-uZj2AjwIo6 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2AjwIo6 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2AjwIo6 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2AjwIo6 .card-title_3 {
  color: #323432;
}
.cid-uZj2AjwIo6 .card-text_3 {
  color: #323432;
}
.cid-uZj2AjwIo6 .card-price_3 {
  color: #323432;
}
#custom-html-2r {
  /* Type valid CSS here */
}
#custom-html-2r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-2r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2Csv829 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2Csv829 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2Csv829 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2Csv829 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2Csv829 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2Csv829 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2Csv829 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2Csv829 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2Csv829 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2Csv829 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2Csv829 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2Csv829 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2Csv829 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2Csv829 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2Csv829 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2Csv829 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2Csv829 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2Csv829 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2Csv829 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2Csv829 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2Csv829 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2Csv829 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2Csv829 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2Csv829 .container,
.cid-uZj2Csv829 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .container,
  .cid-uZj2Csv829 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2Csv829 .container,
  .cid-uZj2Csv829 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2Csv829 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2Csv829 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2Csv829 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2Csv829 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2Csv829 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2Csv829 .nav-item:focus,
.cid-uZj2Csv829 .nav-link:focus {
  outline: none;
}
.cid-uZj2Csv829 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2Csv829 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2Csv829 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2Csv829 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2Csv829 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2Csv829 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2Csv829 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2Csv829 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2Csv829 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2Csv829 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2Csv829 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2Csv829 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2Csv829 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2Csv829 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2Csv829 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2Csv829 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2Csv829 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2Csv829 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2Csv829 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2Csv829 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2Csv829 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2Csv829 .navbar {
    min-height: 72px;
  }
  .cid-uZj2Csv829 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2Csv829 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2Csv829 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2Csv829 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2Csv829 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2Csv829 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2Csv829 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2Csv829 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2Csv829 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2Csv829 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2Csv829 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2Csv829 .dropdown-item.active,
.cid-uZj2Csv829 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2Csv829 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2Csv829 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2Csv829 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2Csv829 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2Csv829 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2Csv829 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2Csv829 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2Csv829 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2Csv829 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2Csv829 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2Csv829 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2Csv829 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2Csv829 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2Csv829 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2Csv829 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2Csv829 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2Csv829 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2Csv829 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2Csv829 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2Csv829 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2Csv829 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2Csv829 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2Csv829 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2Csv829 .navbar {
    height: 70px;
  }
  .cid-uZj2Csv829 .navbar.opened {
    height: auto;
  }
  .cid-uZj2Csv829 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2Csv829 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2Csv829 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2Csv829 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2Csv829 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2Csv829 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2Csv829 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2Csv829 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2Csv829 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2Csv829 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2Csv829 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2Csv829 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2Csv829 .content-wrap {
    display: block;
  }
}
.cid-uZj2CsZwlj {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2CsZwlj .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2CsZwlj .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2CsZwlj .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2CsZwlj .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2CsZwlj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2CsZwlj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2CsZwlj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2CsZwlj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2CsZwlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2CsZwlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2CsZwlj .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2CsZwlj .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2CsZwlj .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2CsZwlj .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2CsZwlj .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2CsZwlj .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2CsZwlj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2CsZwlj .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2CsZwlj .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2CsZwlj .mbr-section-title {
  color: #323432;
}
.cid-uZj2CsZwlj .mbr-text,
.cid-uZj2CsZwlj .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2CsZwlj .mbr-section-title,
.cid-uZj2CsZwlj .mbr-section-btn,
.cid-uZj2CsZwlj .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2CtnOyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2CtnOyJ .item:focus,
.cid-uZj2CtnOyJ span:focus {
  outline: none;
}
.cid-uZj2CtnOyJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2CtnOyJ .content-head {
  max-width: 800px;
}
.cid-uZj2CtnOyJ .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2CtnOyJ .item {
    min-height: 32.5px;
  }
}
.cid-uZj2CtMAQc {
  background-color: #eeeef4;
}
.cid-uZj2CtMAQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2CtMAQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2CtMAQc .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2CtMAQc .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2CtMAQc .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2CtMAQc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2CtMAQc .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2CtMAQc .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2CtMAQc .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2CtMAQc .mbr-section-title {
  color: #181824;
}
.cid-uZj2CtMAQc .mbr-text,
.cid-uZj2CtMAQc .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2CtMAQc .mbr-section-title,
.cid-uZj2CtMAQc .mbr-section-btn,
.cid-uZj2CtMAQc .icon-wrapper {
  text-align: center;
}
.cid-uZj2CtMAQc .mbr-section-title,
.cid-uZj2CtMAQc .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2CuCIvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2CuCIvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2CuCIvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2CuCIvV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2CuCIvV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2CuCIvV .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2CuCIvV .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2CuCIvV .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2CuCIvV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2CuCIvV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2CuCIvV .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2CuCIvV .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2CuCIvV .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2CuCIvV .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2CuCIvV .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-title_1,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-title_2,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-text_1,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-text_2,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-price_1,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-price_2,
.cid-uZj2CuCIvV .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2CuCIvV .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2CuCIvV .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2CuCIvV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2CuCIvV .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2CuCIvV .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2CuCIvV .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2CuCIvV .mbr-section-title,
.cid-uZj2CuCIvV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2CuCIvV .card-title_1 {
  color: #323432;
}
.cid-uZj2CuCIvV .card-text_1 {
  color: #323432;
}
.cid-uZj2CuCIvV .card-price_1 {
  color: #323432;
}
.cid-uZj2CuCIvV .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2CuCIvV .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2CuCIvV .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2CuCIvV .card-title_3 {
  color: #323432;
}
.cid-uZj2CuCIvV .card-text_3 {
  color: #323432;
}
.cid-uZj2CuCIvV .card-price_3 {
  color: #323432;
}
#custom-html-2x {
  /* Type valid CSS here */
}
#custom-html-2x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-2x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2Emy46s {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2Emy46s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2Emy46s .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2Emy46s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2Emy46s .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2Emy46s .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2Emy46s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2Emy46s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2Emy46s .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2Emy46s .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2Emy46s .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2Emy46s .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2Emy46s .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2Emy46s .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2Emy46s .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2Emy46s .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2Emy46s .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2Emy46s .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2Emy46s .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2Emy46s .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2Emy46s .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2Emy46s .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2Emy46s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2Emy46s .container,
.cid-uZj2Emy46s .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .container,
  .cid-uZj2Emy46s .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2Emy46s .container,
  .cid-uZj2Emy46s .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2Emy46s .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2Emy46s .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2Emy46s .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2Emy46s .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2Emy46s .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2Emy46s .nav-item:focus,
.cid-uZj2Emy46s .nav-link:focus {
  outline: none;
}
.cid-uZj2Emy46s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2Emy46s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2Emy46s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2Emy46s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2Emy46s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2Emy46s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2Emy46s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2Emy46s .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2Emy46s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2Emy46s .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2Emy46s .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2Emy46s .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2Emy46s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2Emy46s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2Emy46s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2Emy46s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2Emy46s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2Emy46s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2Emy46s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2Emy46s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2Emy46s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2Emy46s .navbar {
    min-height: 72px;
  }
  .cid-uZj2Emy46s .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2Emy46s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2Emy46s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2Emy46s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2Emy46s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2Emy46s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2Emy46s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2Emy46s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2Emy46s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2Emy46s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2Emy46s .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2Emy46s .dropdown-item.active,
.cid-uZj2Emy46s .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2Emy46s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2Emy46s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2Emy46s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2Emy46s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2Emy46s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2Emy46s .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2Emy46s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2Emy46s .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2Emy46s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2Emy46s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2Emy46s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2Emy46s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2Emy46s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2Emy46s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2Emy46s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2Emy46s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2Emy46s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2Emy46s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2Emy46s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2Emy46s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2Emy46s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2Emy46s .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2Emy46s .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2Emy46s .navbar {
    height: 70px;
  }
  .cid-uZj2Emy46s .navbar.opened {
    height: auto;
  }
  .cid-uZj2Emy46s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2Emy46s .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2Emy46s .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2Emy46s .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2Emy46s .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2Emy46s .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2Emy46s .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2Emy46s .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2Emy46s .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2Emy46s .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2Emy46s .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2Emy46s .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2Emy46s .content-wrap {
    display: block;
  }
}
.cid-uZj2En3vl1 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2En3vl1 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2En3vl1 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2En3vl1 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2En3vl1 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2En3vl1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2En3vl1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2En3vl1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2En3vl1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2En3vl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2En3vl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2En3vl1 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2En3vl1 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2En3vl1 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2En3vl1 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2En3vl1 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2En3vl1 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2En3vl1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2En3vl1 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2En3vl1 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2En3vl1 .mbr-section-title {
  color: #323432;
}
.cid-uZj2En3vl1 .mbr-text,
.cid-uZj2En3vl1 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2En3vl1 .mbr-section-title,
.cid-uZj2En3vl1 .mbr-section-btn,
.cid-uZj2En3vl1 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2Enrtcb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2Enrtcb .item:focus,
.cid-uZj2Enrtcb span:focus {
  outline: none;
}
.cid-uZj2Enrtcb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2Enrtcb .content-head {
  max-width: 800px;
}
.cid-uZj2Enrtcb .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2Enrtcb .item {
    min-height: 32.5px;
  }
}
.cid-uZj2EnPlHC {
  background-color: #eeeef4;
}
.cid-uZj2EnPlHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2EnPlHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2EnPlHC .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2EnPlHC .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2EnPlHC .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2EnPlHC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2EnPlHC .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2EnPlHC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2EnPlHC .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2EnPlHC .mbr-section-title {
  color: #181824;
}
.cid-uZj2EnPlHC .mbr-text,
.cid-uZj2EnPlHC .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2EnPlHC .mbr-section-title,
.cid-uZj2EnPlHC .mbr-section-btn,
.cid-uZj2EnPlHC .icon-wrapper {
  text-align: center;
}
.cid-uZj2EnPlHC .mbr-section-title,
.cid-uZj2EnPlHC .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2EoECA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2EoECA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2EoECA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2EoECA3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2EoECA3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2EoECA3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2EoECA3 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2EoECA3 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2EoECA3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2EoECA3 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2EoECA3 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2EoECA3 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2EoECA3 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2EoECA3 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2EoECA3 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-title_1,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-title_2,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-text_1,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-text_2,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-price_1,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-price_2,
.cid-uZj2EoECA3 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2EoECA3 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2EoECA3 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2EoECA3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2EoECA3 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2EoECA3 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2EoECA3 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2EoECA3 .mbr-section-title,
.cid-uZj2EoECA3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2EoECA3 .card-title_1 {
  color: #323432;
}
.cid-uZj2EoECA3 .card-text_1 {
  color: #323432;
}
.cid-uZj2EoECA3 .card-price_1 {
  color: #323432;
}
.cid-uZj2EoECA3 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2EoECA3 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2EoECA3 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2EoECA3 .card-title_3 {
  color: #323432;
}
.cid-uZj2EoECA3 .card-text_3 {
  color: #323432;
}
.cid-uZj2EoECA3 .card-price_3 {
  color: #323432;
}
#custom-html-33 {
  /* Type valid CSS here */
}
#custom-html-33 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-33 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj2GRVm1N {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj2GRVm1N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj2GRVm1N .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj2GRVm1N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj2GRVm1N .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj2GRVm1N .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj2GRVm1N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj2GRVm1N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj2GRVm1N .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj2GRVm1N .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj2GRVm1N .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj2GRVm1N .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj2GRVm1N .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj2GRVm1N .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj2GRVm1N .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj2GRVm1N .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj2GRVm1N .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj2GRVm1N .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj2GRVm1N .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj2GRVm1N .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj2GRVm1N .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2GRVm1N .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2GRVm1N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj2GRVm1N .container,
.cid-uZj2GRVm1N .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .container,
  .cid-uZj2GRVm1N .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj2GRVm1N .container,
  .cid-uZj2GRVm1N .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj2GRVm1N .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj2GRVm1N .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj2GRVm1N .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj2GRVm1N .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj2GRVm1N .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj2GRVm1N .nav-item:focus,
.cid-uZj2GRVm1N .nav-link:focus {
  outline: none;
}
.cid-uZj2GRVm1N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj2GRVm1N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj2GRVm1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj2GRVm1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj2GRVm1N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj2GRVm1N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj2GRVm1N .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj2GRVm1N .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj2GRVm1N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj2GRVm1N .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj2GRVm1N .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj2GRVm1N .navbar.collapsed {
  justify-content: center;
}
.cid-uZj2GRVm1N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj2GRVm1N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj2GRVm1N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj2GRVm1N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj2GRVm1N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj2GRVm1N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj2GRVm1N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj2GRVm1N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj2GRVm1N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj2GRVm1N .navbar {
    min-height: 72px;
  }
  .cid-uZj2GRVm1N .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj2GRVm1N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj2GRVm1N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj2GRVm1N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj2GRVm1N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj2GRVm1N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj2GRVm1N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj2GRVm1N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj2GRVm1N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj2GRVm1N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj2GRVm1N .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj2GRVm1N .dropdown-item.active,
.cid-uZj2GRVm1N .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj2GRVm1N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj2GRVm1N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj2GRVm1N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj2GRVm1N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj2GRVm1N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj2GRVm1N .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj2GRVm1N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj2GRVm1N .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj2GRVm1N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj2GRVm1N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj2GRVm1N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj2GRVm1N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2GRVm1N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj2GRVm1N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj2GRVm1N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2GRVm1N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj2GRVm1N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj2GRVm1N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj2GRVm1N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj2GRVm1N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj2GRVm1N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj2GRVm1N .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj2GRVm1N .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj2GRVm1N .navbar {
    height: 70px;
  }
  .cid-uZj2GRVm1N .navbar.opened {
    height: auto;
  }
  .cid-uZj2GRVm1N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj2GRVm1N .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj2GRVm1N .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj2GRVm1N .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj2GRVm1N .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj2GRVm1N .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj2GRVm1N .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj2GRVm1N .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj2GRVm1N .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj2GRVm1N .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj2GRVm1N .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj2GRVm1N .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj2GRVm1N .content-wrap {
    display: block;
  }
}
.cid-uZj2GSqYlh {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj2GSqYlh .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj2GSqYlh .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj2GSqYlh .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj2GSqYlh .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj2GSqYlh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj2GSqYlh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj2GSqYlh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj2GSqYlh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj2GSqYlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2GSqYlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2GSqYlh .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj2GSqYlh .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj2GSqYlh .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj2GSqYlh .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj2GSqYlh .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj2GSqYlh .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2GSqYlh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj2GSqYlh .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj2GSqYlh .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj2GSqYlh .mbr-section-title {
  color: #323432;
}
.cid-uZj2GSqYlh .mbr-text,
.cid-uZj2GSqYlh .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2GSqYlh .mbr-section-title,
.cid-uZj2GSqYlh .mbr-section-btn,
.cid-uZj2GSqYlh .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj2GSRzjk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj2GSRzjk .item:focus,
.cid-uZj2GSRzjk span:focus {
  outline: none;
}
.cid-uZj2GSRzjk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj2GSRzjk .content-head {
  max-width: 800px;
}
.cid-uZj2GSRzjk .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj2GSRzjk .item {
    min-height: 32.5px;
  }
}
.cid-uZj2GTffKH {
  background-color: #eeeef4;
}
.cid-uZj2GTffKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2GTffKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2GTffKH .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj2GTffKH .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj2GTffKH .content-wrapper {
    width: 100%;
  }
}
.cid-uZj2GTffKH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj2GTffKH .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj2GTffKH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj2GTffKH .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj2GTffKH .mbr-section-title {
  color: #181824;
}
.cid-uZj2GTffKH .mbr-text,
.cid-uZj2GTffKH .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj2GTffKH .mbr-section-title,
.cid-uZj2GTffKH .mbr-section-btn,
.cid-uZj2GTffKH .icon-wrapper {
  text-align: center;
}
.cid-uZj2GTffKH .mbr-section-title,
.cid-uZj2GTffKH .mbr-section-btn {
  text-align: justify;
}
.cid-uZj2GU5zzQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj2GU5zzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj2GU5zzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj2GU5zzQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2GU5zzQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj2GU5zzQ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj2GU5zzQ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj2GU5zzQ .item {
    margin-bottom: 20px;
  }
}
.cid-uZj2GU5zzQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj2GU5zzQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj2GU5zzQ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj2GU5zzQ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj2GU5zzQ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-title_1,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-title_2,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-text_1,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-text_2,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-price_1,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-price_2,
.cid-uZj2GU5zzQ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj2GU5zzQ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj2GU5zzQ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj2GU5zzQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj2GU5zzQ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj2GU5zzQ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj2GU5zzQ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj2GU5zzQ .mbr-section-title,
.cid-uZj2GU5zzQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj2GU5zzQ .card-title_1 {
  color: #323432;
}
.cid-uZj2GU5zzQ .card-text_1 {
  color: #323432;
}
.cid-uZj2GU5zzQ .card-price_1 {
  color: #323432;
}
.cid-uZj2GU5zzQ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj2GU5zzQ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj2GU5zzQ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj2GU5zzQ .card-title_3 {
  color: #323432;
}
.cid-uZj2GU5zzQ .card-text_3 {
  color: #323432;
}
.cid-uZj2GU5zzQ .card-price_3 {
  color: #323432;
}
#custom-html-39 {
  /* Type valid CSS here */
}
#custom-html-39 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-39 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj36o0NjE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj36o0NjE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj36o0NjE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj36o0NjE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj36o0NjE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj36o0NjE .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj36o0NjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj36o0NjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj36o0NjE .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj36o0NjE .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj36o0NjE .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj36o0NjE .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj36o0NjE .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj36o0NjE .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj36o0NjE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj36o0NjE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj36o0NjE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj36o0NjE .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj36o0NjE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj36o0NjE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj36o0NjE .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj36o0NjE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj36o0NjE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj36o0NjE .container,
.cid-uZj36o0NjE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .container,
  .cid-uZj36o0NjE .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj36o0NjE .container,
  .cid-uZj36o0NjE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj36o0NjE .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj36o0NjE .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj36o0NjE .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj36o0NjE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj36o0NjE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj36o0NjE .nav-item:focus,
.cid-uZj36o0NjE .nav-link:focus {
  outline: none;
}
.cid-uZj36o0NjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj36o0NjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj36o0NjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj36o0NjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj36o0NjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj36o0NjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj36o0NjE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj36o0NjE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj36o0NjE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj36o0NjE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj36o0NjE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj36o0NjE .navbar.collapsed {
  justify-content: center;
}
.cid-uZj36o0NjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj36o0NjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj36o0NjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj36o0NjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj36o0NjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj36o0NjE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj36o0NjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj36o0NjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj36o0NjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj36o0NjE .navbar {
    min-height: 72px;
  }
  .cid-uZj36o0NjE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj36o0NjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj36o0NjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj36o0NjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj36o0NjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj36o0NjE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj36o0NjE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj36o0NjE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj36o0NjE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj36o0NjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj36o0NjE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj36o0NjE .dropdown-item.active,
.cid-uZj36o0NjE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj36o0NjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj36o0NjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj36o0NjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj36o0NjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj36o0NjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj36o0NjE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj36o0NjE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj36o0NjE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj36o0NjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj36o0NjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj36o0NjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj36o0NjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj36o0NjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj36o0NjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj36o0NjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj36o0NjE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj36o0NjE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj36o0NjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj36o0NjE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj36o0NjE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj36o0NjE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj36o0NjE .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj36o0NjE .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj36o0NjE .navbar {
    height: 70px;
  }
  .cid-uZj36o0NjE .navbar.opened {
    height: auto;
  }
  .cid-uZj36o0NjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj36o0NjE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj36o0NjE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj36o0NjE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj36o0NjE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj36o0NjE .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj36o0NjE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj36o0NjE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj36o0NjE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj36o0NjE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj36o0NjE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj36o0NjE .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj36o0NjE .content-wrap {
    display: block;
  }
}
.cid-uZj36owr2d {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj36owr2d .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj36owr2d .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj36owr2d .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj36owr2d .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj36owr2d .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj36owr2d .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj36owr2d .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj36owr2d .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj36owr2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj36owr2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj36owr2d .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj36owr2d .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj36owr2d .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj36owr2d .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj36owr2d .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj36owr2d .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj36owr2d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj36owr2d .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj36owr2d .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj36owr2d .mbr-section-title {
  color: #323432;
}
.cid-uZj36owr2d .mbr-text,
.cid-uZj36owr2d .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj36owr2d .mbr-section-title,
.cid-uZj36owr2d .mbr-section-btn,
.cid-uZj36owr2d .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj36oZA2e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj36oZA2e .item:focus,
.cid-uZj36oZA2e span:focus {
  outline: none;
}
.cid-uZj36oZA2e .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj36oZA2e .content-head {
  max-width: 800px;
}
.cid-uZj36oZA2e .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj36oZA2e .item {
    min-height: 32.5px;
  }
}
.cid-uZj36pntFs {
  background-color: #eeeef4;
}
.cid-uZj36pntFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj36pntFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj36pntFs .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj36pntFs .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj36pntFs .content-wrapper {
    width: 100%;
  }
}
.cid-uZj36pntFs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj36pntFs .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj36pntFs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj36pntFs .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj36pntFs .mbr-section-title {
  color: #181824;
}
.cid-uZj36pntFs .mbr-text,
.cid-uZj36pntFs .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj36pntFs .mbr-section-title,
.cid-uZj36pntFs .mbr-section-btn,
.cid-uZj36pntFs .icon-wrapper {
  text-align: center;
}
.cid-uZj36pntFs .mbr-section-title,
.cid-uZj36pntFs .mbr-section-btn {
  text-align: justify;
}
.cid-uZj36qgMhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj36qgMhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj36qgMhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj36qgMhw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj36qgMhw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj36qgMhw .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj36qgMhw .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj36qgMhw .item {
    margin-bottom: 20px;
  }
}
.cid-uZj36qgMhw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj36qgMhw .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj36qgMhw .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj36qgMhw .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj36qgMhw .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj36qgMhw .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj36qgMhw .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-title_1,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-title_2,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-text_1,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-text_2,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-price_1,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-price_2,
.cid-uZj36qgMhw .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj36qgMhw .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj36qgMhw .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj36qgMhw .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj36qgMhw .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj36qgMhw .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj36qgMhw .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj36qgMhw .mbr-section-title,
.cid-uZj36qgMhw .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj36qgMhw .card-title_1 {
  color: #323432;
}
.cid-uZj36qgMhw .card-text_1 {
  color: #323432;
}
.cid-uZj36qgMhw .card-price_1 {
  color: #323432;
}
.cid-uZj36qgMhw .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj36qgMhw .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj36qgMhw .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj36qgMhw .card-title_3 {
  color: #323432;
}
.cid-uZj36qgMhw .card-text_3 {
  color: #323432;
}
.cid-uZj36qgMhw .card-price_3 {
  color: #323432;
}
#custom-html-3f {
  /* Type valid CSS here */
}
#custom-html-3f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-3f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3a9rPPs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3a9rPPs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3a9rPPs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3a9rPPs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3a9rPPs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3a9rPPs .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3a9rPPs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3a9rPPs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3a9rPPs .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3a9rPPs .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3a9rPPs .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3a9rPPs .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3a9rPPs .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3a9rPPs .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3a9rPPs .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3a9rPPs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3a9rPPs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3a9rPPs .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3a9rPPs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3a9rPPs .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3a9rPPs .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3a9rPPs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3a9rPPs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3a9rPPs .container,
.cid-uZj3a9rPPs .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .container,
  .cid-uZj3a9rPPs .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3a9rPPs .container,
  .cid-uZj3a9rPPs .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3a9rPPs .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3a9rPPs .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3a9rPPs .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3a9rPPs .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3a9rPPs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3a9rPPs .nav-item:focus,
.cid-uZj3a9rPPs .nav-link:focus {
  outline: none;
}
.cid-uZj3a9rPPs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3a9rPPs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3a9rPPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3a9rPPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3a9rPPs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3a9rPPs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3a9rPPs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3a9rPPs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3a9rPPs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3a9rPPs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3a9rPPs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3a9rPPs .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3a9rPPs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3a9rPPs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3a9rPPs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3a9rPPs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3a9rPPs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3a9rPPs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3a9rPPs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3a9rPPs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3a9rPPs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3a9rPPs .navbar {
    min-height: 72px;
  }
  .cid-uZj3a9rPPs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3a9rPPs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3a9rPPs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3a9rPPs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3a9rPPs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3a9rPPs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3a9rPPs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3a9rPPs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3a9rPPs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3a9rPPs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3a9rPPs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3a9rPPs .dropdown-item.active,
.cid-uZj3a9rPPs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3a9rPPs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3a9rPPs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3a9rPPs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3a9rPPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3a9rPPs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3a9rPPs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3a9rPPs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3a9rPPs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3a9rPPs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3a9rPPs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3a9rPPs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3a9rPPs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3a9rPPs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3a9rPPs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3a9rPPs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3a9rPPs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3a9rPPs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3a9rPPs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3a9rPPs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3a9rPPs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3a9rPPs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3a9rPPs .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3a9rPPs .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3a9rPPs .navbar {
    height: 70px;
  }
  .cid-uZj3a9rPPs .navbar.opened {
    height: auto;
  }
  .cid-uZj3a9rPPs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3a9rPPs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3a9rPPs .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3a9rPPs .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3a9rPPs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3a9rPPs .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3a9rPPs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3a9rPPs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3a9rPPs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3a9rPPs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3a9rPPs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3a9rPPs .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3a9rPPs .content-wrap {
    display: block;
  }
}
.cid-uZj3a9W2uk {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3a9W2uk .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3a9W2uk .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3a9W2uk .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3a9W2uk .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3a9W2uk .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3a9W2uk .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3a9W2uk .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3a9W2uk .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3a9W2uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3a9W2uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3a9W2uk .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3a9W2uk .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3a9W2uk .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3a9W2uk .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3a9W2uk .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3a9W2uk .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3a9W2uk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3a9W2uk .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3a9W2uk .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3a9W2uk .mbr-section-title {
  color: #323432;
}
.cid-uZj3a9W2uk .mbr-text,
.cid-uZj3a9W2uk .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3a9W2uk .mbr-section-title,
.cid-uZj3a9W2uk .mbr-section-btn,
.cid-uZj3a9W2uk .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3aampeA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3aampeA .item:focus,
.cid-uZj3aampeA span:focus {
  outline: none;
}
.cid-uZj3aampeA .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3aampeA .content-head {
  max-width: 800px;
}
.cid-uZj3aampeA .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3aampeA .item {
    min-height: 32.5px;
  }
}
.cid-uZj3aaKJcV {
  background-color: #eeeef4;
}
.cid-uZj3aaKJcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3aaKJcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3aaKJcV .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3aaKJcV .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3aaKJcV .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3aaKJcV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3aaKJcV .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3aaKJcV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3aaKJcV .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3aaKJcV .mbr-section-title {
  color: #181824;
}
.cid-uZj3aaKJcV .mbr-text,
.cid-uZj3aaKJcV .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3aaKJcV .mbr-section-title,
.cid-uZj3aaKJcV .mbr-section-btn,
.cid-uZj3aaKJcV .icon-wrapper {
  text-align: center;
}
.cid-uZj3aaKJcV .mbr-section-title,
.cid-uZj3aaKJcV .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3abzhaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3abzhaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3abzhaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3abzhaw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3abzhaw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3abzhaw .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3abzhaw .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3abzhaw .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3abzhaw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3abzhaw .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3abzhaw .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3abzhaw .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3abzhaw .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3abzhaw .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3abzhaw .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-title_1,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-title_2,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-text_1,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-text_2,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-price_1,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-price_2,
.cid-uZj3abzhaw .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3abzhaw .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3abzhaw .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3abzhaw .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3abzhaw .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3abzhaw .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3abzhaw .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3abzhaw .mbr-section-title,
.cid-uZj3abzhaw .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3abzhaw .card-title_1 {
  color: #323432;
}
.cid-uZj3abzhaw .card-text_1 {
  color: #323432;
}
.cid-uZj3abzhaw .card-price_1 {
  color: #323432;
}
.cid-uZj3abzhaw .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3abzhaw .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3abzhaw .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3abzhaw .card-title_3 {
  color: #323432;
}
.cid-uZj3abzhaw .card-text_3 {
  color: #323432;
}
.cid-uZj3abzhaw .card-price_3 {
  color: #323432;
}
#custom-html-3l {
  /* Type valid CSS here */
}
#custom-html-3l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-3l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3cc1mo2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3cc1mo2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3cc1mo2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3cc1mo2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3cc1mo2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3cc1mo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3cc1mo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3cc1mo2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3cc1mo2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3cc1mo2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3cc1mo2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3cc1mo2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3cc1mo2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3cc1mo2 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3cc1mo2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3cc1mo2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3cc1mo2 .container,
.cid-uZj3cc1mo2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .container,
  .cid-uZj3cc1mo2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3cc1mo2 .container,
  .cid-uZj3cc1mo2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3cc1mo2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3cc1mo2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3cc1mo2 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3cc1mo2 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3cc1mo2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3cc1mo2 .nav-item:focus,
.cid-uZj3cc1mo2 .nav-link:focus {
  outline: none;
}
.cid-uZj3cc1mo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3cc1mo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3cc1mo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3cc1mo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3cc1mo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3cc1mo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3cc1mo2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3cc1mo2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3cc1mo2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3cc1mo2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3cc1mo2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3cc1mo2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3cc1mo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3cc1mo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3cc1mo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3cc1mo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3cc1mo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3cc1mo2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3cc1mo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3cc1mo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3cc1mo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3cc1mo2 .navbar {
    min-height: 72px;
  }
  .cid-uZj3cc1mo2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3cc1mo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3cc1mo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3cc1mo2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3cc1mo2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3cc1mo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3cc1mo2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3cc1mo2 .dropdown-item.active,
.cid-uZj3cc1mo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3cc1mo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3cc1mo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3cc1mo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3cc1mo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3cc1mo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3cc1mo2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3cc1mo2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3cc1mo2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3cc1mo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3cc1mo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3cc1mo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3cc1mo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3cc1mo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3cc1mo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3cc1mo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3cc1mo2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3cc1mo2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3cc1mo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3cc1mo2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3cc1mo2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3cc1mo2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3cc1mo2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3cc1mo2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3cc1mo2 .navbar {
    height: 70px;
  }
  .cid-uZj3cc1mo2 .navbar.opened {
    height: auto;
  }
  .cid-uZj3cc1mo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3cc1mo2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3cc1mo2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3cc1mo2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3cc1mo2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3cc1mo2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3cc1mo2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3cc1mo2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3cc1mo2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3cc1mo2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3cc1mo2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3cc1mo2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3cc1mo2 .content-wrap {
    display: block;
  }
}
.cid-uZj3ccvvWN {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3ccvvWN .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3ccvvWN .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3ccvvWN .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3ccvvWN .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3ccvvWN .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3ccvvWN .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3ccvvWN .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3ccvvWN .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3ccvvWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ccvvWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ccvvWN .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3ccvvWN .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3ccvvWN .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3ccvvWN .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3ccvvWN .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3ccvvWN .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ccvvWN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3ccvvWN .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3ccvvWN .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3ccvvWN .mbr-section-title {
  color: #323432;
}
.cid-uZj3ccvvWN .mbr-text,
.cid-uZj3ccvvWN .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3ccvvWN .mbr-section-title,
.cid-uZj3ccvvWN .mbr-section-btn,
.cid-uZj3ccvvWN .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3ccV8Mi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3ccV8Mi .item:focus,
.cid-uZj3ccV8Mi span:focus {
  outline: none;
}
.cid-uZj3ccV8Mi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3ccV8Mi .content-head {
  max-width: 800px;
}
.cid-uZj3ccV8Mi .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3ccV8Mi .item {
    min-height: 32.5px;
  }
}
.cid-uZj3cdkXHt {
  background-color: #eeeef4;
}
.cid-uZj3cdkXHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3cdkXHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3cdkXHt .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3cdkXHt .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3cdkXHt .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3cdkXHt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3cdkXHt .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3cdkXHt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3cdkXHt .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3cdkXHt .mbr-section-title {
  color: #181824;
}
.cid-uZj3cdkXHt .mbr-text,
.cid-uZj3cdkXHt .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3cdkXHt .mbr-section-title,
.cid-uZj3cdkXHt .mbr-section-btn,
.cid-uZj3cdkXHt .icon-wrapper {
  text-align: center;
}
.cid-uZj3cdkXHt .mbr-section-title,
.cid-uZj3cdkXHt .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3ce9Fxj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3ce9Fxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ce9Fxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ce9Fxj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3ce9Fxj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3ce9Fxj .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3ce9Fxj .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3ce9Fxj .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3ce9Fxj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3ce9Fxj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3ce9Fxj .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3ce9Fxj .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3ce9Fxj .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-title_1,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-title_2,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-text_1,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-text_2,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-price_1,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-price_2,
.cid-uZj3ce9Fxj .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3ce9Fxj .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3ce9Fxj .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3ce9Fxj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3ce9Fxj .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3ce9Fxj .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3ce9Fxj .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3ce9Fxj .mbr-section-title,
.cid-uZj3ce9Fxj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3ce9Fxj .card-title_1 {
  color: #323432;
}
.cid-uZj3ce9Fxj .card-text_1 {
  color: #323432;
}
.cid-uZj3ce9Fxj .card-price_1 {
  color: #323432;
}
.cid-uZj3ce9Fxj .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3ce9Fxj .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3ce9Fxj .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3ce9Fxj .card-title_3 {
  color: #323432;
}
.cid-uZj3ce9Fxj .card-text_3 {
  color: #323432;
}
.cid-uZj3ce9Fxj .card-price_3 {
  color: #323432;
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3eg10WL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3eg10WL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3eg10WL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3eg10WL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3eg10WL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3eg10WL .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3eg10WL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3eg10WL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3eg10WL .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3eg10WL .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3eg10WL .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3eg10WL .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3eg10WL .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3eg10WL .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3eg10WL .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3eg10WL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3eg10WL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3eg10WL .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3eg10WL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3eg10WL .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3eg10WL .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3eg10WL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3eg10WL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3eg10WL .container,
.cid-uZj3eg10WL .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .container,
  .cid-uZj3eg10WL .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3eg10WL .container,
  .cid-uZj3eg10WL .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3eg10WL .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3eg10WL .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3eg10WL .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3eg10WL .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3eg10WL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3eg10WL .nav-item:focus,
.cid-uZj3eg10WL .nav-link:focus {
  outline: none;
}
.cid-uZj3eg10WL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3eg10WL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3eg10WL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3eg10WL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3eg10WL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3eg10WL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3eg10WL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3eg10WL .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3eg10WL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3eg10WL .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3eg10WL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3eg10WL .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3eg10WL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3eg10WL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3eg10WL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3eg10WL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3eg10WL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3eg10WL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3eg10WL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3eg10WL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3eg10WL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3eg10WL .navbar {
    min-height: 72px;
  }
  .cid-uZj3eg10WL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3eg10WL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3eg10WL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3eg10WL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3eg10WL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3eg10WL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3eg10WL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3eg10WL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3eg10WL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3eg10WL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3eg10WL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3eg10WL .dropdown-item.active,
.cid-uZj3eg10WL .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3eg10WL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3eg10WL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3eg10WL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3eg10WL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3eg10WL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3eg10WL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3eg10WL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3eg10WL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3eg10WL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3eg10WL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3eg10WL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3eg10WL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3eg10WL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3eg10WL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3eg10WL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3eg10WL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3eg10WL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3eg10WL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3eg10WL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3eg10WL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3eg10WL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3eg10WL .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3eg10WL .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3eg10WL .navbar {
    height: 70px;
  }
  .cid-uZj3eg10WL .navbar.opened {
    height: auto;
  }
  .cid-uZj3eg10WL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3eg10WL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3eg10WL .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3eg10WL .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3eg10WL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3eg10WL .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3eg10WL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3eg10WL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3eg10WL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3eg10WL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3eg10WL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3eg10WL .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3eg10WL .content-wrap {
    display: block;
  }
}
.cid-uZj3egwwOq {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3egwwOq .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3egwwOq .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3egwwOq .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3egwwOq .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3egwwOq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3egwwOq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3egwwOq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3egwwOq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3egwwOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3egwwOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3egwwOq .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3egwwOq .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3egwwOq .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3egwwOq .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3egwwOq .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3egwwOq .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3egwwOq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3egwwOq .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3egwwOq .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3egwwOq .mbr-section-title {
  color: #323432;
}
.cid-uZj3egwwOq .mbr-text,
.cid-uZj3egwwOq .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3egwwOq .mbr-section-title,
.cid-uZj3egwwOq .mbr-section-btn,
.cid-uZj3egwwOq .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3egVixV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3egVixV .item:focus,
.cid-uZj3egVixV span:focus {
  outline: none;
}
.cid-uZj3egVixV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3egVixV .content-head {
  max-width: 800px;
}
.cid-uZj3egVixV .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3egVixV .item {
    min-height: 32.5px;
  }
}
.cid-uZj3ehifIc {
  background-color: #eeeef4;
}
.cid-uZj3ehifIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ehifIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ehifIc .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3ehifIc .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ehifIc .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3ehifIc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3ehifIc .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3ehifIc .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3ehifIc .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3ehifIc .mbr-section-title {
  color: #181824;
}
.cid-uZj3ehifIc .mbr-text,
.cid-uZj3ehifIc .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3ehifIc .mbr-section-title,
.cid-uZj3ehifIc .mbr-section-btn,
.cid-uZj3ehifIc .icon-wrapper {
  text-align: center;
}
.cid-uZj3ehifIc .mbr-section-title,
.cid-uZj3ehifIc .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3ei5vYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3ei5vYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ei5vYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ei5vYS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3ei5vYS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3ei5vYS .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3ei5vYS .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3ei5vYS .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3ei5vYS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3ei5vYS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3ei5vYS .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3ei5vYS .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3ei5vYS .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3ei5vYS .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3ei5vYS .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-title_1,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-title_2,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-text_1,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-text_2,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-price_1,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-price_2,
.cid-uZj3ei5vYS .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3ei5vYS .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3ei5vYS .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3ei5vYS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3ei5vYS .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3ei5vYS .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3ei5vYS .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3ei5vYS .mbr-section-title,
.cid-uZj3ei5vYS .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3ei5vYS .card-title_1 {
  color: #323432;
}
.cid-uZj3ei5vYS .card-text_1 {
  color: #323432;
}
.cid-uZj3ei5vYS .card-price_1 {
  color: #323432;
}
.cid-uZj3ei5vYS .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3ei5vYS .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3ei5vYS .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3ei5vYS .card-title_3 {
  color: #323432;
}
.cid-uZj3ei5vYS .card-text_3 {
  color: #323432;
}
.cid-uZj3ei5vYS .card-price_3 {
  color: #323432;
}
#custom-html-3x {
  /* Type valid CSS here */
}
#custom-html-3x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-3x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3glm7HK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3glm7HK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3glm7HK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3glm7HK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3glm7HK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3glm7HK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3glm7HK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3glm7HK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3glm7HK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3glm7HK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3glm7HK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3glm7HK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3glm7HK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3glm7HK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3glm7HK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3glm7HK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3glm7HK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3glm7HK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3glm7HK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3glm7HK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3glm7HK .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3glm7HK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3glm7HK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3glm7HK .container,
.cid-uZj3glm7HK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .container,
  .cid-uZj3glm7HK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3glm7HK .container,
  .cid-uZj3glm7HK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3glm7HK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3glm7HK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3glm7HK .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3glm7HK .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3glm7HK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3glm7HK .nav-item:focus,
.cid-uZj3glm7HK .nav-link:focus {
  outline: none;
}
.cid-uZj3glm7HK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3glm7HK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3glm7HK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3glm7HK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3glm7HK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3glm7HK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3glm7HK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3glm7HK .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3glm7HK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3glm7HK .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3glm7HK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3glm7HK .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3glm7HK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3glm7HK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3glm7HK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3glm7HK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3glm7HK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3glm7HK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3glm7HK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3glm7HK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3glm7HK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3glm7HK .navbar {
    min-height: 72px;
  }
  .cid-uZj3glm7HK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3glm7HK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3glm7HK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3glm7HK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3glm7HK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3glm7HK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3glm7HK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3glm7HK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3glm7HK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3glm7HK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3glm7HK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3glm7HK .dropdown-item.active,
.cid-uZj3glm7HK .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3glm7HK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3glm7HK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3glm7HK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3glm7HK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3glm7HK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3glm7HK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3glm7HK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3glm7HK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3glm7HK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3glm7HK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3glm7HK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3glm7HK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3glm7HK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3glm7HK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3glm7HK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3glm7HK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3glm7HK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3glm7HK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3glm7HK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3glm7HK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3glm7HK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3glm7HK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3glm7HK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3glm7HK .navbar {
    height: 70px;
  }
  .cid-uZj3glm7HK .navbar.opened {
    height: auto;
  }
  .cid-uZj3glm7HK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3glm7HK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3glm7HK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3glm7HK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3glm7HK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3glm7HK .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3glm7HK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3glm7HK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3glm7HK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3glm7HK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3glm7HK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3glm7HK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3glm7HK .content-wrap {
    display: block;
  }
}
.cid-uZj3glRcaB {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3glRcaB .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3glRcaB .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3glRcaB .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3glRcaB .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3glRcaB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3glRcaB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3glRcaB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3glRcaB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3glRcaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3glRcaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3glRcaB .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3glRcaB .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3glRcaB .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3glRcaB .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3glRcaB .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3glRcaB .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3glRcaB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3glRcaB .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3glRcaB .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3glRcaB .mbr-section-title {
  color: #323432;
}
.cid-uZj3glRcaB .mbr-text,
.cid-uZj3glRcaB .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3glRcaB .mbr-section-title,
.cid-uZj3glRcaB .mbr-section-btn,
.cid-uZj3glRcaB .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3gmg6du {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3gmg6du .item:focus,
.cid-uZj3gmg6du span:focus {
  outline: none;
}
.cid-uZj3gmg6du .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3gmg6du .content-head {
  max-width: 800px;
}
.cid-uZj3gmg6du .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3gmg6du .item {
    min-height: 32.5px;
  }
}
.cid-uZj3gmEKhH {
  background-color: #eeeef4;
}
.cid-uZj3gmEKhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3gmEKhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3gmEKhH .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3gmEKhH .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3gmEKhH .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3gmEKhH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3gmEKhH .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3gmEKhH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3gmEKhH .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3gmEKhH .mbr-section-title {
  color: #181824;
}
.cid-uZj3gmEKhH .mbr-text,
.cid-uZj3gmEKhH .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3gmEKhH .mbr-section-title,
.cid-uZj3gmEKhH .mbr-section-btn,
.cid-uZj3gmEKhH .icon-wrapper {
  text-align: center;
}
.cid-uZj3gmEKhH .mbr-section-title,
.cid-uZj3gmEKhH .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3gntcV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3gntcV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3gntcV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3gntcV7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3gntcV7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3gntcV7 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3gntcV7 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3gntcV7 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3gntcV7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3gntcV7 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3gntcV7 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3gntcV7 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3gntcV7 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3gntcV7 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3gntcV7 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-title_1,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-title_2,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-text_1,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-text_2,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-price_1,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-price_2,
.cid-uZj3gntcV7 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3gntcV7 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3gntcV7 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3gntcV7 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3gntcV7 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3gntcV7 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3gntcV7 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3gntcV7 .mbr-section-title,
.cid-uZj3gntcV7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3gntcV7 .card-title_1 {
  color: #323432;
}
.cid-uZj3gntcV7 .card-text_1 {
  color: #323432;
}
.cid-uZj3gntcV7 .card-price_1 {
  color: #323432;
}
.cid-uZj3gntcV7 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3gntcV7 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3gntcV7 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3gntcV7 .card-title_3 {
  color: #323432;
}
.cid-uZj3gntcV7 .card-text_3 {
  color: #323432;
}
.cid-uZj3gntcV7 .card-price_3 {
  color: #323432;
}
#custom-html-43 {
  /* Type valid CSS here */
}
#custom-html-43 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-43 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3iuqgtM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3iuqgtM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3iuqgtM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3iuqgtM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3iuqgtM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3iuqgtM .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3iuqgtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3iuqgtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3iuqgtM .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3iuqgtM .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3iuqgtM .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3iuqgtM .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3iuqgtM .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3iuqgtM .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3iuqgtM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3iuqgtM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3iuqgtM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3iuqgtM .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3iuqgtM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3iuqgtM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3iuqgtM .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3iuqgtM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3iuqgtM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3iuqgtM .container,
.cid-uZj3iuqgtM .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .container,
  .cid-uZj3iuqgtM .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3iuqgtM .container,
  .cid-uZj3iuqgtM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3iuqgtM .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3iuqgtM .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3iuqgtM .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3iuqgtM .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3iuqgtM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3iuqgtM .nav-item:focus,
.cid-uZj3iuqgtM .nav-link:focus {
  outline: none;
}
.cid-uZj3iuqgtM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3iuqgtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3iuqgtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3iuqgtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3iuqgtM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3iuqgtM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3iuqgtM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3iuqgtM .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3iuqgtM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3iuqgtM .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3iuqgtM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3iuqgtM .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3iuqgtM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3iuqgtM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3iuqgtM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3iuqgtM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3iuqgtM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3iuqgtM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3iuqgtM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3iuqgtM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3iuqgtM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3iuqgtM .navbar {
    min-height: 72px;
  }
  .cid-uZj3iuqgtM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3iuqgtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3iuqgtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3iuqgtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3iuqgtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3iuqgtM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3iuqgtM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3iuqgtM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3iuqgtM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3iuqgtM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3iuqgtM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3iuqgtM .dropdown-item.active,
.cid-uZj3iuqgtM .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3iuqgtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3iuqgtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3iuqgtM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3iuqgtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3iuqgtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3iuqgtM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3iuqgtM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3iuqgtM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3iuqgtM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3iuqgtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3iuqgtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3iuqgtM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3iuqgtM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3iuqgtM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3iuqgtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3iuqgtM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3iuqgtM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3iuqgtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3iuqgtM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3iuqgtM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3iuqgtM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3iuqgtM .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3iuqgtM .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3iuqgtM .navbar {
    height: 70px;
  }
  .cid-uZj3iuqgtM .navbar.opened {
    height: auto;
  }
  .cid-uZj3iuqgtM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3iuqgtM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3iuqgtM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3iuqgtM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3iuqgtM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3iuqgtM .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3iuqgtM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3iuqgtM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3iuqgtM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3iuqgtM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3iuqgtM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3iuqgtM .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3iuqgtM .content-wrap {
    display: block;
  }
}
.cid-uZj3iuUKz0 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3iuUKz0 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3iuUKz0 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3iuUKz0 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3iuUKz0 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3iuUKz0 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3iuUKz0 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3iuUKz0 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3iuUKz0 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3iuUKz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3iuUKz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3iuUKz0 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3iuUKz0 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3iuUKz0 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3iuUKz0 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3iuUKz0 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3iuUKz0 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3iuUKz0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3iuUKz0 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3iuUKz0 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3iuUKz0 .mbr-section-title {
  color: #323432;
}
.cid-uZj3iuUKz0 .mbr-text,
.cid-uZj3iuUKz0 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3iuUKz0 .mbr-section-title,
.cid-uZj3iuUKz0 .mbr-section-btn,
.cid-uZj3iuUKz0 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3ivkWog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3ivkWog .item:focus,
.cid-uZj3ivkWog span:focus {
  outline: none;
}
.cid-uZj3ivkWog .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3ivkWog .content-head {
  max-width: 800px;
}
.cid-uZj3ivkWog .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3ivkWog .item {
    min-height: 32.5px;
  }
}
.cid-uZj3ivGRaS {
  background-color: #eeeef4;
}
.cid-uZj3ivGRaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ivGRaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ivGRaS .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3ivGRaS .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ivGRaS .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3ivGRaS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3ivGRaS .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3ivGRaS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3ivGRaS .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3ivGRaS .mbr-section-title {
  color: #181824;
}
.cid-uZj3ivGRaS .mbr-text,
.cid-uZj3ivGRaS .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3ivGRaS .mbr-section-title,
.cid-uZj3ivGRaS .mbr-section-btn,
.cid-uZj3ivGRaS .icon-wrapper {
  text-align: center;
}
.cid-uZj3ivGRaS .mbr-section-title,
.cid-uZj3ivGRaS .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3iwundZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3iwundZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3iwundZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3iwundZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3iwundZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3iwundZ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3iwundZ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3iwundZ .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3iwundZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3iwundZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3iwundZ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3iwundZ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3iwundZ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3iwundZ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3iwundZ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-title_1,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-title_2,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-text_1,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-text_2,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-price_1,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-price_2,
.cid-uZj3iwundZ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3iwundZ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3iwundZ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3iwundZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3iwundZ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3iwundZ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3iwundZ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3iwundZ .mbr-section-title,
.cid-uZj3iwundZ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3iwundZ .card-title_1 {
  color: #323432;
}
.cid-uZj3iwundZ .card-text_1 {
  color: #323432;
}
.cid-uZj3iwundZ .card-price_1 {
  color: #323432;
}
.cid-uZj3iwundZ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3iwundZ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3iwundZ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3iwundZ .card-title_3 {
  color: #323432;
}
.cid-uZj3iwundZ .card-text_3 {
  color: #323432;
}
.cid-uZj3iwundZ .card-price_3 {
  color: #323432;
}
#custom-html-49 {
  /* Type valid CSS here */
}
#custom-html-49 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-49 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3ktvFQZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3ktvFQZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3ktvFQZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3ktvFQZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3ktvFQZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3ktvFQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3ktvFQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3ktvFQZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3ktvFQZ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3ktvFQZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3ktvFQZ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3ktvFQZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3ktvFQZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3ktvFQZ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3ktvFQZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3ktvFQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3ktvFQZ .container,
.cid-uZj3ktvFQZ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .container,
  .cid-uZj3ktvFQZ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3ktvFQZ .container,
  .cid-uZj3ktvFQZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3ktvFQZ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3ktvFQZ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3ktvFQZ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3ktvFQZ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3ktvFQZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3ktvFQZ .nav-item:focus,
.cid-uZj3ktvFQZ .nav-link:focus {
  outline: none;
}
.cid-uZj3ktvFQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3ktvFQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3ktvFQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3ktvFQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3ktvFQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3ktvFQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3ktvFQZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3ktvFQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3ktvFQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3ktvFQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3ktvFQZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3ktvFQZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3ktvFQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3ktvFQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3ktvFQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3ktvFQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3ktvFQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3ktvFQZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3ktvFQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3ktvFQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3ktvFQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3ktvFQZ .navbar {
    min-height: 72px;
  }
  .cid-uZj3ktvFQZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3ktvFQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3ktvFQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3ktvFQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3ktvFQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3ktvFQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3ktvFQZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3ktvFQZ .dropdown-item.active,
.cid-uZj3ktvFQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3ktvFQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3ktvFQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3ktvFQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3ktvFQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3ktvFQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3ktvFQZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3ktvFQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3ktvFQZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3ktvFQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3ktvFQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3ktvFQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3ktvFQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3ktvFQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3ktvFQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3ktvFQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3ktvFQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3ktvFQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3ktvFQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3ktvFQZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3ktvFQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3ktvFQZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3ktvFQZ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3ktvFQZ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3ktvFQZ .navbar {
    height: 70px;
  }
  .cid-uZj3ktvFQZ .navbar.opened {
    height: auto;
  }
  .cid-uZj3ktvFQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3ktvFQZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3ktvFQZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3ktvFQZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3ktvFQZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3ktvFQZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3ktvFQZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3ktvFQZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3ktvFQZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3ktvFQZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3ktvFQZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3ktvFQZ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3ktvFQZ .content-wrap {
    display: block;
  }
}
.cid-uZj3ktZVYz {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3ktZVYz .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3ktZVYz .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3ktZVYz .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3ktZVYz .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3ktZVYz .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3ktZVYz .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3ktZVYz .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3ktZVYz .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3ktZVYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ktZVYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ktZVYz .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3ktZVYz .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3ktZVYz .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3ktZVYz .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3ktZVYz .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3ktZVYz .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ktZVYz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3ktZVYz .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3ktZVYz .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3ktZVYz .mbr-section-title {
  color: #323432;
}
.cid-uZj3ktZVYz .mbr-text,
.cid-uZj3ktZVYz .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3ktZVYz .mbr-section-title,
.cid-uZj3ktZVYz .mbr-section-btn,
.cid-uZj3ktZVYz .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3kupDPU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3kupDPU .item:focus,
.cid-uZj3kupDPU span:focus {
  outline: none;
}
.cid-uZj3kupDPU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3kupDPU .content-head {
  max-width: 800px;
}
.cid-uZj3kupDPU .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3kupDPU .item {
    min-height: 32.5px;
  }
}
.cid-uZj3kuM6KN {
  background-color: #eeeef4;
}
.cid-uZj3kuM6KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3kuM6KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3kuM6KN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3kuM6KN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3kuM6KN .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3kuM6KN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3kuM6KN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3kuM6KN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3kuM6KN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3kuM6KN .mbr-section-title {
  color: #181824;
}
.cid-uZj3kuM6KN .mbr-text,
.cid-uZj3kuM6KN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3kuM6KN .mbr-section-title,
.cid-uZj3kuM6KN .mbr-section-btn,
.cid-uZj3kuM6KN .icon-wrapper {
  text-align: center;
}
.cid-uZj3kuM6KN .mbr-section-title,
.cid-uZj3kuM6KN .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3kvBT13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3kvBT13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3kvBT13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3kvBT13 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3kvBT13 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3kvBT13 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3kvBT13 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3kvBT13 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3kvBT13 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3kvBT13 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3kvBT13 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3kvBT13 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3kvBT13 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3kvBT13 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3kvBT13 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-title_1,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-title_2,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-text_1,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-text_2,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-price_1,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-price_2,
.cid-uZj3kvBT13 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3kvBT13 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3kvBT13 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3kvBT13 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3kvBT13 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3kvBT13 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3kvBT13 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3kvBT13 .mbr-section-title,
.cid-uZj3kvBT13 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3kvBT13 .card-title_1 {
  color: #323432;
}
.cid-uZj3kvBT13 .card-text_1 {
  color: #323432;
}
.cid-uZj3kvBT13 .card-price_1 {
  color: #323432;
}
.cid-uZj3kvBT13 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3kvBT13 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3kvBT13 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3kvBT13 .card-title_3 {
  color: #323432;
}
.cid-uZj3kvBT13 .card-text_3 {
  color: #323432;
}
.cid-uZj3kvBT13 .card-price_3 {
  color: #323432;
}
#custom-html-4f {
  /* Type valid CSS here */
}
#custom-html-4f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-4f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3mCexik {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3mCexik .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3mCexik .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3mCexik .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3mCexik .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3mCexik .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3mCexik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3mCexik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3mCexik .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3mCexik .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3mCexik .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3mCexik .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3mCexik .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3mCexik .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3mCexik .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3mCexik .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3mCexik .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3mCexik .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3mCexik .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3mCexik .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3mCexik .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3mCexik .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3mCexik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3mCexik .container,
.cid-uZj3mCexik .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .container,
  .cid-uZj3mCexik .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3mCexik .container,
  .cid-uZj3mCexik .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3mCexik .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3mCexik .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3mCexik .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3mCexik .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3mCexik .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3mCexik .nav-item:focus,
.cid-uZj3mCexik .nav-link:focus {
  outline: none;
}
.cid-uZj3mCexik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3mCexik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3mCexik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3mCexik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3mCexik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3mCexik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3mCexik .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3mCexik .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3mCexik .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3mCexik .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3mCexik .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3mCexik .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3mCexik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3mCexik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3mCexik .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3mCexik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3mCexik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3mCexik .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3mCexik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3mCexik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3mCexik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3mCexik .navbar {
    min-height: 72px;
  }
  .cid-uZj3mCexik .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3mCexik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3mCexik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3mCexik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3mCexik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3mCexik .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3mCexik .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3mCexik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3mCexik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3mCexik .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3mCexik .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3mCexik .dropdown-item.active,
.cid-uZj3mCexik .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3mCexik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3mCexik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3mCexik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3mCexik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3mCexik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3mCexik .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3mCexik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3mCexik .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3mCexik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3mCexik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3mCexik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3mCexik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3mCexik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3mCexik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3mCexik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3mCexik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3mCexik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3mCexik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3mCexik .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3mCexik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3mCexik .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3mCexik .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3mCexik .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3mCexik .navbar {
    height: 70px;
  }
  .cid-uZj3mCexik .navbar.opened {
    height: auto;
  }
  .cid-uZj3mCexik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3mCexik .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3mCexik .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3mCexik .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3mCexik .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3mCexik .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3mCexik .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3mCexik .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3mCexik .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3mCexik .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3mCexik .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3mCexik .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3mCexik .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3mCexik .content-wrap {
    display: block;
  }
}
.cid-uZj3mCIjLo {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3mCIjLo .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3mCIjLo .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3mCIjLo .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3mCIjLo .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3mCIjLo .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3mCIjLo .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3mCIjLo .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3mCIjLo .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3mCIjLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3mCIjLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3mCIjLo .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3mCIjLo .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3mCIjLo .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3mCIjLo .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3mCIjLo .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3mCIjLo .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3mCIjLo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3mCIjLo .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3mCIjLo .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3mCIjLo .mbr-section-title {
  color: #323432;
}
.cid-uZj3mCIjLo .mbr-text,
.cid-uZj3mCIjLo .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3mCIjLo .mbr-section-title,
.cid-uZj3mCIjLo .mbr-section-btn,
.cid-uZj3mCIjLo .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3mD9Aor {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3mD9Aor .item:focus,
.cid-uZj3mD9Aor span:focus {
  outline: none;
}
.cid-uZj3mD9Aor .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3mD9Aor .content-head {
  max-width: 800px;
}
.cid-uZj3mD9Aor .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3mD9Aor .item {
    min-height: 32.5px;
  }
}
.cid-uZj3mDxJ2X {
  background-color: #eeeef4;
}
.cid-uZj3mDxJ2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3mDxJ2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3mDxJ2X .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3mDxJ2X .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3mDxJ2X .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3mDxJ2X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3mDxJ2X .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3mDxJ2X .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3mDxJ2X .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3mDxJ2X .mbr-section-title {
  color: #181824;
}
.cid-uZj3mDxJ2X .mbr-text,
.cid-uZj3mDxJ2X .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3mDxJ2X .mbr-section-title,
.cid-uZj3mDxJ2X .mbr-section-btn,
.cid-uZj3mDxJ2X .icon-wrapper {
  text-align: center;
}
.cid-uZj3mDxJ2X .mbr-section-title,
.cid-uZj3mDxJ2X .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3mEmySb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3mEmySb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3mEmySb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3mEmySb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3mEmySb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3mEmySb .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3mEmySb .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3mEmySb .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3mEmySb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3mEmySb .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3mEmySb .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3mEmySb .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3mEmySb .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3mEmySb .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3mEmySb .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-title_1,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-title_2,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-text_1,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-text_2,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-price_1,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-price_2,
.cid-uZj3mEmySb .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3mEmySb .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3mEmySb .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3mEmySb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3mEmySb .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3mEmySb .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3mEmySb .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3mEmySb .mbr-section-title,
.cid-uZj3mEmySb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3mEmySb .card-title_1 {
  color: #323432;
}
.cid-uZj3mEmySb .card-text_1 {
  color: #323432;
}
.cid-uZj3mEmySb .card-price_1 {
  color: #323432;
}
.cid-uZj3mEmySb .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3mEmySb .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3mEmySb .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3mEmySb .card-title_3 {
  color: #323432;
}
.cid-uZj3mEmySb .card-text_3 {
  color: #323432;
}
.cid-uZj3mEmySb .card-price_3 {
  color: #323432;
}
#custom-html-4l {
  /* Type valid CSS here */
}
#custom-html-4l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-4l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3oN6xTR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3oN6xTR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3oN6xTR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3oN6xTR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3oN6xTR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3oN6xTR .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3oN6xTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3oN6xTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3oN6xTR .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3oN6xTR .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3oN6xTR .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3oN6xTR .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3oN6xTR .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3oN6xTR .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3oN6xTR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3oN6xTR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3oN6xTR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3oN6xTR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3oN6xTR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3oN6xTR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3oN6xTR .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3oN6xTR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3oN6xTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3oN6xTR .container,
.cid-uZj3oN6xTR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .container,
  .cid-uZj3oN6xTR .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3oN6xTR .container,
  .cid-uZj3oN6xTR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3oN6xTR .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3oN6xTR .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3oN6xTR .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3oN6xTR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3oN6xTR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3oN6xTR .nav-item:focus,
.cid-uZj3oN6xTR .nav-link:focus {
  outline: none;
}
.cid-uZj3oN6xTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3oN6xTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3oN6xTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3oN6xTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3oN6xTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3oN6xTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3oN6xTR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3oN6xTR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3oN6xTR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3oN6xTR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3oN6xTR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3oN6xTR .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3oN6xTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3oN6xTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3oN6xTR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3oN6xTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3oN6xTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3oN6xTR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3oN6xTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3oN6xTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3oN6xTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3oN6xTR .navbar {
    min-height: 72px;
  }
  .cid-uZj3oN6xTR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3oN6xTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3oN6xTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3oN6xTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3oN6xTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3oN6xTR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3oN6xTR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3oN6xTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3oN6xTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3oN6xTR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3oN6xTR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3oN6xTR .dropdown-item.active,
.cid-uZj3oN6xTR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3oN6xTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3oN6xTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3oN6xTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3oN6xTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3oN6xTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3oN6xTR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3oN6xTR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3oN6xTR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3oN6xTR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3oN6xTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3oN6xTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3oN6xTR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3oN6xTR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3oN6xTR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3oN6xTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3oN6xTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3oN6xTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3oN6xTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3oN6xTR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3oN6xTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3oN6xTR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3oN6xTR .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3oN6xTR .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3oN6xTR .navbar {
    height: 70px;
  }
  .cid-uZj3oN6xTR .navbar.opened {
    height: auto;
  }
  .cid-uZj3oN6xTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3oN6xTR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3oN6xTR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3oN6xTR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3oN6xTR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3oN6xTR .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3oN6xTR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3oN6xTR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3oN6xTR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3oN6xTR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3oN6xTR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3oN6xTR .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3oN6xTR .content-wrap {
    display: block;
  }
}
.cid-uZj3oNAouj {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3oNAouj .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3oNAouj .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3oNAouj .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3oNAouj .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3oNAouj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3oNAouj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3oNAouj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3oNAouj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3oNAouj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3oNAouj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3oNAouj .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3oNAouj .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3oNAouj .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3oNAouj .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3oNAouj .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3oNAouj .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3oNAouj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3oNAouj .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3oNAouj .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3oNAouj .mbr-section-title {
  color: #323432;
}
.cid-uZj3oNAouj .mbr-text,
.cid-uZj3oNAouj .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3oNAouj .mbr-section-title,
.cid-uZj3oNAouj .mbr-section-btn,
.cid-uZj3oNAouj .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3oNZKIS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3oNZKIS .item:focus,
.cid-uZj3oNZKIS span:focus {
  outline: none;
}
.cid-uZj3oNZKIS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3oNZKIS .content-head {
  max-width: 800px;
}
.cid-uZj3oNZKIS .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3oNZKIS .item {
    min-height: 32.5px;
  }
}
.cid-uZj3oOmSB5 {
  background-color: #eeeef4;
}
.cid-uZj3oOmSB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3oOmSB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3oOmSB5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3oOmSB5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3oOmSB5 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3oOmSB5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3oOmSB5 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3oOmSB5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3oOmSB5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3oOmSB5 .mbr-section-title {
  color: #181824;
}
.cid-uZj3oOmSB5 .mbr-text,
.cid-uZj3oOmSB5 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3oOmSB5 .mbr-section-title,
.cid-uZj3oOmSB5 .mbr-section-btn,
.cid-uZj3oOmSB5 .icon-wrapper {
  text-align: center;
}
.cid-uZj3oOmSB5 .mbr-section-title,
.cid-uZj3oOmSB5 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3oPbIEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3oPbIEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3oPbIEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3oPbIEA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3oPbIEA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3oPbIEA .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3oPbIEA .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3oPbIEA .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3oPbIEA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3oPbIEA .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3oPbIEA .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3oPbIEA .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3oPbIEA .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3oPbIEA .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3oPbIEA .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-title_1,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-title_2,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-text_1,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-text_2,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-price_1,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-price_2,
.cid-uZj3oPbIEA .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3oPbIEA .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3oPbIEA .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3oPbIEA .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3oPbIEA .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3oPbIEA .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3oPbIEA .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3oPbIEA .mbr-section-title,
.cid-uZj3oPbIEA .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3oPbIEA .card-title_1 {
  color: #323432;
}
.cid-uZj3oPbIEA .card-text_1 {
  color: #323432;
}
.cid-uZj3oPbIEA .card-price_1 {
  color: #323432;
}
.cid-uZj3oPbIEA .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3oPbIEA .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3oPbIEA .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3oPbIEA .card-title_3 {
  color: #323432;
}
.cid-uZj3oPbIEA .card-text_3 {
  color: #323432;
}
.cid-uZj3oPbIEA .card-price_3 {
  color: #323432;
}
#custom-html-4r {
  /* Type valid CSS here */
}
#custom-html-4r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-4r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3r6vofx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3r6vofx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3r6vofx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3r6vofx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3r6vofx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3r6vofx .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3r6vofx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3r6vofx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3r6vofx .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3r6vofx .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3r6vofx .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3r6vofx .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3r6vofx .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3r6vofx .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3r6vofx .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3r6vofx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3r6vofx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3r6vofx .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3r6vofx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3r6vofx .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3r6vofx .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3r6vofx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3r6vofx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3r6vofx .container,
.cid-uZj3r6vofx .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .container,
  .cid-uZj3r6vofx .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3r6vofx .container,
  .cid-uZj3r6vofx .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3r6vofx .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3r6vofx .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3r6vofx .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3r6vofx .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3r6vofx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3r6vofx .nav-item:focus,
.cid-uZj3r6vofx .nav-link:focus {
  outline: none;
}
.cid-uZj3r6vofx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3r6vofx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3r6vofx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3r6vofx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3r6vofx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3r6vofx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3r6vofx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3r6vofx .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3r6vofx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3r6vofx .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3r6vofx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3r6vofx .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3r6vofx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3r6vofx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3r6vofx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3r6vofx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3r6vofx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3r6vofx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3r6vofx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3r6vofx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3r6vofx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3r6vofx .navbar {
    min-height: 72px;
  }
  .cid-uZj3r6vofx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3r6vofx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3r6vofx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3r6vofx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3r6vofx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3r6vofx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3r6vofx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3r6vofx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3r6vofx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3r6vofx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3r6vofx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3r6vofx .dropdown-item.active,
.cid-uZj3r6vofx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3r6vofx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3r6vofx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3r6vofx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3r6vofx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3r6vofx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3r6vofx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3r6vofx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3r6vofx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3r6vofx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3r6vofx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3r6vofx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3r6vofx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3r6vofx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3r6vofx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3r6vofx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3r6vofx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3r6vofx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3r6vofx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3r6vofx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3r6vofx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3r6vofx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3r6vofx .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3r6vofx .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3r6vofx .navbar {
    height: 70px;
  }
  .cid-uZj3r6vofx .navbar.opened {
    height: auto;
  }
  .cid-uZj3r6vofx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3r6vofx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3r6vofx .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3r6vofx .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3r6vofx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3r6vofx .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3r6vofx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3r6vofx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3r6vofx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3r6vofx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3r6vofx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3r6vofx .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3r6vofx .content-wrap {
    display: block;
  }
}
.cid-uZj3r70cVn {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3r70cVn .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3r70cVn .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3r70cVn .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3r70cVn .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3r70cVn .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3r70cVn .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3r70cVn .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3r70cVn .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3r70cVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3r70cVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3r70cVn .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3r70cVn .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3r70cVn .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3r70cVn .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3r70cVn .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3r70cVn .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3r70cVn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3r70cVn .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3r70cVn .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3r70cVn .mbr-section-title {
  color: #323432;
}
.cid-uZj3r70cVn .mbr-text,
.cid-uZj3r70cVn .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3r70cVn .mbr-section-title,
.cid-uZj3r70cVn .mbr-section-btn,
.cid-uZj3r70cVn .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3r7qa6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3r7qa6F .item:focus,
.cid-uZj3r7qa6F span:focus {
  outline: none;
}
.cid-uZj3r7qa6F .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3r7qa6F .content-head {
  max-width: 800px;
}
.cid-uZj3r7qa6F .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3r7qa6F .item {
    min-height: 32.5px;
  }
}
.cid-uZj3r7OMfL {
  background-color: #eeeef4;
}
.cid-uZj3r7OMfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3r7OMfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3r7OMfL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3r7OMfL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3r7OMfL .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3r7OMfL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3r7OMfL .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3r7OMfL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3r7OMfL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3r7OMfL .mbr-section-title {
  color: #181824;
}
.cid-uZj3r7OMfL .mbr-text,
.cid-uZj3r7OMfL .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3r7OMfL .mbr-section-title,
.cid-uZj3r7OMfL .mbr-section-btn,
.cid-uZj3r7OMfL .icon-wrapper {
  text-align: center;
}
.cid-uZj3r7OMfL .mbr-section-title,
.cid-uZj3r7OMfL .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3r8FaOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3r8FaOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3r8FaOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3r8FaOb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3r8FaOb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3r8FaOb .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3r8FaOb .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3r8FaOb .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3r8FaOb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3r8FaOb .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3r8FaOb .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3r8FaOb .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3r8FaOb .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3r8FaOb .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3r8FaOb .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-title_1,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-title_2,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-text_1,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-text_2,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-price_1,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-price_2,
.cid-uZj3r8FaOb .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3r8FaOb .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3r8FaOb .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3r8FaOb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3r8FaOb .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3r8FaOb .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3r8FaOb .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3r8FaOb .mbr-section-title,
.cid-uZj3r8FaOb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3r8FaOb .card-title_1 {
  color: #323432;
}
.cid-uZj3r8FaOb .card-text_1 {
  color: #323432;
}
.cid-uZj3r8FaOb .card-price_1 {
  color: #323432;
}
.cid-uZj3r8FaOb .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3r8FaOb .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3r8FaOb .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3r8FaOb .card-title_3 {
  color: #323432;
}
.cid-uZj3r8FaOb .card-text_3 {
  color: #323432;
}
.cid-uZj3r8FaOb .card-price_3 {
  color: #323432;
}
#custom-html-4x {
  /* Type valid CSS here */
}
#custom-html-4x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-4x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3tiOVea {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3tiOVea .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3tiOVea .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3tiOVea .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3tiOVea .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3tiOVea .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3tiOVea .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3tiOVea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3tiOVea .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3tiOVea .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3tiOVea .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3tiOVea .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3tiOVea .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3tiOVea .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3tiOVea .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3tiOVea .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3tiOVea .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3tiOVea .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3tiOVea .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3tiOVea .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3tiOVea .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3tiOVea .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3tiOVea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3tiOVea .container,
.cid-uZj3tiOVea .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .container,
  .cid-uZj3tiOVea .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3tiOVea .container,
  .cid-uZj3tiOVea .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3tiOVea .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3tiOVea .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3tiOVea .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3tiOVea .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3tiOVea .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3tiOVea .nav-item:focus,
.cid-uZj3tiOVea .nav-link:focus {
  outline: none;
}
.cid-uZj3tiOVea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3tiOVea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3tiOVea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3tiOVea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3tiOVea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3tiOVea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3tiOVea .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3tiOVea .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3tiOVea .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3tiOVea .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3tiOVea .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3tiOVea .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3tiOVea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3tiOVea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3tiOVea .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3tiOVea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3tiOVea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3tiOVea .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3tiOVea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3tiOVea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3tiOVea .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3tiOVea .navbar {
    min-height: 72px;
  }
  .cid-uZj3tiOVea .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3tiOVea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3tiOVea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3tiOVea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3tiOVea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3tiOVea .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3tiOVea .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3tiOVea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3tiOVea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3tiOVea .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3tiOVea .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3tiOVea .dropdown-item.active,
.cid-uZj3tiOVea .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3tiOVea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3tiOVea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3tiOVea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3tiOVea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3tiOVea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3tiOVea .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3tiOVea ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3tiOVea .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3tiOVea button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3tiOVea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3tiOVea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3tiOVea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3tiOVea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3tiOVea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3tiOVea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3tiOVea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3tiOVea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3tiOVea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3tiOVea .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3tiOVea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3tiOVea .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3tiOVea .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3tiOVea .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3tiOVea .navbar {
    height: 70px;
  }
  .cid-uZj3tiOVea .navbar.opened {
    height: auto;
  }
  .cid-uZj3tiOVea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3tiOVea .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3tiOVea .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3tiOVea .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3tiOVea .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3tiOVea .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3tiOVea .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3tiOVea .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3tiOVea .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3tiOVea .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3tiOVea .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3tiOVea .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3tiOVea .content-wrap {
    display: block;
  }
}
.cid-uZj3tjk9Zf {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3tjk9Zf .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3tjk9Zf .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3tjk9Zf .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3tjk9Zf .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3tjk9Zf .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3tjk9Zf .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3tjk9Zf .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3tjk9Zf .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3tjk9Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3tjk9Zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3tjk9Zf .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3tjk9Zf .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3tjk9Zf .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3tjk9Zf .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3tjk9Zf .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3tjk9Zf .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3tjk9Zf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3tjk9Zf .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3tjk9Zf .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3tjk9Zf .mbr-section-title {
  color: #323432;
}
.cid-uZj3tjk9Zf .mbr-text,
.cid-uZj3tjk9Zf .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3tjk9Zf .mbr-section-title,
.cid-uZj3tjk9Zf .mbr-section-btn,
.cid-uZj3tjk9Zf .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3tjLDMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3tjLDMF .item:focus,
.cid-uZj3tjLDMF span:focus {
  outline: none;
}
.cid-uZj3tjLDMF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3tjLDMF .content-head {
  max-width: 800px;
}
.cid-uZj3tjLDMF .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3tjLDMF .item {
    min-height: 32.5px;
  }
}
.cid-uZj3tk8f6v {
  background-color: #eeeef4;
}
.cid-uZj3tk8f6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3tk8f6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3tk8f6v .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3tk8f6v .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3tk8f6v .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3tk8f6v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3tk8f6v .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3tk8f6v .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3tk8f6v .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3tk8f6v .mbr-section-title {
  color: #181824;
}
.cid-uZj3tk8f6v .mbr-text,
.cid-uZj3tk8f6v .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3tk8f6v .mbr-section-title,
.cid-uZj3tk8f6v .mbr-section-btn,
.cid-uZj3tk8f6v .icon-wrapper {
  text-align: center;
}
.cid-uZj3tk8f6v .mbr-section-title,
.cid-uZj3tk8f6v .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3tl1keJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3tl1keJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3tl1keJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3tl1keJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3tl1keJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3tl1keJ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3tl1keJ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3tl1keJ .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3tl1keJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3tl1keJ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3tl1keJ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3tl1keJ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3tl1keJ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3tl1keJ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3tl1keJ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-title_1,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-title_2,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-text_1,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-text_2,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-price_1,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-price_2,
.cid-uZj3tl1keJ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3tl1keJ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3tl1keJ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3tl1keJ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3tl1keJ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3tl1keJ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3tl1keJ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3tl1keJ .mbr-section-title,
.cid-uZj3tl1keJ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3tl1keJ .card-title_1 {
  color: #323432;
}
.cid-uZj3tl1keJ .card-text_1 {
  color: #323432;
}
.cid-uZj3tl1keJ .card-price_1 {
  color: #323432;
}
.cid-uZj3tl1keJ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3tl1keJ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3tl1keJ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3tl1keJ .card-title_3 {
  color: #323432;
}
.cid-uZj3tl1keJ .card-text_3 {
  color: #323432;
}
.cid-uZj3tl1keJ .card-price_3 {
  color: #323432;
}
#custom-html-53 {
  /* Type valid CSS here */
}
#custom-html-53 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-53 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3vxcr5E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3vxcr5E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3vxcr5E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3vxcr5E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3vxcr5E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3vxcr5E .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3vxcr5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3vxcr5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3vxcr5E .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3vxcr5E .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3vxcr5E .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3vxcr5E .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3vxcr5E .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3vxcr5E .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3vxcr5E .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3vxcr5E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3vxcr5E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3vxcr5E .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3vxcr5E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3vxcr5E .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3vxcr5E .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3vxcr5E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3vxcr5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3vxcr5E .container,
.cid-uZj3vxcr5E .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .container,
  .cid-uZj3vxcr5E .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3vxcr5E .container,
  .cid-uZj3vxcr5E .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3vxcr5E .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3vxcr5E .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3vxcr5E .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3vxcr5E .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3vxcr5E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3vxcr5E .nav-item:focus,
.cid-uZj3vxcr5E .nav-link:focus {
  outline: none;
}
.cid-uZj3vxcr5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3vxcr5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3vxcr5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3vxcr5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3vxcr5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3vxcr5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3vxcr5E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3vxcr5E .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3vxcr5E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3vxcr5E .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3vxcr5E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3vxcr5E .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3vxcr5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3vxcr5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3vxcr5E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3vxcr5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3vxcr5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3vxcr5E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3vxcr5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3vxcr5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3vxcr5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3vxcr5E .navbar {
    min-height: 72px;
  }
  .cid-uZj3vxcr5E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3vxcr5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3vxcr5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3vxcr5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3vxcr5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3vxcr5E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3vxcr5E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3vxcr5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3vxcr5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3vxcr5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3vxcr5E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3vxcr5E .dropdown-item.active,
.cid-uZj3vxcr5E .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3vxcr5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3vxcr5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3vxcr5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3vxcr5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3vxcr5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3vxcr5E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3vxcr5E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3vxcr5E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3vxcr5E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3vxcr5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3vxcr5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3vxcr5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3vxcr5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3vxcr5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3vxcr5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3vxcr5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3vxcr5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3vxcr5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3vxcr5E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3vxcr5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3vxcr5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3vxcr5E .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3vxcr5E .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3vxcr5E .navbar {
    height: 70px;
  }
  .cid-uZj3vxcr5E .navbar.opened {
    height: auto;
  }
  .cid-uZj3vxcr5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3vxcr5E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3vxcr5E .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3vxcr5E .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3vxcr5E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3vxcr5E .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3vxcr5E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3vxcr5E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3vxcr5E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3vxcr5E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3vxcr5E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3vxcr5E .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3vxcr5E .content-wrap {
    display: block;
  }
}
.cid-uZj3vxHgup {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3vxHgup .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3vxHgup .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3vxHgup .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3vxHgup .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3vxHgup .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3vxHgup .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3vxHgup .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3vxHgup .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3vxHgup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3vxHgup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3vxHgup .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3vxHgup .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3vxHgup .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3vxHgup .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3vxHgup .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3vxHgup .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3vxHgup .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3vxHgup .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3vxHgup .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3vxHgup .mbr-section-title {
  color: #323432;
}
.cid-uZj3vxHgup .mbr-text,
.cid-uZj3vxHgup .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3vxHgup .mbr-section-title,
.cid-uZj3vxHgup .mbr-section-btn,
.cid-uZj3vxHgup .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3vy7JbI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3vy7JbI .item:focus,
.cid-uZj3vy7JbI span:focus {
  outline: none;
}
.cid-uZj3vy7JbI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3vy7JbI .content-head {
  max-width: 800px;
}
.cid-uZj3vy7JbI .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3vy7JbI .item {
    min-height: 32.5px;
  }
}
.cid-uZj3vyvyAz {
  background-color: #eeeef4;
}
.cid-uZj3vyvyAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3vyvyAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3vyvyAz .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3vyvyAz .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3vyvyAz .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3vyvyAz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3vyvyAz .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3vyvyAz .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3vyvyAz .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3vyvyAz .mbr-section-title {
  color: #181824;
}
.cid-uZj3vyvyAz .mbr-text,
.cid-uZj3vyvyAz .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3vyvyAz .mbr-section-title,
.cid-uZj3vyvyAz .mbr-section-btn,
.cid-uZj3vyvyAz .icon-wrapper {
  text-align: center;
}
.cid-uZj3vyvyAz .mbr-section-title,
.cid-uZj3vyvyAz .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3vzlbPr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3vzlbPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3vzlbPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3vzlbPr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3vzlbPr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3vzlbPr .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3vzlbPr .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3vzlbPr .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3vzlbPr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3vzlbPr .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3vzlbPr .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3vzlbPr .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3vzlbPr .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3vzlbPr .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3vzlbPr .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-title_1,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-title_2,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-text_1,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-text_2,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-price_1,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-price_2,
.cid-uZj3vzlbPr .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3vzlbPr .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3vzlbPr .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3vzlbPr .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3vzlbPr .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3vzlbPr .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3vzlbPr .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3vzlbPr .mbr-section-title,
.cid-uZj3vzlbPr .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3vzlbPr .card-title_1 {
  color: #323432;
}
.cid-uZj3vzlbPr .card-text_1 {
  color: #323432;
}
.cid-uZj3vzlbPr .card-price_1 {
  color: #323432;
}
.cid-uZj3vzlbPr .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3vzlbPr .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3vzlbPr .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3vzlbPr .card-title_3 {
  color: #323432;
}
.cid-uZj3vzlbPr .card-text_3 {
  color: #323432;
}
.cid-uZj3vzlbPr .card-price_3 {
  color: #323432;
}
#custom-html-59 {
  /* Type valid CSS here */
}
#custom-html-59 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-59 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3y6t26l {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3y6t26l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3y6t26l .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3y6t26l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3y6t26l .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3y6t26l .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3y6t26l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3y6t26l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3y6t26l .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3y6t26l .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3y6t26l .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3y6t26l .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3y6t26l .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3y6t26l .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3y6t26l .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3y6t26l .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3y6t26l .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3y6t26l .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3y6t26l .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3y6t26l .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3y6t26l .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3y6t26l .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3y6t26l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3y6t26l .container,
.cid-uZj3y6t26l .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .container,
  .cid-uZj3y6t26l .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3y6t26l .container,
  .cid-uZj3y6t26l .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3y6t26l .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3y6t26l .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3y6t26l .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3y6t26l .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3y6t26l .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3y6t26l .nav-item:focus,
.cid-uZj3y6t26l .nav-link:focus {
  outline: none;
}
.cid-uZj3y6t26l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3y6t26l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3y6t26l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3y6t26l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3y6t26l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3y6t26l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3y6t26l .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3y6t26l .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3y6t26l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3y6t26l .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3y6t26l .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3y6t26l .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3y6t26l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3y6t26l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3y6t26l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3y6t26l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3y6t26l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3y6t26l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3y6t26l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3y6t26l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3y6t26l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3y6t26l .navbar {
    min-height: 72px;
  }
  .cid-uZj3y6t26l .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3y6t26l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3y6t26l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3y6t26l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3y6t26l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3y6t26l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3y6t26l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3y6t26l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3y6t26l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3y6t26l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3y6t26l .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3y6t26l .dropdown-item.active,
.cid-uZj3y6t26l .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3y6t26l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3y6t26l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3y6t26l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3y6t26l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3y6t26l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3y6t26l .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3y6t26l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3y6t26l .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3y6t26l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3y6t26l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3y6t26l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3y6t26l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3y6t26l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3y6t26l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3y6t26l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3y6t26l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3y6t26l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3y6t26l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3y6t26l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3y6t26l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3y6t26l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3y6t26l .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3y6t26l .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3y6t26l .navbar {
    height: 70px;
  }
  .cid-uZj3y6t26l .navbar.opened {
    height: auto;
  }
  .cid-uZj3y6t26l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3y6t26l .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3y6t26l .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3y6t26l .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3y6t26l .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3y6t26l .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3y6t26l .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3y6t26l .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3y6t26l .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3y6t26l .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3y6t26l .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3y6t26l .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3y6t26l .content-wrap {
    display: block;
  }
}
.cid-uZj3y6ZqRV {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3y6ZqRV .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3y6ZqRV .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3y6ZqRV .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3y6ZqRV .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3y6ZqRV .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3y6ZqRV .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3y6ZqRV .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3y6ZqRV .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3y6ZqRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3y6ZqRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3y6ZqRV .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3y6ZqRV .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3y6ZqRV .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3y6ZqRV .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3y6ZqRV .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3y6ZqRV .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3y6ZqRV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3y6ZqRV .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3y6ZqRV .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3y6ZqRV .mbr-section-title {
  color: #323432;
}
.cid-uZj3y6ZqRV .mbr-text,
.cid-uZj3y6ZqRV .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3y6ZqRV .mbr-section-title,
.cid-uZj3y6ZqRV .mbr-section-btn,
.cid-uZj3y6ZqRV .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3y7po6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3y7po6X .item:focus,
.cid-uZj3y7po6X span:focus {
  outline: none;
}
.cid-uZj3y7po6X .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3y7po6X .content-head {
  max-width: 800px;
}
.cid-uZj3y7po6X .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3y7po6X .item {
    min-height: 32.5px;
  }
}
.cid-uZj3y7NhR9 {
  background-color: #eeeef4;
}
.cid-uZj3y7NhR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3y7NhR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3y7NhR9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3y7NhR9 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3y7NhR9 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3y7NhR9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3y7NhR9 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3y7NhR9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3y7NhR9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3y7NhR9 .mbr-section-title {
  color: #181824;
}
.cid-uZj3y7NhR9 .mbr-text,
.cid-uZj3y7NhR9 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3y7NhR9 .mbr-section-title,
.cid-uZj3y7NhR9 .mbr-section-btn,
.cid-uZj3y7NhR9 .icon-wrapper {
  text-align: center;
}
.cid-uZj3y7NhR9 .mbr-section-title,
.cid-uZj3y7NhR9 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3y8FLSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3y8FLSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3y8FLSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3y8FLSs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3y8FLSs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3y8FLSs .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3y8FLSs .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3y8FLSs .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3y8FLSs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3y8FLSs .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3y8FLSs .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3y8FLSs .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3y8FLSs .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3y8FLSs .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3y8FLSs .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-title_1,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-title_2,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-text_1,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-text_2,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-price_1,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-price_2,
.cid-uZj3y8FLSs .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3y8FLSs .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3y8FLSs .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3y8FLSs .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3y8FLSs .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3y8FLSs .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3y8FLSs .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3y8FLSs .mbr-section-title,
.cid-uZj3y8FLSs .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3y8FLSs .card-title_1 {
  color: #323432;
}
.cid-uZj3y8FLSs .card-text_1 {
  color: #323432;
}
.cid-uZj3y8FLSs .card-price_1 {
  color: #323432;
}
.cid-uZj3y8FLSs .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3y8FLSs .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3y8FLSs .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3y8FLSs .card-title_3 {
  color: #323432;
}
.cid-uZj3y8FLSs .card-text_3 {
  color: #323432;
}
.cid-uZj3y8FLSs .card-price_3 {
  color: #323432;
}
#custom-html-5f {
  /* Type valid CSS here */
}
#custom-html-5f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-5f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3AD3WWW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3AD3WWW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3AD3WWW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3AD3WWW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3AD3WWW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3AD3WWW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3AD3WWW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3AD3WWW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3AD3WWW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3AD3WWW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3AD3WWW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3AD3WWW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3AD3WWW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3AD3WWW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3AD3WWW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3AD3WWW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3AD3WWW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3AD3WWW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3AD3WWW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3AD3WWW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3AD3WWW .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3AD3WWW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3AD3WWW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3AD3WWW .container,
.cid-uZj3AD3WWW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .container,
  .cid-uZj3AD3WWW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3AD3WWW .container,
  .cid-uZj3AD3WWW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3AD3WWW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3AD3WWW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3AD3WWW .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3AD3WWW .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3AD3WWW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3AD3WWW .nav-item:focus,
.cid-uZj3AD3WWW .nav-link:focus {
  outline: none;
}
.cid-uZj3AD3WWW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3AD3WWW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3AD3WWW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3AD3WWW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3AD3WWW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3AD3WWW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3AD3WWW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3AD3WWW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3AD3WWW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3AD3WWW .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3AD3WWW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3AD3WWW .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3AD3WWW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3AD3WWW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3AD3WWW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3AD3WWW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3AD3WWW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3AD3WWW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3AD3WWW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3AD3WWW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3AD3WWW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3AD3WWW .navbar {
    min-height: 72px;
  }
  .cid-uZj3AD3WWW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3AD3WWW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3AD3WWW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3AD3WWW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3AD3WWW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3AD3WWW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3AD3WWW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3AD3WWW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3AD3WWW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3AD3WWW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3AD3WWW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3AD3WWW .dropdown-item.active,
.cid-uZj3AD3WWW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3AD3WWW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3AD3WWW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3AD3WWW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3AD3WWW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3AD3WWW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3AD3WWW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3AD3WWW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3AD3WWW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3AD3WWW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3AD3WWW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3AD3WWW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3AD3WWW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3AD3WWW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3AD3WWW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3AD3WWW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3AD3WWW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3AD3WWW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3AD3WWW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3AD3WWW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3AD3WWW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3AD3WWW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3AD3WWW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3AD3WWW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3AD3WWW .navbar {
    height: 70px;
  }
  .cid-uZj3AD3WWW .navbar.opened {
    height: auto;
  }
  .cid-uZj3AD3WWW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3AD3WWW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3AD3WWW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3AD3WWW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3AD3WWW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3AD3WWW .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3AD3WWW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3AD3WWW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3AD3WWW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3AD3WWW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3AD3WWW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3AD3WWW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3AD3WWW .content-wrap {
    display: block;
  }
}
.cid-uZj3ADzxxz {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3ADzxxz .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3ADzxxz .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3ADzxxz .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3ADzxxz .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3ADzxxz .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3ADzxxz .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3ADzxxz .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3ADzxxz .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3ADzxxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3ADzxxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3ADzxxz .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3ADzxxz .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3ADzxxz .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3ADzxxz .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3ADzxxz .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3ADzxxz .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3ADzxxz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3ADzxxz .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3ADzxxz .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3ADzxxz .mbr-section-title {
  color: #323432;
}
.cid-uZj3ADzxxz .mbr-text,
.cid-uZj3ADzxxz .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3ADzxxz .mbr-section-title,
.cid-uZj3ADzxxz .mbr-section-btn,
.cid-uZj3ADzxxz .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3ADYsZy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3ADYsZy .item:focus,
.cid-uZj3ADYsZy span:focus {
  outline: none;
}
.cid-uZj3ADYsZy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3ADYsZy .content-head {
  max-width: 800px;
}
.cid-uZj3ADYsZy .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3ADYsZy .item {
    min-height: 32.5px;
  }
}
.cid-uZj3AEnaRP {
  background-color: #eeeef4;
}
.cid-uZj3AEnaRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3AEnaRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3AEnaRP .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3AEnaRP .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3AEnaRP .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3AEnaRP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3AEnaRP .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3AEnaRP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3AEnaRP .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3AEnaRP .mbr-section-title {
  color: #181824;
}
.cid-uZj3AEnaRP .mbr-text,
.cid-uZj3AEnaRP .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3AEnaRP .mbr-section-title,
.cid-uZj3AEnaRP .mbr-section-btn,
.cid-uZj3AEnaRP .icon-wrapper {
  text-align: center;
}
.cid-uZj3AEnaRP .mbr-section-title,
.cid-uZj3AEnaRP .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3AFf9mH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3AFf9mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3AFf9mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3AFf9mH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3AFf9mH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3AFf9mH .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3AFf9mH .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3AFf9mH .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3AFf9mH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3AFf9mH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3AFf9mH .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3AFf9mH .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3AFf9mH .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3AFf9mH .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3AFf9mH .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-title_1,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-title_2,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-text_1,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-text_2,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-price_1,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-price_2,
.cid-uZj3AFf9mH .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3AFf9mH .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3AFf9mH .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3AFf9mH .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3AFf9mH .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3AFf9mH .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3AFf9mH .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3AFf9mH .mbr-section-title,
.cid-uZj3AFf9mH .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3AFf9mH .card-title_1 {
  color: #323432;
}
.cid-uZj3AFf9mH .card-text_1 {
  color: #323432;
}
.cid-uZj3AFf9mH .card-price_1 {
  color: #323432;
}
.cid-uZj3AFf9mH .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3AFf9mH .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3AFf9mH .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3AFf9mH .card-title_3 {
  color: #323432;
}
.cid-uZj3AFf9mH .card-text_3 {
  color: #323432;
}
.cid-uZj3AFf9mH .card-price_3 {
  color: #323432;
}
#custom-html-5l {
  /* Type valid CSS here */
}
#custom-html-5l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-5l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3DtEhgm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3DtEhgm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3DtEhgm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3DtEhgm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3DtEhgm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3DtEhgm .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3DtEhgm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3DtEhgm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3DtEhgm .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3DtEhgm .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3DtEhgm .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3DtEhgm .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3DtEhgm .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3DtEhgm .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3DtEhgm .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3DtEhgm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3DtEhgm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3DtEhgm .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3DtEhgm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3DtEhgm .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3DtEhgm .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3DtEhgm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3DtEhgm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3DtEhgm .container,
.cid-uZj3DtEhgm .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .container,
  .cid-uZj3DtEhgm .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3DtEhgm .container,
  .cid-uZj3DtEhgm .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3DtEhgm .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3DtEhgm .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3DtEhgm .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3DtEhgm .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3DtEhgm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3DtEhgm .nav-item:focus,
.cid-uZj3DtEhgm .nav-link:focus {
  outline: none;
}
.cid-uZj3DtEhgm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3DtEhgm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3DtEhgm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3DtEhgm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3DtEhgm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3DtEhgm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3DtEhgm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3DtEhgm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3DtEhgm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3DtEhgm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3DtEhgm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3DtEhgm .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3DtEhgm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3DtEhgm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3DtEhgm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3DtEhgm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3DtEhgm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3DtEhgm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3DtEhgm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3DtEhgm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3DtEhgm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3DtEhgm .navbar {
    min-height: 72px;
  }
  .cid-uZj3DtEhgm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3DtEhgm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3DtEhgm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3DtEhgm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3DtEhgm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3DtEhgm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3DtEhgm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3DtEhgm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3DtEhgm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3DtEhgm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3DtEhgm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3DtEhgm .dropdown-item.active,
.cid-uZj3DtEhgm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3DtEhgm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3DtEhgm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3DtEhgm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3DtEhgm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3DtEhgm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3DtEhgm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3DtEhgm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3DtEhgm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3DtEhgm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3DtEhgm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3DtEhgm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3DtEhgm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3DtEhgm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3DtEhgm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3DtEhgm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3DtEhgm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3DtEhgm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3DtEhgm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3DtEhgm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3DtEhgm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3DtEhgm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3DtEhgm .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3DtEhgm .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3DtEhgm .navbar {
    height: 70px;
  }
  .cid-uZj3DtEhgm .navbar.opened {
    height: auto;
  }
  .cid-uZj3DtEhgm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3DtEhgm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3DtEhgm .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3DtEhgm .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3DtEhgm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3DtEhgm .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3DtEhgm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3DtEhgm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3DtEhgm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3DtEhgm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3DtEhgm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3DtEhgm .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3DtEhgm .content-wrap {
    display: block;
  }
}
.cid-uZj3Dub5mp {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3Dub5mp .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3Dub5mp .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3Dub5mp .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3Dub5mp .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3Dub5mp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3Dub5mp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3Dub5mp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3Dub5mp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3Dub5mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3Dub5mp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3Dub5mp .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3Dub5mp .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3Dub5mp .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3Dub5mp .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3Dub5mp .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3Dub5mp .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3Dub5mp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3Dub5mp .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3Dub5mp .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3Dub5mp .mbr-section-title {
  color: #323432;
}
.cid-uZj3Dub5mp .mbr-text,
.cid-uZj3Dub5mp .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3Dub5mp .mbr-section-title,
.cid-uZj3Dub5mp .mbr-section-btn,
.cid-uZj3Dub5mp .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3DuAlcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3DuAlcl .item:focus,
.cid-uZj3DuAlcl span:focus {
  outline: none;
}
.cid-uZj3DuAlcl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3DuAlcl .content-head {
  max-width: 800px;
}
.cid-uZj3DuAlcl .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3DuAlcl .item {
    min-height: 32.5px;
  }
}
.cid-uZj3DuY18Z {
  background-color: #eeeef4;
}
.cid-uZj3DuY18Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3DuY18Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3DuY18Z .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3DuY18Z .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3DuY18Z .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3DuY18Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3DuY18Z .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3DuY18Z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3DuY18Z .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3DuY18Z .mbr-section-title {
  color: #181824;
}
.cid-uZj3DuY18Z .mbr-text,
.cid-uZj3DuY18Z .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3DuY18Z .mbr-section-title,
.cid-uZj3DuY18Z .mbr-section-btn,
.cid-uZj3DuY18Z .icon-wrapper {
  text-align: center;
}
.cid-uZj3DuY18Z .mbr-section-title,
.cid-uZj3DuY18Z .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3DvNPGh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3DvNPGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3DvNPGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3DvNPGh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3DvNPGh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3DvNPGh .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3DvNPGh .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3DvNPGh .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3DvNPGh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3DvNPGh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3DvNPGh .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3DvNPGh .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3DvNPGh .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3DvNPGh .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3DvNPGh .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-title_1,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-title_2,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-text_1,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-text_2,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-price_1,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-price_2,
.cid-uZj3DvNPGh .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3DvNPGh .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3DvNPGh .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3DvNPGh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3DvNPGh .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3DvNPGh .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3DvNPGh .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3DvNPGh .mbr-section-title,
.cid-uZj3DvNPGh .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3DvNPGh .card-title_1 {
  color: #323432;
}
.cid-uZj3DvNPGh .card-text_1 {
  color: #323432;
}
.cid-uZj3DvNPGh .card-price_1 {
  color: #323432;
}
.cid-uZj3DvNPGh .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3DvNPGh .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3DvNPGh .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3DvNPGh .card-title_3 {
  color: #323432;
}
.cid-uZj3DvNPGh .card-text_3 {
  color: #323432;
}
.cid-uZj3DvNPGh .card-price_3 {
  color: #323432;
}
#custom-html-5r {
  /* Type valid CSS here */
}
#custom-html-5r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-5r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3G2OlhM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3G2OlhM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3G2OlhM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3G2OlhM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3G2OlhM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3G2OlhM .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3G2OlhM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3G2OlhM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3G2OlhM .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3G2OlhM .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3G2OlhM .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3G2OlhM .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3G2OlhM .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3G2OlhM .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3G2OlhM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3G2OlhM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3G2OlhM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3G2OlhM .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3G2OlhM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3G2OlhM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3G2OlhM .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3G2OlhM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3G2OlhM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3G2OlhM .container,
.cid-uZj3G2OlhM .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .container,
  .cid-uZj3G2OlhM .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3G2OlhM .container,
  .cid-uZj3G2OlhM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3G2OlhM .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3G2OlhM .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3G2OlhM .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3G2OlhM .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3G2OlhM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3G2OlhM .nav-item:focus,
.cid-uZj3G2OlhM .nav-link:focus {
  outline: none;
}
.cid-uZj3G2OlhM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3G2OlhM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3G2OlhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3G2OlhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3G2OlhM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3G2OlhM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3G2OlhM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3G2OlhM .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3G2OlhM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3G2OlhM .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3G2OlhM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3G2OlhM .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3G2OlhM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3G2OlhM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3G2OlhM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3G2OlhM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3G2OlhM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3G2OlhM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3G2OlhM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3G2OlhM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3G2OlhM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3G2OlhM .navbar {
    min-height: 72px;
  }
  .cid-uZj3G2OlhM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3G2OlhM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3G2OlhM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3G2OlhM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3G2OlhM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3G2OlhM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3G2OlhM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3G2OlhM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3G2OlhM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3G2OlhM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3G2OlhM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3G2OlhM .dropdown-item.active,
.cid-uZj3G2OlhM .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3G2OlhM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3G2OlhM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3G2OlhM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3G2OlhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3G2OlhM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3G2OlhM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3G2OlhM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3G2OlhM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3G2OlhM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3G2OlhM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3G2OlhM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3G2OlhM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3G2OlhM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3G2OlhM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3G2OlhM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3G2OlhM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3G2OlhM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3G2OlhM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3G2OlhM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3G2OlhM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3G2OlhM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3G2OlhM .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3G2OlhM .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3G2OlhM .navbar {
    height: 70px;
  }
  .cid-uZj3G2OlhM .navbar.opened {
    height: auto;
  }
  .cid-uZj3G2OlhM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3G2OlhM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3G2OlhM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3G2OlhM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3G2OlhM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3G2OlhM .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3G2OlhM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3G2OlhM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3G2OlhM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3G2OlhM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3G2OlhM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3G2OlhM .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3G2OlhM .content-wrap {
    display: block;
  }
}
.cid-uZj3G3jTvA {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3G3jTvA .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3G3jTvA .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3G3jTvA .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3G3jTvA .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3G3jTvA .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3G3jTvA .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3G3jTvA .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3G3jTvA .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3G3jTvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3G3jTvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3G3jTvA .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3G3jTvA .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3G3jTvA .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3G3jTvA .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3G3jTvA .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3G3jTvA .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3G3jTvA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3G3jTvA .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3G3jTvA .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3G3jTvA .mbr-section-title {
  color: #323432;
}
.cid-uZj3G3jTvA .mbr-text,
.cid-uZj3G3jTvA .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3G3jTvA .mbr-section-title,
.cid-uZj3G3jTvA .mbr-section-btn,
.cid-uZj3G3jTvA .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3G3JELt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3G3JELt .item:focus,
.cid-uZj3G3JELt span:focus {
  outline: none;
}
.cid-uZj3G3JELt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3G3JELt .content-head {
  max-width: 800px;
}
.cid-uZj3G3JELt .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3G3JELt .item {
    min-height: 32.5px;
  }
}
.cid-uZj3G47swa {
  background-color: #eeeef4;
}
.cid-uZj3G47swa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3G47swa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3G47swa .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3G47swa .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3G47swa .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3G47swa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3G47swa .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3G47swa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3G47swa .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3G47swa .mbr-section-title {
  color: #181824;
}
.cid-uZj3G47swa .mbr-text,
.cid-uZj3G47swa .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3G47swa .mbr-section-title,
.cid-uZj3G47swa .mbr-section-btn,
.cid-uZj3G47swa .icon-wrapper {
  text-align: center;
}
.cid-uZj3G47swa .mbr-section-title,
.cid-uZj3G47swa .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3G4WDpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3G4WDpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3G4WDpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3G4WDpk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3G4WDpk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3G4WDpk .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3G4WDpk .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3G4WDpk .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3G4WDpk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3G4WDpk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3G4WDpk .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3G4WDpk .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3G4WDpk .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3G4WDpk .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3G4WDpk .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-title_1,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-title_2,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-text_1,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-text_2,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-price_1,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-price_2,
.cid-uZj3G4WDpk .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3G4WDpk .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3G4WDpk .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3G4WDpk .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3G4WDpk .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3G4WDpk .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3G4WDpk .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3G4WDpk .mbr-section-title,
.cid-uZj3G4WDpk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3G4WDpk .card-title_1 {
  color: #323432;
}
.cid-uZj3G4WDpk .card-text_1 {
  color: #323432;
}
.cid-uZj3G4WDpk .card-price_1 {
  color: #323432;
}
.cid-uZj3G4WDpk .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3G4WDpk .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3G4WDpk .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3G4WDpk .card-title_3 {
  color: #323432;
}
.cid-uZj3G4WDpk .card-text_3 {
  color: #323432;
}
.cid-uZj3G4WDpk .card-price_3 {
  color: #323432;
}
#custom-html-5x {
  /* Type valid CSS here */
}
#custom-html-5x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-5x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3PN1EGl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3PN1EGl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3PN1EGl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3PN1EGl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3PN1EGl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3PN1EGl .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3PN1EGl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3PN1EGl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3PN1EGl .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3PN1EGl .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3PN1EGl .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3PN1EGl .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3PN1EGl .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3PN1EGl .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3PN1EGl .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3PN1EGl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3PN1EGl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3PN1EGl .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3PN1EGl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3PN1EGl .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3PN1EGl .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3PN1EGl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3PN1EGl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3PN1EGl .container,
.cid-uZj3PN1EGl .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .container,
  .cid-uZj3PN1EGl .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3PN1EGl .container,
  .cid-uZj3PN1EGl .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3PN1EGl .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3PN1EGl .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3PN1EGl .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3PN1EGl .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3PN1EGl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3PN1EGl .nav-item:focus,
.cid-uZj3PN1EGl .nav-link:focus {
  outline: none;
}
.cid-uZj3PN1EGl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3PN1EGl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3PN1EGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3PN1EGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3PN1EGl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3PN1EGl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3PN1EGl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3PN1EGl .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3PN1EGl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3PN1EGl .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3PN1EGl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3PN1EGl .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3PN1EGl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3PN1EGl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3PN1EGl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3PN1EGl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3PN1EGl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3PN1EGl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3PN1EGl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3PN1EGl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3PN1EGl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3PN1EGl .navbar {
    min-height: 72px;
  }
  .cid-uZj3PN1EGl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3PN1EGl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3PN1EGl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3PN1EGl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3PN1EGl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3PN1EGl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3PN1EGl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3PN1EGl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3PN1EGl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3PN1EGl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3PN1EGl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3PN1EGl .dropdown-item.active,
.cid-uZj3PN1EGl .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3PN1EGl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3PN1EGl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3PN1EGl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3PN1EGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3PN1EGl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3PN1EGl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3PN1EGl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3PN1EGl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3PN1EGl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3PN1EGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3PN1EGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3PN1EGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3PN1EGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3PN1EGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3PN1EGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3PN1EGl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3PN1EGl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3PN1EGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3PN1EGl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3PN1EGl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3PN1EGl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3PN1EGl .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3PN1EGl .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3PN1EGl .navbar {
    height: 70px;
  }
  .cid-uZj3PN1EGl .navbar.opened {
    height: auto;
  }
  .cid-uZj3PN1EGl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3PN1EGl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3PN1EGl .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3PN1EGl .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3PN1EGl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3PN1EGl .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3PN1EGl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3PN1EGl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3PN1EGl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3PN1EGl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3PN1EGl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3PN1EGl .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3PN1EGl .content-wrap {
    display: block;
  }
}
.cid-uZj3PNvYk7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3PNvYk7 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3PNvYk7 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3PNvYk7 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3PNvYk7 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3PNvYk7 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3PNvYk7 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3PNvYk7 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3PNvYk7 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3PNvYk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3PNvYk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3PNvYk7 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3PNvYk7 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3PNvYk7 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3PNvYk7 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3PNvYk7 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3PNvYk7 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3PNvYk7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3PNvYk7 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3PNvYk7 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3PNvYk7 .mbr-section-title {
  color: #323432;
}
.cid-uZj3PNvYk7 .mbr-text,
.cid-uZj3PNvYk7 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3PNvYk7 .mbr-section-title,
.cid-uZj3PNvYk7 .mbr-section-btn,
.cid-uZj3PNvYk7 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3PNVQa4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3PNVQa4 .item:focus,
.cid-uZj3PNVQa4 span:focus {
  outline: none;
}
.cid-uZj3PNVQa4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3PNVQa4 .content-head {
  max-width: 800px;
}
.cid-uZj3PNVQa4 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3PNVQa4 .item {
    min-height: 32.5px;
  }
}
.cid-uZj3POkYQj {
  background-color: #eeeef4;
}
.cid-uZj3POkYQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3POkYQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3POkYQj .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3POkYQj .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3POkYQj .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3POkYQj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3POkYQj .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3POkYQj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3POkYQj .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3POkYQj .mbr-section-title {
  color: #181824;
}
.cid-uZj3POkYQj .mbr-text,
.cid-uZj3POkYQj .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3POkYQj .mbr-section-title,
.cid-uZj3POkYQj .mbr-section-btn,
.cid-uZj3POkYQj .icon-wrapper {
  text-align: center;
}
.cid-uZj3POkYQj .mbr-section-title,
.cid-uZj3POkYQj .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3PPaQGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3PPaQGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3PPaQGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3PPaQGD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3PPaQGD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3PPaQGD .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3PPaQGD .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3PPaQGD .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3PPaQGD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3PPaQGD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3PPaQGD .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3PPaQGD .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3PPaQGD .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3PPaQGD .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3PPaQGD .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-title_1,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-title_2,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-text_1,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-text_2,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-price_1,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-price_2,
.cid-uZj3PPaQGD .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3PPaQGD .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3PPaQGD .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3PPaQGD .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3PPaQGD .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3PPaQGD .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3PPaQGD .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3PPaQGD .mbr-section-title,
.cid-uZj3PPaQGD .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3PPaQGD .card-title_1 {
  color: #323432;
}
.cid-uZj3PPaQGD .card-text_1 {
  color: #323432;
}
.cid-uZj3PPaQGD .card-price_1 {
  color: #323432;
}
.cid-uZj3PPaQGD .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3PPaQGD .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3PPaQGD .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3PPaQGD .card-title_3 {
  color: #323432;
}
.cid-uZj3PPaQGD .card-text_3 {
  color: #323432;
}
.cid-uZj3PPaQGD .card-price_3 {
  color: #323432;
}
#custom-html-63 {
  /* Type valid CSS here */
}
#custom-html-63 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-63 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3S1vzBI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3S1vzBI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3S1vzBI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3S1vzBI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3S1vzBI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3S1vzBI .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3S1vzBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3S1vzBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3S1vzBI .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3S1vzBI .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3S1vzBI .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3S1vzBI .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3S1vzBI .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3S1vzBI .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3S1vzBI .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3S1vzBI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3S1vzBI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3S1vzBI .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3S1vzBI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3S1vzBI .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3S1vzBI .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3S1vzBI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3S1vzBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3S1vzBI .container,
.cid-uZj3S1vzBI .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .container,
  .cid-uZj3S1vzBI .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3S1vzBI .container,
  .cid-uZj3S1vzBI .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3S1vzBI .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3S1vzBI .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3S1vzBI .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3S1vzBI .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3S1vzBI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3S1vzBI .nav-item:focus,
.cid-uZj3S1vzBI .nav-link:focus {
  outline: none;
}
.cid-uZj3S1vzBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3S1vzBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3S1vzBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3S1vzBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3S1vzBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3S1vzBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3S1vzBI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3S1vzBI .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3S1vzBI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3S1vzBI .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3S1vzBI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3S1vzBI .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3S1vzBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3S1vzBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3S1vzBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3S1vzBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3S1vzBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3S1vzBI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3S1vzBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3S1vzBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3S1vzBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3S1vzBI .navbar {
    min-height: 72px;
  }
  .cid-uZj3S1vzBI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3S1vzBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3S1vzBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3S1vzBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3S1vzBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3S1vzBI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3S1vzBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3S1vzBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3S1vzBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3S1vzBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3S1vzBI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3S1vzBI .dropdown-item.active,
.cid-uZj3S1vzBI .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3S1vzBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3S1vzBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3S1vzBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3S1vzBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3S1vzBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3S1vzBI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3S1vzBI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3S1vzBI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3S1vzBI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3S1vzBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3S1vzBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3S1vzBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3S1vzBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3S1vzBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3S1vzBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3S1vzBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3S1vzBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3S1vzBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3S1vzBI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3S1vzBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3S1vzBI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3S1vzBI .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3S1vzBI .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3S1vzBI .navbar {
    height: 70px;
  }
  .cid-uZj3S1vzBI .navbar.opened {
    height: auto;
  }
  .cid-uZj3S1vzBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3S1vzBI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3S1vzBI .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3S1vzBI .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3S1vzBI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3S1vzBI .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3S1vzBI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3S1vzBI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3S1vzBI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3S1vzBI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3S1vzBI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3S1vzBI .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3S1vzBI .content-wrap {
    display: block;
  }
}
.cid-uZj3S20MVv {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3S20MVv .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3S20MVv .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3S20MVv .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3S20MVv .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3S20MVv .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3S20MVv .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3S20MVv .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3S20MVv .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3S20MVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3S20MVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3S20MVv .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3S20MVv .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3S20MVv .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3S20MVv .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3S20MVv .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3S20MVv .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3S20MVv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3S20MVv .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3S20MVv .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3S20MVv .mbr-section-title {
  color: #323432;
}
.cid-uZj3S20MVv .mbr-text,
.cid-uZj3S20MVv .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3S20MVv .mbr-section-title,
.cid-uZj3S20MVv .mbr-section-btn,
.cid-uZj3S20MVv .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3S2r17j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3S2r17j .item:focus,
.cid-uZj3S2r17j span:focus {
  outline: none;
}
.cid-uZj3S2r17j .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3S2r17j .content-head {
  max-width: 800px;
}
.cid-uZj3S2r17j .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3S2r17j .item {
    min-height: 32.5px;
  }
}
.cid-uZj3S2OWcW {
  background-color: #eeeef4;
}
.cid-uZj3S2OWcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3S2OWcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3S2OWcW .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3S2OWcW .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3S2OWcW .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3S2OWcW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3S2OWcW .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3S2OWcW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3S2OWcW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3S2OWcW .mbr-section-title {
  color: #181824;
}
.cid-uZj3S2OWcW .mbr-text,
.cid-uZj3S2OWcW .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3S2OWcW .mbr-section-title,
.cid-uZj3S2OWcW .mbr-section-btn,
.cid-uZj3S2OWcW .icon-wrapper {
  text-align: center;
}
.cid-uZj3S2OWcW .mbr-section-title,
.cid-uZj3S2OWcW .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3S3FYav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3S3FYav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3S3FYav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3S3FYav .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3S3FYav .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3S3FYav .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3S3FYav .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3S3FYav .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3S3FYav .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3S3FYav .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3S3FYav .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3S3FYav .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3S3FYav .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3S3FYav .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3S3FYav .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-title_1,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-title_2,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-text_1,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-text_2,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-price_1,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-price_2,
.cid-uZj3S3FYav .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3S3FYav .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3S3FYav .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3S3FYav .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3S3FYav .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3S3FYav .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3S3FYav .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3S3FYav .mbr-section-title,
.cid-uZj3S3FYav .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3S3FYav .card-title_1 {
  color: #323432;
}
.cid-uZj3S3FYav .card-text_1 {
  color: #323432;
}
.cid-uZj3S3FYav .card-price_1 {
  color: #323432;
}
.cid-uZj3S3FYav .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3S3FYav .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3S3FYav .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3S3FYav .card-title_3 {
  color: #323432;
}
.cid-uZj3S3FYav .card-text_3 {
  color: #323432;
}
.cid-uZj3S3FYav .card-price_3 {
  color: #323432;
}
#custom-html-69 {
  /* Type valid CSS here */
}
#custom-html-69 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-69 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3Vc3YqG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3Vc3YqG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3Vc3YqG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3Vc3YqG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3Vc3YqG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3Vc3YqG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3Vc3YqG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3Vc3YqG .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3Vc3YqG .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3Vc3YqG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3Vc3YqG .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3Vc3YqG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3Vc3YqG .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3Vc3YqG .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3Vc3YqG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3Vc3YqG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3Vc3YqG .container,
.cid-uZj3Vc3YqG .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .container,
  .cid-uZj3Vc3YqG .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3Vc3YqG .container,
  .cid-uZj3Vc3YqG .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3Vc3YqG .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3Vc3YqG .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3Vc3YqG .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3Vc3YqG .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3Vc3YqG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3Vc3YqG .nav-item:focus,
.cid-uZj3Vc3YqG .nav-link:focus {
  outline: none;
}
.cid-uZj3Vc3YqG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3Vc3YqG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3Vc3YqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3Vc3YqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3Vc3YqG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3Vc3YqG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3Vc3YqG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3Vc3YqG .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3Vc3YqG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3Vc3YqG .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3Vc3YqG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3Vc3YqG .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3Vc3YqG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3Vc3YqG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3Vc3YqG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3Vc3YqG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3Vc3YqG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3Vc3YqG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3Vc3YqG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3Vc3YqG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3Vc3YqG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3Vc3YqG .navbar {
    min-height: 72px;
  }
  .cid-uZj3Vc3YqG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3Vc3YqG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3Vc3YqG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3Vc3YqG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3Vc3YqG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3Vc3YqG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3Vc3YqG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3Vc3YqG .dropdown-item.active,
.cid-uZj3Vc3YqG .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3Vc3YqG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3Vc3YqG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3Vc3YqG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3Vc3YqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3Vc3YqG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3Vc3YqG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3Vc3YqG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3Vc3YqG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3Vc3YqG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3Vc3YqG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3Vc3YqG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3Vc3YqG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3Vc3YqG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3Vc3YqG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3Vc3YqG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3Vc3YqG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3Vc3YqG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3Vc3YqG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3Vc3YqG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3Vc3YqG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3Vc3YqG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3Vc3YqG .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3Vc3YqG .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3Vc3YqG .navbar {
    height: 70px;
  }
  .cid-uZj3Vc3YqG .navbar.opened {
    height: auto;
  }
  .cid-uZj3Vc3YqG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3Vc3YqG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3Vc3YqG .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3Vc3YqG .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3Vc3YqG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3Vc3YqG .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3Vc3YqG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3Vc3YqG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3Vc3YqG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3Vc3YqG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3Vc3YqG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3Vc3YqG .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3Vc3YqG .content-wrap {
    display: block;
  }
}
.cid-uZj3VcyZTy {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3VcyZTy .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3VcyZTy .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3VcyZTy .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3VcyZTy .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3VcyZTy .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3VcyZTy .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3VcyZTy .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3VcyZTy .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3VcyZTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3VcyZTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3VcyZTy .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3VcyZTy .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3VcyZTy .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3VcyZTy .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3VcyZTy .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3VcyZTy .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3VcyZTy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3VcyZTy .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3VcyZTy .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3VcyZTy .mbr-section-title {
  color: #323432;
}
.cid-uZj3VcyZTy .mbr-text,
.cid-uZj3VcyZTy .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3VcyZTy .mbr-section-title,
.cid-uZj3VcyZTy .mbr-section-btn,
.cid-uZj3VcyZTy .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3VcYQpK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3VcYQpK .item:focus,
.cid-uZj3VcYQpK span:focus {
  outline: none;
}
.cid-uZj3VcYQpK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3VcYQpK .content-head {
  max-width: 800px;
}
.cid-uZj3VcYQpK .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3VcYQpK .item {
    min-height: 32.5px;
  }
}
.cid-uZj3VdkeK3 {
  background-color: #eeeef4;
}
.cid-uZj3VdkeK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3VdkeK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3VdkeK3 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3VdkeK3 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3VdkeK3 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3VdkeK3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3VdkeK3 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3VdkeK3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3VdkeK3 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3VdkeK3 .mbr-section-title {
  color: #181824;
}
.cid-uZj3VdkeK3 .mbr-text,
.cid-uZj3VdkeK3 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3VdkeK3 .mbr-section-title,
.cid-uZj3VdkeK3 .mbr-section-btn,
.cid-uZj3VdkeK3 .icon-wrapper {
  text-align: center;
}
.cid-uZj3VdkeK3 .mbr-section-title,
.cid-uZj3VdkeK3 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3VeamK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3VeamK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3VeamK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3VeamK7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3VeamK7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3VeamK7 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3VeamK7 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3VeamK7 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3VeamK7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3VeamK7 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3VeamK7 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3VeamK7 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3VeamK7 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3VeamK7 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3VeamK7 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-title_1,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-title_2,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-text_1,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-text_2,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-price_1,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-price_2,
.cid-uZj3VeamK7 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3VeamK7 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3VeamK7 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3VeamK7 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3VeamK7 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3VeamK7 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3VeamK7 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3VeamK7 .mbr-section-title,
.cid-uZj3VeamK7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3VeamK7 .card-title_1 {
  color: #323432;
}
.cid-uZj3VeamK7 .card-text_1 {
  color: #323432;
}
.cid-uZj3VeamK7 .card-price_1 {
  color: #323432;
}
.cid-uZj3VeamK7 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3VeamK7 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3VeamK7 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3VeamK7 .card-title_3 {
  color: #323432;
}
.cid-uZj3VeamK7 .card-text_3 {
  color: #323432;
}
.cid-uZj3VeamK7 .card-price_3 {
  color: #323432;
}
#custom-html-6f {
  /* Type valid CSS here */
}
#custom-html-6f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-6f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj3XFJcJI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj3XFJcJI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj3XFJcJI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj3XFJcJI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj3XFJcJI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj3XFJcJI .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj3XFJcJI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj3XFJcJI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj3XFJcJI .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj3XFJcJI .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj3XFJcJI .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj3XFJcJI .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj3XFJcJI .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj3XFJcJI .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj3XFJcJI .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj3XFJcJI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj3XFJcJI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj3XFJcJI .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj3XFJcJI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj3XFJcJI .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj3XFJcJI .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3XFJcJI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3XFJcJI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj3XFJcJI .container,
.cid-uZj3XFJcJI .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .container,
  .cid-uZj3XFJcJI .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj3XFJcJI .container,
  .cid-uZj3XFJcJI .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj3XFJcJI .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj3XFJcJI .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj3XFJcJI .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj3XFJcJI .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj3XFJcJI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj3XFJcJI .nav-item:focus,
.cid-uZj3XFJcJI .nav-link:focus {
  outline: none;
}
.cid-uZj3XFJcJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj3XFJcJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj3XFJcJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj3XFJcJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj3XFJcJI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj3XFJcJI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj3XFJcJI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj3XFJcJI .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj3XFJcJI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj3XFJcJI .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj3XFJcJI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj3XFJcJI .navbar.collapsed {
  justify-content: center;
}
.cid-uZj3XFJcJI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj3XFJcJI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj3XFJcJI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj3XFJcJI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj3XFJcJI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj3XFJcJI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj3XFJcJI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj3XFJcJI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj3XFJcJI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj3XFJcJI .navbar {
    min-height: 72px;
  }
  .cid-uZj3XFJcJI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj3XFJcJI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj3XFJcJI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj3XFJcJI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj3XFJcJI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj3XFJcJI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj3XFJcJI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj3XFJcJI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj3XFJcJI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj3XFJcJI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj3XFJcJI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj3XFJcJI .dropdown-item.active,
.cid-uZj3XFJcJI .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj3XFJcJI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj3XFJcJI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj3XFJcJI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj3XFJcJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj3XFJcJI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj3XFJcJI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj3XFJcJI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj3XFJcJI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj3XFJcJI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj3XFJcJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj3XFJcJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj3XFJcJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3XFJcJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj3XFJcJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj3XFJcJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3XFJcJI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj3XFJcJI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj3XFJcJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj3XFJcJI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj3XFJcJI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj3XFJcJI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj3XFJcJI .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj3XFJcJI .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj3XFJcJI .navbar {
    height: 70px;
  }
  .cid-uZj3XFJcJI .navbar.opened {
    height: auto;
  }
  .cid-uZj3XFJcJI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj3XFJcJI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj3XFJcJI .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj3XFJcJI .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj3XFJcJI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj3XFJcJI .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj3XFJcJI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj3XFJcJI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj3XFJcJI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj3XFJcJI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj3XFJcJI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj3XFJcJI .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj3XFJcJI .content-wrap {
    display: block;
  }
}
.cid-uZj3XGfgXd {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj3XGfgXd .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj3XGfgXd .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj3XGfgXd .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj3XGfgXd .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj3XGfgXd .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj3XGfgXd .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj3XGfgXd .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj3XGfgXd .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj3XGfgXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3XGfgXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3XGfgXd .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj3XGfgXd .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj3XGfgXd .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj3XGfgXd .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj3XGfgXd .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj3XGfgXd .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3XGfgXd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj3XGfgXd .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj3XGfgXd .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj3XGfgXd .mbr-section-title {
  color: #323432;
}
.cid-uZj3XGfgXd .mbr-text,
.cid-uZj3XGfgXd .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3XGfgXd .mbr-section-title,
.cid-uZj3XGfgXd .mbr-section-btn,
.cid-uZj3XGfgXd .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj3XGF9JB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj3XGF9JB .item:focus,
.cid-uZj3XGF9JB span:focus {
  outline: none;
}
.cid-uZj3XGF9JB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj3XGF9JB .content-head {
  max-width: 800px;
}
.cid-uZj3XGF9JB .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj3XGF9JB .item {
    min-height: 32.5px;
  }
}
.cid-uZj3XH305Z {
  background-color: #eeeef4;
}
.cid-uZj3XH305Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3XH305Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3XH305Z .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj3XH305Z .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj3XH305Z .content-wrapper {
    width: 100%;
  }
}
.cid-uZj3XH305Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj3XH305Z .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj3XH305Z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj3XH305Z .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj3XH305Z .mbr-section-title {
  color: #181824;
}
.cid-uZj3XH305Z .mbr-text,
.cid-uZj3XH305Z .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj3XH305Z .mbr-section-title,
.cid-uZj3XH305Z .mbr-section-btn,
.cid-uZj3XH305Z .icon-wrapper {
  text-align: center;
}
.cid-uZj3XH305Z .mbr-section-title,
.cid-uZj3XH305Z .mbr-section-btn {
  text-align: justify;
}
.cid-uZj3XHT10V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj3XHT10V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj3XHT10V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj3XHT10V .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3XHT10V .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj3XHT10V .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj3XHT10V .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj3XHT10V .item {
    margin-bottom: 20px;
  }
}
.cid-uZj3XHT10V .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj3XHT10V .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj3XHT10V .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj3XHT10V .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj3XHT10V .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj3XHT10V .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj3XHT10V .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-title_1,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-title_2,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-text_1,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-text_2,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-price_1,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-price_2,
.cid-uZj3XHT10V .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj3XHT10V .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj3XHT10V .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj3XHT10V .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj3XHT10V .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj3XHT10V .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj3XHT10V .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj3XHT10V .mbr-section-title,
.cid-uZj3XHT10V .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj3XHT10V .card-title_1 {
  color: #323432;
}
.cid-uZj3XHT10V .card-text_1 {
  color: #323432;
}
.cid-uZj3XHT10V .card-price_1 {
  color: #323432;
}
.cid-uZj3XHT10V .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj3XHT10V .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj3XHT10V .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj3XHT10V .card-title_3 {
  color: #323432;
}
.cid-uZj3XHT10V .card-text_3 {
  color: #323432;
}
.cid-uZj3XHT10V .card-price_3 {
  color: #323432;
}
#custom-html-6l {
  /* Type valid CSS here */
}
#custom-html-6l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-6l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj40eLJyd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj40eLJyd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj40eLJyd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj40eLJyd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj40eLJyd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj40eLJyd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj40eLJyd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj40eLJyd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj40eLJyd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj40eLJyd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj40eLJyd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj40eLJyd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj40eLJyd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj40eLJyd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj40eLJyd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj40eLJyd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj40eLJyd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj40eLJyd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj40eLJyd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj40eLJyd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj40eLJyd .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj40eLJyd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj40eLJyd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj40eLJyd .container,
.cid-uZj40eLJyd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .container,
  .cid-uZj40eLJyd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj40eLJyd .container,
  .cid-uZj40eLJyd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj40eLJyd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj40eLJyd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj40eLJyd .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj40eLJyd .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj40eLJyd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj40eLJyd .nav-item:focus,
.cid-uZj40eLJyd .nav-link:focus {
  outline: none;
}
.cid-uZj40eLJyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj40eLJyd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj40eLJyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj40eLJyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj40eLJyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj40eLJyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj40eLJyd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj40eLJyd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj40eLJyd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj40eLJyd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj40eLJyd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj40eLJyd .navbar.collapsed {
  justify-content: center;
}
.cid-uZj40eLJyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj40eLJyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj40eLJyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj40eLJyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj40eLJyd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj40eLJyd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj40eLJyd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj40eLJyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj40eLJyd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj40eLJyd .navbar {
    min-height: 72px;
  }
  .cid-uZj40eLJyd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj40eLJyd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj40eLJyd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj40eLJyd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj40eLJyd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj40eLJyd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj40eLJyd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj40eLJyd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj40eLJyd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj40eLJyd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj40eLJyd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj40eLJyd .dropdown-item.active,
.cid-uZj40eLJyd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj40eLJyd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj40eLJyd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj40eLJyd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj40eLJyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj40eLJyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj40eLJyd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj40eLJyd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj40eLJyd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj40eLJyd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj40eLJyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj40eLJyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj40eLJyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj40eLJyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj40eLJyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj40eLJyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj40eLJyd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj40eLJyd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj40eLJyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj40eLJyd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj40eLJyd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj40eLJyd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj40eLJyd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj40eLJyd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj40eLJyd .navbar {
    height: 70px;
  }
  .cid-uZj40eLJyd .navbar.opened {
    height: auto;
  }
  .cid-uZj40eLJyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj40eLJyd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj40eLJyd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj40eLJyd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj40eLJyd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj40eLJyd .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj40eLJyd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj40eLJyd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj40eLJyd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj40eLJyd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj40eLJyd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj40eLJyd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj40eLJyd .content-wrap {
    display: block;
  }
}
.cid-uZj40fhbt5 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj40fhbt5 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj40fhbt5 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj40fhbt5 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj40fhbt5 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj40fhbt5 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj40fhbt5 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj40fhbt5 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj40fhbt5 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj40fhbt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj40fhbt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj40fhbt5 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj40fhbt5 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj40fhbt5 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj40fhbt5 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj40fhbt5 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj40fhbt5 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj40fhbt5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj40fhbt5 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj40fhbt5 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj40fhbt5 .mbr-section-title {
  color: #323432;
}
.cid-uZj40fhbt5 .mbr-text,
.cid-uZj40fhbt5 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj40fhbt5 .mbr-section-title,
.cid-uZj40fhbt5 .mbr-section-btn,
.cid-uZj40fhbt5 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj40fINSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj40fINSC .item:focus,
.cid-uZj40fINSC span:focus {
  outline: none;
}
.cid-uZj40fINSC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj40fINSC .content-head {
  max-width: 800px;
}
.cid-uZj40fINSC .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj40fINSC .item {
    min-height: 32.5px;
  }
}
.cid-uZj40g5OER {
  background-color: #eeeef4;
}
.cid-uZj40g5OER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj40g5OER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj40g5OER .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj40g5OER .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj40g5OER .content-wrapper {
    width: 100%;
  }
}
.cid-uZj40g5OER .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj40g5OER .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj40g5OER .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj40g5OER .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj40g5OER .mbr-section-title {
  color: #181824;
}
.cid-uZj40g5OER .mbr-text,
.cid-uZj40g5OER .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj40g5OER .mbr-section-title,
.cid-uZj40g5OER .mbr-section-btn,
.cid-uZj40g5OER .icon-wrapper {
  text-align: center;
}
.cid-uZj40g5OER .mbr-section-title,
.cid-uZj40g5OER .mbr-section-btn {
  text-align: justify;
}
.cid-uZj40gV0KG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj40gV0KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj40gV0KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj40gV0KG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj40gV0KG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj40gV0KG .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj40gV0KG .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj40gV0KG .item {
    margin-bottom: 20px;
  }
}
.cid-uZj40gV0KG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj40gV0KG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj40gV0KG .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj40gV0KG .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj40gV0KG .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj40gV0KG .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj40gV0KG .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-title_1,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-title_2,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-text_1,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-text_2,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-price_1,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-price_2,
.cid-uZj40gV0KG .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj40gV0KG .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj40gV0KG .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj40gV0KG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj40gV0KG .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj40gV0KG .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj40gV0KG .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj40gV0KG .mbr-section-title,
.cid-uZj40gV0KG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj40gV0KG .card-title_1 {
  color: #323432;
}
.cid-uZj40gV0KG .card-text_1 {
  color: #323432;
}
.cid-uZj40gV0KG .card-price_1 {
  color: #323432;
}
.cid-uZj40gV0KG .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj40gV0KG .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj40gV0KG .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj40gV0KG .card-title_3 {
  color: #323432;
}
.cid-uZj40gV0KG .card-text_3 {
  color: #323432;
}
.cid-uZj40gV0KG .card-price_3 {
  color: #323432;
}
#custom-html-6r {
  /* Type valid CSS here */
}
#custom-html-6r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-6r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj42F25zm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj42F25zm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj42F25zm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj42F25zm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj42F25zm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj42F25zm .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj42F25zm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj42F25zm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj42F25zm .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj42F25zm .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj42F25zm .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj42F25zm .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj42F25zm .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj42F25zm .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj42F25zm .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj42F25zm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj42F25zm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj42F25zm .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj42F25zm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj42F25zm .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj42F25zm .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj42F25zm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj42F25zm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj42F25zm .container,
.cid-uZj42F25zm .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .container,
  .cid-uZj42F25zm .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj42F25zm .container,
  .cid-uZj42F25zm .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj42F25zm .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj42F25zm .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj42F25zm .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj42F25zm .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj42F25zm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj42F25zm .nav-item:focus,
.cid-uZj42F25zm .nav-link:focus {
  outline: none;
}
.cid-uZj42F25zm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj42F25zm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj42F25zm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj42F25zm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj42F25zm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj42F25zm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj42F25zm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj42F25zm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj42F25zm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj42F25zm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj42F25zm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj42F25zm .navbar.collapsed {
  justify-content: center;
}
.cid-uZj42F25zm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj42F25zm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj42F25zm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj42F25zm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj42F25zm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj42F25zm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj42F25zm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj42F25zm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj42F25zm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj42F25zm .navbar {
    min-height: 72px;
  }
  .cid-uZj42F25zm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj42F25zm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj42F25zm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj42F25zm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj42F25zm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj42F25zm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj42F25zm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj42F25zm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj42F25zm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj42F25zm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj42F25zm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj42F25zm .dropdown-item.active,
.cid-uZj42F25zm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj42F25zm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj42F25zm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj42F25zm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj42F25zm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj42F25zm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj42F25zm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj42F25zm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj42F25zm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj42F25zm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj42F25zm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj42F25zm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj42F25zm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj42F25zm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj42F25zm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj42F25zm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj42F25zm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj42F25zm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj42F25zm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj42F25zm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj42F25zm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj42F25zm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj42F25zm .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj42F25zm .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj42F25zm .navbar {
    height: 70px;
  }
  .cid-uZj42F25zm .navbar.opened {
    height: auto;
  }
  .cid-uZj42F25zm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj42F25zm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj42F25zm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj42F25zm .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj42F25zm .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj42F25zm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj42F25zm .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj42F25zm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj42F25zm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj42F25zm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj42F25zm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj42F25zm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj42F25zm .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj42F25zm .content-wrap {
    display: block;
  }
}
.cid-uZj42FxDrA {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj42FxDrA .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj42FxDrA .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj42FxDrA .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj42FxDrA .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj42FxDrA .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj42FxDrA .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj42FxDrA .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj42FxDrA .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj42FxDrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj42FxDrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj42FxDrA .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj42FxDrA .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj42FxDrA .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj42FxDrA .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj42FxDrA .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj42FxDrA .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj42FxDrA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj42FxDrA .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj42FxDrA .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj42FxDrA .mbr-section-title {
  color: #323432;
}
.cid-uZj42FxDrA .mbr-text,
.cid-uZj42FxDrA .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj42FxDrA .mbr-section-title,
.cid-uZj42FxDrA .mbr-section-btn,
.cid-uZj42FxDrA .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj42FZTYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj42FZTYx .item:focus,
.cid-uZj42FZTYx span:focus {
  outline: none;
}
.cid-uZj42FZTYx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj42FZTYx .content-head {
  max-width: 800px;
}
.cid-uZj42FZTYx .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj42FZTYx .item {
    min-height: 32.5px;
  }
}
.cid-uZj42GmbCw {
  background-color: #eeeef4;
}
.cid-uZj42GmbCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj42GmbCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj42GmbCw .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj42GmbCw .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj42GmbCw .content-wrapper {
    width: 100%;
  }
}
.cid-uZj42GmbCw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj42GmbCw .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj42GmbCw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj42GmbCw .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj42GmbCw .mbr-section-title {
  color: #181824;
}
.cid-uZj42GmbCw .mbr-text,
.cid-uZj42GmbCw .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj42GmbCw .mbr-section-title,
.cid-uZj42GmbCw .mbr-section-btn,
.cid-uZj42GmbCw .icon-wrapper {
  text-align: center;
}
.cid-uZj42GmbCw .mbr-section-title,
.cid-uZj42GmbCw .mbr-section-btn {
  text-align: justify;
}
.cid-uZj42Hc7oE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj42Hc7oE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj42Hc7oE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj42Hc7oE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj42Hc7oE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj42Hc7oE .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj42Hc7oE .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj42Hc7oE .item {
    margin-bottom: 20px;
  }
}
.cid-uZj42Hc7oE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj42Hc7oE .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj42Hc7oE .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj42Hc7oE .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj42Hc7oE .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj42Hc7oE .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj42Hc7oE .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-title_1,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-title_2,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-text_1,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-text_2,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-price_1,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-price_2,
.cid-uZj42Hc7oE .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj42Hc7oE .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj42Hc7oE .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj42Hc7oE .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj42Hc7oE .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj42Hc7oE .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj42Hc7oE .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj42Hc7oE .mbr-section-title,
.cid-uZj42Hc7oE .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj42Hc7oE .card-title_1 {
  color: #323432;
}
.cid-uZj42Hc7oE .card-text_1 {
  color: #323432;
}
.cid-uZj42Hc7oE .card-price_1 {
  color: #323432;
}
.cid-uZj42Hc7oE .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj42Hc7oE .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj42Hc7oE .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj42Hc7oE .card-title_3 {
  color: #323432;
}
.cid-uZj42Hc7oE .card-text_3 {
  color: #323432;
}
.cid-uZj42Hc7oE .card-price_3 {
  color: #323432;
}
#custom-html-6x {
  /* Type valid CSS here */
}
#custom-html-6x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-6x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj459Somm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj459Somm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj459Somm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj459Somm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj459Somm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj459Somm .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj459Somm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj459Somm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj459Somm .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj459Somm .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj459Somm .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj459Somm .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj459Somm .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj459Somm .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj459Somm .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj459Somm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj459Somm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj459Somm .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj459Somm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj459Somm .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj459Somm .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj459Somm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj459Somm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj459Somm .container,
.cid-uZj459Somm .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .container,
  .cid-uZj459Somm .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj459Somm .container,
  .cid-uZj459Somm .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj459Somm .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj459Somm .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj459Somm .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj459Somm .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj459Somm .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj459Somm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj459Somm .nav-item:focus,
.cid-uZj459Somm .nav-link:focus {
  outline: none;
}
.cid-uZj459Somm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj459Somm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj459Somm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj459Somm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj459Somm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj459Somm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj459Somm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj459Somm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj459Somm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj459Somm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj459Somm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj459Somm .navbar.collapsed {
  justify-content: center;
}
.cid-uZj459Somm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj459Somm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj459Somm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj459Somm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj459Somm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj459Somm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj459Somm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj459Somm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj459Somm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj459Somm .navbar {
    min-height: 72px;
  }
  .cid-uZj459Somm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj459Somm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj459Somm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj459Somm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj459Somm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj459Somm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj459Somm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj459Somm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj459Somm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj459Somm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj459Somm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj459Somm .dropdown-item.active,
.cid-uZj459Somm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj459Somm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj459Somm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj459Somm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj459Somm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj459Somm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj459Somm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj459Somm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj459Somm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj459Somm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj459Somm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj459Somm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj459Somm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj459Somm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj459Somm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj459Somm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj459Somm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj459Somm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj459Somm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj459Somm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj459Somm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj459Somm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj459Somm .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj459Somm .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj459Somm .navbar {
    height: 70px;
  }
  .cid-uZj459Somm .navbar.opened {
    height: auto;
  }
  .cid-uZj459Somm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj459Somm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj459Somm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj459Somm .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj459Somm .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj459Somm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj459Somm .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj459Somm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj459Somm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj459Somm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj459Somm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj459Somm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj459Somm .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj459Somm .content-wrap {
    display: block;
  }
}
.cid-uZj45ao94F {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj45ao94F .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj45ao94F .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj45ao94F .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj45ao94F .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj45ao94F .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj45ao94F .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj45ao94F .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj45ao94F .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj45ao94F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj45ao94F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj45ao94F .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj45ao94F .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj45ao94F .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj45ao94F .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj45ao94F .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj45ao94F .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj45ao94F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj45ao94F .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj45ao94F .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj45ao94F .mbr-section-title {
  color: #323432;
}
.cid-uZj45ao94F .mbr-text,
.cid-uZj45ao94F .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj45ao94F .mbr-section-title,
.cid-uZj45ao94F .mbr-section-btn,
.cid-uZj45ao94F .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj45aO01I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj45aO01I .item:focus,
.cid-uZj45aO01I span:focus {
  outline: none;
}
.cid-uZj45aO01I .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj45aO01I .content-head {
  max-width: 800px;
}
.cid-uZj45aO01I .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj45aO01I .item {
    min-height: 32.5px;
  }
}
.cid-uZj45bdOc9 {
  background-color: #eeeef4;
}
.cid-uZj45bdOc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj45bdOc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj45bdOc9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj45bdOc9 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj45bdOc9 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj45bdOc9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj45bdOc9 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj45bdOc9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj45bdOc9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj45bdOc9 .mbr-section-title {
  color: #181824;
}
.cid-uZj45bdOc9 .mbr-text,
.cid-uZj45bdOc9 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj45bdOc9 .mbr-section-title,
.cid-uZj45bdOc9 .mbr-section-btn,
.cid-uZj45bdOc9 .icon-wrapper {
  text-align: center;
}
.cid-uZj45bdOc9 .mbr-section-title,
.cid-uZj45bdOc9 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj45c5kRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj45c5kRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj45c5kRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj45c5kRG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj45c5kRG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj45c5kRG .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj45c5kRG .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj45c5kRG .item {
    margin-bottom: 20px;
  }
}
.cid-uZj45c5kRG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj45c5kRG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj45c5kRG .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj45c5kRG .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj45c5kRG .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj45c5kRG .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj45c5kRG .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-title_1,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-title_2,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-text_1,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-text_2,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-price_1,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-price_2,
.cid-uZj45c5kRG .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj45c5kRG .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj45c5kRG .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj45c5kRG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj45c5kRG .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj45c5kRG .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj45c5kRG .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj45c5kRG .mbr-section-title,
.cid-uZj45c5kRG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj45c5kRG .card-title_1 {
  color: #323432;
}
.cid-uZj45c5kRG .card-text_1 {
  color: #323432;
}
.cid-uZj45c5kRG .card-price_1 {
  color: #323432;
}
.cid-uZj45c5kRG .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj45c5kRG .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj45c5kRG .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj45c5kRG .card-title_3 {
  color: #323432;
}
.cid-uZj45c5kRG .card-text_3 {
  color: #323432;
}
.cid-uZj45c5kRG .card-price_3 {
  color: #323432;
}
#custom-html-73 {
  /* Type valid CSS here */
}
#custom-html-73 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-73 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj47Pnzp1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj47Pnzp1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj47Pnzp1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj47Pnzp1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj47Pnzp1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj47Pnzp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj47Pnzp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj47Pnzp1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj47Pnzp1 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj47Pnzp1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj47Pnzp1 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj47Pnzp1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj47Pnzp1 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj47Pnzp1 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj47Pnzp1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj47Pnzp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj47Pnzp1 .container,
.cid-uZj47Pnzp1 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .container,
  .cid-uZj47Pnzp1 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj47Pnzp1 .container,
  .cid-uZj47Pnzp1 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj47Pnzp1 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj47Pnzp1 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj47Pnzp1 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj47Pnzp1 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj47Pnzp1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj47Pnzp1 .nav-item:focus,
.cid-uZj47Pnzp1 .nav-link:focus {
  outline: none;
}
.cid-uZj47Pnzp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj47Pnzp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj47Pnzp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj47Pnzp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj47Pnzp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj47Pnzp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj47Pnzp1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj47Pnzp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj47Pnzp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj47Pnzp1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj47Pnzp1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj47Pnzp1 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj47Pnzp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj47Pnzp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj47Pnzp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj47Pnzp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj47Pnzp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj47Pnzp1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj47Pnzp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj47Pnzp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj47Pnzp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj47Pnzp1 .navbar {
    min-height: 72px;
  }
  .cid-uZj47Pnzp1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj47Pnzp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj47Pnzp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj47Pnzp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj47Pnzp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj47Pnzp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj47Pnzp1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj47Pnzp1 .dropdown-item.active,
.cid-uZj47Pnzp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj47Pnzp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj47Pnzp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj47Pnzp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj47Pnzp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj47Pnzp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj47Pnzp1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj47Pnzp1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj47Pnzp1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj47Pnzp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj47Pnzp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj47Pnzp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj47Pnzp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj47Pnzp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj47Pnzp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj47Pnzp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj47Pnzp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj47Pnzp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj47Pnzp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj47Pnzp1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj47Pnzp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj47Pnzp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj47Pnzp1 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj47Pnzp1 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj47Pnzp1 .navbar {
    height: 70px;
  }
  .cid-uZj47Pnzp1 .navbar.opened {
    height: auto;
  }
  .cid-uZj47Pnzp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj47Pnzp1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj47Pnzp1 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj47Pnzp1 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj47Pnzp1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj47Pnzp1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj47Pnzp1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj47Pnzp1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj47Pnzp1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj47Pnzp1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj47Pnzp1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj47Pnzp1 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj47Pnzp1 .content-wrap {
    display: block;
  }
}
.cid-uZj47PTg6s {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj47PTg6s .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj47PTg6s .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj47PTg6s .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj47PTg6s .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj47PTg6s .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj47PTg6s .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj47PTg6s .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj47PTg6s .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj47PTg6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj47PTg6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj47PTg6s .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj47PTg6s .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj47PTg6s .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj47PTg6s .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj47PTg6s .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj47PTg6s .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj47PTg6s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj47PTg6s .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj47PTg6s .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj47PTg6s .mbr-section-title {
  color: #323432;
}
.cid-uZj47PTg6s .mbr-text,
.cid-uZj47PTg6s .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj47PTg6s .mbr-section-title,
.cid-uZj47PTg6s .mbr-section-btn,
.cid-uZj47PTg6s .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj47QiEJw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj47QiEJw .item:focus,
.cid-uZj47QiEJw span:focus {
  outline: none;
}
.cid-uZj47QiEJw .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj47QiEJw .content-head {
  max-width: 800px;
}
.cid-uZj47QiEJw .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj47QiEJw .item {
    min-height: 32.5px;
  }
}
.cid-uZj47QFHC7 {
  background-color: #eeeef4;
}
.cid-uZj47QFHC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj47QFHC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj47QFHC7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj47QFHC7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj47QFHC7 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj47QFHC7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj47QFHC7 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj47QFHC7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj47QFHC7 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj47QFHC7 .mbr-section-title {
  color: #181824;
}
.cid-uZj47QFHC7 .mbr-text,
.cid-uZj47QFHC7 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj47QFHC7 .mbr-section-title,
.cid-uZj47QFHC7 .mbr-section-btn,
.cid-uZj47QFHC7 .icon-wrapper {
  text-align: center;
}
.cid-uZj47QFHC7 .mbr-section-title,
.cid-uZj47QFHC7 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj47Rvrnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj47Rvrnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj47Rvrnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj47Rvrnh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj47Rvrnh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj47Rvrnh .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj47Rvrnh .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj47Rvrnh .item {
    margin-bottom: 20px;
  }
}
.cid-uZj47Rvrnh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj47Rvrnh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj47Rvrnh .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj47Rvrnh .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj47Rvrnh .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj47Rvrnh .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj47Rvrnh .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-title_1,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-title_2,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-text_1,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-text_2,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-price_1,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-price_2,
.cid-uZj47Rvrnh .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj47Rvrnh .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj47Rvrnh .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj47Rvrnh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj47Rvrnh .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj47Rvrnh .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj47Rvrnh .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj47Rvrnh .mbr-section-title,
.cid-uZj47Rvrnh .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj47Rvrnh .card-title_1 {
  color: #323432;
}
.cid-uZj47Rvrnh .card-text_1 {
  color: #323432;
}
.cid-uZj47Rvrnh .card-price_1 {
  color: #323432;
}
.cid-uZj47Rvrnh .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj47Rvrnh .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj47Rvrnh .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj47Rvrnh .card-title_3 {
  color: #323432;
}
.cid-uZj47Rvrnh .card-text_3 {
  color: #323432;
}
.cid-uZj47Rvrnh .card-price_3 {
  color: #323432;
}
#custom-html-79 {
  /* Type valid CSS here */
}
#custom-html-79 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-79 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4atSb6v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4atSb6v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4atSb6v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4atSb6v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4atSb6v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4atSb6v .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4atSb6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4atSb6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4atSb6v .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4atSb6v .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4atSb6v .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4atSb6v .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4atSb6v .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4atSb6v .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4atSb6v .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4atSb6v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4atSb6v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4atSb6v .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4atSb6v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4atSb6v .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4atSb6v .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4atSb6v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4atSb6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4atSb6v .container,
.cid-uZj4atSb6v .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .container,
  .cid-uZj4atSb6v .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4atSb6v .container,
  .cid-uZj4atSb6v .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4atSb6v .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4atSb6v .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4atSb6v .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4atSb6v .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4atSb6v .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4atSb6v .nav-item:focus,
.cid-uZj4atSb6v .nav-link:focus {
  outline: none;
}
.cid-uZj4atSb6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4atSb6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4atSb6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4atSb6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4atSb6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4atSb6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4atSb6v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4atSb6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4atSb6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4atSb6v .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4atSb6v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4atSb6v .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4atSb6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4atSb6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4atSb6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4atSb6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4atSb6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4atSb6v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4atSb6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4atSb6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4atSb6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4atSb6v .navbar {
    min-height: 72px;
  }
  .cid-uZj4atSb6v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4atSb6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4atSb6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4atSb6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4atSb6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4atSb6v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4atSb6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4atSb6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4atSb6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4atSb6v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4atSb6v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4atSb6v .dropdown-item.active,
.cid-uZj4atSb6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4atSb6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4atSb6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4atSb6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4atSb6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4atSb6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4atSb6v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4atSb6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4atSb6v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4atSb6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4atSb6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4atSb6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4atSb6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4atSb6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4atSb6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4atSb6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4atSb6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4atSb6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4atSb6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4atSb6v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4atSb6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4atSb6v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4atSb6v .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4atSb6v .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4atSb6v .navbar {
    height: 70px;
  }
  .cid-uZj4atSb6v .navbar.opened {
    height: auto;
  }
  .cid-uZj4atSb6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4atSb6v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4atSb6v .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4atSb6v .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4atSb6v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4atSb6v .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4atSb6v .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4atSb6v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4atSb6v .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4atSb6v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4atSb6v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4atSb6v .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4atSb6v .content-wrap {
    display: block;
  }
}
.cid-uZj4aumkt4 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4aumkt4 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4aumkt4 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4aumkt4 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4aumkt4 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4aumkt4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4aumkt4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4aumkt4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4aumkt4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4aumkt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4aumkt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4aumkt4 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4aumkt4 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4aumkt4 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4aumkt4 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4aumkt4 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4aumkt4 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4aumkt4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4aumkt4 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4aumkt4 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4aumkt4 .mbr-section-title {
  color: #323432;
}
.cid-uZj4aumkt4 .mbr-text,
.cid-uZj4aumkt4 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4aumkt4 .mbr-section-title,
.cid-uZj4aumkt4 .mbr-section-btn,
.cid-uZj4aumkt4 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4auLnNK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4auLnNK .item:focus,
.cid-uZj4auLnNK span:focus {
  outline: none;
}
.cid-uZj4auLnNK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4auLnNK .content-head {
  max-width: 800px;
}
.cid-uZj4auLnNK .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4auLnNK .item {
    min-height: 32.5px;
  }
}
.cid-uZj4av8pWw {
  background-color: #eeeef4;
}
.cid-uZj4av8pWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4av8pWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4av8pWw .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4av8pWw .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4av8pWw .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4av8pWw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4av8pWw .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4av8pWw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4av8pWw .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4av8pWw .mbr-section-title {
  color: #181824;
}
.cid-uZj4av8pWw .mbr-text,
.cid-uZj4av8pWw .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4av8pWw .mbr-section-title,
.cid-uZj4av8pWw .mbr-section-btn,
.cid-uZj4av8pWw .icon-wrapper {
  text-align: center;
}
.cid-uZj4av8pWw .mbr-section-title,
.cid-uZj4av8pWw .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4avWAVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4avWAVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4avWAVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4avWAVI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4avWAVI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4avWAVI .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4avWAVI .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4avWAVI .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4avWAVI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4avWAVI .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4avWAVI .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4avWAVI .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4avWAVI .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4avWAVI .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4avWAVI .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-title_1,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-title_2,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-text_1,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-text_2,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-price_1,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-price_2,
.cid-uZj4avWAVI .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4avWAVI .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4avWAVI .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4avWAVI .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4avWAVI .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4avWAVI .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4avWAVI .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4avWAVI .mbr-section-title,
.cid-uZj4avWAVI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4avWAVI .card-title_1 {
  color: #323432;
}
.cid-uZj4avWAVI .card-text_1 {
  color: #323432;
}
.cid-uZj4avWAVI .card-price_1 {
  color: #323432;
}
.cid-uZj4avWAVI .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4avWAVI .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4avWAVI .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4avWAVI .card-title_3 {
  color: #323432;
}
.cid-uZj4avWAVI .card-text_3 {
  color: #323432;
}
.cid-uZj4avWAVI .card-price_3 {
  color: #323432;
}
#custom-html-7f {
  /* Type valid CSS here */
}
#custom-html-7f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-7f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4dprL6W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4dprL6W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4dprL6W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4dprL6W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4dprL6W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4dprL6W .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4dprL6W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4dprL6W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4dprL6W .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4dprL6W .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4dprL6W .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4dprL6W .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4dprL6W .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4dprL6W .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4dprL6W .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4dprL6W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4dprL6W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4dprL6W .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4dprL6W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4dprL6W .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4dprL6W .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4dprL6W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4dprL6W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4dprL6W .container,
.cid-uZj4dprL6W .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .container,
  .cid-uZj4dprL6W .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4dprL6W .container,
  .cid-uZj4dprL6W .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4dprL6W .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4dprL6W .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4dprL6W .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4dprL6W .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4dprL6W .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4dprL6W .nav-item:focus,
.cid-uZj4dprL6W .nav-link:focus {
  outline: none;
}
.cid-uZj4dprL6W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4dprL6W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4dprL6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4dprL6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4dprL6W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4dprL6W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4dprL6W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4dprL6W .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4dprL6W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4dprL6W .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4dprL6W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4dprL6W .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4dprL6W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4dprL6W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4dprL6W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4dprL6W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4dprL6W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4dprL6W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4dprL6W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4dprL6W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4dprL6W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4dprL6W .navbar {
    min-height: 72px;
  }
  .cid-uZj4dprL6W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4dprL6W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4dprL6W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4dprL6W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4dprL6W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4dprL6W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4dprL6W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4dprL6W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4dprL6W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4dprL6W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4dprL6W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4dprL6W .dropdown-item.active,
.cid-uZj4dprL6W .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4dprL6W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4dprL6W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4dprL6W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4dprL6W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4dprL6W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4dprL6W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4dprL6W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4dprL6W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4dprL6W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4dprL6W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4dprL6W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4dprL6W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4dprL6W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4dprL6W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4dprL6W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4dprL6W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4dprL6W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4dprL6W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4dprL6W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4dprL6W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4dprL6W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4dprL6W .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4dprL6W .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4dprL6W .navbar {
    height: 70px;
  }
  .cid-uZj4dprL6W .navbar.opened {
    height: auto;
  }
  .cid-uZj4dprL6W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4dprL6W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4dprL6W .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4dprL6W .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4dprL6W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4dprL6W .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4dprL6W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4dprL6W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4dprL6W .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4dprL6W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4dprL6W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4dprL6W .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4dprL6W .content-wrap {
    display: block;
  }
}
.cid-uZj4dpWxrh {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4dpWxrh .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4dpWxrh .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4dpWxrh .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4dpWxrh .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4dpWxrh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4dpWxrh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4dpWxrh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4dpWxrh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4dpWxrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4dpWxrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4dpWxrh .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4dpWxrh .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4dpWxrh .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4dpWxrh .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4dpWxrh .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4dpWxrh .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4dpWxrh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4dpWxrh .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4dpWxrh .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4dpWxrh .mbr-section-title {
  color: #323432;
}
.cid-uZj4dpWxrh .mbr-text,
.cid-uZj4dpWxrh .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4dpWxrh .mbr-section-title,
.cid-uZj4dpWxrh .mbr-section-btn,
.cid-uZj4dpWxrh .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4dqmxoL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4dqmxoL .item:focus,
.cid-uZj4dqmxoL span:focus {
  outline: none;
}
.cid-uZj4dqmxoL .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4dqmxoL .content-head {
  max-width: 800px;
}
.cid-uZj4dqmxoL .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4dqmxoL .item {
    min-height: 32.5px;
  }
}
.cid-uZj4dqJjSM {
  background-color: #eeeef4;
}
.cid-uZj4dqJjSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4dqJjSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4dqJjSM .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4dqJjSM .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4dqJjSM .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4dqJjSM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4dqJjSM .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4dqJjSM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4dqJjSM .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4dqJjSM .mbr-section-title {
  color: #181824;
}
.cid-uZj4dqJjSM .mbr-text,
.cid-uZj4dqJjSM .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4dqJjSM .mbr-section-title,
.cid-uZj4dqJjSM .mbr-section-btn,
.cid-uZj4dqJjSM .icon-wrapper {
  text-align: center;
}
.cid-uZj4dqJjSM .mbr-section-title,
.cid-uZj4dqJjSM .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4dryVOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4dryVOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4dryVOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4dryVOM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4dryVOM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4dryVOM .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4dryVOM .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4dryVOM .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4dryVOM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4dryVOM .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4dryVOM .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4dryVOM .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4dryVOM .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4dryVOM .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4dryVOM .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-title_1,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-title_2,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-text_1,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-text_2,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-price_1,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-price_2,
.cid-uZj4dryVOM .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4dryVOM .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4dryVOM .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4dryVOM .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4dryVOM .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4dryVOM .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4dryVOM .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4dryVOM .mbr-section-title,
.cid-uZj4dryVOM .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4dryVOM .card-title_1 {
  color: #323432;
}
.cid-uZj4dryVOM .card-text_1 {
  color: #323432;
}
.cid-uZj4dryVOM .card-price_1 {
  color: #323432;
}
.cid-uZj4dryVOM .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4dryVOM .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4dryVOM .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4dryVOM .card-title_3 {
  color: #323432;
}
.cid-uZj4dryVOM .card-text_3 {
  color: #323432;
}
.cid-uZj4dryVOM .card-price_3 {
  color: #323432;
}
#custom-html-7l {
  /* Type valid CSS here */
}
#custom-html-7l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-7l p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4geCHB9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4geCHB9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4geCHB9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4geCHB9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4geCHB9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4geCHB9 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4geCHB9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4geCHB9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4geCHB9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4geCHB9 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4geCHB9 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4geCHB9 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4geCHB9 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4geCHB9 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4geCHB9 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4geCHB9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4geCHB9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4geCHB9 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4geCHB9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4geCHB9 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4geCHB9 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4geCHB9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4geCHB9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4geCHB9 .container,
.cid-uZj4geCHB9 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .container,
  .cid-uZj4geCHB9 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4geCHB9 .container,
  .cid-uZj4geCHB9 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4geCHB9 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4geCHB9 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4geCHB9 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4geCHB9 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4geCHB9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4geCHB9 .nav-item:focus,
.cid-uZj4geCHB9 .nav-link:focus {
  outline: none;
}
.cid-uZj4geCHB9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4geCHB9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4geCHB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4geCHB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4geCHB9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4geCHB9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4geCHB9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4geCHB9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4geCHB9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4geCHB9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4geCHB9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4geCHB9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4geCHB9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4geCHB9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4geCHB9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4geCHB9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4geCHB9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4geCHB9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4geCHB9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4geCHB9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4geCHB9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4geCHB9 .navbar {
    min-height: 72px;
  }
  .cid-uZj4geCHB9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4geCHB9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4geCHB9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4geCHB9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4geCHB9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4geCHB9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4geCHB9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4geCHB9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4geCHB9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4geCHB9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4geCHB9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4geCHB9 .dropdown-item.active,
.cid-uZj4geCHB9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4geCHB9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4geCHB9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4geCHB9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4geCHB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4geCHB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4geCHB9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4geCHB9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4geCHB9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4geCHB9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4geCHB9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4geCHB9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4geCHB9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4geCHB9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4geCHB9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4geCHB9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4geCHB9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4geCHB9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4geCHB9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4geCHB9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4geCHB9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4geCHB9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4geCHB9 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4geCHB9 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4geCHB9 .navbar {
    height: 70px;
  }
  .cid-uZj4geCHB9 .navbar.opened {
    height: auto;
  }
  .cid-uZj4geCHB9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4geCHB9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4geCHB9 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4geCHB9 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4geCHB9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4geCHB9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4geCHB9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4geCHB9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4geCHB9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4geCHB9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4geCHB9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4geCHB9 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4geCHB9 .content-wrap {
    display: block;
  }
}
.cid-uZj4gf6Kk6 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4gf6Kk6 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4gf6Kk6 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4gf6Kk6 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4gf6Kk6 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4gf6Kk6 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4gf6Kk6 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4gf6Kk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4gf6Kk6 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4gf6Kk6 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4gf6Kk6 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4gf6Kk6 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4gf6Kk6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4gf6Kk6 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4gf6Kk6 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4gf6Kk6 .mbr-section-title {
  color: #323432;
}
.cid-uZj4gf6Kk6 .mbr-text,
.cid-uZj4gf6Kk6 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4gf6Kk6 .mbr-section-title,
.cid-uZj4gf6Kk6 .mbr-section-btn,
.cid-uZj4gf6Kk6 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4gfwiGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4gfwiGT .item:focus,
.cid-uZj4gfwiGT span:focus {
  outline: none;
}
.cid-uZj4gfwiGT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4gfwiGT .content-head {
  max-width: 800px;
}
.cid-uZj4gfwiGT .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4gfwiGT .item {
    min-height: 32.5px;
  }
}
.cid-uZj4gfTIVk {
  background-color: #eeeef4;
}
.cid-uZj4gfTIVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4gfTIVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4gfTIVk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4gfTIVk .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4gfTIVk .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4gfTIVk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4gfTIVk .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4gfTIVk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4gfTIVk .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4gfTIVk .mbr-section-title {
  color: #181824;
}
.cid-uZj4gfTIVk .mbr-text,
.cid-uZj4gfTIVk .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4gfTIVk .mbr-section-title,
.cid-uZj4gfTIVk .mbr-section-btn,
.cid-uZj4gfTIVk .icon-wrapper {
  text-align: center;
}
.cid-uZj4gfTIVk .mbr-section-title,
.cid-uZj4gfTIVk .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4ggKvJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4ggKvJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4ggKvJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4ggKvJ5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4ggKvJ5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4ggKvJ5 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4ggKvJ5 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4ggKvJ5 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4ggKvJ5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4ggKvJ5 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4ggKvJ5 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4ggKvJ5 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4ggKvJ5 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-title_1,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-title_2,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-text_1,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-text_2,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-price_1,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-price_2,
.cid-uZj4ggKvJ5 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4ggKvJ5 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4ggKvJ5 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4ggKvJ5 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4ggKvJ5 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4ggKvJ5 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4ggKvJ5 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4ggKvJ5 .mbr-section-title,
.cid-uZj4ggKvJ5 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4ggKvJ5 .card-title_1 {
  color: #323432;
}
.cid-uZj4ggKvJ5 .card-text_1 {
  color: #323432;
}
.cid-uZj4ggKvJ5 .card-price_1 {
  color: #323432;
}
.cid-uZj4ggKvJ5 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4ggKvJ5 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4ggKvJ5 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4ggKvJ5 .card-title_3 {
  color: #323432;
}
.cid-uZj4ggKvJ5 .card-text_3 {
  color: #323432;
}
.cid-uZj4ggKvJ5 .card-price_3 {
  color: #323432;
}
#custom-html-7r {
  /* Type valid CSS here */
}
#custom-html-7r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-7r p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4j7hnFy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4j7hnFy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4j7hnFy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4j7hnFy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4j7hnFy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4j7hnFy .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4j7hnFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4j7hnFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4j7hnFy .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4j7hnFy .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4j7hnFy .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4j7hnFy .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4j7hnFy .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4j7hnFy .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4j7hnFy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4j7hnFy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4j7hnFy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4j7hnFy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4j7hnFy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4j7hnFy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4j7hnFy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4j7hnFy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4j7hnFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4j7hnFy .container,
.cid-uZj4j7hnFy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .container,
  .cid-uZj4j7hnFy .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4j7hnFy .container,
  .cid-uZj4j7hnFy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4j7hnFy .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4j7hnFy .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4j7hnFy .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4j7hnFy .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4j7hnFy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4j7hnFy .nav-item:focus,
.cid-uZj4j7hnFy .nav-link:focus {
  outline: none;
}
.cid-uZj4j7hnFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4j7hnFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4j7hnFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4j7hnFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4j7hnFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4j7hnFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4j7hnFy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4j7hnFy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4j7hnFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4j7hnFy .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4j7hnFy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4j7hnFy .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4j7hnFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4j7hnFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4j7hnFy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4j7hnFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4j7hnFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4j7hnFy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4j7hnFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4j7hnFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4j7hnFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4j7hnFy .navbar {
    min-height: 72px;
  }
  .cid-uZj4j7hnFy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4j7hnFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4j7hnFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4j7hnFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4j7hnFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4j7hnFy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4j7hnFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4j7hnFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4j7hnFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4j7hnFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4j7hnFy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4j7hnFy .dropdown-item.active,
.cid-uZj4j7hnFy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4j7hnFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4j7hnFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4j7hnFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4j7hnFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4j7hnFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4j7hnFy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4j7hnFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4j7hnFy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4j7hnFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4j7hnFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4j7hnFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4j7hnFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4j7hnFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4j7hnFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4j7hnFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4j7hnFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4j7hnFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4j7hnFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4j7hnFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4j7hnFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4j7hnFy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4j7hnFy .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4j7hnFy .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4j7hnFy .navbar {
    height: 70px;
  }
  .cid-uZj4j7hnFy .navbar.opened {
    height: auto;
  }
  .cid-uZj4j7hnFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4j7hnFy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4j7hnFy .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4j7hnFy .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4j7hnFy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4j7hnFy .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4j7hnFy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4j7hnFy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4j7hnFy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4j7hnFy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4j7hnFy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4j7hnFy .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4j7hnFy .content-wrap {
    display: block;
  }
}
.cid-uZj4j7NClS {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4j7NClS .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4j7NClS .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4j7NClS .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4j7NClS .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4j7NClS .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4j7NClS .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4j7NClS .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4j7NClS .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4j7NClS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4j7NClS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4j7NClS .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4j7NClS .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4j7NClS .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4j7NClS .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4j7NClS .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4j7NClS .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4j7NClS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4j7NClS .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4j7NClS .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4j7NClS .mbr-section-title {
  color: #323432;
}
.cid-uZj4j7NClS .mbr-text,
.cid-uZj4j7NClS .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4j7NClS .mbr-section-title,
.cid-uZj4j7NClS .mbr-section-btn,
.cid-uZj4j7NClS .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4j8eZ7D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4j8eZ7D .item:focus,
.cid-uZj4j8eZ7D span:focus {
  outline: none;
}
.cid-uZj4j8eZ7D .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4j8eZ7D .content-head {
  max-width: 800px;
}
.cid-uZj4j8eZ7D .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4j8eZ7D .item {
    min-height: 32.5px;
  }
}
.cid-uZj4j8C86b {
  background-color: #eeeef4;
}
.cid-uZj4j8C86b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4j8C86b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4j8C86b .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4j8C86b .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4j8C86b .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4j8C86b .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4j8C86b .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4j8C86b .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4j8C86b .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4j8C86b .mbr-section-title {
  color: #181824;
}
.cid-uZj4j8C86b .mbr-text,
.cid-uZj4j8C86b .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4j8C86b .mbr-section-title,
.cid-uZj4j8C86b .mbr-section-btn,
.cid-uZj4j8C86b .icon-wrapper {
  text-align: center;
}
.cid-uZj4j8C86b .mbr-section-title,
.cid-uZj4j8C86b .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4j9sbct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4j9sbct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4j9sbct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4j9sbct .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4j9sbct .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4j9sbct .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4j9sbct .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4j9sbct .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4j9sbct .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4j9sbct .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4j9sbct .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4j9sbct .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4j9sbct .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4j9sbct .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4j9sbct .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-title_1,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-title_2,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-text_1,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-text_2,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-price_1,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-price_2,
.cid-uZj4j9sbct .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4j9sbct .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4j9sbct .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4j9sbct .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4j9sbct .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4j9sbct .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4j9sbct .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4j9sbct .mbr-section-title,
.cid-uZj4j9sbct .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4j9sbct .card-title_1 {
  color: #323432;
}
.cid-uZj4j9sbct .card-text_1 {
  color: #323432;
}
.cid-uZj4j9sbct .card-price_1 {
  color: #323432;
}
.cid-uZj4j9sbct .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4j9sbct .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4j9sbct .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4j9sbct .card-title_3 {
  color: #323432;
}
.cid-uZj4j9sbct .card-text_3 {
  color: #323432;
}
.cid-uZj4j9sbct .card-price_3 {
  color: #323432;
}
#custom-html-7x {
  /* Type valid CSS here */
}
#custom-html-7x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-7x p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4mxIJ0U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4mxIJ0U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4mxIJ0U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4mxIJ0U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4mxIJ0U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4mxIJ0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4mxIJ0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4mxIJ0U .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4mxIJ0U .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4mxIJ0U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4mxIJ0U .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4mxIJ0U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4mxIJ0U .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4mxIJ0U .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4mxIJ0U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4mxIJ0U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4mxIJ0U .container,
.cid-uZj4mxIJ0U .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .container,
  .cid-uZj4mxIJ0U .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4mxIJ0U .container,
  .cid-uZj4mxIJ0U .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4mxIJ0U .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4mxIJ0U .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4mxIJ0U .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4mxIJ0U .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4mxIJ0U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4mxIJ0U .nav-item:focus,
.cid-uZj4mxIJ0U .nav-link:focus {
  outline: none;
}
.cid-uZj4mxIJ0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4mxIJ0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4mxIJ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4mxIJ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4mxIJ0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4mxIJ0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4mxIJ0U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4mxIJ0U .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4mxIJ0U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4mxIJ0U .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4mxIJ0U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4mxIJ0U .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4mxIJ0U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4mxIJ0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4mxIJ0U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4mxIJ0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4mxIJ0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4mxIJ0U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4mxIJ0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4mxIJ0U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4mxIJ0U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4mxIJ0U .navbar {
    min-height: 72px;
  }
  .cid-uZj4mxIJ0U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4mxIJ0U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4mxIJ0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4mxIJ0U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4mxIJ0U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4mxIJ0U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4mxIJ0U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4mxIJ0U .dropdown-item.active,
.cid-uZj4mxIJ0U .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4mxIJ0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4mxIJ0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4mxIJ0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4mxIJ0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4mxIJ0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4mxIJ0U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4mxIJ0U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4mxIJ0U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4mxIJ0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4mxIJ0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4mxIJ0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4mxIJ0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4mxIJ0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4mxIJ0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4mxIJ0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4mxIJ0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4mxIJ0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4mxIJ0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4mxIJ0U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4mxIJ0U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4mxIJ0U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4mxIJ0U .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4mxIJ0U .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4mxIJ0U .navbar {
    height: 70px;
  }
  .cid-uZj4mxIJ0U .navbar.opened {
    height: auto;
  }
  .cid-uZj4mxIJ0U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4mxIJ0U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4mxIJ0U .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4mxIJ0U .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4mxIJ0U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4mxIJ0U .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4mxIJ0U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4mxIJ0U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4mxIJ0U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4mxIJ0U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4mxIJ0U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4mxIJ0U .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4mxIJ0U .content-wrap {
    display: block;
  }
}
.cid-uZj4myeJpa {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4myeJpa .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4myeJpa .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4myeJpa .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4myeJpa .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4myeJpa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4myeJpa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4myeJpa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4myeJpa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4myeJpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4myeJpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4myeJpa .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4myeJpa .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4myeJpa .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4myeJpa .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4myeJpa .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4myeJpa .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4myeJpa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4myeJpa .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4myeJpa .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4myeJpa .mbr-section-title {
  color: #323432;
}
.cid-uZj4myeJpa .mbr-text,
.cid-uZj4myeJpa .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4myeJpa .mbr-section-title,
.cid-uZj4myeJpa .mbr-section-btn,
.cid-uZj4myeJpa .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4myD7wq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4myD7wq .item:focus,
.cid-uZj4myD7wq span:focus {
  outline: none;
}
.cid-uZj4myD7wq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4myD7wq .content-head {
  max-width: 800px;
}
.cid-uZj4myD7wq .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4myD7wq .item {
    min-height: 32.5px;
  }
}
.cid-uZj4myYmKS {
  background-color: #eeeef4;
}
.cid-uZj4myYmKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4myYmKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4myYmKS .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4myYmKS .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4myYmKS .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4myYmKS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4myYmKS .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4myYmKS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4myYmKS .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4myYmKS .mbr-section-title {
  color: #181824;
}
.cid-uZj4myYmKS .mbr-text,
.cid-uZj4myYmKS .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4myYmKS .mbr-section-title,
.cid-uZj4myYmKS .mbr-section-btn,
.cid-uZj4myYmKS .icon-wrapper {
  text-align: center;
}
.cid-uZj4myYmKS .mbr-section-title,
.cid-uZj4myYmKS .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4mzMcMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4mzMcMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4mzMcMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4mzMcMT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4mzMcMT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4mzMcMT .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4mzMcMT .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4mzMcMT .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4mzMcMT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4mzMcMT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4mzMcMT .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4mzMcMT .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4mzMcMT .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4mzMcMT .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4mzMcMT .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-title_1,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-title_2,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-text_1,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-text_2,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-price_1,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-price_2,
.cid-uZj4mzMcMT .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4mzMcMT .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4mzMcMT .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4mzMcMT .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4mzMcMT .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4mzMcMT .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4mzMcMT .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4mzMcMT .mbr-section-title,
.cid-uZj4mzMcMT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4mzMcMT .card-title_1 {
  color: #323432;
}
.cid-uZj4mzMcMT .card-text_1 {
  color: #323432;
}
.cid-uZj4mzMcMT .card-price_1 {
  color: #323432;
}
.cid-uZj4mzMcMT .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4mzMcMT .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4mzMcMT .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4mzMcMT .card-title_3 {
  color: #323432;
}
.cid-uZj4mzMcMT .card-text_3 {
  color: #323432;
}
.cid-uZj4mzMcMT .card-price_3 {
  color: #323432;
}
#custom-html-83 {
  /* Type valid CSS here */
}
#custom-html-83 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-83 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4ppQYCy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4ppQYCy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4ppQYCy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4ppQYCy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4ppQYCy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4ppQYCy .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4ppQYCy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4ppQYCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4ppQYCy .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4ppQYCy .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4ppQYCy .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4ppQYCy .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4ppQYCy .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4ppQYCy .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4ppQYCy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4ppQYCy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4ppQYCy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4ppQYCy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4ppQYCy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4ppQYCy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4ppQYCy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4ppQYCy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4ppQYCy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4ppQYCy .container,
.cid-uZj4ppQYCy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .container,
  .cid-uZj4ppQYCy .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4ppQYCy .container,
  .cid-uZj4ppQYCy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4ppQYCy .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4ppQYCy .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4ppQYCy .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4ppQYCy .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4ppQYCy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4ppQYCy .nav-item:focus,
.cid-uZj4ppQYCy .nav-link:focus {
  outline: none;
}
.cid-uZj4ppQYCy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4ppQYCy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4ppQYCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4ppQYCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4ppQYCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4ppQYCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4ppQYCy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4ppQYCy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4ppQYCy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4ppQYCy .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4ppQYCy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4ppQYCy .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4ppQYCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4ppQYCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4ppQYCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4ppQYCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4ppQYCy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4ppQYCy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4ppQYCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4ppQYCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4ppQYCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4ppQYCy .navbar {
    min-height: 72px;
  }
  .cid-uZj4ppQYCy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4ppQYCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4ppQYCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4ppQYCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4ppQYCy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4ppQYCy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4ppQYCy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4ppQYCy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4ppQYCy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4ppQYCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4ppQYCy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4ppQYCy .dropdown-item.active,
.cid-uZj4ppQYCy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4ppQYCy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4ppQYCy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4ppQYCy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4ppQYCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4ppQYCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4ppQYCy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4ppQYCy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4ppQYCy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4ppQYCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4ppQYCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4ppQYCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4ppQYCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4ppQYCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4ppQYCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4ppQYCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4ppQYCy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4ppQYCy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4ppQYCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4ppQYCy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4ppQYCy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4ppQYCy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4ppQYCy .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4ppQYCy .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4ppQYCy .navbar {
    height: 70px;
  }
  .cid-uZj4ppQYCy .navbar.opened {
    height: auto;
  }
  .cid-uZj4ppQYCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4ppQYCy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4ppQYCy .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4ppQYCy .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4ppQYCy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4ppQYCy .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4ppQYCy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4ppQYCy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4ppQYCy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4ppQYCy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4ppQYCy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4ppQYCy .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4ppQYCy .content-wrap {
    display: block;
  }
}
.cid-uZj4pqm7Q7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4pqm7Q7 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4pqm7Q7 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4pqm7Q7 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4pqm7Q7 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4pqm7Q7 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4pqm7Q7 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4pqm7Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4pqm7Q7 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4pqm7Q7 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4pqm7Q7 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4pqm7Q7 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4pqm7Q7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4pqm7Q7 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4pqm7Q7 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4pqm7Q7 .mbr-section-title {
  color: #323432;
}
.cid-uZj4pqm7Q7 .mbr-text,
.cid-uZj4pqm7Q7 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4pqm7Q7 .mbr-section-title,
.cid-uZj4pqm7Q7 .mbr-section-btn,
.cid-uZj4pqm7Q7 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4pqMrOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4pqMrOo .item:focus,
.cid-uZj4pqMrOo span:focus {
  outline: none;
}
.cid-uZj4pqMrOo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4pqMrOo .content-head {
  max-width: 800px;
}
.cid-uZj4pqMrOo .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4pqMrOo .item {
    min-height: 32.5px;
  }
}
.cid-uZj4prapv5 {
  background-color: #eeeef4;
}
.cid-uZj4prapv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4prapv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4prapv5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4prapv5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4prapv5 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4prapv5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4prapv5 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4prapv5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4prapv5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4prapv5 .mbr-section-title {
  color: #181824;
}
.cid-uZj4prapv5 .mbr-text,
.cid-uZj4prapv5 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4prapv5 .mbr-section-title,
.cid-uZj4prapv5 .mbr-section-btn,
.cid-uZj4prapv5 .icon-wrapper {
  text-align: center;
}
.cid-uZj4prapv5 .mbr-section-title,
.cid-uZj4prapv5 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4ps0Yga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4ps0Yga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4ps0Yga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4ps0Yga .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4ps0Yga .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4ps0Yga .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4ps0Yga .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4ps0Yga .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4ps0Yga .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4ps0Yga .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4ps0Yga .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4ps0Yga .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4ps0Yga .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4ps0Yga .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4ps0Yga .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-title_1,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-title_2,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-text_1,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-text_2,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-price_1,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-price_2,
.cid-uZj4ps0Yga .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4ps0Yga .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4ps0Yga .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4ps0Yga .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4ps0Yga .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4ps0Yga .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4ps0Yga .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4ps0Yga .mbr-section-title,
.cid-uZj4ps0Yga .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4ps0Yga .card-title_1 {
  color: #323432;
}
.cid-uZj4ps0Yga .card-text_1 {
  color: #323432;
}
.cid-uZj4ps0Yga .card-price_1 {
  color: #323432;
}
.cid-uZj4ps0Yga .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4ps0Yga .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4ps0Yga .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4ps0Yga .card-title_3 {
  color: #323432;
}
.cid-uZj4ps0Yga .card-text_3 {
  color: #323432;
}
.cid-uZj4ps0Yga .card-price_3 {
  color: #323432;
}
#custom-html-89 {
  /* Type valid CSS here */
}
#custom-html-89 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-89 p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4skbpSk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4skbpSk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4skbpSk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4skbpSk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4skbpSk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4skbpSk .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4skbpSk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4skbpSk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4skbpSk .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4skbpSk .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4skbpSk .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4skbpSk .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4skbpSk .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4skbpSk .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4skbpSk .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4skbpSk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4skbpSk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4skbpSk .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4skbpSk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4skbpSk .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4skbpSk .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4skbpSk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4skbpSk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4skbpSk .container,
.cid-uZj4skbpSk .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .container,
  .cid-uZj4skbpSk .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4skbpSk .container,
  .cid-uZj4skbpSk .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4skbpSk .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4skbpSk .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4skbpSk .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4skbpSk .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4skbpSk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4skbpSk .nav-item:focus,
.cid-uZj4skbpSk .nav-link:focus {
  outline: none;
}
.cid-uZj4skbpSk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4skbpSk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4skbpSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4skbpSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4skbpSk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4skbpSk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4skbpSk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4skbpSk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4skbpSk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4skbpSk .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4skbpSk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4skbpSk .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4skbpSk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4skbpSk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4skbpSk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4skbpSk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4skbpSk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4skbpSk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4skbpSk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4skbpSk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4skbpSk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4skbpSk .navbar {
    min-height: 72px;
  }
  .cid-uZj4skbpSk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4skbpSk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4skbpSk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4skbpSk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4skbpSk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4skbpSk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4skbpSk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4skbpSk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4skbpSk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4skbpSk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4skbpSk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4skbpSk .dropdown-item.active,
.cid-uZj4skbpSk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4skbpSk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4skbpSk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4skbpSk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4skbpSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4skbpSk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4skbpSk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4skbpSk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4skbpSk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4skbpSk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4skbpSk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4skbpSk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4skbpSk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4skbpSk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4skbpSk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4skbpSk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4skbpSk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4skbpSk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4skbpSk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4skbpSk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4skbpSk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4skbpSk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4skbpSk .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4skbpSk .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4skbpSk .navbar {
    height: 70px;
  }
  .cid-uZj4skbpSk .navbar.opened {
    height: auto;
  }
  .cid-uZj4skbpSk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4skbpSk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4skbpSk .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4skbpSk .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4skbpSk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4skbpSk .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4skbpSk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4skbpSk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4skbpSk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4skbpSk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4skbpSk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4skbpSk .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4skbpSk .content-wrap {
    display: block;
  }
}
.cid-uZj4skGnwX {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4skGnwX .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4skGnwX .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4skGnwX .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4skGnwX .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4skGnwX .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4skGnwX .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4skGnwX .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4skGnwX .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4skGnwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4skGnwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4skGnwX .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4skGnwX .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4skGnwX .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4skGnwX .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4skGnwX .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4skGnwX .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4skGnwX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4skGnwX .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4skGnwX .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4skGnwX .mbr-section-title {
  color: #323432;
}
.cid-uZj4skGnwX .mbr-text,
.cid-uZj4skGnwX .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4skGnwX .mbr-section-title,
.cid-uZj4skGnwX .mbr-section-btn,
.cid-uZj4skGnwX .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4sl8x15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4sl8x15 .item:focus,
.cid-uZj4sl8x15 span:focus {
  outline: none;
}
.cid-uZj4sl8x15 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4sl8x15 .content-head {
  max-width: 800px;
}
.cid-uZj4sl8x15 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4sl8x15 .item {
    min-height: 32.5px;
  }
}
.cid-uZj4slwOn9 {
  background-color: #eeeef4;
}
.cid-uZj4slwOn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4slwOn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4slwOn9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4slwOn9 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4slwOn9 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4slwOn9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4slwOn9 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4slwOn9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4slwOn9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4slwOn9 .mbr-section-title {
  color: #181824;
}
.cid-uZj4slwOn9 .mbr-text,
.cid-uZj4slwOn9 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4slwOn9 .mbr-section-title,
.cid-uZj4slwOn9 .mbr-section-btn,
.cid-uZj4slwOn9 .icon-wrapper {
  text-align: center;
}
.cid-uZj4slwOn9 .mbr-section-title,
.cid-uZj4slwOn9 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4smmCv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4smmCv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4smmCv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4smmCv8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4smmCv8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4smmCv8 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4smmCv8 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4smmCv8 .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4smmCv8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4smmCv8 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4smmCv8 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4smmCv8 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4smmCv8 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4smmCv8 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4smmCv8 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-title_1,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-title_2,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-text_1,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-text_2,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-price_1,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-price_2,
.cid-uZj4smmCv8 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4smmCv8 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4smmCv8 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4smmCv8 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4smmCv8 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4smmCv8 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4smmCv8 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4smmCv8 .mbr-section-title,
.cid-uZj4smmCv8 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4smmCv8 .card-title_1 {
  color: #323432;
}
.cid-uZj4smmCv8 .card-text_1 {
  color: #323432;
}
.cid-uZj4smmCv8 .card-price_1 {
  color: #323432;
}
.cid-uZj4smmCv8 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4smmCv8 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4smmCv8 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4smmCv8 .card-title_3 {
  color: #323432;
}
.cid-uZj4smmCv8 .card-text_3 {
  color: #323432;
}
.cid-uZj4smmCv8 .card-price_3 {
  color: #323432;
}
#custom-html-8f {
  /* Type valid CSS here */
}
#custom-html-8f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-8f p {
  font-size: 60px;
  color: #777;
}
.cid-uZj4vpkHAE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZj4vpkHAE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZj4vpkHAE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZj4vpkHAE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZj4vpkHAE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZj4vpkHAE .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZj4vpkHAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZj4vpkHAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZj4vpkHAE .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZj4vpkHAE .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZj4vpkHAE .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZj4vpkHAE .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZj4vpkHAE .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZj4vpkHAE .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZj4vpkHAE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZj4vpkHAE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZj4vpkHAE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZj4vpkHAE .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZj4vpkHAE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZj4vpkHAE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZj4vpkHAE .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4vpkHAE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4vpkHAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZj4vpkHAE .container,
.cid-uZj4vpkHAE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .container,
  .cid-uZj4vpkHAE .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZj4vpkHAE .container,
  .cid-uZj4vpkHAE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZj4vpkHAE .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZj4vpkHAE .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZj4vpkHAE .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZj4vpkHAE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZj4vpkHAE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZj4vpkHAE .nav-item:focus,
.cid-uZj4vpkHAE .nav-link:focus {
  outline: none;
}
.cid-uZj4vpkHAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZj4vpkHAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZj4vpkHAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZj4vpkHAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZj4vpkHAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZj4vpkHAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZj4vpkHAE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZj4vpkHAE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZj4vpkHAE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZj4vpkHAE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZj4vpkHAE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZj4vpkHAE .navbar.collapsed {
  justify-content: center;
}
.cid-uZj4vpkHAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZj4vpkHAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZj4vpkHAE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZj4vpkHAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZj4vpkHAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZj4vpkHAE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZj4vpkHAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZj4vpkHAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZj4vpkHAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZj4vpkHAE .navbar {
    min-height: 72px;
  }
  .cid-uZj4vpkHAE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZj4vpkHAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZj4vpkHAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZj4vpkHAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZj4vpkHAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZj4vpkHAE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZj4vpkHAE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZj4vpkHAE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZj4vpkHAE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZj4vpkHAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZj4vpkHAE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZj4vpkHAE .dropdown-item.active,
.cid-uZj4vpkHAE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZj4vpkHAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZj4vpkHAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZj4vpkHAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZj4vpkHAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZj4vpkHAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZj4vpkHAE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZj4vpkHAE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZj4vpkHAE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar-buttons {
    text-align: left;
  }
}
.cid-uZj4vpkHAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZj4vpkHAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZj4vpkHAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZj4vpkHAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4vpkHAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZj4vpkHAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZj4vpkHAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4vpkHAE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZj4vpkHAE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZj4vpkHAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZj4vpkHAE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZj4vpkHAE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZj4vpkHAE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZj4vpkHAE .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZj4vpkHAE .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZj4vpkHAE .navbar {
    height: 70px;
  }
  .cid-uZj4vpkHAE .navbar.opened {
    height: auto;
  }
  .cid-uZj4vpkHAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZj4vpkHAE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZj4vpkHAE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZj4vpkHAE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZj4vpkHAE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZj4vpkHAE .navbar-brand {
    margin-right: auto;
  }
  .cid-uZj4vpkHAE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZj4vpkHAE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZj4vpkHAE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZj4vpkHAE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZj4vpkHAE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZj4vpkHAE .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZj4vpkHAE .content-wrap {
    display: block;
  }
}
.cid-uZj4vpR6Bt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZj4vpR6Bt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZj4vpR6Bt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZj4vpR6Bt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZj4vpR6Bt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZj4vpR6Bt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZj4vpR6Bt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZj4vpR6Bt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZj4vpR6Bt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZj4vpR6Bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4vpR6Bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4vpR6Bt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZj4vpR6Bt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZj4vpR6Bt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZj4vpR6Bt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZj4vpR6Bt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZj4vpR6Bt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4vpR6Bt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZj4vpR6Bt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZj4vpR6Bt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZj4vpR6Bt .mbr-section-title {
  color: #323432;
}
.cid-uZj4vpR6Bt .mbr-text,
.cid-uZj4vpR6Bt .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4vpR6Bt .mbr-section-title,
.cid-uZj4vpR6Bt .mbr-section-btn,
.cid-uZj4vpR6Bt .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZj4vqhzv3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZj4vqhzv3 .item:focus,
.cid-uZj4vqhzv3 span:focus {
  outline: none;
}
.cid-uZj4vqhzv3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZj4vqhzv3 .content-head {
  max-width: 800px;
}
.cid-uZj4vqhzv3 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZj4vqhzv3 .item {
    min-height: 32.5px;
  }
}
.cid-uZj4vqFI94 {
  background-color: #eeeef4;
}
.cid-uZj4vqFI94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4vqFI94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4vqFI94 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZj4vqFI94 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZj4vqFI94 .content-wrapper {
    width: 100%;
  }
}
.cid-uZj4vqFI94 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZj4vqFI94 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZj4vqFI94 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZj4vqFI94 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZj4vqFI94 .mbr-section-title {
  color: #181824;
}
.cid-uZj4vqFI94 .mbr-text,
.cid-uZj4vqFI94 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZj4vqFI94 .mbr-section-title,
.cid-uZj4vqFI94 .mbr-section-btn,
.cid-uZj4vqFI94 .icon-wrapper {
  text-align: center;
}
.cid-uZj4vqFI94 .mbr-section-title,
.cid-uZj4vqFI94 .mbr-section-btn {
  text-align: justify;
}
.cid-uZj4vrw0XQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZj4vrw0XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZj4vrw0XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZj4vrw0XQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4vrw0XQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZj4vrw0XQ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZj4vrw0XQ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZj4vrw0XQ .item {
    margin-bottom: 20px;
  }
}
.cid-uZj4vrw0XQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZj4vrw0XQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZj4vrw0XQ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZj4vrw0XQ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZj4vrw0XQ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-title_1,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-title_2,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-text_1,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-text_2,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-price_1,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-price_2,
.cid-uZj4vrw0XQ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZj4vrw0XQ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZj4vrw0XQ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZj4vrw0XQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZj4vrw0XQ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZj4vrw0XQ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZj4vrw0XQ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZj4vrw0XQ .mbr-section-title,
.cid-uZj4vrw0XQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZj4vrw0XQ .card-title_1 {
  color: #323432;
}
.cid-uZj4vrw0XQ .card-text_1 {
  color: #323432;
}
.cid-uZj4vrw0XQ .card-price_1 {
  color: #323432;
}
.cid-uZj4vrw0XQ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZj4vrw0XQ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZj4vrw0XQ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZj4vrw0XQ .card-title_3 {
  color: #323432;
}
.cid-uZj4vrw0XQ .card-text_3 {
  color: #323432;
}
.cid-uZj4vrw0XQ .card-price_3 {
  color: #323432;
}
#custom-html-8l {
  /* Type valid CSS here */
}
#custom-html-8l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-8l p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdorDih6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdorDih6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdorDih6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdorDih6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdorDih6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdorDih6 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdorDih6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdorDih6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdorDih6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdorDih6 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdorDih6 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdorDih6 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdorDih6 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdorDih6 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdorDih6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdorDih6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdorDih6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdorDih6 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdorDih6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdorDih6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdorDih6 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdorDih6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdorDih6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdorDih6 .container,
.cid-uZjdorDih6 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .container,
  .cid-uZjdorDih6 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdorDih6 .container,
  .cid-uZjdorDih6 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdorDih6 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdorDih6 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdorDih6 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdorDih6 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdorDih6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdorDih6 .nav-item:focus,
.cid-uZjdorDih6 .nav-link:focus {
  outline: none;
}
.cid-uZjdorDih6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdorDih6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdorDih6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdorDih6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdorDih6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdorDih6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdorDih6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdorDih6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdorDih6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdorDih6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdorDih6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdorDih6 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdorDih6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdorDih6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdorDih6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdorDih6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdorDih6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdorDih6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdorDih6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdorDih6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdorDih6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdorDih6 .navbar {
    min-height: 72px;
  }
  .cid-uZjdorDih6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdorDih6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdorDih6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdorDih6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdorDih6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdorDih6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdorDih6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdorDih6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdorDih6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdorDih6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdorDih6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdorDih6 .dropdown-item.active,
.cid-uZjdorDih6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdorDih6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdorDih6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdorDih6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdorDih6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdorDih6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdorDih6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdorDih6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdorDih6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdorDih6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdorDih6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdorDih6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdorDih6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdorDih6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdorDih6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdorDih6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdorDih6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdorDih6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdorDih6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdorDih6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdorDih6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdorDih6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdorDih6 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdorDih6 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdorDih6 .navbar {
    height: 70px;
  }
  .cid-uZjdorDih6 .navbar.opened {
    height: auto;
  }
  .cid-uZjdorDih6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdorDih6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdorDih6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdorDih6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdorDih6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdorDih6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdorDih6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdorDih6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdorDih6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdorDih6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdorDih6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdorDih6 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdorDih6 .content-wrap {
    display: block;
  }
}
.cid-uZjdosbACJ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdosbACJ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdosbACJ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdosbACJ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdosbACJ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdosbACJ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdosbACJ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdosbACJ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdosbACJ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdosbACJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdosbACJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdosbACJ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdosbACJ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdosbACJ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdosbACJ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdosbACJ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdosbACJ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdosbACJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdosbACJ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdosbACJ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdosbACJ .mbr-section-title {
  color: #323432;
}
.cid-uZjdosbACJ .mbr-text,
.cid-uZjdosbACJ .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdosbACJ .mbr-section-title,
.cid-uZjdosbACJ .mbr-section-btn,
.cid-uZjdosbACJ .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdosBUki {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdosBUki .item:focus,
.cid-uZjdosBUki span:focus {
  outline: none;
}
.cid-uZjdosBUki .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdosBUki .content-head {
  max-width: 800px;
}
.cid-uZjdosBUki .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdosBUki .item {
    min-height: 32.5px;
  }
}
.cid-uZjdot09KR {
  background-color: #eeeef4;
}
.cid-uZjdot09KR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdot09KR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdot09KR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdot09KR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdot09KR .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdot09KR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdot09KR .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdot09KR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdot09KR .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdot09KR .mbr-section-title {
  color: #181824;
}
.cid-uZjdot09KR .mbr-text,
.cid-uZjdot09KR .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdot09KR .mbr-section-title,
.cid-uZjdot09KR .mbr-section-btn,
.cid-uZjdot09KR .icon-wrapper {
  text-align: center;
}
.cid-uZjdot09KR .mbr-section-title,
.cid-uZjdot09KR .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdotQdxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdotQdxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdotQdxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdotQdxV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdotQdxV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdotQdxV .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdotQdxV .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdotQdxV .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdotQdxV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdotQdxV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdotQdxV .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdotQdxV .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdotQdxV .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdotQdxV .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdotQdxV .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-title_1,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-title_2,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-text_1,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-text_2,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-price_1,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-price_2,
.cid-uZjdotQdxV .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdotQdxV .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdotQdxV .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdotQdxV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdotQdxV .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdotQdxV .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdotQdxV .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdotQdxV .mbr-section-title,
.cid-uZjdotQdxV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdotQdxV .card-title_1 {
  color: #323432;
}
.cid-uZjdotQdxV .card-text_1 {
  color: #323432;
}
.cid-uZjdotQdxV .card-price_1 {
  color: #323432;
}
.cid-uZjdotQdxV .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdotQdxV .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdotQdxV .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdotQdxV .card-title_3 {
  color: #323432;
}
.cid-uZjdotQdxV .card-text_3 {
  color: #323432;
}
.cid-uZjdotQdxV .card-price_3 {
  color: #323432;
}
#custom-html-8r {
  /* Type valid CSS here */
}
#custom-html-8r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-8r p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdti5OfJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdti5OfJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdti5OfJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdti5OfJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdti5OfJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdti5OfJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdti5OfJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdti5OfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdti5OfJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdti5OfJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdti5OfJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdti5OfJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdti5OfJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdti5OfJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdti5OfJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdti5OfJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdti5OfJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdti5OfJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdti5OfJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdti5OfJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdti5OfJ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdti5OfJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdti5OfJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdti5OfJ .container,
.cid-uZjdti5OfJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .container,
  .cid-uZjdti5OfJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdti5OfJ .container,
  .cid-uZjdti5OfJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdti5OfJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdti5OfJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdti5OfJ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdti5OfJ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdti5OfJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdti5OfJ .nav-item:focus,
.cid-uZjdti5OfJ .nav-link:focus {
  outline: none;
}
.cid-uZjdti5OfJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdti5OfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdti5OfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdti5OfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdti5OfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdti5OfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdti5OfJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdti5OfJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdti5OfJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdti5OfJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdti5OfJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdti5OfJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdti5OfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdti5OfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdti5OfJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdti5OfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdti5OfJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdti5OfJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdti5OfJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdti5OfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdti5OfJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdti5OfJ .navbar {
    min-height: 72px;
  }
  .cid-uZjdti5OfJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdti5OfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdti5OfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdti5OfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdti5OfJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdti5OfJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdti5OfJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdti5OfJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdti5OfJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdti5OfJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdti5OfJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdti5OfJ .dropdown-item.active,
.cid-uZjdti5OfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdti5OfJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdti5OfJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdti5OfJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdti5OfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdti5OfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdti5OfJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdti5OfJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdti5OfJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdti5OfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdti5OfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdti5OfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdti5OfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdti5OfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdti5OfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdti5OfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdti5OfJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdti5OfJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdti5OfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdti5OfJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdti5OfJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdti5OfJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdti5OfJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdti5OfJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdti5OfJ .navbar {
    height: 70px;
  }
  .cid-uZjdti5OfJ .navbar.opened {
    height: auto;
  }
  .cid-uZjdti5OfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdti5OfJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdti5OfJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdti5OfJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdti5OfJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdti5OfJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdti5OfJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdti5OfJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdti5OfJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdti5OfJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdti5OfJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdti5OfJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdti5OfJ .content-wrap {
    display: block;
  }
}
.cid-uZjdtiCHqD {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdtiCHqD .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdtiCHqD .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdtiCHqD .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdtiCHqD .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdtiCHqD .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdtiCHqD .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdtiCHqD .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdtiCHqD .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdtiCHqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdtiCHqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdtiCHqD .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdtiCHqD .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdtiCHqD .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdtiCHqD .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdtiCHqD .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdtiCHqD .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdtiCHqD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdtiCHqD .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdtiCHqD .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdtiCHqD .mbr-section-title {
  color: #323432;
}
.cid-uZjdtiCHqD .mbr-text,
.cid-uZjdtiCHqD .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdtiCHqD .mbr-section-title,
.cid-uZjdtiCHqD .mbr-section-btn,
.cid-uZjdtiCHqD .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdtj4XRD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdtj4XRD .item:focus,
.cid-uZjdtj4XRD span:focus {
  outline: none;
}
.cid-uZjdtj4XRD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdtj4XRD .content-head {
  max-width: 800px;
}
.cid-uZjdtj4XRD .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdtj4XRD .item {
    min-height: 32.5px;
  }
}
.cid-uZjdtjtOTR {
  background-color: #eeeef4;
}
.cid-uZjdtjtOTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdtjtOTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdtjtOTR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdtjtOTR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdtjtOTR .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdtjtOTR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdtjtOTR .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdtjtOTR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdtjtOTR .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdtjtOTR .mbr-section-title {
  color: #181824;
}
.cid-uZjdtjtOTR .mbr-text,
.cid-uZjdtjtOTR .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdtjtOTR .mbr-section-title,
.cid-uZjdtjtOTR .mbr-section-btn,
.cid-uZjdtjtOTR .icon-wrapper {
  text-align: center;
}
.cid-uZjdtjtOTR .mbr-section-title,
.cid-uZjdtjtOTR .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdtkjRAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdtkjRAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdtkjRAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdtkjRAY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdtkjRAY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdtkjRAY .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdtkjRAY .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdtkjRAY .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdtkjRAY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdtkjRAY .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdtkjRAY .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdtkjRAY .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdtkjRAY .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdtkjRAY .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdtkjRAY .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-title_1,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-title_2,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-text_1,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-text_2,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-price_1,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-price_2,
.cid-uZjdtkjRAY .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdtkjRAY .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdtkjRAY .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdtkjRAY .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdtkjRAY .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdtkjRAY .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdtkjRAY .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdtkjRAY .mbr-section-title,
.cid-uZjdtkjRAY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdtkjRAY .card-title_1 {
  color: #323432;
}
.cid-uZjdtkjRAY .card-text_1 {
  color: #323432;
}
.cid-uZjdtkjRAY .card-price_1 {
  color: #323432;
}
.cid-uZjdtkjRAY .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdtkjRAY .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdtkjRAY .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdtkjRAY .card-title_3 {
  color: #323432;
}
.cid-uZjdtkjRAY .card-text_3 {
  color: #323432;
}
.cid-uZjdtkjRAY .card-price_3 {
  color: #323432;
}
#custom-html-8x {
  /* Type valid CSS here */
}
#custom-html-8x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-8x p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdwgH33T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdwgH33T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdwgH33T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdwgH33T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdwgH33T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdwgH33T .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdwgH33T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdwgH33T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdwgH33T .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdwgH33T .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdwgH33T .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdwgH33T .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdwgH33T .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdwgH33T .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdwgH33T .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdwgH33T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdwgH33T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdwgH33T .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdwgH33T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdwgH33T .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdwgH33T .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdwgH33T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdwgH33T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdwgH33T .container,
.cid-uZjdwgH33T .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .container,
  .cid-uZjdwgH33T .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdwgH33T .container,
  .cid-uZjdwgH33T .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdwgH33T .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdwgH33T .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdwgH33T .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdwgH33T .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdwgH33T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdwgH33T .nav-item:focus,
.cid-uZjdwgH33T .nav-link:focus {
  outline: none;
}
.cid-uZjdwgH33T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdwgH33T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdwgH33T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdwgH33T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdwgH33T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdwgH33T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdwgH33T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdwgH33T .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdwgH33T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdwgH33T .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdwgH33T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdwgH33T .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdwgH33T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdwgH33T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdwgH33T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdwgH33T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdwgH33T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdwgH33T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdwgH33T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdwgH33T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdwgH33T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdwgH33T .navbar {
    min-height: 72px;
  }
  .cid-uZjdwgH33T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdwgH33T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdwgH33T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdwgH33T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdwgH33T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdwgH33T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdwgH33T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdwgH33T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdwgH33T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdwgH33T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdwgH33T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdwgH33T .dropdown-item.active,
.cid-uZjdwgH33T .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdwgH33T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdwgH33T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdwgH33T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdwgH33T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdwgH33T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdwgH33T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdwgH33T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdwgH33T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdwgH33T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdwgH33T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdwgH33T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdwgH33T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdwgH33T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdwgH33T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdwgH33T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdwgH33T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdwgH33T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdwgH33T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdwgH33T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdwgH33T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdwgH33T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdwgH33T .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdwgH33T .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdwgH33T .navbar {
    height: 70px;
  }
  .cid-uZjdwgH33T .navbar.opened {
    height: auto;
  }
  .cid-uZjdwgH33T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdwgH33T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdwgH33T .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdwgH33T .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdwgH33T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdwgH33T .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdwgH33T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdwgH33T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdwgH33T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdwgH33T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdwgH33T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdwgH33T .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdwgH33T .content-wrap {
    display: block;
  }
}
.cid-uZjdwhdu9d {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdwhdu9d .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdwhdu9d .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdwhdu9d .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdwhdu9d .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdwhdu9d .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdwhdu9d .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdwhdu9d .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdwhdu9d .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdwhdu9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdwhdu9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdwhdu9d .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdwhdu9d .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdwhdu9d .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdwhdu9d .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdwhdu9d .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdwhdu9d .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdwhdu9d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdwhdu9d .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdwhdu9d .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdwhdu9d .mbr-section-title {
  color: #323432;
}
.cid-uZjdwhdu9d .mbr-text,
.cid-uZjdwhdu9d .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdwhdu9d .mbr-section-title,
.cid-uZjdwhdu9d .mbr-section-btn,
.cid-uZjdwhdu9d .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdwhC6jT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdwhC6jT .item:focus,
.cid-uZjdwhC6jT span:focus {
  outline: none;
}
.cid-uZjdwhC6jT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdwhC6jT .content-head {
  max-width: 800px;
}
.cid-uZjdwhC6jT .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdwhC6jT .item {
    min-height: 32.5px;
  }
}
.cid-uZjdwi0RgY {
  background-color: #eeeef4;
}
.cid-uZjdwi0RgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdwi0RgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdwi0RgY .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdwi0RgY .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdwi0RgY .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdwi0RgY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdwi0RgY .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdwi0RgY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdwi0RgY .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdwi0RgY .mbr-section-title {
  color: #181824;
}
.cid-uZjdwi0RgY .mbr-text,
.cid-uZjdwi0RgY .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdwi0RgY .mbr-section-title,
.cid-uZjdwi0RgY .mbr-section-btn,
.cid-uZjdwi0RgY .icon-wrapper {
  text-align: center;
}
.cid-uZjdwi0RgY .mbr-section-title,
.cid-uZjdwi0RgY .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdwiOnuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdwiOnuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdwiOnuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdwiOnuf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdwiOnuf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdwiOnuf .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdwiOnuf .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdwiOnuf .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdwiOnuf .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdwiOnuf .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdwiOnuf .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdwiOnuf .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdwiOnuf .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdwiOnuf .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdwiOnuf .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-title_1,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-title_2,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-text_1,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-text_2,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-price_1,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-price_2,
.cid-uZjdwiOnuf .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdwiOnuf .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdwiOnuf .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdwiOnuf .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdwiOnuf .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdwiOnuf .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdwiOnuf .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdwiOnuf .mbr-section-title,
.cid-uZjdwiOnuf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdwiOnuf .card-title_1 {
  color: #323432;
}
.cid-uZjdwiOnuf .card-text_1 {
  color: #323432;
}
.cid-uZjdwiOnuf .card-price_1 {
  color: #323432;
}
.cid-uZjdwiOnuf .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdwiOnuf .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdwiOnuf .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdwiOnuf .card-title_3 {
  color: #323432;
}
.cid-uZjdwiOnuf .card-text_3 {
  color: #323432;
}
.cid-uZjdwiOnuf .card-price_3 {
  color: #323432;
}
#custom-html-93 {
  /* Type valid CSS here */
}
#custom-html-93 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-93 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdzhMA4t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdzhMA4t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdzhMA4t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdzhMA4t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdzhMA4t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdzhMA4t .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdzhMA4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdzhMA4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdzhMA4t .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdzhMA4t .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdzhMA4t .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdzhMA4t .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdzhMA4t .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdzhMA4t .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdzhMA4t .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdzhMA4t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdzhMA4t .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdzhMA4t .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdzhMA4t .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdzhMA4t .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdzhMA4t .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdzhMA4t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdzhMA4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdzhMA4t .container,
.cid-uZjdzhMA4t .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .container,
  .cid-uZjdzhMA4t .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdzhMA4t .container,
  .cid-uZjdzhMA4t .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdzhMA4t .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdzhMA4t .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdzhMA4t .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdzhMA4t .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdzhMA4t .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdzhMA4t .nav-item:focus,
.cid-uZjdzhMA4t .nav-link:focus {
  outline: none;
}
.cid-uZjdzhMA4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdzhMA4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdzhMA4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdzhMA4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdzhMA4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdzhMA4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdzhMA4t .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdzhMA4t .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdzhMA4t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdzhMA4t .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdzhMA4t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdzhMA4t .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdzhMA4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdzhMA4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdzhMA4t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdzhMA4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdzhMA4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdzhMA4t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdzhMA4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdzhMA4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdzhMA4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdzhMA4t .navbar {
    min-height: 72px;
  }
  .cid-uZjdzhMA4t .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdzhMA4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdzhMA4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdzhMA4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdzhMA4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdzhMA4t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdzhMA4t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdzhMA4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdzhMA4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdzhMA4t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdzhMA4t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdzhMA4t .dropdown-item.active,
.cid-uZjdzhMA4t .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdzhMA4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdzhMA4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdzhMA4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdzhMA4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdzhMA4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdzhMA4t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdzhMA4t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdzhMA4t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdzhMA4t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdzhMA4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdzhMA4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdzhMA4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdzhMA4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdzhMA4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdzhMA4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdzhMA4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdzhMA4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdzhMA4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdzhMA4t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdzhMA4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdzhMA4t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdzhMA4t .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdzhMA4t .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdzhMA4t .navbar {
    height: 70px;
  }
  .cid-uZjdzhMA4t .navbar.opened {
    height: auto;
  }
  .cid-uZjdzhMA4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdzhMA4t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdzhMA4t .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdzhMA4t .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdzhMA4t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdzhMA4t .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdzhMA4t .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdzhMA4t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdzhMA4t .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdzhMA4t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdzhMA4t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdzhMA4t .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdzhMA4t .content-wrap {
    display: block;
  }
}
.cid-uZjdziiDOX {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdziiDOX .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdziiDOX .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdziiDOX .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdziiDOX .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdziiDOX .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdziiDOX .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdziiDOX .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdziiDOX .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdziiDOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdziiDOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdziiDOX .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdziiDOX .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdziiDOX .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdziiDOX .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdziiDOX .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdziiDOX .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdziiDOX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdziiDOX .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdziiDOX .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdziiDOX .mbr-section-title {
  color: #323432;
}
.cid-uZjdziiDOX .mbr-text,
.cid-uZjdziiDOX .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdziiDOX .mbr-section-title,
.cid-uZjdziiDOX .mbr-section-btn,
.cid-uZjdziiDOX .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdziHMCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdziHMCY .item:focus,
.cid-uZjdziHMCY span:focus {
  outline: none;
}
.cid-uZjdziHMCY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdziHMCY .content-head {
  max-width: 800px;
}
.cid-uZjdziHMCY .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdziHMCY .item {
    min-height: 32.5px;
  }
}
.cid-uZjdzj444A {
  background-color: #eeeef4;
}
.cid-uZjdzj444A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdzj444A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdzj444A .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdzj444A .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdzj444A .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdzj444A .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdzj444A .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdzj444A .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdzj444A .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdzj444A .mbr-section-title {
  color: #181824;
}
.cid-uZjdzj444A .mbr-text,
.cid-uZjdzj444A .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdzj444A .mbr-section-title,
.cid-uZjdzj444A .mbr-section-btn,
.cid-uZjdzj444A .icon-wrapper {
  text-align: center;
}
.cid-uZjdzj444A .mbr-section-title,
.cid-uZjdzj444A .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdzjSmAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdzjSmAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdzjSmAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdzjSmAP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdzjSmAP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdzjSmAP .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdzjSmAP .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdzjSmAP .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdzjSmAP .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdzjSmAP .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdzjSmAP .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdzjSmAP .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdzjSmAP .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdzjSmAP .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdzjSmAP .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-title_1,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-title_2,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-text_1,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-text_2,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-price_1,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-price_2,
.cid-uZjdzjSmAP .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdzjSmAP .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdzjSmAP .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdzjSmAP .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdzjSmAP .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdzjSmAP .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdzjSmAP .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdzjSmAP .mbr-section-title,
.cid-uZjdzjSmAP .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdzjSmAP .card-title_1 {
  color: #323432;
}
.cid-uZjdzjSmAP .card-text_1 {
  color: #323432;
}
.cid-uZjdzjSmAP .card-price_1 {
  color: #323432;
}
.cid-uZjdzjSmAP .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdzjSmAP .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdzjSmAP .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdzjSmAP .card-title_3 {
  color: #323432;
}
.cid-uZjdzjSmAP .card-text_3 {
  color: #323432;
}
.cid-uZjdzjSmAP .card-price_3 {
  color: #323432;
}
#custom-html-99 {
  /* Type valid CSS here */
}
#custom-html-99 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-99 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdCmE93D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdCmE93D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdCmE93D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdCmE93D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdCmE93D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdCmE93D .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdCmE93D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdCmE93D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdCmE93D .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdCmE93D .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdCmE93D .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdCmE93D .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdCmE93D .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdCmE93D .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdCmE93D .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdCmE93D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdCmE93D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdCmE93D .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdCmE93D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdCmE93D .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdCmE93D .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdCmE93D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdCmE93D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdCmE93D .container,
.cid-uZjdCmE93D .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .container,
  .cid-uZjdCmE93D .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdCmE93D .container,
  .cid-uZjdCmE93D .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdCmE93D .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdCmE93D .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdCmE93D .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdCmE93D .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdCmE93D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdCmE93D .nav-item:focus,
.cid-uZjdCmE93D .nav-link:focus {
  outline: none;
}
.cid-uZjdCmE93D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdCmE93D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdCmE93D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdCmE93D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdCmE93D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdCmE93D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdCmE93D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdCmE93D .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdCmE93D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdCmE93D .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdCmE93D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdCmE93D .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdCmE93D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdCmE93D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdCmE93D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdCmE93D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdCmE93D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdCmE93D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdCmE93D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdCmE93D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdCmE93D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdCmE93D .navbar {
    min-height: 72px;
  }
  .cid-uZjdCmE93D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdCmE93D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdCmE93D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdCmE93D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdCmE93D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdCmE93D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdCmE93D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdCmE93D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdCmE93D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdCmE93D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdCmE93D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdCmE93D .dropdown-item.active,
.cid-uZjdCmE93D .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdCmE93D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdCmE93D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdCmE93D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdCmE93D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdCmE93D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdCmE93D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdCmE93D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdCmE93D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdCmE93D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdCmE93D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdCmE93D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdCmE93D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdCmE93D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdCmE93D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdCmE93D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdCmE93D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdCmE93D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdCmE93D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdCmE93D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdCmE93D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdCmE93D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdCmE93D .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdCmE93D .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdCmE93D .navbar {
    height: 70px;
  }
  .cid-uZjdCmE93D .navbar.opened {
    height: auto;
  }
  .cid-uZjdCmE93D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdCmE93D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdCmE93D .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdCmE93D .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdCmE93D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdCmE93D .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdCmE93D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdCmE93D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdCmE93D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdCmE93D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdCmE93D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdCmE93D .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdCmE93D .content-wrap {
    display: block;
  }
}
.cid-uZjdCnax6j {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdCnax6j .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdCnax6j .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdCnax6j .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdCnax6j .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdCnax6j .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdCnax6j .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdCnax6j .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdCnax6j .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdCnax6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdCnax6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdCnax6j .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdCnax6j .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdCnax6j .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdCnax6j .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdCnax6j .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdCnax6j .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdCnax6j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdCnax6j .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdCnax6j .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdCnax6j .mbr-section-title {
  color: #323432;
}
.cid-uZjdCnax6j .mbr-text,
.cid-uZjdCnax6j .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdCnax6j .mbr-section-title,
.cid-uZjdCnax6j .mbr-section-btn,
.cid-uZjdCnax6j .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdCnzpDv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdCnzpDv .item:focus,
.cid-uZjdCnzpDv span:focus {
  outline: none;
}
.cid-uZjdCnzpDv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdCnzpDv .content-head {
  max-width: 800px;
}
.cid-uZjdCnzpDv .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdCnzpDv .item {
    min-height: 32.5px;
  }
}
.cid-uZjdCnWsNJ {
  background-color: #eeeef4;
}
.cid-uZjdCnWsNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdCnWsNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdCnWsNJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdCnWsNJ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdCnWsNJ .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdCnWsNJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdCnWsNJ .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdCnWsNJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdCnWsNJ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdCnWsNJ .mbr-section-title {
  color: #181824;
}
.cid-uZjdCnWsNJ .mbr-text,
.cid-uZjdCnWsNJ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdCnWsNJ .mbr-section-title,
.cid-uZjdCnWsNJ .mbr-section-btn,
.cid-uZjdCnWsNJ .icon-wrapper {
  text-align: center;
}
.cid-uZjdCnWsNJ .mbr-section-title,
.cid-uZjdCnWsNJ .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdCoNJMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdCoNJMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdCoNJMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdCoNJMf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdCoNJMf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdCoNJMf .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdCoNJMf .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdCoNJMf .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdCoNJMf .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdCoNJMf .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdCoNJMf .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdCoNJMf .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdCoNJMf .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdCoNJMf .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdCoNJMf .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-title_1,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-title_2,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-text_1,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-text_2,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-price_1,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-price_2,
.cid-uZjdCoNJMf .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdCoNJMf .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdCoNJMf .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdCoNJMf .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdCoNJMf .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdCoNJMf .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdCoNJMf .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdCoNJMf .mbr-section-title,
.cid-uZjdCoNJMf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdCoNJMf .card-title_1 {
  color: #323432;
}
.cid-uZjdCoNJMf .card-text_1 {
  color: #323432;
}
.cid-uZjdCoNJMf .card-price_1 {
  color: #323432;
}
.cid-uZjdCoNJMf .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdCoNJMf .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdCoNJMf .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdCoNJMf .card-title_3 {
  color: #323432;
}
.cid-uZjdCoNJMf .card-text_3 {
  color: #323432;
}
.cid-uZjdCoNJMf .card-price_3 {
  color: #323432;
}
#custom-html-9f {
  /* Type valid CSS here */
}
#custom-html-9f div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-9f p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdFpmk1P {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdFpmk1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdFpmk1P .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdFpmk1P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdFpmk1P .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdFpmk1P .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdFpmk1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdFpmk1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdFpmk1P .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdFpmk1P .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdFpmk1P .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdFpmk1P .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdFpmk1P .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdFpmk1P .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdFpmk1P .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdFpmk1P .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdFpmk1P .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdFpmk1P .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdFpmk1P .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdFpmk1P .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdFpmk1P .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdFpmk1P .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdFpmk1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdFpmk1P .container,
.cid-uZjdFpmk1P .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .container,
  .cid-uZjdFpmk1P .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdFpmk1P .container,
  .cid-uZjdFpmk1P .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdFpmk1P .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdFpmk1P .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdFpmk1P .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdFpmk1P .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdFpmk1P .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdFpmk1P .nav-item:focus,
.cid-uZjdFpmk1P .nav-link:focus {
  outline: none;
}
.cid-uZjdFpmk1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdFpmk1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdFpmk1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdFpmk1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdFpmk1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdFpmk1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdFpmk1P .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdFpmk1P .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdFpmk1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdFpmk1P .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdFpmk1P .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdFpmk1P .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdFpmk1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdFpmk1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdFpmk1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdFpmk1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdFpmk1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdFpmk1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdFpmk1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdFpmk1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdFpmk1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdFpmk1P .navbar {
    min-height: 72px;
  }
  .cid-uZjdFpmk1P .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdFpmk1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdFpmk1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdFpmk1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdFpmk1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdFpmk1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdFpmk1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdFpmk1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdFpmk1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdFpmk1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdFpmk1P .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdFpmk1P .dropdown-item.active,
.cid-uZjdFpmk1P .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdFpmk1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdFpmk1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdFpmk1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdFpmk1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdFpmk1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdFpmk1P .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdFpmk1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdFpmk1P .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdFpmk1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdFpmk1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdFpmk1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdFpmk1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdFpmk1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdFpmk1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdFpmk1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdFpmk1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdFpmk1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdFpmk1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdFpmk1P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdFpmk1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdFpmk1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdFpmk1P .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdFpmk1P .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdFpmk1P .navbar {
    height: 70px;
  }
  .cid-uZjdFpmk1P .navbar.opened {
    height: auto;
  }
  .cid-uZjdFpmk1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdFpmk1P .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdFpmk1P .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdFpmk1P .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdFpmk1P .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdFpmk1P .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdFpmk1P .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdFpmk1P .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdFpmk1P .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdFpmk1P .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdFpmk1P .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdFpmk1P .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdFpmk1P .content-wrap {
    display: block;
  }
}
.cid-uZjdFpSvc7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdFpSvc7 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdFpSvc7 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdFpSvc7 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdFpSvc7 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdFpSvc7 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdFpSvc7 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdFpSvc7 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdFpSvc7 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdFpSvc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdFpSvc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdFpSvc7 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdFpSvc7 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdFpSvc7 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdFpSvc7 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdFpSvc7 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdFpSvc7 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdFpSvc7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdFpSvc7 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdFpSvc7 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdFpSvc7 .mbr-section-title {
  color: #323432;
}
.cid-uZjdFpSvc7 .mbr-text,
.cid-uZjdFpSvc7 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdFpSvc7 .mbr-section-title,
.cid-uZjdFpSvc7 .mbr-section-btn,
.cid-uZjdFpSvc7 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdFqhxdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdFqhxdm .item:focus,
.cid-uZjdFqhxdm span:focus {
  outline: none;
}
.cid-uZjdFqhxdm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdFqhxdm .content-head {
  max-width: 800px;
}
.cid-uZjdFqhxdm .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdFqhxdm .item {
    min-height: 32.5px;
  }
}
.cid-uZjdFqDFJN {
  background-color: #eeeef4;
}
.cid-uZjdFqDFJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdFqDFJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdFqDFJN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdFqDFJN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdFqDFJN .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdFqDFJN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdFqDFJN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdFqDFJN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdFqDFJN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdFqDFJN .mbr-section-title {
  color: #181824;
}
.cid-uZjdFqDFJN .mbr-text,
.cid-uZjdFqDFJN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdFqDFJN .mbr-section-title,
.cid-uZjdFqDFJN .mbr-section-btn,
.cid-uZjdFqDFJN .icon-wrapper {
  text-align: center;
}
.cid-uZjdFqDFJN .mbr-section-title,
.cid-uZjdFqDFJN .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdFrpNMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdFrpNMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdFrpNMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdFrpNMN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdFrpNMN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdFrpNMN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdFrpNMN .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdFrpNMN .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdFrpNMN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdFrpNMN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdFrpNMN .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdFrpNMN .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdFrpNMN .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdFrpNMN .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdFrpNMN .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-title_1,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-title_2,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-text_1,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-text_2,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-price_1,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-price_2,
.cid-uZjdFrpNMN .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdFrpNMN .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdFrpNMN .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdFrpNMN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdFrpNMN .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdFrpNMN .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdFrpNMN .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdFrpNMN .mbr-section-title,
.cid-uZjdFrpNMN .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdFrpNMN .card-title_1 {
  color: #323432;
}
.cid-uZjdFrpNMN .card-text_1 {
  color: #323432;
}
.cid-uZjdFrpNMN .card-price_1 {
  color: #323432;
}
.cid-uZjdFrpNMN .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdFrpNMN .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdFrpNMN .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdFrpNMN .card-title_3 {
  color: #323432;
}
.cid-uZjdFrpNMN .card-text_3 {
  color: #323432;
}
.cid-uZjdFrpNMN .card-price_3 {
  color: #323432;
}
#custom-html-9l {
  /* Type valid CSS here */
}
#custom-html-9l div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-9l p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdJ4n5cB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdJ4n5cB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdJ4n5cB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdJ4n5cB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdJ4n5cB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdJ4n5cB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdJ4n5cB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdJ4n5cB .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdJ4n5cB .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdJ4n5cB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdJ4n5cB .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdJ4n5cB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdJ4n5cB .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdJ4n5cB .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdJ4n5cB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdJ4n5cB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdJ4n5cB .container,
.cid-uZjdJ4n5cB .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .container,
  .cid-uZjdJ4n5cB .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdJ4n5cB .container,
  .cid-uZjdJ4n5cB .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdJ4n5cB .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdJ4n5cB .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdJ4n5cB .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdJ4n5cB .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdJ4n5cB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdJ4n5cB .nav-item:focus,
.cid-uZjdJ4n5cB .nav-link:focus {
  outline: none;
}
.cid-uZjdJ4n5cB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdJ4n5cB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdJ4n5cB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdJ4n5cB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdJ4n5cB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdJ4n5cB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdJ4n5cB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdJ4n5cB .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdJ4n5cB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdJ4n5cB .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdJ4n5cB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdJ4n5cB .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdJ4n5cB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdJ4n5cB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdJ4n5cB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdJ4n5cB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdJ4n5cB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdJ4n5cB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdJ4n5cB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdJ4n5cB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdJ4n5cB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdJ4n5cB .navbar {
    min-height: 72px;
  }
  .cid-uZjdJ4n5cB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdJ4n5cB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdJ4n5cB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdJ4n5cB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdJ4n5cB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdJ4n5cB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdJ4n5cB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdJ4n5cB .dropdown-item.active,
.cid-uZjdJ4n5cB .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdJ4n5cB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdJ4n5cB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdJ4n5cB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdJ4n5cB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdJ4n5cB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdJ4n5cB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdJ4n5cB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdJ4n5cB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdJ4n5cB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdJ4n5cB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdJ4n5cB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdJ4n5cB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdJ4n5cB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdJ4n5cB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdJ4n5cB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdJ4n5cB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdJ4n5cB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdJ4n5cB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdJ4n5cB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdJ4n5cB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdJ4n5cB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdJ4n5cB .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdJ4n5cB .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdJ4n5cB .navbar {
    height: 70px;
  }
  .cid-uZjdJ4n5cB .navbar.opened {
    height: auto;
  }
  .cid-uZjdJ4n5cB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdJ4n5cB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdJ4n5cB .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdJ4n5cB .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdJ4n5cB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdJ4n5cB .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdJ4n5cB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdJ4n5cB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdJ4n5cB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdJ4n5cB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdJ4n5cB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdJ4n5cB .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdJ4n5cB .content-wrap {
    display: block;
  }
}
.cid-uZjdJ4SrHn {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdJ4SrHn .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdJ4SrHn .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdJ4SrHn .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdJ4SrHn .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdJ4SrHn .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdJ4SrHn .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdJ4SrHn .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdJ4SrHn .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdJ4SrHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdJ4SrHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdJ4SrHn .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdJ4SrHn .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdJ4SrHn .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdJ4SrHn .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdJ4SrHn .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdJ4SrHn .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdJ4SrHn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdJ4SrHn .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdJ4SrHn .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdJ4SrHn .mbr-section-title {
  color: #323432;
}
.cid-uZjdJ4SrHn .mbr-text,
.cid-uZjdJ4SrHn .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdJ4SrHn .mbr-section-title,
.cid-uZjdJ4SrHn .mbr-section-btn,
.cid-uZjdJ4SrHn .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdJ5iiC8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdJ5iiC8 .item:focus,
.cid-uZjdJ5iiC8 span:focus {
  outline: none;
}
.cid-uZjdJ5iiC8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdJ5iiC8 .content-head {
  max-width: 800px;
}
.cid-uZjdJ5iiC8 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdJ5iiC8 .item {
    min-height: 32.5px;
  }
}
.cid-uZjdJ5FmFd {
  background-color: #eeeef4;
}
.cid-uZjdJ5FmFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdJ5FmFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdJ5FmFd .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdJ5FmFd .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdJ5FmFd .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdJ5FmFd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdJ5FmFd .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdJ5FmFd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdJ5FmFd .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdJ5FmFd .mbr-section-title {
  color: #181824;
}
.cid-uZjdJ5FmFd .mbr-text,
.cid-uZjdJ5FmFd .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdJ5FmFd .mbr-section-title,
.cid-uZjdJ5FmFd .mbr-section-btn,
.cid-uZjdJ5FmFd .icon-wrapper {
  text-align: center;
}
.cid-uZjdJ5FmFd .mbr-section-title,
.cid-uZjdJ5FmFd .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdJ6tL0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdJ6tL0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdJ6tL0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdJ6tL0N .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdJ6tL0N .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdJ6tL0N .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdJ6tL0N .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdJ6tL0N .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdJ6tL0N .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdJ6tL0N .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdJ6tL0N .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdJ6tL0N .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdJ6tL0N .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-title_1,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-title_2,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-text_1,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-text_2,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-price_1,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-price_2,
.cid-uZjdJ6tL0N .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdJ6tL0N .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdJ6tL0N .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdJ6tL0N .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdJ6tL0N .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdJ6tL0N .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdJ6tL0N .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdJ6tL0N .mbr-section-title,
.cid-uZjdJ6tL0N .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdJ6tL0N .card-title_1 {
  color: #323432;
}
.cid-uZjdJ6tL0N .card-text_1 {
  color: #323432;
}
.cid-uZjdJ6tL0N .card-price_1 {
  color: #323432;
}
.cid-uZjdJ6tL0N .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdJ6tL0N .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdJ6tL0N .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdJ6tL0N .card-title_3 {
  color: #323432;
}
.cid-uZjdJ6tL0N .card-text_3 {
  color: #323432;
}
.cid-uZjdJ6tL0N .card-price_3 {
  color: #323432;
}
#custom-html-9r {
  /* Type valid CSS here */
}
#custom-html-9r div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-9r p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdMkGjx4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdMkGjx4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdMkGjx4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdMkGjx4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdMkGjx4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdMkGjx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdMkGjx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdMkGjx4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdMkGjx4 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdMkGjx4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdMkGjx4 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdMkGjx4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdMkGjx4 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdMkGjx4 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdMkGjx4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdMkGjx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdMkGjx4 .container,
.cid-uZjdMkGjx4 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .container,
  .cid-uZjdMkGjx4 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdMkGjx4 .container,
  .cid-uZjdMkGjx4 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdMkGjx4 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdMkGjx4 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdMkGjx4 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdMkGjx4 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdMkGjx4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdMkGjx4 .nav-item:focus,
.cid-uZjdMkGjx4 .nav-link:focus {
  outline: none;
}
.cid-uZjdMkGjx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdMkGjx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdMkGjx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdMkGjx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdMkGjx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdMkGjx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdMkGjx4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdMkGjx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdMkGjx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdMkGjx4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdMkGjx4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdMkGjx4 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdMkGjx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdMkGjx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdMkGjx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdMkGjx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdMkGjx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdMkGjx4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdMkGjx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdMkGjx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdMkGjx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdMkGjx4 .navbar {
    min-height: 72px;
  }
  .cid-uZjdMkGjx4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdMkGjx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdMkGjx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdMkGjx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdMkGjx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdMkGjx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdMkGjx4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdMkGjx4 .dropdown-item.active,
.cid-uZjdMkGjx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdMkGjx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdMkGjx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdMkGjx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdMkGjx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdMkGjx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdMkGjx4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdMkGjx4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdMkGjx4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdMkGjx4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdMkGjx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdMkGjx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdMkGjx4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdMkGjx4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdMkGjx4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdMkGjx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdMkGjx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdMkGjx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdMkGjx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdMkGjx4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdMkGjx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdMkGjx4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdMkGjx4 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdMkGjx4 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdMkGjx4 .navbar {
    height: 70px;
  }
  .cid-uZjdMkGjx4 .navbar.opened {
    height: auto;
  }
  .cid-uZjdMkGjx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdMkGjx4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdMkGjx4 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdMkGjx4 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdMkGjx4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdMkGjx4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdMkGjx4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdMkGjx4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdMkGjx4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdMkGjx4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdMkGjx4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdMkGjx4 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdMkGjx4 .content-wrap {
    display: block;
  }
}
.cid-uZjdMlcp2h {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdMlcp2h .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdMlcp2h .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdMlcp2h .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdMlcp2h .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdMlcp2h .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdMlcp2h .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdMlcp2h .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdMlcp2h .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdMlcp2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdMlcp2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdMlcp2h .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdMlcp2h .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdMlcp2h .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdMlcp2h .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdMlcp2h .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdMlcp2h .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdMlcp2h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdMlcp2h .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdMlcp2h .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdMlcp2h .mbr-section-title {
  color: #323432;
}
.cid-uZjdMlcp2h .mbr-text,
.cid-uZjdMlcp2h .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdMlcp2h .mbr-section-title,
.cid-uZjdMlcp2h .mbr-section-btn,
.cid-uZjdMlcp2h .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdMlDabf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdMlDabf .item:focus,
.cid-uZjdMlDabf span:focus {
  outline: none;
}
.cid-uZjdMlDabf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdMlDabf .content-head {
  max-width: 800px;
}
.cid-uZjdMlDabf .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdMlDabf .item {
    min-height: 32.5px;
  }
}
.cid-uZjdMm1ACn {
  background-color: #eeeef4;
}
.cid-uZjdMm1ACn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdMm1ACn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdMm1ACn .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdMm1ACn .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdMm1ACn .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdMm1ACn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdMm1ACn .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdMm1ACn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdMm1ACn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdMm1ACn .mbr-section-title {
  color: #181824;
}
.cid-uZjdMm1ACn .mbr-text,
.cid-uZjdMm1ACn .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdMm1ACn .mbr-section-title,
.cid-uZjdMm1ACn .mbr-section-btn,
.cid-uZjdMm1ACn .icon-wrapper {
  text-align: center;
}
.cid-uZjdMm1ACn .mbr-section-title,
.cid-uZjdMm1ACn .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdMmOFpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdMmOFpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdMmOFpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdMmOFpv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdMmOFpv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdMmOFpv .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdMmOFpv .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdMmOFpv .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdMmOFpv .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdMmOFpv .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdMmOFpv .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdMmOFpv .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdMmOFpv .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdMmOFpv .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdMmOFpv .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-title_1,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-title_2,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-text_1,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-text_2,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-price_1,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-price_2,
.cid-uZjdMmOFpv .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdMmOFpv .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdMmOFpv .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdMmOFpv .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdMmOFpv .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdMmOFpv .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdMmOFpv .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdMmOFpv .mbr-section-title,
.cid-uZjdMmOFpv .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdMmOFpv .card-title_1 {
  color: #323432;
}
.cid-uZjdMmOFpv .card-text_1 {
  color: #323432;
}
.cid-uZjdMmOFpv .card-price_1 {
  color: #323432;
}
.cid-uZjdMmOFpv .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdMmOFpv .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdMmOFpv .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdMmOFpv .card-title_3 {
  color: #323432;
}
.cid-uZjdMmOFpv .card-text_3 {
  color: #323432;
}
.cid-uZjdMmOFpv .card-price_3 {
  color: #323432;
}
#custom-html-9x {
  /* Type valid CSS here */
}
#custom-html-9x div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-9x p {
  font-size: 60px;
  color: #777;
}
.cid-uZjdXi0BJ9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjdXi0BJ9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjdXi0BJ9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjdXi0BJ9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjdXi0BJ9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjdXi0BJ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjdXi0BJ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjdXi0BJ9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjdXi0BJ9 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjdXi0BJ9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjdXi0BJ9 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjdXi0BJ9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjdXi0BJ9 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjdXi0BJ9 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdXi0BJ9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdXi0BJ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjdXi0BJ9 .container,
.cid-uZjdXi0BJ9 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .container,
  .cid-uZjdXi0BJ9 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjdXi0BJ9 .container,
  .cid-uZjdXi0BJ9 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjdXi0BJ9 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjdXi0BJ9 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjdXi0BJ9 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjdXi0BJ9 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjdXi0BJ9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjdXi0BJ9 .nav-item:focus,
.cid-uZjdXi0BJ9 .nav-link:focus {
  outline: none;
}
.cid-uZjdXi0BJ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjdXi0BJ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjdXi0BJ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjdXi0BJ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjdXi0BJ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjdXi0BJ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjdXi0BJ9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjdXi0BJ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjdXi0BJ9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjdXi0BJ9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjdXi0BJ9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjdXi0BJ9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjdXi0BJ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjdXi0BJ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjdXi0BJ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjdXi0BJ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjdXi0BJ9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjdXi0BJ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjdXi0BJ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjdXi0BJ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjdXi0BJ9 .navbar {
    min-height: 72px;
  }
  .cid-uZjdXi0BJ9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjdXi0BJ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjdXi0BJ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjdXi0BJ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjdXi0BJ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjdXi0BJ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjdXi0BJ9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjdXi0BJ9 .dropdown-item.active,
.cid-uZjdXi0BJ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjdXi0BJ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjdXi0BJ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjdXi0BJ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjdXi0BJ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjdXi0BJ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjdXi0BJ9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjdXi0BJ9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjdXi0BJ9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjdXi0BJ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjdXi0BJ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjdXi0BJ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjdXi0BJ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdXi0BJ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjdXi0BJ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjdXi0BJ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdXi0BJ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjdXi0BJ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjdXi0BJ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjdXi0BJ9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjdXi0BJ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjdXi0BJ9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjdXi0BJ9 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjdXi0BJ9 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjdXi0BJ9 .navbar {
    height: 70px;
  }
  .cid-uZjdXi0BJ9 .navbar.opened {
    height: auto;
  }
  .cid-uZjdXi0BJ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjdXi0BJ9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjdXi0BJ9 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjdXi0BJ9 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjdXi0BJ9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjdXi0BJ9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjdXi0BJ9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjdXi0BJ9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjdXi0BJ9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjdXi0BJ9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjdXi0BJ9 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjdXi0BJ9 .content-wrap {
    display: block;
  }
}
.cid-uZjdXixZBJ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjdXixZBJ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjdXixZBJ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjdXixZBJ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjdXixZBJ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjdXixZBJ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjdXixZBJ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjdXixZBJ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjdXixZBJ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjdXixZBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdXixZBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdXixZBJ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjdXixZBJ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjdXixZBJ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjdXixZBJ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjdXixZBJ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjdXixZBJ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdXixZBJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjdXixZBJ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjdXixZBJ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjdXixZBJ .mbr-section-title {
  color: #323432;
}
.cid-uZjdXixZBJ .mbr-text,
.cid-uZjdXixZBJ .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdXixZBJ .mbr-section-title,
.cid-uZjdXixZBJ .mbr-section-btn,
.cid-uZjdXixZBJ .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjdXiXbNT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjdXiXbNT .item:focus,
.cid-uZjdXiXbNT span:focus {
  outline: none;
}
.cid-uZjdXiXbNT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjdXiXbNT .content-head {
  max-width: 800px;
}
.cid-uZjdXiXbNT .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjdXiXbNT .item {
    min-height: 32.5px;
  }
}
.cid-uZjdXjl2t2 {
  background-color: #eeeef4;
}
.cid-uZjdXjl2t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdXjl2t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdXjl2t2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjdXjl2t2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjdXjl2t2 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjdXjl2t2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjdXjl2t2 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjdXjl2t2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjdXjl2t2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjdXjl2t2 .mbr-section-title {
  color: #181824;
}
.cid-uZjdXjl2t2 .mbr-text,
.cid-uZjdXjl2t2 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjdXjl2t2 .mbr-section-title,
.cid-uZjdXjl2t2 .mbr-section-btn,
.cid-uZjdXjl2t2 .icon-wrapper {
  text-align: center;
}
.cid-uZjdXjl2t2 .mbr-section-title,
.cid-uZjdXjl2t2 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjdXkaoTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjdXkaoTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjdXkaoTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjdXkaoTk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdXkaoTk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjdXkaoTk .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjdXkaoTk .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjdXkaoTk .item {
    margin-bottom: 20px;
  }
}
.cid-uZjdXkaoTk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjdXkaoTk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjdXkaoTk .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjdXkaoTk .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjdXkaoTk .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjdXkaoTk .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjdXkaoTk .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-title_1,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-title_2,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-text_1,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-text_2,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-price_1,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-price_2,
.cid-uZjdXkaoTk .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjdXkaoTk .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjdXkaoTk .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjdXkaoTk .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjdXkaoTk .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjdXkaoTk .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjdXkaoTk .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjdXkaoTk .mbr-section-title,
.cid-uZjdXkaoTk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjdXkaoTk .card-title_1 {
  color: #323432;
}
.cid-uZjdXkaoTk .card-text_1 {
  color: #323432;
}
.cid-uZjdXkaoTk .card-price_1 {
  color: #323432;
}
.cid-uZjdXkaoTk .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjdXkaoTk .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjdXkaoTk .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjdXkaoTk .card-title_3 {
  color: #323432;
}
.cid-uZjdXkaoTk .card-text_3 {
  color: #323432;
}
.cid-uZjdXkaoTk .card-price_3 {
  color: #323432;
}
#custom-html-a3 {
  /* Type valid CSS here */
}
#custom-html-a3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-a3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZje0PYbgn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZje0PYbgn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZje0PYbgn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZje0PYbgn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZje0PYbgn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZje0PYbgn .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZje0PYbgn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZje0PYbgn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZje0PYbgn .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZje0PYbgn .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZje0PYbgn .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZje0PYbgn .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZje0PYbgn .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZje0PYbgn .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZje0PYbgn .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZje0PYbgn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZje0PYbgn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZje0PYbgn .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZje0PYbgn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZje0PYbgn .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZje0PYbgn .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje0PYbgn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZje0PYbgn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZje0PYbgn .container,
.cid-uZje0PYbgn .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .container,
  .cid-uZje0PYbgn .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje0PYbgn .container,
  .cid-uZje0PYbgn .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZje0PYbgn .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZje0PYbgn .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZje0PYbgn .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZje0PYbgn .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZje0PYbgn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZje0PYbgn .nav-item:focus,
.cid-uZje0PYbgn .nav-link:focus {
  outline: none;
}
.cid-uZje0PYbgn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZje0PYbgn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZje0PYbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZje0PYbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZje0PYbgn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZje0PYbgn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZje0PYbgn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZje0PYbgn .navbar.opened {
  transition: all 0.3s;
}
.cid-uZje0PYbgn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZje0PYbgn .navbar .navbar-logo img {
  width: auto;
}
.cid-uZje0PYbgn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZje0PYbgn .navbar.collapsed {
  justify-content: center;
}
.cid-uZje0PYbgn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZje0PYbgn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZje0PYbgn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZje0PYbgn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZje0PYbgn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZje0PYbgn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZje0PYbgn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZje0PYbgn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZje0PYbgn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZje0PYbgn .navbar {
    min-height: 72px;
  }
  .cid-uZje0PYbgn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZje0PYbgn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZje0PYbgn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZje0PYbgn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZje0PYbgn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZje0PYbgn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZje0PYbgn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZje0PYbgn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZje0PYbgn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZje0PYbgn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZje0PYbgn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZje0PYbgn .dropdown-item.active,
.cid-uZje0PYbgn .dropdown-item:active {
  background-color: transparent;
}
.cid-uZje0PYbgn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZje0PYbgn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZje0PYbgn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZje0PYbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZje0PYbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZje0PYbgn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZje0PYbgn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZje0PYbgn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar-buttons {
    text-align: left;
  }
}
.cid-uZje0PYbgn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZje0PYbgn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZje0PYbgn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZje0PYbgn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje0PYbgn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje0PYbgn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZje0PYbgn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje0PYbgn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZje0PYbgn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZje0PYbgn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje0PYbgn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZje0PYbgn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZje0PYbgn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZje0PYbgn .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZje0PYbgn .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZje0PYbgn .navbar {
    height: 70px;
  }
  .cid-uZje0PYbgn .navbar.opened {
    height: auto;
  }
  .cid-uZje0PYbgn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZje0PYbgn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZje0PYbgn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZje0PYbgn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZje0PYbgn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZje0PYbgn .navbar-brand {
    margin-right: auto;
  }
  .cid-uZje0PYbgn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZje0PYbgn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZje0PYbgn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZje0PYbgn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZje0PYbgn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZje0PYbgn .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZje0PYbgn .content-wrap {
    display: block;
  }
}
.cid-uZje0QseGq {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZje0QseGq .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZje0QseGq .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZje0QseGq .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZje0QseGq .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZje0QseGq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZje0QseGq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZje0QseGq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZje0QseGq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZje0QseGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje0QseGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje0QseGq .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZje0QseGq .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZje0QseGq .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZje0QseGq .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZje0QseGq .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZje0QseGq .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZje0QseGq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZje0QseGq .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZje0QseGq .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZje0QseGq .mbr-section-title {
  color: #323432;
}
.cid-uZje0QseGq .mbr-text,
.cid-uZje0QseGq .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje0QseGq .mbr-section-title,
.cid-uZje0QseGq .mbr-section-btn,
.cid-uZje0QseGq .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZje0QRkie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZje0QRkie .item:focus,
.cid-uZje0QRkie span:focus {
  outline: none;
}
.cid-uZje0QRkie .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZje0QRkie .content-head {
  max-width: 800px;
}
.cid-uZje0QRkie .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZje0QRkie .item {
    min-height: 32.5px;
  }
}
.cid-uZje0RfDE8 {
  background-color: #eeeef4;
}
.cid-uZje0RfDE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje0RfDE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje0RfDE8 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZje0RfDE8 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZje0RfDE8 .content-wrapper {
    width: 100%;
  }
}
.cid-uZje0RfDE8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZje0RfDE8 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZje0RfDE8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZje0RfDE8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZje0RfDE8 .mbr-section-title {
  color: #181824;
}
.cid-uZje0RfDE8 .mbr-text,
.cid-uZje0RfDE8 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZje0RfDE8 .mbr-section-title,
.cid-uZje0RfDE8 .mbr-section-btn,
.cid-uZje0RfDE8 .icon-wrapper {
  text-align: center;
}
.cid-uZje0RfDE8 .mbr-section-title,
.cid-uZje0RfDE8 .mbr-section-btn {
  text-align: justify;
}
.cid-uZje0S3NCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZje0S3NCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje0S3NCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje0S3NCS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje0S3NCS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZje0S3NCS .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZje0S3NCS .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje0S3NCS .item {
    margin-bottom: 20px;
  }
}
.cid-uZje0S3NCS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZje0S3NCS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZje0S3NCS .item .item-wrapper:hover .card-box .item-img img,
.cid-uZje0S3NCS .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZje0S3NCS .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZje0S3NCS .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZje0S3NCS .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-title_1,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-title_2,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-text_1,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-text_2,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-price_1,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-price_2,
.cid-uZje0S3NCS .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZje0S3NCS .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZje0S3NCS .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZje0S3NCS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZje0S3NCS .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZje0S3NCS .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZje0S3NCS .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZje0S3NCS .mbr-section-title,
.cid-uZje0S3NCS .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje0S3NCS .card-title_1 {
  color: #323432;
}
.cid-uZje0S3NCS .card-text_1 {
  color: #323432;
}
.cid-uZje0S3NCS .card-price_1 {
  color: #323432;
}
.cid-uZje0S3NCS .card-title_2 {
  color: #f1f5eb;
}
.cid-uZje0S3NCS .card-text_2 {
  color: #f1f5eb;
}
.cid-uZje0S3NCS .card-price_2 {
  color: #f1f5eb;
}
.cid-uZje0S3NCS .card-title_3 {
  color: #323432;
}
.cid-uZje0S3NCS .card-text_3 {
  color: #323432;
}
.cid-uZje0S3NCS .card-price_3 {
  color: #323432;
}
#custom-html-a9 {
  /* Type valid CSS here */
}
#custom-html-a9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-a9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZje4dAlYR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZje4dAlYR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZje4dAlYR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZje4dAlYR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZje4dAlYR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZje4dAlYR .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZje4dAlYR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZje4dAlYR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZje4dAlYR .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZje4dAlYR .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZje4dAlYR .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZje4dAlYR .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZje4dAlYR .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZje4dAlYR .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZje4dAlYR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZje4dAlYR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZje4dAlYR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZje4dAlYR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZje4dAlYR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZje4dAlYR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZje4dAlYR .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje4dAlYR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZje4dAlYR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZje4dAlYR .container,
.cid-uZje4dAlYR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .container,
  .cid-uZje4dAlYR .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje4dAlYR .container,
  .cid-uZje4dAlYR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZje4dAlYR .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZje4dAlYR .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZje4dAlYR .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZje4dAlYR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZje4dAlYR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZje4dAlYR .nav-item:focus,
.cid-uZje4dAlYR .nav-link:focus {
  outline: none;
}
.cid-uZje4dAlYR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZje4dAlYR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZje4dAlYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZje4dAlYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZje4dAlYR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZje4dAlYR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZje4dAlYR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZje4dAlYR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZje4dAlYR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZje4dAlYR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZje4dAlYR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZje4dAlYR .navbar.collapsed {
  justify-content: center;
}
.cid-uZje4dAlYR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZje4dAlYR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZje4dAlYR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZje4dAlYR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZje4dAlYR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZje4dAlYR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZje4dAlYR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZje4dAlYR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZje4dAlYR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZje4dAlYR .navbar {
    min-height: 72px;
  }
  .cid-uZje4dAlYR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZje4dAlYR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZje4dAlYR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZje4dAlYR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZje4dAlYR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZje4dAlYR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZje4dAlYR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZje4dAlYR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZje4dAlYR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZje4dAlYR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZje4dAlYR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZje4dAlYR .dropdown-item.active,
.cid-uZje4dAlYR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZje4dAlYR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZje4dAlYR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZje4dAlYR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZje4dAlYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZje4dAlYR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZje4dAlYR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZje4dAlYR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZje4dAlYR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar-buttons {
    text-align: left;
  }
}
.cid-uZje4dAlYR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZje4dAlYR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZje4dAlYR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZje4dAlYR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje4dAlYR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje4dAlYR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZje4dAlYR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje4dAlYR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZje4dAlYR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZje4dAlYR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje4dAlYR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZje4dAlYR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZje4dAlYR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZje4dAlYR .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZje4dAlYR .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZje4dAlYR .navbar {
    height: 70px;
  }
  .cid-uZje4dAlYR .navbar.opened {
    height: auto;
  }
  .cid-uZje4dAlYR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZje4dAlYR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZje4dAlYR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZje4dAlYR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZje4dAlYR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZje4dAlYR .navbar-brand {
    margin-right: auto;
  }
  .cid-uZje4dAlYR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZje4dAlYR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZje4dAlYR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZje4dAlYR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZje4dAlYR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZje4dAlYR .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZje4dAlYR .content-wrap {
    display: block;
  }
}
.cid-uZje4e6L7J {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZje4e6L7J .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZje4e6L7J .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZje4e6L7J .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZje4e6L7J .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZje4e6L7J .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZje4e6L7J .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZje4e6L7J .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZje4e6L7J .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZje4e6L7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje4e6L7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje4e6L7J .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZje4e6L7J .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZje4e6L7J .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZje4e6L7J .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZje4e6L7J .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZje4e6L7J .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZje4e6L7J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZje4e6L7J .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZje4e6L7J .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZje4e6L7J .mbr-section-title {
  color: #323432;
}
.cid-uZje4e6L7J .mbr-text,
.cid-uZje4e6L7J .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje4e6L7J .mbr-section-title,
.cid-uZje4e6L7J .mbr-section-btn,
.cid-uZje4e6L7J .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZje4eukSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZje4eukSN .item:focus,
.cid-uZje4eukSN span:focus {
  outline: none;
}
.cid-uZje4eukSN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZje4eukSN .content-head {
  max-width: 800px;
}
.cid-uZje4eukSN .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZje4eukSN .item {
    min-height: 32.5px;
  }
}
.cid-uZje4eRwzO {
  background-color: #eeeef4;
}
.cid-uZje4eRwzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje4eRwzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje4eRwzO .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZje4eRwzO .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZje4eRwzO .content-wrapper {
    width: 100%;
  }
}
.cid-uZje4eRwzO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZje4eRwzO .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZje4eRwzO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZje4eRwzO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZje4eRwzO .mbr-section-title {
  color: #181824;
}
.cid-uZje4eRwzO .mbr-text,
.cid-uZje4eRwzO .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZje4eRwzO .mbr-section-title,
.cid-uZje4eRwzO .mbr-section-btn,
.cid-uZje4eRwzO .icon-wrapper {
  text-align: center;
}
.cid-uZje4eRwzO .mbr-section-title,
.cid-uZje4eRwzO .mbr-section-btn {
  text-align: justify;
}
.cid-uZje4fEWGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZje4fEWGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje4fEWGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje4fEWGi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje4fEWGi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZje4fEWGi .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZje4fEWGi .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje4fEWGi .item {
    margin-bottom: 20px;
  }
}
.cid-uZje4fEWGi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZje4fEWGi .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZje4fEWGi .item .item-wrapper:hover .card-box .item-img img,
.cid-uZje4fEWGi .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZje4fEWGi .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZje4fEWGi .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZje4fEWGi .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-title_1,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-title_2,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-text_1,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-text_2,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-price_1,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-price_2,
.cid-uZje4fEWGi .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZje4fEWGi .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZje4fEWGi .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZje4fEWGi .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZje4fEWGi .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZje4fEWGi .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZje4fEWGi .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZje4fEWGi .mbr-section-title,
.cid-uZje4fEWGi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje4fEWGi .card-title_1 {
  color: #323432;
}
.cid-uZje4fEWGi .card-text_1 {
  color: #323432;
}
.cid-uZje4fEWGi .card-price_1 {
  color: #323432;
}
.cid-uZje4fEWGi .card-title_2 {
  color: #f1f5eb;
}
.cid-uZje4fEWGi .card-text_2 {
  color: #f1f5eb;
}
.cid-uZje4fEWGi .card-price_2 {
  color: #f1f5eb;
}
.cid-uZje4fEWGi .card-title_3 {
  color: #323432;
}
.cid-uZje4fEWGi .card-text_3 {
  color: #323432;
}
.cid-uZje4fEWGi .card-price_3 {
  color: #323432;
}
#custom-html-af {
  /* Type valid CSS here */
}
#custom-html-af div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-af p {
  font-size: 60px;
  color: #777;
}
.cid-uZje7CUWV3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZje7CUWV3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZje7CUWV3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZje7CUWV3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZje7CUWV3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZje7CUWV3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZje7CUWV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZje7CUWV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZje7CUWV3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZje7CUWV3 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZje7CUWV3 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZje7CUWV3 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZje7CUWV3 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZje7CUWV3 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZje7CUWV3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZje7CUWV3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZje7CUWV3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZje7CUWV3 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZje7CUWV3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZje7CUWV3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZje7CUWV3 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje7CUWV3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZje7CUWV3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZje7CUWV3 .container,
.cid-uZje7CUWV3 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .container,
  .cid-uZje7CUWV3 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZje7CUWV3 .container,
  .cid-uZje7CUWV3 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZje7CUWV3 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZje7CUWV3 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZje7CUWV3 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZje7CUWV3 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZje7CUWV3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZje7CUWV3 .nav-item:focus,
.cid-uZje7CUWV3 .nav-link:focus {
  outline: none;
}
.cid-uZje7CUWV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZje7CUWV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZje7CUWV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZje7CUWV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZje7CUWV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZje7CUWV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZje7CUWV3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZje7CUWV3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZje7CUWV3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZje7CUWV3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZje7CUWV3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZje7CUWV3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZje7CUWV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZje7CUWV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZje7CUWV3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZje7CUWV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZje7CUWV3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZje7CUWV3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZje7CUWV3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZje7CUWV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZje7CUWV3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZje7CUWV3 .navbar {
    min-height: 72px;
  }
  .cid-uZje7CUWV3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZje7CUWV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZje7CUWV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZje7CUWV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZje7CUWV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZje7CUWV3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZje7CUWV3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZje7CUWV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZje7CUWV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZje7CUWV3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZje7CUWV3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZje7CUWV3 .dropdown-item.active,
.cid-uZje7CUWV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZje7CUWV3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZje7CUWV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZje7CUWV3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZje7CUWV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZje7CUWV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZje7CUWV3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZje7CUWV3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZje7CUWV3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZje7CUWV3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZje7CUWV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZje7CUWV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZje7CUWV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje7CUWV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZje7CUWV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZje7CUWV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje7CUWV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZje7CUWV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZje7CUWV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZje7CUWV3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZje7CUWV3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZje7CUWV3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZje7CUWV3 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZje7CUWV3 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZje7CUWV3 .navbar {
    height: 70px;
  }
  .cid-uZje7CUWV3 .navbar.opened {
    height: auto;
  }
  .cid-uZje7CUWV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZje7CUWV3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZje7CUWV3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZje7CUWV3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZje7CUWV3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZje7CUWV3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZje7CUWV3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZje7CUWV3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZje7CUWV3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZje7CUWV3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZje7CUWV3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZje7CUWV3 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZje7CUWV3 .content-wrap {
    display: block;
  }
}
.cid-uZje7DpIXc {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZje7DpIXc .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZje7DpIXc .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZje7DpIXc .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZje7DpIXc .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZje7DpIXc .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZje7DpIXc .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZje7DpIXc .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZje7DpIXc .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZje7DpIXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje7DpIXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje7DpIXc .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZje7DpIXc .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZje7DpIXc .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZje7DpIXc .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZje7DpIXc .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZje7DpIXc .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZje7DpIXc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZje7DpIXc .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZje7DpIXc .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZje7DpIXc .mbr-section-title {
  color: #323432;
}
.cid-uZje7DpIXc .mbr-text,
.cid-uZje7DpIXc .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje7DpIXc .mbr-section-title,
.cid-uZje7DpIXc .mbr-section-btn,
.cid-uZje7DpIXc .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZje7DPu0Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZje7DPu0Q .item:focus,
.cid-uZje7DPu0Q span:focus {
  outline: none;
}
.cid-uZje7DPu0Q .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZje7DPu0Q .content-head {
  max-width: 800px;
}
.cid-uZje7DPu0Q .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZje7DPu0Q .item {
    min-height: 32.5px;
  }
}
.cid-uZje7Ec7ac {
  background-color: #eeeef4;
}
.cid-uZje7Ec7ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje7Ec7ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje7Ec7ac .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZje7Ec7ac .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZje7Ec7ac .content-wrapper {
    width: 100%;
  }
}
.cid-uZje7Ec7ac .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZje7Ec7ac .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZje7Ec7ac .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZje7Ec7ac .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZje7Ec7ac .mbr-section-title {
  color: #181824;
}
.cid-uZje7Ec7ac .mbr-text,
.cid-uZje7Ec7ac .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZje7Ec7ac .mbr-section-title,
.cid-uZje7Ec7ac .mbr-section-btn,
.cid-uZje7Ec7ac .icon-wrapper {
  text-align: center;
}
.cid-uZje7Ec7ac .mbr-section-title,
.cid-uZje7Ec7ac .mbr-section-btn {
  text-align: justify;
}
.cid-uZje7F0DsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZje7F0DsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZje7F0DsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZje7F0DsQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje7F0DsQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZje7F0DsQ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZje7F0DsQ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZje7F0DsQ .item {
    margin-bottom: 20px;
  }
}
.cid-uZje7F0DsQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZje7F0DsQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZje7F0DsQ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZje7F0DsQ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZje7F0DsQ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZje7F0DsQ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZje7F0DsQ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-title_1,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-title_2,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-text_1,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-text_2,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-price_1,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-price_2,
.cid-uZje7F0DsQ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZje7F0DsQ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZje7F0DsQ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZje7F0DsQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZje7F0DsQ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZje7F0DsQ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZje7F0DsQ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZje7F0DsQ .mbr-section-title,
.cid-uZje7F0DsQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZje7F0DsQ .card-title_1 {
  color: #323432;
}
.cid-uZje7F0DsQ .card-text_1 {
  color: #323432;
}
.cid-uZje7F0DsQ .card-price_1 {
  color: #323432;
}
.cid-uZje7F0DsQ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZje7F0DsQ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZje7F0DsQ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZje7F0DsQ .card-title_3 {
  color: #323432;
}
.cid-uZje7F0DsQ .card-text_3 {
  color: #323432;
}
.cid-uZje7F0DsQ .card-price_3 {
  color: #323432;
}
#custom-html-al {
  /* Type valid CSS here */
}
#custom-html-al div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-al p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeb6ZOKt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeb6ZOKt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeb6ZOKt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeb6ZOKt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeb6ZOKt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeb6ZOKt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeb6ZOKt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeb6ZOKt .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeb6ZOKt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeb6ZOKt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeb6ZOKt .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeb6ZOKt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeb6ZOKt .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeb6ZOKt .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeb6ZOKt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeb6ZOKt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeb6ZOKt .container,
.cid-uZjeb6ZOKt .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .container,
  .cid-uZjeb6ZOKt .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeb6ZOKt .container,
  .cid-uZjeb6ZOKt .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeb6ZOKt .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeb6ZOKt .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeb6ZOKt .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeb6ZOKt .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeb6ZOKt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeb6ZOKt .nav-item:focus,
.cid-uZjeb6ZOKt .nav-link:focus {
  outline: none;
}
.cid-uZjeb6ZOKt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeb6ZOKt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeb6ZOKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeb6ZOKt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeb6ZOKt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeb6ZOKt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeb6ZOKt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeb6ZOKt .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeb6ZOKt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeb6ZOKt .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeb6ZOKt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeb6ZOKt .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeb6ZOKt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeb6ZOKt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeb6ZOKt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeb6ZOKt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeb6ZOKt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeb6ZOKt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeb6ZOKt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeb6ZOKt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeb6ZOKt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeb6ZOKt .navbar {
    min-height: 72px;
  }
  .cid-uZjeb6ZOKt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeb6ZOKt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeb6ZOKt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeb6ZOKt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeb6ZOKt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeb6ZOKt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeb6ZOKt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeb6ZOKt .dropdown-item.active,
.cid-uZjeb6ZOKt .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeb6ZOKt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeb6ZOKt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeb6ZOKt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeb6ZOKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeb6ZOKt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeb6ZOKt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeb6ZOKt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeb6ZOKt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeb6ZOKt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeb6ZOKt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeb6ZOKt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeb6ZOKt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeb6ZOKt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeb6ZOKt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeb6ZOKt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeb6ZOKt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeb6ZOKt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeb6ZOKt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeb6ZOKt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeb6ZOKt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeb6ZOKt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeb6ZOKt .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeb6ZOKt .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeb6ZOKt .navbar {
    height: 70px;
  }
  .cid-uZjeb6ZOKt .navbar.opened {
    height: auto;
  }
  .cid-uZjeb6ZOKt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeb6ZOKt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeb6ZOKt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeb6ZOKt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeb6ZOKt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeb6ZOKt .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeb6ZOKt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeb6ZOKt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeb6ZOKt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeb6ZOKt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeb6ZOKt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeb6ZOKt .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeb6ZOKt .content-wrap {
    display: block;
  }
}
.cid-uZjeb7vbkV {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeb7vbkV .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeb7vbkV .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeb7vbkV .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeb7vbkV .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeb7vbkV .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeb7vbkV .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeb7vbkV .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeb7vbkV .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeb7vbkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeb7vbkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeb7vbkV .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeb7vbkV .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeb7vbkV .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeb7vbkV .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeb7vbkV .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeb7vbkV .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeb7vbkV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeb7vbkV .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeb7vbkV .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeb7vbkV .mbr-section-title {
  color: #323432;
}
.cid-uZjeb7vbkV .mbr-text,
.cid-uZjeb7vbkV .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeb7vbkV .mbr-section-title,
.cid-uZjeb7vbkV .mbr-section-btn,
.cid-uZjeb7vbkV .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeb7U0Cb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeb7U0Cb .item:focus,
.cid-uZjeb7U0Cb span:focus {
  outline: none;
}
.cid-uZjeb7U0Cb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeb7U0Cb .content-head {
  max-width: 800px;
}
.cid-uZjeb7U0Cb .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeb7U0Cb .item {
    min-height: 32.5px;
  }
}
.cid-uZjeb8iPKo {
  background-color: #eeeef4;
}
.cid-uZjeb8iPKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeb8iPKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeb8iPKo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeb8iPKo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeb8iPKo .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeb8iPKo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeb8iPKo .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeb8iPKo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeb8iPKo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeb8iPKo .mbr-section-title {
  color: #181824;
}
.cid-uZjeb8iPKo .mbr-text,
.cid-uZjeb8iPKo .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeb8iPKo .mbr-section-title,
.cid-uZjeb8iPKo .mbr-section-btn,
.cid-uZjeb8iPKo .icon-wrapper {
  text-align: center;
}
.cid-uZjeb8iPKo .mbr-section-title,
.cid-uZjeb8iPKo .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeb97qBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeb97qBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeb97qBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeb97qBF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeb97qBF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeb97qBF .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeb97qBF .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeb97qBF .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeb97qBF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeb97qBF .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeb97qBF .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeb97qBF .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeb97qBF .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeb97qBF .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeb97qBF .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-title_1,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-title_2,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-text_1,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-text_2,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-price_1,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-price_2,
.cid-uZjeb97qBF .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeb97qBF .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeb97qBF .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeb97qBF .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeb97qBF .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeb97qBF .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeb97qBF .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeb97qBF .mbr-section-title,
.cid-uZjeb97qBF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeb97qBF .card-title_1 {
  color: #323432;
}
.cid-uZjeb97qBF .card-text_1 {
  color: #323432;
}
.cid-uZjeb97qBF .card-price_1 {
  color: #323432;
}
.cid-uZjeb97qBF .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeb97qBF .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeb97qBF .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeb97qBF .card-title_3 {
  color: #323432;
}
.cid-uZjeb97qBF .card-text_3 {
  color: #323432;
}
.cid-uZjeb97qBF .card-price_3 {
  color: #323432;
}
#custom-html-ar {
  /* Type valid CSS here */
}
#custom-html-ar div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ar p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeeLJyAd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeeLJyAd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeeLJyAd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeeLJyAd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeeLJyAd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeeLJyAd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeeLJyAd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeeLJyAd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeeLJyAd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeeLJyAd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeeLJyAd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeeLJyAd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeeLJyAd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeeLJyAd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeeLJyAd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeeLJyAd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeeLJyAd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeeLJyAd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeeLJyAd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeeLJyAd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeeLJyAd .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeeLJyAd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeeLJyAd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeeLJyAd .container,
.cid-uZjeeLJyAd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .container,
  .cid-uZjeeLJyAd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeeLJyAd .container,
  .cid-uZjeeLJyAd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeeLJyAd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeeLJyAd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeeLJyAd .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeeLJyAd .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeeLJyAd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeeLJyAd .nav-item:focus,
.cid-uZjeeLJyAd .nav-link:focus {
  outline: none;
}
.cid-uZjeeLJyAd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeeLJyAd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeeLJyAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeeLJyAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeeLJyAd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeeLJyAd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeeLJyAd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeeLJyAd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeeLJyAd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeeLJyAd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeeLJyAd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeeLJyAd .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeeLJyAd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeeLJyAd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeeLJyAd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeeLJyAd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeeLJyAd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeeLJyAd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeeLJyAd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeeLJyAd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeeLJyAd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeeLJyAd .navbar {
    min-height: 72px;
  }
  .cid-uZjeeLJyAd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeeLJyAd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeeLJyAd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeeLJyAd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeeLJyAd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeeLJyAd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeeLJyAd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeeLJyAd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeeLJyAd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeeLJyAd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeeLJyAd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeeLJyAd .dropdown-item.active,
.cid-uZjeeLJyAd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeeLJyAd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeeLJyAd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeeLJyAd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeeLJyAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeeLJyAd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeeLJyAd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeeLJyAd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeeLJyAd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeeLJyAd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeeLJyAd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeeLJyAd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeeLJyAd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeeLJyAd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeeLJyAd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeeLJyAd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeeLJyAd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeeLJyAd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeeLJyAd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeeLJyAd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeeLJyAd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeeLJyAd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeeLJyAd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeeLJyAd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeeLJyAd .navbar {
    height: 70px;
  }
  .cid-uZjeeLJyAd .navbar.opened {
    height: auto;
  }
  .cid-uZjeeLJyAd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeeLJyAd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeeLJyAd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeeLJyAd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeeLJyAd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeeLJyAd .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeeLJyAd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeeLJyAd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeeLJyAd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeeLJyAd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeeLJyAd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeeLJyAd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeeLJyAd .content-wrap {
    display: block;
  }
}
.cid-uZjeeMezSx {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeeMezSx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeeMezSx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeeMezSx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeeMezSx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeeMezSx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeeMezSx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeeMezSx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeeMezSx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeeMezSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeeMezSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeeMezSx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeeMezSx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeeMezSx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeeMezSx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeeMezSx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeeMezSx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeeMezSx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeeMezSx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeeMezSx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeeMezSx .mbr-section-title {
  color: #323432;
}
.cid-uZjeeMezSx .mbr-text,
.cid-uZjeeMezSx .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeeMezSx .mbr-section-title,
.cid-uZjeeMezSx .mbr-section-btn,
.cid-uZjeeMezSx .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeeME1kj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeeME1kj .item:focus,
.cid-uZjeeME1kj span:focus {
  outline: none;
}
.cid-uZjeeME1kj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeeME1kj .content-head {
  max-width: 800px;
}
.cid-uZjeeME1kj .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeeME1kj .item {
    min-height: 32.5px;
  }
}
.cid-uZjeeN1IiI {
  background-color: #eeeef4;
}
.cid-uZjeeN1IiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeeN1IiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeeN1IiI .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeeN1IiI .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeeN1IiI .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeeN1IiI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeeN1IiI .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeeN1IiI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeeN1IiI .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeeN1IiI .mbr-section-title {
  color: #181824;
}
.cid-uZjeeN1IiI .mbr-text,
.cid-uZjeeN1IiI .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeeN1IiI .mbr-section-title,
.cid-uZjeeN1IiI .mbr-section-btn,
.cid-uZjeeN1IiI .icon-wrapper {
  text-align: center;
}
.cid-uZjeeN1IiI .mbr-section-title,
.cid-uZjeeN1IiI .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeeNPC5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeeNPC5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeeNPC5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeeNPC5u .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeeNPC5u .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeeNPC5u .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeeNPC5u .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeeNPC5u .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeeNPC5u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeeNPC5u .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeeNPC5u .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeeNPC5u .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeeNPC5u .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeeNPC5u .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeeNPC5u .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-title_1,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-title_2,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-text_1,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-text_2,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-price_1,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-price_2,
.cid-uZjeeNPC5u .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeeNPC5u .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeeNPC5u .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeeNPC5u .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeeNPC5u .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeeNPC5u .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeeNPC5u .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeeNPC5u .mbr-section-title,
.cid-uZjeeNPC5u .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeeNPC5u .card-title_1 {
  color: #323432;
}
.cid-uZjeeNPC5u .card-text_1 {
  color: #323432;
}
.cid-uZjeeNPC5u .card-price_1 {
  color: #323432;
}
.cid-uZjeeNPC5u .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeeNPC5u .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeeNPC5u .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeeNPC5u .card-title_3 {
  color: #323432;
}
.cid-uZjeeNPC5u .card-text_3 {
  color: #323432;
}
.cid-uZjeeNPC5u .card-price_3 {
  color: #323432;
}
#custom-html-ax {
  /* Type valid CSS here */
}
#custom-html-ax div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ax p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeiuZcMi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeiuZcMi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeiuZcMi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeiuZcMi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeiuZcMi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeiuZcMi .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeiuZcMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeiuZcMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeiuZcMi .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeiuZcMi .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeiuZcMi .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeiuZcMi .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeiuZcMi .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeiuZcMi .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeiuZcMi .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeiuZcMi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeiuZcMi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeiuZcMi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeiuZcMi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeiuZcMi .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeiuZcMi .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeiuZcMi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeiuZcMi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeiuZcMi .container,
.cid-uZjeiuZcMi .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .container,
  .cid-uZjeiuZcMi .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeiuZcMi .container,
  .cid-uZjeiuZcMi .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeiuZcMi .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeiuZcMi .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeiuZcMi .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeiuZcMi .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeiuZcMi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeiuZcMi .nav-item:focus,
.cid-uZjeiuZcMi .nav-link:focus {
  outline: none;
}
.cid-uZjeiuZcMi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeiuZcMi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeiuZcMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeiuZcMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeiuZcMi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeiuZcMi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeiuZcMi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeiuZcMi .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeiuZcMi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeiuZcMi .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeiuZcMi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeiuZcMi .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeiuZcMi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeiuZcMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeiuZcMi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeiuZcMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeiuZcMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeiuZcMi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeiuZcMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeiuZcMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeiuZcMi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeiuZcMi .navbar {
    min-height: 72px;
  }
  .cid-uZjeiuZcMi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeiuZcMi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeiuZcMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeiuZcMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeiuZcMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeiuZcMi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeiuZcMi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeiuZcMi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeiuZcMi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeiuZcMi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeiuZcMi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeiuZcMi .dropdown-item.active,
.cid-uZjeiuZcMi .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeiuZcMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeiuZcMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeiuZcMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeiuZcMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeiuZcMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeiuZcMi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeiuZcMi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeiuZcMi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeiuZcMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeiuZcMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeiuZcMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeiuZcMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeiuZcMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeiuZcMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeiuZcMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeiuZcMi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeiuZcMi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeiuZcMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeiuZcMi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeiuZcMi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeiuZcMi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeiuZcMi .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeiuZcMi .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeiuZcMi .navbar {
    height: 70px;
  }
  .cid-uZjeiuZcMi .navbar.opened {
    height: auto;
  }
  .cid-uZjeiuZcMi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeiuZcMi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeiuZcMi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeiuZcMi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeiuZcMi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeiuZcMi .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeiuZcMi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeiuZcMi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeiuZcMi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeiuZcMi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeiuZcMi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeiuZcMi .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeiuZcMi .content-wrap {
    display: block;
  }
}
.cid-uZjeivvHrB {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeivvHrB .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeivvHrB .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeivvHrB .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeivvHrB .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeivvHrB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeivvHrB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeivvHrB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeivvHrB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeivvHrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeivvHrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeivvHrB .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeivvHrB .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeivvHrB .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeivvHrB .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeivvHrB .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeivvHrB .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeivvHrB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeivvHrB .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeivvHrB .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeivvHrB .mbr-section-title {
  color: #323432;
}
.cid-uZjeivvHrB .mbr-text,
.cid-uZjeivvHrB .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeivvHrB .mbr-section-title,
.cid-uZjeivvHrB .mbr-section-btn,
.cid-uZjeivvHrB .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeivUXaB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeivUXaB .item:focus,
.cid-uZjeivUXaB span:focus {
  outline: none;
}
.cid-uZjeivUXaB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeivUXaB .content-head {
  max-width: 800px;
}
.cid-uZjeivUXaB .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeivUXaB .item {
    min-height: 32.5px;
  }
}
.cid-uZjeiwhln7 {
  background-color: #eeeef4;
}
.cid-uZjeiwhln7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeiwhln7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeiwhln7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeiwhln7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeiwhln7 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeiwhln7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeiwhln7 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeiwhln7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeiwhln7 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeiwhln7 .mbr-section-title {
  color: #181824;
}
.cid-uZjeiwhln7 .mbr-text,
.cid-uZjeiwhln7 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeiwhln7 .mbr-section-title,
.cid-uZjeiwhln7 .mbr-section-btn,
.cid-uZjeiwhln7 .icon-wrapper {
  text-align: center;
}
.cid-uZjeiwhln7 .mbr-section-title,
.cid-uZjeiwhln7 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeix6ffV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeix6ffV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeix6ffV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeix6ffV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeix6ffV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeix6ffV .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeix6ffV .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeix6ffV .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeix6ffV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeix6ffV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeix6ffV .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeix6ffV .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeix6ffV .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeix6ffV .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeix6ffV .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-title_1,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-title_2,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-text_1,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-text_2,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-price_1,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-price_2,
.cid-uZjeix6ffV .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeix6ffV .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeix6ffV .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeix6ffV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeix6ffV .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeix6ffV .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeix6ffV .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeix6ffV .mbr-section-title,
.cid-uZjeix6ffV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeix6ffV .card-title_1 {
  color: #323432;
}
.cid-uZjeix6ffV .card-text_1 {
  color: #323432;
}
.cid-uZjeix6ffV .card-price_1 {
  color: #323432;
}
.cid-uZjeix6ffV .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeix6ffV .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeix6ffV .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeix6ffV .card-title_3 {
  color: #323432;
}
.cid-uZjeix6ffV .card-text_3 {
  color: #323432;
}
.cid-uZjeix6ffV .card-price_3 {
  color: #323432;
}
#custom-html-b3 {
  /* Type valid CSS here */
}
#custom-html-b3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-b3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeml22ok {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeml22ok .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeml22ok .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeml22ok .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeml22ok .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeml22ok .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeml22ok .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeml22ok .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeml22ok .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeml22ok .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeml22ok .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeml22ok .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeml22ok .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeml22ok .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeml22ok .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeml22ok .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeml22ok .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeml22ok .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeml22ok .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeml22ok .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeml22ok .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeml22ok .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeml22ok .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeml22ok .container,
.cid-uZjeml22ok .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .container,
  .cid-uZjeml22ok .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeml22ok .container,
  .cid-uZjeml22ok .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeml22ok .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeml22ok .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeml22ok .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeml22ok .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeml22ok .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeml22ok .nav-item:focus,
.cid-uZjeml22ok .nav-link:focus {
  outline: none;
}
.cid-uZjeml22ok .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeml22ok .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeml22ok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeml22ok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeml22ok .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeml22ok .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeml22ok .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeml22ok .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeml22ok .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeml22ok .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeml22ok .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeml22ok .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeml22ok .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeml22ok .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeml22ok .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeml22ok .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeml22ok .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeml22ok .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeml22ok .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeml22ok .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeml22ok .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeml22ok .navbar {
    min-height: 72px;
  }
  .cid-uZjeml22ok .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeml22ok .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeml22ok .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeml22ok .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeml22ok .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeml22ok .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeml22ok .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeml22ok .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeml22ok .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeml22ok .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeml22ok .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeml22ok .dropdown-item.active,
.cid-uZjeml22ok .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeml22ok .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeml22ok .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeml22ok .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeml22ok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeml22ok .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeml22ok .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeml22ok ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeml22ok .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeml22ok button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeml22ok button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeml22ok button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeml22ok button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeml22ok button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeml22ok button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeml22ok nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeml22ok nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeml22ok nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeml22ok nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeml22ok .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeml22ok a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeml22ok .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeml22ok .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeml22ok .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeml22ok .navbar {
    height: 70px;
  }
  .cid-uZjeml22ok .navbar.opened {
    height: auto;
  }
  .cid-uZjeml22ok .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeml22ok .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeml22ok .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeml22ok .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeml22ok .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeml22ok .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeml22ok .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeml22ok .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeml22ok .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeml22ok .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeml22ok .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeml22ok .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeml22ok .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeml22ok .content-wrap {
    display: block;
  }
}
.cid-uZjemlxP5J {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjemlxP5J .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjemlxP5J .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjemlxP5J .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjemlxP5J .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjemlxP5J .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjemlxP5J .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjemlxP5J .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjemlxP5J .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjemlxP5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjemlxP5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjemlxP5J .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjemlxP5J .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjemlxP5J .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjemlxP5J .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjemlxP5J .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjemlxP5J .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjemlxP5J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjemlxP5J .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjemlxP5J .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjemlxP5J .mbr-section-title {
  color: #323432;
}
.cid-uZjemlxP5J .mbr-text,
.cid-uZjemlxP5J .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjemlxP5J .mbr-section-title,
.cid-uZjemlxP5J .mbr-section-btn,
.cid-uZjemlxP5J .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjemlWXTH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjemlWXTH .item:focus,
.cid-uZjemlWXTH span:focus {
  outline: none;
}
.cid-uZjemlWXTH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjemlWXTH .content-head {
  max-width: 800px;
}
.cid-uZjemlWXTH .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjemlWXTH .item {
    min-height: 32.5px;
  }
}
.cid-uZjemmiVEC {
  background-color: #eeeef4;
}
.cid-uZjemmiVEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjemmiVEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjemmiVEC .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjemmiVEC .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjemmiVEC .content-wrapper {
    width: 100%;
  }
}
.cid-uZjemmiVEC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjemmiVEC .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjemmiVEC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjemmiVEC .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjemmiVEC .mbr-section-title {
  color: #181824;
}
.cid-uZjemmiVEC .mbr-text,
.cid-uZjemmiVEC .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjemmiVEC .mbr-section-title,
.cid-uZjemmiVEC .mbr-section-btn,
.cid-uZjemmiVEC .icon-wrapper {
  text-align: center;
}
.cid-uZjemmiVEC .mbr-section-title,
.cid-uZjemmiVEC .mbr-section-btn {
  text-align: justify;
}
.cid-uZjemn6bhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjemn6bhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjemn6bhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjemn6bhE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjemn6bhE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjemn6bhE .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjemn6bhE .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjemn6bhE .item {
    margin-bottom: 20px;
  }
}
.cid-uZjemn6bhE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjemn6bhE .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjemn6bhE .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjemn6bhE .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjemn6bhE .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjemn6bhE .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjemn6bhE .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-title_1,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-title_2,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-text_1,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-text_2,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-price_1,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-price_2,
.cid-uZjemn6bhE .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjemn6bhE .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjemn6bhE .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjemn6bhE .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjemn6bhE .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjemn6bhE .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjemn6bhE .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjemn6bhE .mbr-section-title,
.cid-uZjemn6bhE .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjemn6bhE .card-title_1 {
  color: #323432;
}
.cid-uZjemn6bhE .card-text_1 {
  color: #323432;
}
.cid-uZjemn6bhE .card-price_1 {
  color: #323432;
}
.cid-uZjemn6bhE .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjemn6bhE .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjemn6bhE .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjemn6bhE .card-title_3 {
  color: #323432;
}
.cid-uZjemn6bhE .card-text_3 {
  color: #323432;
}
.cid-uZjemn6bhE .card-price_3 {
  color: #323432;
}
#custom-html-b9 {
  /* Type valid CSS here */
}
#custom-html-b9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-b9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeq2n9KX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeq2n9KX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeq2n9KX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeq2n9KX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeq2n9KX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeq2n9KX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeq2n9KX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeq2n9KX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeq2n9KX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeq2n9KX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeq2n9KX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeq2n9KX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeq2n9KX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeq2n9KX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeq2n9KX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeq2n9KX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeq2n9KX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeq2n9KX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeq2n9KX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeq2n9KX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeq2n9KX .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeq2n9KX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeq2n9KX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeq2n9KX .container,
.cid-uZjeq2n9KX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .container,
  .cid-uZjeq2n9KX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeq2n9KX .container,
  .cid-uZjeq2n9KX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeq2n9KX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeq2n9KX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeq2n9KX .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeq2n9KX .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeq2n9KX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeq2n9KX .nav-item:focus,
.cid-uZjeq2n9KX .nav-link:focus {
  outline: none;
}
.cid-uZjeq2n9KX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeq2n9KX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeq2n9KX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeq2n9KX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeq2n9KX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeq2n9KX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeq2n9KX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeq2n9KX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeq2n9KX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeq2n9KX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeq2n9KX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeq2n9KX .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeq2n9KX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeq2n9KX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeq2n9KX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeq2n9KX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeq2n9KX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeq2n9KX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeq2n9KX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeq2n9KX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeq2n9KX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeq2n9KX .navbar {
    min-height: 72px;
  }
  .cid-uZjeq2n9KX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeq2n9KX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeq2n9KX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeq2n9KX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeq2n9KX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeq2n9KX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeq2n9KX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeq2n9KX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeq2n9KX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeq2n9KX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeq2n9KX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeq2n9KX .dropdown-item.active,
.cid-uZjeq2n9KX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeq2n9KX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeq2n9KX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeq2n9KX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeq2n9KX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeq2n9KX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeq2n9KX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeq2n9KX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeq2n9KX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeq2n9KX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeq2n9KX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeq2n9KX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeq2n9KX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeq2n9KX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeq2n9KX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeq2n9KX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeq2n9KX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeq2n9KX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeq2n9KX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeq2n9KX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeq2n9KX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeq2n9KX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeq2n9KX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeq2n9KX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeq2n9KX .navbar {
    height: 70px;
  }
  .cid-uZjeq2n9KX .navbar.opened {
    height: auto;
  }
  .cid-uZjeq2n9KX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeq2n9KX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeq2n9KX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeq2n9KX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeq2n9KX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeq2n9KX .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeq2n9KX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeq2n9KX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeq2n9KX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeq2n9KX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeq2n9KX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeq2n9KX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeq2n9KX .content-wrap {
    display: block;
  }
}
.cid-uZjeq2T76Y {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeq2T76Y .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeq2T76Y .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeq2T76Y .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeq2T76Y .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeq2T76Y .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeq2T76Y .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeq2T76Y .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeq2T76Y .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeq2T76Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeq2T76Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeq2T76Y .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeq2T76Y .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeq2T76Y .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeq2T76Y .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeq2T76Y .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeq2T76Y .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeq2T76Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeq2T76Y .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeq2T76Y .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeq2T76Y .mbr-section-title {
  color: #323432;
}
.cid-uZjeq2T76Y .mbr-text,
.cid-uZjeq2T76Y .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeq2T76Y .mbr-section-title,
.cid-uZjeq2T76Y .mbr-section-btn,
.cid-uZjeq2T76Y .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeq3j8yl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeq3j8yl .item:focus,
.cid-uZjeq3j8yl span:focus {
  outline: none;
}
.cid-uZjeq3j8yl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeq3j8yl .content-head {
  max-width: 800px;
}
.cid-uZjeq3j8yl .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeq3j8yl .item {
    min-height: 32.5px;
  }
}
.cid-uZjeq3Frb1 {
  background-color: #eeeef4;
}
.cid-uZjeq3Frb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeq3Frb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeq3Frb1 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeq3Frb1 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeq3Frb1 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeq3Frb1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeq3Frb1 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeq3Frb1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeq3Frb1 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeq3Frb1 .mbr-section-title {
  color: #181824;
}
.cid-uZjeq3Frb1 .mbr-text,
.cid-uZjeq3Frb1 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeq3Frb1 .mbr-section-title,
.cid-uZjeq3Frb1 .mbr-section-btn,
.cid-uZjeq3Frb1 .icon-wrapper {
  text-align: center;
}
.cid-uZjeq3Frb1 .mbr-section-title,
.cid-uZjeq3Frb1 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeq4vezR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeq4vezR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeq4vezR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeq4vezR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeq4vezR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeq4vezR .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeq4vezR .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeq4vezR .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeq4vezR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeq4vezR .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeq4vezR .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeq4vezR .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeq4vezR .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeq4vezR .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeq4vezR .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-title_1,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-title_2,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-text_1,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-text_2,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-price_1,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-price_2,
.cid-uZjeq4vezR .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeq4vezR .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeq4vezR .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeq4vezR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeq4vezR .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeq4vezR .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeq4vezR .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeq4vezR .mbr-section-title,
.cid-uZjeq4vezR .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeq4vezR .card-title_1 {
  color: #323432;
}
.cid-uZjeq4vezR .card-text_1 {
  color: #323432;
}
.cid-uZjeq4vezR .card-price_1 {
  color: #323432;
}
.cid-uZjeq4vezR .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeq4vezR .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeq4vezR .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeq4vezR .card-title_3 {
  color: #323432;
}
.cid-uZjeq4vezR .card-text_3 {
  color: #323432;
}
.cid-uZjeq4vezR .card-price_3 {
  color: #323432;
}
#custom-html-bf {
  /* Type valid CSS here */
}
#custom-html-bf div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-bf p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeu44YHV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeu44YHV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeu44YHV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeu44YHV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeu44YHV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeu44YHV .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeu44YHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeu44YHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeu44YHV .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeu44YHV .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeu44YHV .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeu44YHV .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeu44YHV .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeu44YHV .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeu44YHV .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeu44YHV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeu44YHV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeu44YHV .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeu44YHV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeu44YHV .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeu44YHV .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeu44YHV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeu44YHV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeu44YHV .container,
.cid-uZjeu44YHV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .container,
  .cid-uZjeu44YHV .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeu44YHV .container,
  .cid-uZjeu44YHV .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeu44YHV .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeu44YHV .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeu44YHV .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeu44YHV .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeu44YHV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeu44YHV .nav-item:focus,
.cid-uZjeu44YHV .nav-link:focus {
  outline: none;
}
.cid-uZjeu44YHV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeu44YHV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeu44YHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeu44YHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeu44YHV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeu44YHV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeu44YHV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeu44YHV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeu44YHV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeu44YHV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeu44YHV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeu44YHV .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeu44YHV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeu44YHV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeu44YHV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeu44YHV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeu44YHV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeu44YHV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeu44YHV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeu44YHV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeu44YHV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeu44YHV .navbar {
    min-height: 72px;
  }
  .cid-uZjeu44YHV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeu44YHV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeu44YHV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeu44YHV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeu44YHV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeu44YHV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeu44YHV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeu44YHV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeu44YHV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeu44YHV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeu44YHV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeu44YHV .dropdown-item.active,
.cid-uZjeu44YHV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeu44YHV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeu44YHV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeu44YHV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeu44YHV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeu44YHV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeu44YHV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeu44YHV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeu44YHV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeu44YHV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeu44YHV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeu44YHV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeu44YHV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeu44YHV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeu44YHV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeu44YHV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeu44YHV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeu44YHV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeu44YHV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeu44YHV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeu44YHV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeu44YHV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeu44YHV .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeu44YHV .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeu44YHV .navbar {
    height: 70px;
  }
  .cid-uZjeu44YHV .navbar.opened {
    height: auto;
  }
  .cid-uZjeu44YHV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeu44YHV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeu44YHV .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeu44YHV .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeu44YHV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeu44YHV .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeu44YHV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeu44YHV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeu44YHV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeu44YHV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeu44YHV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeu44YHV .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeu44YHV .content-wrap {
    display: block;
  }
}
.cid-uZjeu4zT3P {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeu4zT3P .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeu4zT3P .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeu4zT3P .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeu4zT3P .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeu4zT3P .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeu4zT3P .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeu4zT3P .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeu4zT3P .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeu4zT3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeu4zT3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeu4zT3P .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeu4zT3P .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeu4zT3P .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeu4zT3P .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeu4zT3P .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeu4zT3P .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeu4zT3P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeu4zT3P .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeu4zT3P .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeu4zT3P .mbr-section-title {
  color: #323432;
}
.cid-uZjeu4zT3P .mbr-text,
.cid-uZjeu4zT3P .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeu4zT3P .mbr-section-title,
.cid-uZjeu4zT3P .mbr-section-btn,
.cid-uZjeu4zT3P .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeu4YHTj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeu4YHTj .item:focus,
.cid-uZjeu4YHTj span:focus {
  outline: none;
}
.cid-uZjeu4YHTj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeu4YHTj .content-head {
  max-width: 800px;
}
.cid-uZjeu4YHTj .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeu4YHTj .item {
    min-height: 32.5px;
  }
}
.cid-uZjeu5lJpF {
  background-color: #eeeef4;
}
.cid-uZjeu5lJpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeu5lJpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeu5lJpF .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeu5lJpF .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeu5lJpF .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeu5lJpF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeu5lJpF .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeu5lJpF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeu5lJpF .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeu5lJpF .mbr-section-title {
  color: #181824;
}
.cid-uZjeu5lJpF .mbr-text,
.cid-uZjeu5lJpF .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeu5lJpF .mbr-section-title,
.cid-uZjeu5lJpF .mbr-section-btn,
.cid-uZjeu5lJpF .icon-wrapper {
  text-align: center;
}
.cid-uZjeu5lJpF .mbr-section-title,
.cid-uZjeu5lJpF .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeu69CSE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeu69CSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeu69CSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeu69CSE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeu69CSE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeu69CSE .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeu69CSE .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeu69CSE .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeu69CSE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeu69CSE .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeu69CSE .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeu69CSE .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeu69CSE .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeu69CSE .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeu69CSE .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-title_1,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-title_2,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-text_1,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-text_2,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-price_1,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-price_2,
.cid-uZjeu69CSE .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeu69CSE .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeu69CSE .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeu69CSE .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeu69CSE .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeu69CSE .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeu69CSE .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeu69CSE .mbr-section-title,
.cid-uZjeu69CSE .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeu69CSE .card-title_1 {
  color: #323432;
}
.cid-uZjeu69CSE .card-text_1 {
  color: #323432;
}
.cid-uZjeu69CSE .card-price_1 {
  color: #323432;
}
.cid-uZjeu69CSE .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeu69CSE .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeu69CSE .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeu69CSE .card-title_3 {
  color: #323432;
}
.cid-uZjeu69CSE .card-text_3 {
  color: #323432;
}
.cid-uZjeu69CSE .card-price_3 {
  color: #323432;
}
#custom-html-bl {
  /* Type valid CSS here */
}
#custom-html-bl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-bl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeyIQzf2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeyIQzf2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeyIQzf2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeyIQzf2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeyIQzf2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeyIQzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeyIQzf2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeyIQzf2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeyIQzf2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeyIQzf2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeyIQzf2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeyIQzf2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeyIQzf2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeyIQzf2 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeyIQzf2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeyIQzf2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeyIQzf2 .container,
.cid-uZjeyIQzf2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .container,
  .cid-uZjeyIQzf2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeyIQzf2 .container,
  .cid-uZjeyIQzf2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeyIQzf2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeyIQzf2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeyIQzf2 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeyIQzf2 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeyIQzf2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeyIQzf2 .nav-item:focus,
.cid-uZjeyIQzf2 .nav-link:focus {
  outline: none;
}
.cid-uZjeyIQzf2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeyIQzf2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeyIQzf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeyIQzf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeyIQzf2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeyIQzf2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeyIQzf2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeyIQzf2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeyIQzf2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeyIQzf2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeyIQzf2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeyIQzf2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeyIQzf2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeyIQzf2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeyIQzf2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeyIQzf2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeyIQzf2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeyIQzf2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeyIQzf2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeyIQzf2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeyIQzf2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeyIQzf2 .navbar {
    min-height: 72px;
  }
  .cid-uZjeyIQzf2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeyIQzf2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeyIQzf2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeyIQzf2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeyIQzf2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeyIQzf2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeyIQzf2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeyIQzf2 .dropdown-item.active,
.cid-uZjeyIQzf2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeyIQzf2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeyIQzf2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeyIQzf2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeyIQzf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeyIQzf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeyIQzf2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeyIQzf2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeyIQzf2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeyIQzf2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeyIQzf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeyIQzf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeyIQzf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeyIQzf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeyIQzf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeyIQzf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeyIQzf2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeyIQzf2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeyIQzf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeyIQzf2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeyIQzf2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeyIQzf2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeyIQzf2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeyIQzf2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeyIQzf2 .navbar {
    height: 70px;
  }
  .cid-uZjeyIQzf2 .navbar.opened {
    height: auto;
  }
  .cid-uZjeyIQzf2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeyIQzf2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeyIQzf2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeyIQzf2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeyIQzf2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeyIQzf2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeyIQzf2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeyIQzf2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeyIQzf2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeyIQzf2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeyIQzf2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeyIQzf2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeyIQzf2 .content-wrap {
    display: block;
  }
}
.cid-uZjeyJlic4 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeyJlic4 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeyJlic4 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeyJlic4 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeyJlic4 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeyJlic4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeyJlic4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeyJlic4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeyJlic4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeyJlic4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeyJlic4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeyJlic4 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeyJlic4 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeyJlic4 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeyJlic4 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeyJlic4 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeyJlic4 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeyJlic4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeyJlic4 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeyJlic4 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeyJlic4 .mbr-section-title {
  color: #323432;
}
.cid-uZjeyJlic4 .mbr-text,
.cid-uZjeyJlic4 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeyJlic4 .mbr-section-title,
.cid-uZjeyJlic4 .mbr-section-btn,
.cid-uZjeyJlic4 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeyJL4VG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeyJL4VG .item:focus,
.cid-uZjeyJL4VG span:focus {
  outline: none;
}
.cid-uZjeyJL4VG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeyJL4VG .content-head {
  max-width: 800px;
}
.cid-uZjeyJL4VG .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeyJL4VG .item {
    min-height: 32.5px;
  }
}
.cid-uZjeyK9MYq {
  background-color: #eeeef4;
}
.cid-uZjeyK9MYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeyK9MYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeyK9MYq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeyK9MYq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeyK9MYq .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeyK9MYq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeyK9MYq .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeyK9MYq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeyK9MYq .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeyK9MYq .mbr-section-title {
  color: #181824;
}
.cid-uZjeyK9MYq .mbr-text,
.cid-uZjeyK9MYq .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeyK9MYq .mbr-section-title,
.cid-uZjeyK9MYq .mbr-section-btn,
.cid-uZjeyK9MYq .icon-wrapper {
  text-align: center;
}
.cid-uZjeyK9MYq .mbr-section-title,
.cid-uZjeyK9MYq .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeyKXWTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeyKXWTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeyKXWTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeyKXWTZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeyKXWTZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeyKXWTZ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeyKXWTZ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeyKXWTZ .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeyKXWTZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeyKXWTZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeyKXWTZ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeyKXWTZ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeyKXWTZ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-title_1,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-title_2,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-text_1,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-text_2,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-price_1,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-price_2,
.cid-uZjeyKXWTZ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeyKXWTZ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeyKXWTZ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeyKXWTZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeyKXWTZ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeyKXWTZ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeyKXWTZ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeyKXWTZ .mbr-section-title,
.cid-uZjeyKXWTZ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeyKXWTZ .card-title_1 {
  color: #323432;
}
.cid-uZjeyKXWTZ .card-text_1 {
  color: #323432;
}
.cid-uZjeyKXWTZ .card-price_1 {
  color: #323432;
}
.cid-uZjeyKXWTZ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeyKXWTZ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeyKXWTZ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeyKXWTZ .card-title_3 {
  color: #323432;
}
.cid-uZjeyKXWTZ .card-text_3 {
  color: #323432;
}
.cid-uZjeyKXWTZ .card-price_3 {
  color: #323432;
}
#custom-html-br {
  /* Type valid CSS here */
}
#custom-html-br div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-br p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeCFQ2Yd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeCFQ2Yd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeCFQ2Yd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeCFQ2Yd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeCFQ2Yd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeCFQ2Yd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeCFQ2Yd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeCFQ2Yd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeCFQ2Yd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeCFQ2Yd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeCFQ2Yd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeCFQ2Yd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeCFQ2Yd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeCFQ2Yd .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeCFQ2Yd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeCFQ2Yd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeCFQ2Yd .container,
.cid-uZjeCFQ2Yd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .container,
  .cid-uZjeCFQ2Yd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeCFQ2Yd .container,
  .cid-uZjeCFQ2Yd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeCFQ2Yd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeCFQ2Yd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeCFQ2Yd .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeCFQ2Yd .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeCFQ2Yd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeCFQ2Yd .nav-item:focus,
.cid-uZjeCFQ2Yd .nav-link:focus {
  outline: none;
}
.cid-uZjeCFQ2Yd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeCFQ2Yd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeCFQ2Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeCFQ2Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeCFQ2Yd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeCFQ2Yd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeCFQ2Yd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeCFQ2Yd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeCFQ2Yd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeCFQ2Yd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeCFQ2Yd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeCFQ2Yd .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeCFQ2Yd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeCFQ2Yd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeCFQ2Yd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeCFQ2Yd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeCFQ2Yd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeCFQ2Yd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeCFQ2Yd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeCFQ2Yd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeCFQ2Yd .navbar {
    min-height: 72px;
  }
  .cid-uZjeCFQ2Yd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeCFQ2Yd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeCFQ2Yd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeCFQ2Yd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeCFQ2Yd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeCFQ2Yd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeCFQ2Yd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeCFQ2Yd .dropdown-item.active,
.cid-uZjeCFQ2Yd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeCFQ2Yd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeCFQ2Yd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeCFQ2Yd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeCFQ2Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeCFQ2Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeCFQ2Yd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeCFQ2Yd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeCFQ2Yd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeCFQ2Yd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeCFQ2Yd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeCFQ2Yd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeCFQ2Yd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeCFQ2Yd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeCFQ2Yd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeCFQ2Yd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeCFQ2Yd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeCFQ2Yd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeCFQ2Yd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeCFQ2Yd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeCFQ2Yd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeCFQ2Yd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeCFQ2Yd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeCFQ2Yd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeCFQ2Yd .navbar {
    height: 70px;
  }
  .cid-uZjeCFQ2Yd .navbar.opened {
    height: auto;
  }
  .cid-uZjeCFQ2Yd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeCFQ2Yd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeCFQ2Yd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeCFQ2Yd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeCFQ2Yd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeCFQ2Yd .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeCFQ2Yd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeCFQ2Yd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeCFQ2Yd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeCFQ2Yd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeCFQ2Yd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeCFQ2Yd .content-wrap {
    display: block;
  }
}
.cid-uZjeCGlNHT {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeCGlNHT .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeCGlNHT .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeCGlNHT .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeCGlNHT .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeCGlNHT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeCGlNHT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeCGlNHT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeCGlNHT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeCGlNHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeCGlNHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeCGlNHT .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeCGlNHT .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeCGlNHT .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeCGlNHT .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeCGlNHT .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeCGlNHT .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeCGlNHT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeCGlNHT .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeCGlNHT .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeCGlNHT .mbr-section-title {
  color: #323432;
}
.cid-uZjeCGlNHT .mbr-text,
.cid-uZjeCGlNHT .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeCGlNHT .mbr-section-title,
.cid-uZjeCGlNHT .mbr-section-btn,
.cid-uZjeCGlNHT .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeCGL7O8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeCGL7O8 .item:focus,
.cid-uZjeCGL7O8 span:focus {
  outline: none;
}
.cid-uZjeCGL7O8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeCGL7O8 .content-head {
  max-width: 800px;
}
.cid-uZjeCGL7O8 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeCGL7O8 .item {
    min-height: 32.5px;
  }
}
.cid-uZjeCH8umb {
  background-color: #eeeef4;
}
.cid-uZjeCH8umb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeCH8umb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeCH8umb .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeCH8umb .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeCH8umb .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeCH8umb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeCH8umb .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeCH8umb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeCH8umb .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeCH8umb .mbr-section-title {
  color: #181824;
}
.cid-uZjeCH8umb .mbr-text,
.cid-uZjeCH8umb .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeCH8umb .mbr-section-title,
.cid-uZjeCH8umb .mbr-section-btn,
.cid-uZjeCH8umb .icon-wrapper {
  text-align: center;
}
.cid-uZjeCH8umb .mbr-section-title,
.cid-uZjeCH8umb .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeCHWSna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeCHWSna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeCHWSna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeCHWSna .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeCHWSna .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeCHWSna .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeCHWSna .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeCHWSna .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeCHWSna .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeCHWSna .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeCHWSna .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeCHWSna .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeCHWSna .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeCHWSna .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeCHWSna .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-title_1,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-title_2,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-text_1,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-text_2,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-price_1,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-price_2,
.cid-uZjeCHWSna .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeCHWSna .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeCHWSna .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeCHWSna .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeCHWSna .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeCHWSna .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeCHWSna .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeCHWSna .mbr-section-title,
.cid-uZjeCHWSna .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeCHWSna .card-title_1 {
  color: #323432;
}
.cid-uZjeCHWSna .card-text_1 {
  color: #323432;
}
.cid-uZjeCHWSna .card-price_1 {
  color: #323432;
}
.cid-uZjeCHWSna .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeCHWSna .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeCHWSna .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeCHWSna .card-title_3 {
  color: #323432;
}
.cid-uZjeCHWSna .card-text_3 {
  color: #323432;
}
.cid-uZjeCHWSna .card-price_3 {
  color: #323432;
}
#custom-html-bx {
  /* Type valid CSS here */
}
#custom-html-bx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-bx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjeGN16NE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjeGN16NE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjeGN16NE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjeGN16NE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjeGN16NE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjeGN16NE .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjeGN16NE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjeGN16NE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjeGN16NE .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjeGN16NE .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjeGN16NE .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjeGN16NE .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjeGN16NE .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjeGN16NE .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjeGN16NE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjeGN16NE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjeGN16NE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjeGN16NE .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjeGN16NE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjeGN16NE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjeGN16NE .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeGN16NE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeGN16NE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjeGN16NE .container,
.cid-uZjeGN16NE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .container,
  .cid-uZjeGN16NE .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjeGN16NE .container,
  .cid-uZjeGN16NE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjeGN16NE .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjeGN16NE .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjeGN16NE .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjeGN16NE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjeGN16NE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjeGN16NE .nav-item:focus,
.cid-uZjeGN16NE .nav-link:focus {
  outline: none;
}
.cid-uZjeGN16NE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjeGN16NE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjeGN16NE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjeGN16NE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjeGN16NE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjeGN16NE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjeGN16NE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjeGN16NE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjeGN16NE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjeGN16NE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjeGN16NE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjeGN16NE .navbar.collapsed {
  justify-content: center;
}
.cid-uZjeGN16NE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjeGN16NE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjeGN16NE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjeGN16NE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjeGN16NE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjeGN16NE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjeGN16NE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjeGN16NE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjeGN16NE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjeGN16NE .navbar {
    min-height: 72px;
  }
  .cid-uZjeGN16NE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjeGN16NE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjeGN16NE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjeGN16NE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjeGN16NE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjeGN16NE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjeGN16NE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjeGN16NE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjeGN16NE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjeGN16NE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjeGN16NE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjeGN16NE .dropdown-item.active,
.cid-uZjeGN16NE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjeGN16NE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjeGN16NE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjeGN16NE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjeGN16NE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjeGN16NE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjeGN16NE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjeGN16NE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjeGN16NE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjeGN16NE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjeGN16NE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjeGN16NE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjeGN16NE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeGN16NE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjeGN16NE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjeGN16NE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeGN16NE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjeGN16NE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjeGN16NE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjeGN16NE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjeGN16NE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjeGN16NE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjeGN16NE .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjeGN16NE .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjeGN16NE .navbar {
    height: 70px;
  }
  .cid-uZjeGN16NE .navbar.opened {
    height: auto;
  }
  .cid-uZjeGN16NE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjeGN16NE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjeGN16NE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjeGN16NE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjeGN16NE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjeGN16NE .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjeGN16NE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjeGN16NE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjeGN16NE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjeGN16NE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjeGN16NE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjeGN16NE .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjeGN16NE .content-wrap {
    display: block;
  }
}
.cid-uZjeGNwSP8 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjeGNwSP8 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjeGNwSP8 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjeGNwSP8 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjeGNwSP8 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjeGNwSP8 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjeGNwSP8 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjeGNwSP8 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjeGNwSP8 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjeGNwSP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeGNwSP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeGNwSP8 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjeGNwSP8 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjeGNwSP8 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjeGNwSP8 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjeGNwSP8 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjeGNwSP8 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeGNwSP8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjeGNwSP8 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjeGNwSP8 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjeGNwSP8 .mbr-section-title {
  color: #323432;
}
.cid-uZjeGNwSP8 .mbr-text,
.cid-uZjeGNwSP8 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeGNwSP8 .mbr-section-title,
.cid-uZjeGNwSP8 .mbr-section-btn,
.cid-uZjeGNwSP8 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjeGNWMnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjeGNWMnb .item:focus,
.cid-uZjeGNWMnb span:focus {
  outline: none;
}
.cid-uZjeGNWMnb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjeGNWMnb .content-head {
  max-width: 800px;
}
.cid-uZjeGNWMnb .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjeGNWMnb .item {
    min-height: 32.5px;
  }
}
.cid-uZjeGOiVRo {
  background-color: #eeeef4;
}
.cid-uZjeGOiVRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeGOiVRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeGOiVRo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjeGOiVRo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjeGOiVRo .content-wrapper {
    width: 100%;
  }
}
.cid-uZjeGOiVRo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjeGOiVRo .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjeGOiVRo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjeGOiVRo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjeGOiVRo .mbr-section-title {
  color: #181824;
}
.cid-uZjeGOiVRo .mbr-text,
.cid-uZjeGOiVRo .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjeGOiVRo .mbr-section-title,
.cid-uZjeGOiVRo .mbr-section-btn,
.cid-uZjeGOiVRo .icon-wrapper {
  text-align: center;
}
.cid-uZjeGOiVRo .mbr-section-title,
.cid-uZjeGOiVRo .mbr-section-btn {
  text-align: justify;
}
.cid-uZjeGP6Tk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjeGP6Tk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjeGP6Tk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjeGP6Tk8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeGP6Tk8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjeGP6Tk8 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjeGP6Tk8 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjeGP6Tk8 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjeGP6Tk8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjeGP6Tk8 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjeGP6Tk8 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjeGP6Tk8 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjeGP6Tk8 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-title_1,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-title_2,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-text_1,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-text_2,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-price_1,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-price_2,
.cid-uZjeGP6Tk8 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjeGP6Tk8 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjeGP6Tk8 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjeGP6Tk8 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjeGP6Tk8 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjeGP6Tk8 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjeGP6Tk8 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjeGP6Tk8 .mbr-section-title,
.cid-uZjeGP6Tk8 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjeGP6Tk8 .card-title_1 {
  color: #323432;
}
.cid-uZjeGP6Tk8 .card-text_1 {
  color: #323432;
}
.cid-uZjeGP6Tk8 .card-price_1 {
  color: #323432;
}
.cid-uZjeGP6Tk8 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjeGP6Tk8 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjeGP6Tk8 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjeGP6Tk8 .card-title_3 {
  color: #323432;
}
.cid-uZjeGP6Tk8 .card-text_3 {
  color: #323432;
}
.cid-uZjeGP6Tk8 .card-price_3 {
  color: #323432;
}
#custom-html-c3 {
  /* Type valid CSS here */
}
#custom-html-c3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-c3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjfgUpFVc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjfgUpFVc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjfgUpFVc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjfgUpFVc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjfgUpFVc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjfgUpFVc .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjfgUpFVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjfgUpFVc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjfgUpFVc .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjfgUpFVc .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjfgUpFVc .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjfgUpFVc .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjfgUpFVc .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjfgUpFVc .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjfgUpFVc .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjfgUpFVc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjfgUpFVc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjfgUpFVc .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjfgUpFVc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjfgUpFVc .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjfgUpFVc .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfgUpFVc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfgUpFVc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjfgUpFVc .container,
.cid-uZjfgUpFVc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .container,
  .cid-uZjfgUpFVc .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfgUpFVc .container,
  .cid-uZjfgUpFVc .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjfgUpFVc .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjfgUpFVc .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjfgUpFVc .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjfgUpFVc .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjfgUpFVc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjfgUpFVc .nav-item:focus,
.cid-uZjfgUpFVc .nav-link:focus {
  outline: none;
}
.cid-uZjfgUpFVc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjfgUpFVc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjfgUpFVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjfgUpFVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjfgUpFVc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjfgUpFVc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjfgUpFVc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjfgUpFVc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjfgUpFVc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjfgUpFVc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjfgUpFVc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjfgUpFVc .navbar.collapsed {
  justify-content: center;
}
.cid-uZjfgUpFVc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjfgUpFVc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjfgUpFVc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjfgUpFVc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjfgUpFVc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjfgUpFVc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjfgUpFVc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjfgUpFVc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjfgUpFVc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjfgUpFVc .navbar {
    min-height: 72px;
  }
  .cid-uZjfgUpFVc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjfgUpFVc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjfgUpFVc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjfgUpFVc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjfgUpFVc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjfgUpFVc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjfgUpFVc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjfgUpFVc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjfgUpFVc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjfgUpFVc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfgUpFVc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjfgUpFVc .dropdown-item.active,
.cid-uZjfgUpFVc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjfgUpFVc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjfgUpFVc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjfgUpFVc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjfgUpFVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjfgUpFVc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjfgUpFVc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjfgUpFVc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjfgUpFVc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjfgUpFVc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjfgUpFVc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjfgUpFVc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjfgUpFVc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfgUpFVc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfgUpFVc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjfgUpFVc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfgUpFVc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjfgUpFVc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjfgUpFVc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfgUpFVc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjfgUpFVc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjfgUpFVc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjfgUpFVc .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjfgUpFVc .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjfgUpFVc .navbar {
    height: 70px;
  }
  .cid-uZjfgUpFVc .navbar.opened {
    height: auto;
  }
  .cid-uZjfgUpFVc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjfgUpFVc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjfgUpFVc .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjfgUpFVc .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjfgUpFVc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjfgUpFVc .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjfgUpFVc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjfgUpFVc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjfgUpFVc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjfgUpFVc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjfgUpFVc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjfgUpFVc .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjfgUpFVc .content-wrap {
    display: block;
  }
}
.cid-uZjfgUVNPU {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjfgUVNPU .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjfgUVNPU .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjfgUVNPU .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjfgUVNPU .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjfgUVNPU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjfgUVNPU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjfgUVNPU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjfgUVNPU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjfgUVNPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfgUVNPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfgUVNPU .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjfgUVNPU .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjfgUVNPU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjfgUVNPU .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjfgUVNPU .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjfgUVNPU .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfgUVNPU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjfgUVNPU .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjfgUVNPU .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjfgUVNPU .mbr-section-title {
  color: #323432;
}
.cid-uZjfgUVNPU .mbr-text,
.cid-uZjfgUVNPU .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfgUVNPU .mbr-section-title,
.cid-uZjfgUVNPU .mbr-section-btn,
.cid-uZjfgUVNPU .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjfgVlbVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjfgVlbVD .item:focus,
.cid-uZjfgVlbVD span:focus {
  outline: none;
}
.cid-uZjfgVlbVD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjfgVlbVD .content-head {
  max-width: 800px;
}
.cid-uZjfgVlbVD .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjfgVlbVD .item {
    min-height: 32.5px;
  }
}
.cid-uZjfgVJUbZ {
  background-color: #eeeef4;
}
.cid-uZjfgVJUbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfgVJUbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfgVJUbZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjfgVJUbZ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfgVJUbZ .content-wrapper {
    width: 100%;
  }
}
.cid-uZjfgVJUbZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjfgVJUbZ .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjfgVJUbZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjfgVJUbZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjfgVJUbZ .mbr-section-title {
  color: #181824;
}
.cid-uZjfgVJUbZ .mbr-text,
.cid-uZjfgVJUbZ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjfgVJUbZ .mbr-section-title,
.cid-uZjfgVJUbZ .mbr-section-btn,
.cid-uZjfgVJUbZ .icon-wrapper {
  text-align: center;
}
.cid-uZjfgVJUbZ .mbr-section-title,
.cid-uZjfgVJUbZ .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfgWyVOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfgWyVOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfgWyVOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfgWyVOA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfgWyVOA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfgWyVOA .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfgWyVOA .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfgWyVOA .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfgWyVOA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfgWyVOA .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfgWyVOA .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfgWyVOA .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfgWyVOA .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfgWyVOA .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfgWyVOA .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-title_1,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-title_2,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-text_1,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-text_2,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-price_1,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-price_2,
.cid-uZjfgWyVOA .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfgWyVOA .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfgWyVOA .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfgWyVOA .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfgWyVOA .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfgWyVOA .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfgWyVOA .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfgWyVOA .mbr-section-title,
.cid-uZjfgWyVOA .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfgWyVOA .card-title_1 {
  color: #323432;
}
.cid-uZjfgWyVOA .card-text_1 {
  color: #323432;
}
.cid-uZjfgWyVOA .card-price_1 {
  color: #323432;
}
.cid-uZjfgWyVOA .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfgWyVOA .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfgWyVOA .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfgWyVOA .card-title_3 {
  color: #323432;
}
.cid-uZjfgWyVOA .card-text_3 {
  color: #323432;
}
.cid-uZjfgWyVOA .card-price_3 {
  color: #323432;
}
#custom-html-c9 {
  /* Type valid CSS here */
}
#custom-html-c9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-c9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjflbw2QX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjflbw2QX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjflbw2QX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjflbw2QX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjflbw2QX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjflbw2QX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjflbw2QX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjflbw2QX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjflbw2QX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjflbw2QX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjflbw2QX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjflbw2QX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjflbw2QX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjflbw2QX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjflbw2QX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjflbw2QX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjflbw2QX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjflbw2QX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjflbw2QX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjflbw2QX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjflbw2QX .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjflbw2QX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjflbw2QX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjflbw2QX .container,
.cid-uZjflbw2QX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .container,
  .cid-uZjflbw2QX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjflbw2QX .container,
  .cid-uZjflbw2QX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjflbw2QX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjflbw2QX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjflbw2QX .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjflbw2QX .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjflbw2QX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjflbw2QX .nav-item:focus,
.cid-uZjflbw2QX .nav-link:focus {
  outline: none;
}
.cid-uZjflbw2QX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjflbw2QX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjflbw2QX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjflbw2QX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjflbw2QX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjflbw2QX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjflbw2QX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjflbw2QX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjflbw2QX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjflbw2QX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjflbw2QX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjflbw2QX .navbar.collapsed {
  justify-content: center;
}
.cid-uZjflbw2QX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjflbw2QX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjflbw2QX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjflbw2QX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjflbw2QX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjflbw2QX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjflbw2QX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjflbw2QX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjflbw2QX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjflbw2QX .navbar {
    min-height: 72px;
  }
  .cid-uZjflbw2QX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjflbw2QX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjflbw2QX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjflbw2QX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjflbw2QX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjflbw2QX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjflbw2QX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjflbw2QX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjflbw2QX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjflbw2QX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjflbw2QX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjflbw2QX .dropdown-item.active,
.cid-uZjflbw2QX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjflbw2QX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjflbw2QX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjflbw2QX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjflbw2QX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjflbw2QX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjflbw2QX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjflbw2QX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjflbw2QX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjflbw2QX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjflbw2QX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjflbw2QX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjflbw2QX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjflbw2QX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjflbw2QX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjflbw2QX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjflbw2QX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjflbw2QX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjflbw2QX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjflbw2QX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjflbw2QX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjflbw2QX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjflbw2QX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjflbw2QX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjflbw2QX .navbar {
    height: 70px;
  }
  .cid-uZjflbw2QX .navbar.opened {
    height: auto;
  }
  .cid-uZjflbw2QX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjflbw2QX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjflbw2QX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjflbw2QX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjflbw2QX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjflbw2QX .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjflbw2QX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjflbw2QX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjflbw2QX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjflbw2QX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjflbw2QX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjflbw2QX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjflbw2QX .content-wrap {
    display: block;
  }
}
.cid-uZjflc3en9 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjflc3en9 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjflc3en9 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjflc3en9 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjflc3en9 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjflc3en9 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjflc3en9 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjflc3en9 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjflc3en9 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjflc3en9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjflc3en9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjflc3en9 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjflc3en9 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjflc3en9 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjflc3en9 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjflc3en9 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjflc3en9 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjflc3en9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjflc3en9 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjflc3en9 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjflc3en9 .mbr-section-title {
  color: #323432;
}
.cid-uZjflc3en9 .mbr-text,
.cid-uZjflc3en9 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjflc3en9 .mbr-section-title,
.cid-uZjflc3en9 .mbr-section-btn,
.cid-uZjflc3en9 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjflctgK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjflctgK4 .item:focus,
.cid-uZjflctgK4 span:focus {
  outline: none;
}
.cid-uZjflctgK4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjflctgK4 .content-head {
  max-width: 800px;
}
.cid-uZjflctgK4 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjflctgK4 .item {
    min-height: 32.5px;
  }
}
.cid-uZjflcQ2Y4 {
  background-color: #eeeef4;
}
.cid-uZjflcQ2Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjflcQ2Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjflcQ2Y4 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjflcQ2Y4 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjflcQ2Y4 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjflcQ2Y4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjflcQ2Y4 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjflcQ2Y4 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjflcQ2Y4 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjflcQ2Y4 .mbr-section-title {
  color: #181824;
}
.cid-uZjflcQ2Y4 .mbr-text,
.cid-uZjflcQ2Y4 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjflcQ2Y4 .mbr-section-title,
.cid-uZjflcQ2Y4 .mbr-section-btn,
.cid-uZjflcQ2Y4 .icon-wrapper {
  text-align: center;
}
.cid-uZjflcQ2Y4 .mbr-section-title,
.cid-uZjflcQ2Y4 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfldEXdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfldEXdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfldEXdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfldEXdb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfldEXdb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfldEXdb .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfldEXdb .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfldEXdb .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfldEXdb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfldEXdb .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfldEXdb .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfldEXdb .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfldEXdb .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfldEXdb .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfldEXdb .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-title_1,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-title_2,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-text_1,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-text_2,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-price_1,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-price_2,
.cid-uZjfldEXdb .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfldEXdb .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfldEXdb .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfldEXdb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfldEXdb .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfldEXdb .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfldEXdb .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfldEXdb .mbr-section-title,
.cid-uZjfldEXdb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfldEXdb .card-title_1 {
  color: #323432;
}
.cid-uZjfldEXdb .card-text_1 {
  color: #323432;
}
.cid-uZjfldEXdb .card-price_1 {
  color: #323432;
}
.cid-uZjfldEXdb .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfldEXdb .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfldEXdb .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfldEXdb .card-title_3 {
  color: #323432;
}
.cid-uZjfldEXdb .card-text_3 {
  color: #323432;
}
.cid-uZjfldEXdb .card-price_3 {
  color: #323432;
}
#custom-html-cf {
  /* Type valid CSS here */
}
#custom-html-cf div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-cf p {
  font-size: 60px;
  color: #777;
}
.cid-uZjfpmWldK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjfpmWldK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjfpmWldK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjfpmWldK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjfpmWldK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjfpmWldK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjfpmWldK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjfpmWldK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjfpmWldK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjfpmWldK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjfpmWldK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjfpmWldK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjfpmWldK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjfpmWldK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjfpmWldK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjfpmWldK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjfpmWldK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjfpmWldK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjfpmWldK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjfpmWldK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjfpmWldK .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfpmWldK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfpmWldK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjfpmWldK .container,
.cid-uZjfpmWldK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .container,
  .cid-uZjfpmWldK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfpmWldK .container,
  .cid-uZjfpmWldK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjfpmWldK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjfpmWldK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjfpmWldK .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjfpmWldK .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjfpmWldK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjfpmWldK .nav-item:focus,
.cid-uZjfpmWldK .nav-link:focus {
  outline: none;
}
.cid-uZjfpmWldK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjfpmWldK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjfpmWldK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjfpmWldK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjfpmWldK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjfpmWldK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjfpmWldK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjfpmWldK .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjfpmWldK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjfpmWldK .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjfpmWldK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjfpmWldK .navbar.collapsed {
  justify-content: center;
}
.cid-uZjfpmWldK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjfpmWldK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjfpmWldK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjfpmWldK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjfpmWldK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjfpmWldK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjfpmWldK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjfpmWldK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjfpmWldK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjfpmWldK .navbar {
    min-height: 72px;
  }
  .cid-uZjfpmWldK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjfpmWldK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjfpmWldK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjfpmWldK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjfpmWldK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjfpmWldK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjfpmWldK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjfpmWldK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjfpmWldK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjfpmWldK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfpmWldK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjfpmWldK .dropdown-item.active,
.cid-uZjfpmWldK .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjfpmWldK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjfpmWldK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjfpmWldK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjfpmWldK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjfpmWldK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjfpmWldK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjfpmWldK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjfpmWldK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjfpmWldK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjfpmWldK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjfpmWldK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjfpmWldK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfpmWldK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfpmWldK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjfpmWldK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfpmWldK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjfpmWldK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjfpmWldK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfpmWldK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjfpmWldK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjfpmWldK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjfpmWldK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjfpmWldK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjfpmWldK .navbar {
    height: 70px;
  }
  .cid-uZjfpmWldK .navbar.opened {
    height: auto;
  }
  .cid-uZjfpmWldK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjfpmWldK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjfpmWldK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjfpmWldK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjfpmWldK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjfpmWldK .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjfpmWldK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjfpmWldK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjfpmWldK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjfpmWldK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjfpmWldK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjfpmWldK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjfpmWldK .content-wrap {
    display: block;
  }
}
.cid-uZjfpnsXG2 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjfpnsXG2 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjfpnsXG2 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjfpnsXG2 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjfpnsXG2 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjfpnsXG2 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjfpnsXG2 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjfpnsXG2 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjfpnsXG2 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjfpnsXG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfpnsXG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfpnsXG2 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjfpnsXG2 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjfpnsXG2 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjfpnsXG2 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjfpnsXG2 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjfpnsXG2 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfpnsXG2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjfpnsXG2 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjfpnsXG2 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjfpnsXG2 .mbr-section-title {
  color: #323432;
}
.cid-uZjfpnsXG2 .mbr-text,
.cid-uZjfpnsXG2 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfpnsXG2 .mbr-section-title,
.cid-uZjfpnsXG2 .mbr-section-btn,
.cid-uZjfpnsXG2 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjfpnRHrQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjfpnRHrQ .item:focus,
.cid-uZjfpnRHrQ span:focus {
  outline: none;
}
.cid-uZjfpnRHrQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjfpnRHrQ .content-head {
  max-width: 800px;
}
.cid-uZjfpnRHrQ .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjfpnRHrQ .item {
    min-height: 32.5px;
  }
}
.cid-uZjfpod9FK {
  background-color: #eeeef4;
}
.cid-uZjfpod9FK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfpod9FK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfpod9FK .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjfpod9FK .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfpod9FK .content-wrapper {
    width: 100%;
  }
}
.cid-uZjfpod9FK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjfpod9FK .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjfpod9FK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjfpod9FK .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjfpod9FK .mbr-section-title {
  color: #181824;
}
.cid-uZjfpod9FK .mbr-text,
.cid-uZjfpod9FK .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjfpod9FK .mbr-section-title,
.cid-uZjfpod9FK .mbr-section-btn,
.cid-uZjfpod9FK .icon-wrapper {
  text-align: center;
}
.cid-uZjfpod9FK .mbr-section-title,
.cid-uZjfpod9FK .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfpp1a73 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfpp1a73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfpp1a73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfpp1a73 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfpp1a73 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfpp1a73 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfpp1a73 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfpp1a73 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfpp1a73 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfpp1a73 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfpp1a73 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfpp1a73 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfpp1a73 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfpp1a73 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfpp1a73 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-title_1,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-title_2,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-text_1,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-text_2,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-price_1,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-price_2,
.cid-uZjfpp1a73 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfpp1a73 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfpp1a73 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfpp1a73 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfpp1a73 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfpp1a73 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfpp1a73 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfpp1a73 .mbr-section-title,
.cid-uZjfpp1a73 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfpp1a73 .card-title_1 {
  color: #323432;
}
.cid-uZjfpp1a73 .card-text_1 {
  color: #323432;
}
.cid-uZjfpp1a73 .card-price_1 {
  color: #323432;
}
.cid-uZjfpp1a73 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfpp1a73 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfpp1a73 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfpp1a73 .card-title_3 {
  color: #323432;
}
.cid-uZjfpp1a73 .card-text_3 {
  color: #323432;
}
.cid-uZjfpp1a73 .card-price_3 {
  color: #323432;
}
#custom-html-cl {
  /* Type valid CSS here */
}
#custom-html-cl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-cl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjftUAExF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjftUAExF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjftUAExF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjftUAExF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjftUAExF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjftUAExF .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjftUAExF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjftUAExF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjftUAExF .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjftUAExF .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjftUAExF .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjftUAExF .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjftUAExF .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjftUAExF .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjftUAExF .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjftUAExF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjftUAExF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjftUAExF .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjftUAExF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjftUAExF .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjftUAExF .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjftUAExF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjftUAExF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjftUAExF .container,
.cid-uZjftUAExF .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .container,
  .cid-uZjftUAExF .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjftUAExF .container,
  .cid-uZjftUAExF .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjftUAExF .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjftUAExF .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjftUAExF .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjftUAExF .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjftUAExF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjftUAExF .nav-item:focus,
.cid-uZjftUAExF .nav-link:focus {
  outline: none;
}
.cid-uZjftUAExF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjftUAExF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjftUAExF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjftUAExF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjftUAExF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjftUAExF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjftUAExF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjftUAExF .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjftUAExF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjftUAExF .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjftUAExF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjftUAExF .navbar.collapsed {
  justify-content: center;
}
.cid-uZjftUAExF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjftUAExF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjftUAExF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjftUAExF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjftUAExF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjftUAExF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjftUAExF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjftUAExF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjftUAExF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjftUAExF .navbar {
    min-height: 72px;
  }
  .cid-uZjftUAExF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjftUAExF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjftUAExF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjftUAExF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjftUAExF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjftUAExF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjftUAExF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjftUAExF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjftUAExF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjftUAExF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjftUAExF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjftUAExF .dropdown-item.active,
.cid-uZjftUAExF .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjftUAExF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjftUAExF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjftUAExF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjftUAExF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjftUAExF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjftUAExF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjftUAExF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjftUAExF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjftUAExF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjftUAExF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjftUAExF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjftUAExF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjftUAExF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjftUAExF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjftUAExF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjftUAExF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjftUAExF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjftUAExF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjftUAExF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjftUAExF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjftUAExF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjftUAExF .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjftUAExF .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjftUAExF .navbar {
    height: 70px;
  }
  .cid-uZjftUAExF .navbar.opened {
    height: auto;
  }
  .cid-uZjftUAExF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjftUAExF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjftUAExF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjftUAExF .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjftUAExF .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjftUAExF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjftUAExF .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjftUAExF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjftUAExF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjftUAExF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjftUAExF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjftUAExF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjftUAExF .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjftUAExF .content-wrap {
    display: block;
  }
}
.cid-uZjftV6UKV {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjftV6UKV .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjftV6UKV .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjftV6UKV .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjftV6UKV .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjftV6UKV .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjftV6UKV .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjftV6UKV .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjftV6UKV .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjftV6UKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjftV6UKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjftV6UKV .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjftV6UKV .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjftV6UKV .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjftV6UKV .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjftV6UKV .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjftV6UKV .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjftV6UKV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjftV6UKV .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjftV6UKV .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjftV6UKV .mbr-section-title {
  color: #323432;
}
.cid-uZjftV6UKV .mbr-text,
.cid-uZjftV6UKV .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjftV6UKV .mbr-section-title,
.cid-uZjftV6UKV .mbr-section-btn,
.cid-uZjftV6UKV .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjftVv0DV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjftVv0DV .item:focus,
.cid-uZjftVv0DV span:focus {
  outline: none;
}
.cid-uZjftVv0DV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjftVv0DV .content-head {
  max-width: 800px;
}
.cid-uZjftVv0DV .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjftVv0DV .item {
    min-height: 32.5px;
  }
}
.cid-uZjftVSbL0 {
  background-color: #eeeef4;
}
.cid-uZjftVSbL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjftVSbL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjftVSbL0 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjftVSbL0 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjftVSbL0 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjftVSbL0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjftVSbL0 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjftVSbL0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjftVSbL0 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjftVSbL0 .mbr-section-title {
  color: #181824;
}
.cid-uZjftVSbL0 .mbr-text,
.cid-uZjftVSbL0 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjftVSbL0 .mbr-section-title,
.cid-uZjftVSbL0 .mbr-section-btn,
.cid-uZjftVSbL0 .icon-wrapper {
  text-align: center;
}
.cid-uZjftVSbL0 .mbr-section-title,
.cid-uZjftVSbL0 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjftWGms1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjftWGms1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjftWGms1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjftWGms1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjftWGms1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjftWGms1 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjftWGms1 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjftWGms1 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjftWGms1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjftWGms1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjftWGms1 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjftWGms1 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjftWGms1 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjftWGms1 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjftWGms1 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-title_1,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-title_2,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-text_1,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-text_2,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-price_1,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-price_2,
.cid-uZjftWGms1 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjftWGms1 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjftWGms1 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjftWGms1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjftWGms1 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjftWGms1 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjftWGms1 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjftWGms1 .mbr-section-title,
.cid-uZjftWGms1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjftWGms1 .card-title_1 {
  color: #323432;
}
.cid-uZjftWGms1 .card-text_1 {
  color: #323432;
}
.cid-uZjftWGms1 .card-price_1 {
  color: #323432;
}
.cid-uZjftWGms1 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjftWGms1 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjftWGms1 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjftWGms1 .card-title_3 {
  color: #323432;
}
.cid-uZjftWGms1 .card-text_3 {
  color: #323432;
}
.cid-uZjftWGms1 .card-price_3 {
  color: #323432;
}
#custom-html-cr {
  /* Type valid CSS here */
}
#custom-html-cr div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-cr p {
  font-size: 60px;
  color: #777;
}
.cid-uZjfG7nwfq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjfG7nwfq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjfG7nwfq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjfG7nwfq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjfG7nwfq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjfG7nwfq .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjfG7nwfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjfG7nwfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjfG7nwfq .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjfG7nwfq .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjfG7nwfq .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjfG7nwfq .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjfG7nwfq .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjfG7nwfq .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjfG7nwfq .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjfG7nwfq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjfG7nwfq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjfG7nwfq .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjfG7nwfq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjfG7nwfq .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjfG7nwfq .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfG7nwfq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfG7nwfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjfG7nwfq .container,
.cid-uZjfG7nwfq .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .container,
  .cid-uZjfG7nwfq .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfG7nwfq .container,
  .cid-uZjfG7nwfq .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjfG7nwfq .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjfG7nwfq .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjfG7nwfq .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjfG7nwfq .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjfG7nwfq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjfG7nwfq .nav-item:focus,
.cid-uZjfG7nwfq .nav-link:focus {
  outline: none;
}
.cid-uZjfG7nwfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjfG7nwfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjfG7nwfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjfG7nwfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjfG7nwfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjfG7nwfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjfG7nwfq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjfG7nwfq .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjfG7nwfq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjfG7nwfq .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjfG7nwfq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjfG7nwfq .navbar.collapsed {
  justify-content: center;
}
.cid-uZjfG7nwfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjfG7nwfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjfG7nwfq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjfG7nwfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjfG7nwfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjfG7nwfq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjfG7nwfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjfG7nwfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjfG7nwfq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjfG7nwfq .navbar {
    min-height: 72px;
  }
  .cid-uZjfG7nwfq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjfG7nwfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjfG7nwfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjfG7nwfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjfG7nwfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjfG7nwfq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjfG7nwfq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjfG7nwfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjfG7nwfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjfG7nwfq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfG7nwfq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjfG7nwfq .dropdown-item.active,
.cid-uZjfG7nwfq .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjfG7nwfq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjfG7nwfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjfG7nwfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjfG7nwfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjfG7nwfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjfG7nwfq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjfG7nwfq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjfG7nwfq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjfG7nwfq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjfG7nwfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjfG7nwfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjfG7nwfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfG7nwfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfG7nwfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjfG7nwfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfG7nwfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjfG7nwfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjfG7nwfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfG7nwfq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjfG7nwfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjfG7nwfq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjfG7nwfq .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjfG7nwfq .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjfG7nwfq .navbar {
    height: 70px;
  }
  .cid-uZjfG7nwfq .navbar.opened {
    height: auto;
  }
  .cid-uZjfG7nwfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjfG7nwfq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjfG7nwfq .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjfG7nwfq .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjfG7nwfq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjfG7nwfq .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjfG7nwfq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjfG7nwfq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjfG7nwfq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjfG7nwfq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjfG7nwfq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjfG7nwfq .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjfG7nwfq .content-wrap {
    display: block;
  }
}
.cid-uZjfG7TbIH {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjfG7TbIH .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjfG7TbIH .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjfG7TbIH .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjfG7TbIH .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjfG7TbIH .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjfG7TbIH .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjfG7TbIH .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjfG7TbIH .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjfG7TbIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfG7TbIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfG7TbIH .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjfG7TbIH .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjfG7TbIH .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjfG7TbIH .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjfG7TbIH .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjfG7TbIH .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfG7TbIH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjfG7TbIH .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjfG7TbIH .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjfG7TbIH .mbr-section-title {
  color: #323432;
}
.cid-uZjfG7TbIH .mbr-text,
.cid-uZjfG7TbIH .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfG7TbIH .mbr-section-title,
.cid-uZjfG7TbIH .mbr-section-btn,
.cid-uZjfG7TbIH .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjfG8iODj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjfG8iODj .item:focus,
.cid-uZjfG8iODj span:focus {
  outline: none;
}
.cid-uZjfG8iODj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjfG8iODj .content-head {
  max-width: 800px;
}
.cid-uZjfG8iODj .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjfG8iODj .item {
    min-height: 32.5px;
  }
}
.cid-uZjfG8ETC6 {
  background-color: #eeeef4;
}
.cid-uZjfG8ETC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfG8ETC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfG8ETC6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjfG8ETC6 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfG8ETC6 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjfG8ETC6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjfG8ETC6 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjfG8ETC6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjfG8ETC6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjfG8ETC6 .mbr-section-title {
  color: #181824;
}
.cid-uZjfG8ETC6 .mbr-text,
.cid-uZjfG8ETC6 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjfG8ETC6 .mbr-section-title,
.cid-uZjfG8ETC6 .mbr-section-btn,
.cid-uZjfG8ETC6 .icon-wrapper {
  text-align: center;
}
.cid-uZjfG8ETC6 .mbr-section-title,
.cid-uZjfG8ETC6 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfG9t89r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfG9t89r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfG9t89r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfG9t89r .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfG9t89r .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfG9t89r .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfG9t89r .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfG9t89r .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfG9t89r .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfG9t89r .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfG9t89r .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfG9t89r .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfG9t89r .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfG9t89r .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfG9t89r .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-title_1,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-title_2,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-text_1,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-text_2,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-price_1,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-price_2,
.cid-uZjfG9t89r .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfG9t89r .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfG9t89r .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfG9t89r .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfG9t89r .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfG9t89r .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfG9t89r .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfG9t89r .mbr-section-title,
.cid-uZjfG9t89r .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfG9t89r .card-title_1 {
  color: #323432;
}
.cid-uZjfG9t89r .card-text_1 {
  color: #323432;
}
.cid-uZjfG9t89r .card-price_1 {
  color: #323432;
}
.cid-uZjfG9t89r .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfG9t89r .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfG9t89r .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfG9t89r .card-title_3 {
  color: #323432;
}
.cid-uZjfG9t89r .card-text_3 {
  color: #323432;
}
.cid-uZjfG9t89r .card-price_3 {
  color: #323432;
}
#custom-html-cx {
  /* Type valid CSS here */
}
#custom-html-cx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-cx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjfQ2M1TO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjfQ2M1TO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjfQ2M1TO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjfQ2M1TO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjfQ2M1TO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjfQ2M1TO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjfQ2M1TO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjfQ2M1TO .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjfQ2M1TO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjfQ2M1TO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjfQ2M1TO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjfQ2M1TO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjfQ2M1TO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjfQ2M1TO .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfQ2M1TO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfQ2M1TO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjfQ2M1TO .container,
.cid-uZjfQ2M1TO .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .container,
  .cid-uZjfQ2M1TO .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfQ2M1TO .container,
  .cid-uZjfQ2M1TO .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjfQ2M1TO .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjfQ2M1TO .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjfQ2M1TO .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjfQ2M1TO .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjfQ2M1TO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjfQ2M1TO .nav-item:focus,
.cid-uZjfQ2M1TO .nav-link:focus {
  outline: none;
}
.cid-uZjfQ2M1TO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjfQ2M1TO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjfQ2M1TO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjfQ2M1TO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjfQ2M1TO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjfQ2M1TO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjfQ2M1TO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjfQ2M1TO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjfQ2M1TO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjfQ2M1TO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjfQ2M1TO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjfQ2M1TO .navbar.collapsed {
  justify-content: center;
}
.cid-uZjfQ2M1TO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjfQ2M1TO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjfQ2M1TO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjfQ2M1TO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjfQ2M1TO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjfQ2M1TO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjfQ2M1TO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjfQ2M1TO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjfQ2M1TO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjfQ2M1TO .navbar {
    min-height: 72px;
  }
  .cid-uZjfQ2M1TO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjfQ2M1TO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjfQ2M1TO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjfQ2M1TO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjfQ2M1TO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjfQ2M1TO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfQ2M1TO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjfQ2M1TO .dropdown-item.active,
.cid-uZjfQ2M1TO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjfQ2M1TO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjfQ2M1TO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjfQ2M1TO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjfQ2M1TO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjfQ2M1TO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjfQ2M1TO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjfQ2M1TO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjfQ2M1TO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjfQ2M1TO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjfQ2M1TO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjfQ2M1TO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjfQ2M1TO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfQ2M1TO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfQ2M1TO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjfQ2M1TO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfQ2M1TO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjfQ2M1TO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjfQ2M1TO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfQ2M1TO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjfQ2M1TO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjfQ2M1TO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjfQ2M1TO .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjfQ2M1TO .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjfQ2M1TO .navbar {
    height: 70px;
  }
  .cid-uZjfQ2M1TO .navbar.opened {
    height: auto;
  }
  .cid-uZjfQ2M1TO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjfQ2M1TO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjfQ2M1TO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjfQ2M1TO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjfQ2M1TO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjfQ2M1TO .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjfQ2M1TO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjfQ2M1TO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjfQ2M1TO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjfQ2M1TO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjfQ2M1TO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjfQ2M1TO .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjfQ2M1TO .content-wrap {
    display: block;
  }
}
.cid-uZjfQ3kPWm {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjfQ3kPWm .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjfQ3kPWm .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjfQ3kPWm .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjfQ3kPWm .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjfQ3kPWm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjfQ3kPWm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjfQ3kPWm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjfQ3kPWm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjfQ3kPWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfQ3kPWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfQ3kPWm .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjfQ3kPWm .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjfQ3kPWm .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjfQ3kPWm .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjfQ3kPWm .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjfQ3kPWm .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfQ3kPWm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjfQ3kPWm .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjfQ3kPWm .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjfQ3kPWm .mbr-section-title {
  color: #323432;
}
.cid-uZjfQ3kPWm .mbr-text,
.cid-uZjfQ3kPWm .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfQ3kPWm .mbr-section-title,
.cid-uZjfQ3kPWm .mbr-section-btn,
.cid-uZjfQ3kPWm .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjfQ3K9Z2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjfQ3K9Z2 .item:focus,
.cid-uZjfQ3K9Z2 span:focus {
  outline: none;
}
.cid-uZjfQ3K9Z2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjfQ3K9Z2 .content-head {
  max-width: 800px;
}
.cid-uZjfQ3K9Z2 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjfQ3K9Z2 .item {
    min-height: 32.5px;
  }
}
.cid-uZjfQ48qsY {
  background-color: #eeeef4;
}
.cid-uZjfQ48qsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfQ48qsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfQ48qsY .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjfQ48qsY .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfQ48qsY .content-wrapper {
    width: 100%;
  }
}
.cid-uZjfQ48qsY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjfQ48qsY .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjfQ48qsY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjfQ48qsY .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjfQ48qsY .mbr-section-title {
  color: #181824;
}
.cid-uZjfQ48qsY .mbr-text,
.cid-uZjfQ48qsY .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjfQ48qsY .mbr-section-title,
.cid-uZjfQ48qsY .mbr-section-btn,
.cid-uZjfQ48qsY .icon-wrapper {
  text-align: center;
}
.cid-uZjfQ48qsY .mbr-section-title,
.cid-uZjfQ48qsY .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfQ4XnMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfQ4XnMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfQ4XnMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfQ4XnMN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfQ4XnMN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfQ4XnMN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfQ4XnMN .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfQ4XnMN .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfQ4XnMN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfQ4XnMN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfQ4XnMN .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfQ4XnMN .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfQ4XnMN .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-title_1,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-title_2,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-text_1,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-text_2,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-price_1,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-price_2,
.cid-uZjfQ4XnMN .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfQ4XnMN .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfQ4XnMN .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfQ4XnMN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfQ4XnMN .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfQ4XnMN .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfQ4XnMN .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfQ4XnMN .mbr-section-title,
.cid-uZjfQ4XnMN .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfQ4XnMN .card-title_1 {
  color: #323432;
}
.cid-uZjfQ4XnMN .card-text_1 {
  color: #323432;
}
.cid-uZjfQ4XnMN .card-price_1 {
  color: #323432;
}
.cid-uZjfQ4XnMN .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfQ4XnMN .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfQ4XnMN .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfQ4XnMN .card-title_3 {
  color: #323432;
}
.cid-uZjfQ4XnMN .card-text_3 {
  color: #323432;
}
.cid-uZjfQ4XnMN .card-price_3 {
  color: #323432;
}
#custom-html-d3 {
  /* Type valid CSS here */
}
#custom-html-d3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-d3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjfVR35cf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjfVR35cf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjfVR35cf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjfVR35cf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjfVR35cf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjfVR35cf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjfVR35cf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjfVR35cf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjfVR35cf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjfVR35cf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjfVR35cf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjfVR35cf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjfVR35cf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjfVR35cf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjfVR35cf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjfVR35cf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjfVR35cf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjfVR35cf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjfVR35cf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjfVR35cf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjfVR35cf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfVR35cf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfVR35cf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjfVR35cf .container,
.cid-uZjfVR35cf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .container,
  .cid-uZjfVR35cf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjfVR35cf .container,
  .cid-uZjfVR35cf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjfVR35cf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjfVR35cf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjfVR35cf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjfVR35cf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjfVR35cf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjfVR35cf .nav-item:focus,
.cid-uZjfVR35cf .nav-link:focus {
  outline: none;
}
.cid-uZjfVR35cf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjfVR35cf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjfVR35cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjfVR35cf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjfVR35cf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjfVR35cf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjfVR35cf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjfVR35cf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjfVR35cf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjfVR35cf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjfVR35cf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjfVR35cf .navbar.collapsed {
  justify-content: center;
}
.cid-uZjfVR35cf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjfVR35cf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjfVR35cf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjfVR35cf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjfVR35cf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjfVR35cf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjfVR35cf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjfVR35cf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjfVR35cf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjfVR35cf .navbar {
    min-height: 72px;
  }
  .cid-uZjfVR35cf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjfVR35cf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjfVR35cf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjfVR35cf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjfVR35cf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjfVR35cf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjfVR35cf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjfVR35cf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjfVR35cf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjfVR35cf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjfVR35cf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjfVR35cf .dropdown-item.active,
.cid-uZjfVR35cf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjfVR35cf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjfVR35cf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjfVR35cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjfVR35cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjfVR35cf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjfVR35cf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjfVR35cf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjfVR35cf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjfVR35cf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjfVR35cf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjfVR35cf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjfVR35cf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfVR35cf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjfVR35cf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjfVR35cf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfVR35cf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjfVR35cf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjfVR35cf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjfVR35cf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjfVR35cf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjfVR35cf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjfVR35cf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjfVR35cf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjfVR35cf .navbar {
    height: 70px;
  }
  .cid-uZjfVR35cf .navbar.opened {
    height: auto;
  }
  .cid-uZjfVR35cf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjfVR35cf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjfVR35cf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjfVR35cf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjfVR35cf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjfVR35cf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjfVR35cf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjfVR35cf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjfVR35cf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjfVR35cf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjfVR35cf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjfVR35cf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjfVR35cf .content-wrap {
    display: block;
  }
}
.cid-uZjfVRzJpa {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjfVRzJpa .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjfVRzJpa .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjfVRzJpa .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjfVRzJpa .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjfVRzJpa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjfVRzJpa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjfVRzJpa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjfVRzJpa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjfVRzJpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfVRzJpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfVRzJpa .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjfVRzJpa .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjfVRzJpa .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjfVRzJpa .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjfVRzJpa .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjfVRzJpa .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfVRzJpa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjfVRzJpa .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjfVRzJpa .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjfVRzJpa .mbr-section-title {
  color: #323432;
}
.cid-uZjfVRzJpa .mbr-text,
.cid-uZjfVRzJpa .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfVRzJpa .mbr-section-title,
.cid-uZjfVRzJpa .mbr-section-btn,
.cid-uZjfVRzJpa .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjfVRXYsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjfVRXYsa .item:focus,
.cid-uZjfVRXYsa span:focus {
  outline: none;
}
.cid-uZjfVRXYsa .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjfVRXYsa .content-head {
  max-width: 800px;
}
.cid-uZjfVRXYsa .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjfVRXYsa .item {
    min-height: 32.5px;
  }
}
.cid-uZjfVSksso {
  background-color: #eeeef4;
}
.cid-uZjfVSksso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfVSksso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfVSksso .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjfVSksso .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjfVSksso .content-wrapper {
    width: 100%;
  }
}
.cid-uZjfVSksso .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjfVSksso .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjfVSksso .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjfVSksso .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjfVSksso .mbr-section-title {
  color: #181824;
}
.cid-uZjfVSksso .mbr-text,
.cid-uZjfVSksso .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjfVSksso .mbr-section-title,
.cid-uZjfVSksso .mbr-section-btn,
.cid-uZjfVSksso .icon-wrapper {
  text-align: center;
}
.cid-uZjfVSksso .mbr-section-title,
.cid-uZjfVSksso .mbr-section-btn {
  text-align: justify;
}
.cid-uZjfVTaXJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjfVTaXJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjfVTaXJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjfVTaXJO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfVTaXJO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjfVTaXJO .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjfVTaXJO .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjfVTaXJO .item {
    margin-bottom: 20px;
  }
}
.cid-uZjfVTaXJO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjfVTaXJO .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjfVTaXJO .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjfVTaXJO .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjfVTaXJO .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjfVTaXJO .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjfVTaXJO .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-title_1,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-title_2,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-text_1,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-text_2,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-price_1,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-price_2,
.cid-uZjfVTaXJO .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjfVTaXJO .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjfVTaXJO .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjfVTaXJO .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjfVTaXJO .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjfVTaXJO .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjfVTaXJO .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjfVTaXJO .mbr-section-title,
.cid-uZjfVTaXJO .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjfVTaXJO .card-title_1 {
  color: #323432;
}
.cid-uZjfVTaXJO .card-text_1 {
  color: #323432;
}
.cid-uZjfVTaXJO .card-price_1 {
  color: #323432;
}
.cid-uZjfVTaXJO .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjfVTaXJO .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjfVTaXJO .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjfVTaXJO .card-title_3 {
  color: #323432;
}
.cid-uZjfVTaXJO .card-text_3 {
  color: #323432;
}
.cid-uZjfVTaXJO .card-price_3 {
  color: #323432;
}
#custom-html-d9 {
  /* Type valid CSS here */
}
#custom-html-d9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-d9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjg3o8i7g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjg3o8i7g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjg3o8i7g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjg3o8i7g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjg3o8i7g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjg3o8i7g .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjg3o8i7g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjg3o8i7g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjg3o8i7g .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjg3o8i7g .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjg3o8i7g .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjg3o8i7g .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjg3o8i7g .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjg3o8i7g .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjg3o8i7g .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjg3o8i7g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjg3o8i7g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjg3o8i7g .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjg3o8i7g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjg3o8i7g .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjg3o8i7g .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjg3o8i7g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjg3o8i7g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjg3o8i7g .container,
.cid-uZjg3o8i7g .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .container,
  .cid-uZjg3o8i7g .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjg3o8i7g .container,
  .cid-uZjg3o8i7g .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjg3o8i7g .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjg3o8i7g .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjg3o8i7g .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjg3o8i7g .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjg3o8i7g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjg3o8i7g .nav-item:focus,
.cid-uZjg3o8i7g .nav-link:focus {
  outline: none;
}
.cid-uZjg3o8i7g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjg3o8i7g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjg3o8i7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjg3o8i7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjg3o8i7g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjg3o8i7g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjg3o8i7g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjg3o8i7g .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjg3o8i7g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjg3o8i7g .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjg3o8i7g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjg3o8i7g .navbar.collapsed {
  justify-content: center;
}
.cid-uZjg3o8i7g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjg3o8i7g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjg3o8i7g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjg3o8i7g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjg3o8i7g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjg3o8i7g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjg3o8i7g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjg3o8i7g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjg3o8i7g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjg3o8i7g .navbar {
    min-height: 72px;
  }
  .cid-uZjg3o8i7g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjg3o8i7g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjg3o8i7g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjg3o8i7g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjg3o8i7g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjg3o8i7g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjg3o8i7g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjg3o8i7g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjg3o8i7g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjg3o8i7g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjg3o8i7g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjg3o8i7g .dropdown-item.active,
.cid-uZjg3o8i7g .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjg3o8i7g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjg3o8i7g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjg3o8i7g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjg3o8i7g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjg3o8i7g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjg3o8i7g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjg3o8i7g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjg3o8i7g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjg3o8i7g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjg3o8i7g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjg3o8i7g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjg3o8i7g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjg3o8i7g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjg3o8i7g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjg3o8i7g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjg3o8i7g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjg3o8i7g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjg3o8i7g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjg3o8i7g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjg3o8i7g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjg3o8i7g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjg3o8i7g .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjg3o8i7g .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjg3o8i7g .navbar {
    height: 70px;
  }
  .cid-uZjg3o8i7g .navbar.opened {
    height: auto;
  }
  .cid-uZjg3o8i7g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjg3o8i7g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjg3o8i7g .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjg3o8i7g .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjg3o8i7g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjg3o8i7g .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjg3o8i7g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjg3o8i7g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjg3o8i7g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjg3o8i7g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjg3o8i7g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjg3o8i7g .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjg3o8i7g .content-wrap {
    display: block;
  }
}
.cid-uZjg3oFyGP {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjg3oFyGP .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjg3oFyGP .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjg3oFyGP .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjg3oFyGP .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjg3oFyGP .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjg3oFyGP .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjg3oFyGP .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjg3oFyGP .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjg3oFyGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg3oFyGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg3oFyGP .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjg3oFyGP .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjg3oFyGP .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjg3oFyGP .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjg3oFyGP .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjg3oFyGP .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjg3oFyGP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjg3oFyGP .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjg3oFyGP .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjg3oFyGP .mbr-section-title {
  color: #323432;
}
.cid-uZjg3oFyGP .mbr-text,
.cid-uZjg3oFyGP .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjg3oFyGP .mbr-section-title,
.cid-uZjg3oFyGP .mbr-section-btn,
.cid-uZjg3oFyGP .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjg3p5zj1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjg3p5zj1 .item:focus,
.cid-uZjg3p5zj1 span:focus {
  outline: none;
}
.cid-uZjg3p5zj1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjg3p5zj1 .content-head {
  max-width: 800px;
}
.cid-uZjg3p5zj1 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjg3p5zj1 .item {
    min-height: 32.5px;
  }
}
.cid-uZjg3psLko {
  background-color: #eeeef4;
}
.cid-uZjg3psLko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg3psLko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg3psLko .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjg3psLko .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjg3psLko .content-wrapper {
    width: 100%;
  }
}
.cid-uZjg3psLko .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjg3psLko .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjg3psLko .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjg3psLko .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjg3psLko .mbr-section-title {
  color: #181824;
}
.cid-uZjg3psLko .mbr-text,
.cid-uZjg3psLko .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjg3psLko .mbr-section-title,
.cid-uZjg3psLko .mbr-section-btn,
.cid-uZjg3psLko .icon-wrapper {
  text-align: center;
}
.cid-uZjg3psLko .mbr-section-title,
.cid-uZjg3psLko .mbr-section-btn {
  text-align: justify;
}
.cid-uZjg3qhbN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjg3qhbN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg3qhbN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg3qhbN4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjg3qhbN4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjg3qhbN4 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjg3qhbN4 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjg3qhbN4 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjg3qhbN4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjg3qhbN4 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjg3qhbN4 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjg3qhbN4 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjg3qhbN4 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-title_1,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-title_2,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-text_1,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-text_2,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-price_1,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-price_2,
.cid-uZjg3qhbN4 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjg3qhbN4 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjg3qhbN4 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjg3qhbN4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjg3qhbN4 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjg3qhbN4 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjg3qhbN4 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjg3qhbN4 .mbr-section-title,
.cid-uZjg3qhbN4 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjg3qhbN4 .card-title_1 {
  color: #323432;
}
.cid-uZjg3qhbN4 .card-text_1 {
  color: #323432;
}
.cid-uZjg3qhbN4 .card-price_1 {
  color: #323432;
}
.cid-uZjg3qhbN4 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjg3qhbN4 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjg3qhbN4 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjg3qhbN4 .card-title_3 {
  color: #323432;
}
.cid-uZjg3qhbN4 .card-text_3 {
  color: #323432;
}
.cid-uZjg3qhbN4 .card-price_3 {
  color: #323432;
}
#custom-html-df {
  /* Type valid CSS here */
}
#custom-html-df div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-df p {
  font-size: 60px;
  color: #777;
}
.cid-uZjg8RfQcK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjg8RfQcK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjg8RfQcK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjg8RfQcK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjg8RfQcK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjg8RfQcK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjg8RfQcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjg8RfQcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjg8RfQcK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjg8RfQcK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjg8RfQcK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjg8RfQcK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjg8RfQcK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjg8RfQcK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjg8RfQcK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjg8RfQcK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjg8RfQcK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjg8RfQcK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjg8RfQcK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjg8RfQcK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjg8RfQcK .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjg8RfQcK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjg8RfQcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjg8RfQcK .container,
.cid-uZjg8RfQcK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .container,
  .cid-uZjg8RfQcK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjg8RfQcK .container,
  .cid-uZjg8RfQcK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjg8RfQcK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjg8RfQcK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjg8RfQcK .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjg8RfQcK .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjg8RfQcK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjg8RfQcK .nav-item:focus,
.cid-uZjg8RfQcK .nav-link:focus {
  outline: none;
}
.cid-uZjg8RfQcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjg8RfQcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjg8RfQcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjg8RfQcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjg8RfQcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjg8RfQcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjg8RfQcK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjg8RfQcK .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjg8RfQcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjg8RfQcK .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjg8RfQcK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjg8RfQcK .navbar.collapsed {
  justify-content: center;
}
.cid-uZjg8RfQcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjg8RfQcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjg8RfQcK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjg8RfQcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjg8RfQcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjg8RfQcK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjg8RfQcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjg8RfQcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjg8RfQcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjg8RfQcK .navbar {
    min-height: 72px;
  }
  .cid-uZjg8RfQcK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjg8RfQcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjg8RfQcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjg8RfQcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjg8RfQcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjg8RfQcK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjg8RfQcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjg8RfQcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjg8RfQcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjg8RfQcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjg8RfQcK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjg8RfQcK .dropdown-item.active,
.cid-uZjg8RfQcK .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjg8RfQcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjg8RfQcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjg8RfQcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjg8RfQcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjg8RfQcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjg8RfQcK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjg8RfQcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjg8RfQcK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjg8RfQcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjg8RfQcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjg8RfQcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjg8RfQcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjg8RfQcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjg8RfQcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjg8RfQcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjg8RfQcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjg8RfQcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjg8RfQcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjg8RfQcK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjg8RfQcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjg8RfQcK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjg8RfQcK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjg8RfQcK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjg8RfQcK .navbar {
    height: 70px;
  }
  .cid-uZjg8RfQcK .navbar.opened {
    height: auto;
  }
  .cid-uZjg8RfQcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjg8RfQcK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjg8RfQcK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjg8RfQcK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjg8RfQcK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjg8RfQcK .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjg8RfQcK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjg8RfQcK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjg8RfQcK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjg8RfQcK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjg8RfQcK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjg8RfQcK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjg8RfQcK .content-wrap {
    display: block;
  }
}
.cid-uZjg8RKlJ9 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjg8RKlJ9 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjg8RKlJ9 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjg8RKlJ9 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjg8RKlJ9 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjg8RKlJ9 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjg8RKlJ9 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg8RKlJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg8RKlJ9 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjg8RKlJ9 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjg8RKlJ9 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjg8RKlJ9 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjg8RKlJ9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjg8RKlJ9 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjg8RKlJ9 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjg8RKlJ9 .mbr-section-title {
  color: #323432;
}
.cid-uZjg8RKlJ9 .mbr-text,
.cid-uZjg8RKlJ9 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjg8RKlJ9 .mbr-section-title,
.cid-uZjg8RKlJ9 .mbr-section-btn,
.cid-uZjg8RKlJ9 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjg8S9e5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjg8S9e5c .item:focus,
.cid-uZjg8S9e5c span:focus {
  outline: none;
}
.cid-uZjg8S9e5c .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjg8S9e5c .content-head {
  max-width: 800px;
}
.cid-uZjg8S9e5c .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjg8S9e5c .item {
    min-height: 32.5px;
  }
}
.cid-uZjg8SxdNG {
  background-color: #eeeef4;
}
.cid-uZjg8SxdNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg8SxdNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg8SxdNG .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjg8SxdNG .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjg8SxdNG .content-wrapper {
    width: 100%;
  }
}
.cid-uZjg8SxdNG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjg8SxdNG .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjg8SxdNG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjg8SxdNG .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjg8SxdNG .mbr-section-title {
  color: #181824;
}
.cid-uZjg8SxdNG .mbr-text,
.cid-uZjg8SxdNG .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjg8SxdNG .mbr-section-title,
.cid-uZjg8SxdNG .mbr-section-btn,
.cid-uZjg8SxdNG .icon-wrapper {
  text-align: center;
}
.cid-uZjg8SxdNG .mbr-section-title,
.cid-uZjg8SxdNG .mbr-section-btn {
  text-align: justify;
}
.cid-uZjg8TmajI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjg8TmajI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjg8TmajI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjg8TmajI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjg8TmajI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjg8TmajI .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjg8TmajI .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjg8TmajI .item {
    margin-bottom: 20px;
  }
}
.cid-uZjg8TmajI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjg8TmajI .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjg8TmajI .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjg8TmajI .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjg8TmajI .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjg8TmajI .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjg8TmajI .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-title_1,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-title_2,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-text_1,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-text_2,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-price_1,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-price_2,
.cid-uZjg8TmajI .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjg8TmajI .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjg8TmajI .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjg8TmajI .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjg8TmajI .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjg8TmajI .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjg8TmajI .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjg8TmajI .mbr-section-title,
.cid-uZjg8TmajI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjg8TmajI .card-title_1 {
  color: #323432;
}
.cid-uZjg8TmajI .card-text_1 {
  color: #323432;
}
.cid-uZjg8TmajI .card-price_1 {
  color: #323432;
}
.cid-uZjg8TmajI .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjg8TmajI .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjg8TmajI .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjg8TmajI .card-title_3 {
  color: #323432;
}
.cid-uZjg8TmajI .card-text_3 {
  color: #323432;
}
.cid-uZjg8TmajI .card-price_3 {
  color: #323432;
}
#custom-html-dl {
  /* Type valid CSS here */
}
#custom-html-dl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-dl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgdDW6QV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgdDW6QV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgdDW6QV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgdDW6QV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgdDW6QV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgdDW6QV .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgdDW6QV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgdDW6QV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgdDW6QV .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgdDW6QV .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgdDW6QV .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgdDW6QV .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgdDW6QV .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgdDW6QV .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgdDW6QV .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgdDW6QV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgdDW6QV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgdDW6QV .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgdDW6QV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgdDW6QV .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgdDW6QV .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgdDW6QV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgdDW6QV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgdDW6QV .container,
.cid-uZjgdDW6QV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .container,
  .cid-uZjgdDW6QV .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgdDW6QV .container,
  .cid-uZjgdDW6QV .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgdDW6QV .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgdDW6QV .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgdDW6QV .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgdDW6QV .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgdDW6QV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgdDW6QV .nav-item:focus,
.cid-uZjgdDW6QV .nav-link:focus {
  outline: none;
}
.cid-uZjgdDW6QV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgdDW6QV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgdDW6QV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgdDW6QV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgdDW6QV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgdDW6QV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgdDW6QV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgdDW6QV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgdDW6QV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgdDW6QV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgdDW6QV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgdDW6QV .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgdDW6QV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgdDW6QV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgdDW6QV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgdDW6QV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgdDW6QV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgdDW6QV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgdDW6QV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgdDW6QV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgdDW6QV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgdDW6QV .navbar {
    min-height: 72px;
  }
  .cid-uZjgdDW6QV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgdDW6QV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgdDW6QV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgdDW6QV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgdDW6QV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgdDW6QV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgdDW6QV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgdDW6QV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgdDW6QV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgdDW6QV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgdDW6QV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgdDW6QV .dropdown-item.active,
.cid-uZjgdDW6QV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgdDW6QV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgdDW6QV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgdDW6QV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgdDW6QV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgdDW6QV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgdDW6QV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgdDW6QV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgdDW6QV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgdDW6QV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgdDW6QV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgdDW6QV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgdDW6QV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgdDW6QV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgdDW6QV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgdDW6QV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgdDW6QV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgdDW6QV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgdDW6QV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgdDW6QV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgdDW6QV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgdDW6QV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgdDW6QV .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgdDW6QV .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgdDW6QV .navbar {
    height: 70px;
  }
  .cid-uZjgdDW6QV .navbar.opened {
    height: auto;
  }
  .cid-uZjgdDW6QV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgdDW6QV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgdDW6QV .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgdDW6QV .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgdDW6QV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgdDW6QV .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgdDW6QV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgdDW6QV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgdDW6QV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgdDW6QV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgdDW6QV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgdDW6QV .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgdDW6QV .content-wrap {
    display: block;
  }
}
.cid-uZjgdEuUx6 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgdEuUx6 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgdEuUx6 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgdEuUx6 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgdEuUx6 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgdEuUx6 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgdEuUx6 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgdEuUx6 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgdEuUx6 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgdEuUx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgdEuUx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgdEuUx6 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgdEuUx6 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgdEuUx6 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgdEuUx6 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgdEuUx6 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgdEuUx6 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgdEuUx6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgdEuUx6 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgdEuUx6 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgdEuUx6 .mbr-section-title {
  color: #323432;
}
.cid-uZjgdEuUx6 .mbr-text,
.cid-uZjgdEuUx6 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgdEuUx6 .mbr-section-title,
.cid-uZjgdEuUx6 .mbr-section-btn,
.cid-uZjgdEuUx6 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgdESuaP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgdESuaP .item:focus,
.cid-uZjgdESuaP span:focus {
  outline: none;
}
.cid-uZjgdESuaP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgdESuaP .content-head {
  max-width: 800px;
}
.cid-uZjgdESuaP .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgdESuaP .item {
    min-height: 32.5px;
  }
}
.cid-uZjgdFeWJD {
  background-color: #eeeef4;
}
.cid-uZjgdFeWJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgdFeWJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgdFeWJD .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgdFeWJD .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgdFeWJD .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgdFeWJD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgdFeWJD .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgdFeWJD .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgdFeWJD .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgdFeWJD .mbr-section-title {
  color: #181824;
}
.cid-uZjgdFeWJD .mbr-text,
.cid-uZjgdFeWJD .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgdFeWJD .mbr-section-title,
.cid-uZjgdFeWJD .mbr-section-btn,
.cid-uZjgdFeWJD .icon-wrapper {
  text-align: center;
}
.cid-uZjgdFeWJD .mbr-section-title,
.cid-uZjgdFeWJD .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgdG1x4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgdG1x4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgdG1x4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgdG1x4w .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgdG1x4w .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgdG1x4w .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgdG1x4w .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgdG1x4w .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgdG1x4w .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgdG1x4w .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgdG1x4w .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgdG1x4w .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgdG1x4w .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgdG1x4w .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgdG1x4w .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-title_1,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-title_2,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-text_1,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-text_2,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-price_1,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-price_2,
.cid-uZjgdG1x4w .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgdG1x4w .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgdG1x4w .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgdG1x4w .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgdG1x4w .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgdG1x4w .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgdG1x4w .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgdG1x4w .mbr-section-title,
.cid-uZjgdG1x4w .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgdG1x4w .card-title_1 {
  color: #323432;
}
.cid-uZjgdG1x4w .card-text_1 {
  color: #323432;
}
.cid-uZjgdG1x4w .card-price_1 {
  color: #323432;
}
.cid-uZjgdG1x4w .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgdG1x4w .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgdG1x4w .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgdG1x4w .card-title_3 {
  color: #323432;
}
.cid-uZjgdG1x4w .card-text_3 {
  color: #323432;
}
.cid-uZjgdG1x4w .card-price_3 {
  color: #323432;
}
#custom-html-dr {
  /* Type valid CSS here */
}
#custom-html-dr div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-dr p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgjgb9lQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgjgb9lQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgjgb9lQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgjgb9lQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgjgb9lQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgjgb9lQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgjgb9lQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgjgb9lQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgjgb9lQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgjgb9lQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgjgb9lQ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgjgb9lQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgjgb9lQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgjgb9lQ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgjgb9lQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgjgb9lQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgjgb9lQ .container,
.cid-uZjgjgb9lQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .container,
  .cid-uZjgjgb9lQ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgjgb9lQ .container,
  .cid-uZjgjgb9lQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgjgb9lQ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgjgb9lQ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgjgb9lQ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgjgb9lQ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgjgb9lQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgjgb9lQ .nav-item:focus,
.cid-uZjgjgb9lQ .nav-link:focus {
  outline: none;
}
.cid-uZjgjgb9lQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgjgb9lQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgjgb9lQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgjgb9lQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgjgb9lQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgjgb9lQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgjgb9lQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgjgb9lQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgjgb9lQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgjgb9lQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgjgb9lQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgjgb9lQ .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgjgb9lQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgjgb9lQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgjgb9lQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgjgb9lQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgjgb9lQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgjgb9lQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgjgb9lQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgjgb9lQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgjgb9lQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgjgb9lQ .navbar {
    min-height: 72px;
  }
  .cid-uZjgjgb9lQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgjgb9lQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgjgb9lQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgjgb9lQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgjgb9lQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgjgb9lQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgjgb9lQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgjgb9lQ .dropdown-item.active,
.cid-uZjgjgb9lQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgjgb9lQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgjgb9lQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgjgb9lQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgjgb9lQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgjgb9lQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgjgb9lQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgjgb9lQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgjgb9lQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgjgb9lQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgjgb9lQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgjgb9lQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgjgb9lQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgjgb9lQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgjgb9lQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgjgb9lQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgjgb9lQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgjgb9lQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgjgb9lQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgjgb9lQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgjgb9lQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgjgb9lQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgjgb9lQ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgjgb9lQ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgjgb9lQ .navbar {
    height: 70px;
  }
  .cid-uZjgjgb9lQ .navbar.opened {
    height: auto;
  }
  .cid-uZjgjgb9lQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgjgb9lQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgjgb9lQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgjgb9lQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgjgb9lQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgjgb9lQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgjgb9lQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgjgb9lQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgjgb9lQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgjgb9lQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgjgb9lQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgjgb9lQ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgjgb9lQ .content-wrap {
    display: block;
  }
}
.cid-uZjgjgJau7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgjgJau7 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgjgJau7 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgjgJau7 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgjgJau7 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgjgJau7 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgjgJau7 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgjgJau7 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgjgJau7 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgjgJau7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgjgJau7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgjgJau7 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgjgJau7 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgjgJau7 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgjgJau7 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgjgJau7 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgjgJau7 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgjgJau7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgjgJau7 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgjgJau7 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgjgJau7 .mbr-section-title {
  color: #323432;
}
.cid-uZjgjgJau7 .mbr-text,
.cid-uZjgjgJau7 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgjgJau7 .mbr-section-title,
.cid-uZjgjgJau7 .mbr-section-btn,
.cid-uZjgjgJau7 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgjh8zyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgjh8zyX .item:focus,
.cid-uZjgjh8zyX span:focus {
  outline: none;
}
.cid-uZjgjh8zyX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgjh8zyX .content-head {
  max-width: 800px;
}
.cid-uZjgjh8zyX .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgjh8zyX .item {
    min-height: 32.5px;
  }
}
.cid-uZjgjhvwxf {
  background-color: #eeeef4;
}
.cid-uZjgjhvwxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgjhvwxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgjhvwxf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgjhvwxf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgjhvwxf .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgjhvwxf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgjhvwxf .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgjhvwxf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgjhvwxf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgjhvwxf .mbr-section-title {
  color: #181824;
}
.cid-uZjgjhvwxf .mbr-text,
.cid-uZjgjhvwxf .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgjhvwxf .mbr-section-title,
.cid-uZjgjhvwxf .mbr-section-btn,
.cid-uZjgjhvwxf .icon-wrapper {
  text-align: center;
}
.cid-uZjgjhvwxf .mbr-section-title,
.cid-uZjgjhvwxf .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgjijpJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgjijpJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgjijpJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgjijpJX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgjijpJX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgjijpJX .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgjijpJX .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgjijpJX .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgjijpJX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgjijpJX .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgjijpJX .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgjijpJX .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgjijpJX .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgjijpJX .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgjijpJX .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-title_1,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-title_2,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-text_1,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-text_2,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-price_1,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-price_2,
.cid-uZjgjijpJX .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgjijpJX .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgjijpJX .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgjijpJX .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgjijpJX .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgjijpJX .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgjijpJX .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgjijpJX .mbr-section-title,
.cid-uZjgjijpJX .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgjijpJX .card-title_1 {
  color: #323432;
}
.cid-uZjgjijpJX .card-text_1 {
  color: #323432;
}
.cid-uZjgjijpJX .card-price_1 {
  color: #323432;
}
.cid-uZjgjijpJX .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgjijpJX .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgjijpJX .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgjijpJX .card-title_3 {
  color: #323432;
}
.cid-uZjgjijpJX .card-text_3 {
  color: #323432;
}
.cid-uZjgjijpJX .card-price_3 {
  color: #323432;
}
#custom-html-dx {
  /* Type valid CSS here */
}
#custom-html-dx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-dx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgorHUy0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgorHUy0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgorHUy0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgorHUy0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgorHUy0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgorHUy0 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgorHUy0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgorHUy0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgorHUy0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgorHUy0 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgorHUy0 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgorHUy0 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgorHUy0 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgorHUy0 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgorHUy0 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgorHUy0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgorHUy0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgorHUy0 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgorHUy0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgorHUy0 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgorHUy0 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgorHUy0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgorHUy0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgorHUy0 .container,
.cid-uZjgorHUy0 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .container,
  .cid-uZjgorHUy0 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgorHUy0 .container,
  .cid-uZjgorHUy0 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgorHUy0 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgorHUy0 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgorHUy0 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgorHUy0 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgorHUy0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgorHUy0 .nav-item:focus,
.cid-uZjgorHUy0 .nav-link:focus {
  outline: none;
}
.cid-uZjgorHUy0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgorHUy0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgorHUy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgorHUy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgorHUy0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgorHUy0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgorHUy0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgorHUy0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgorHUy0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgorHUy0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgorHUy0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgorHUy0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgorHUy0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgorHUy0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgorHUy0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgorHUy0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgorHUy0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgorHUy0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgorHUy0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgorHUy0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgorHUy0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgorHUy0 .navbar {
    min-height: 72px;
  }
  .cid-uZjgorHUy0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgorHUy0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgorHUy0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgorHUy0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgorHUy0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgorHUy0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgorHUy0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgorHUy0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgorHUy0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgorHUy0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgorHUy0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgorHUy0 .dropdown-item.active,
.cid-uZjgorHUy0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgorHUy0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgorHUy0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgorHUy0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgorHUy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgorHUy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgorHUy0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgorHUy0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgorHUy0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgorHUy0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgorHUy0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgorHUy0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgorHUy0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgorHUy0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgorHUy0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgorHUy0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgorHUy0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgorHUy0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgorHUy0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgorHUy0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgorHUy0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgorHUy0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgorHUy0 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgorHUy0 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgorHUy0 .navbar {
    height: 70px;
  }
  .cid-uZjgorHUy0 .navbar.opened {
    height: auto;
  }
  .cid-uZjgorHUy0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgorHUy0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgorHUy0 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgorHUy0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgorHUy0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgorHUy0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgorHUy0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgorHUy0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgorHUy0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgorHUy0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgorHUy0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgorHUy0 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgorHUy0 .content-wrap {
    display: block;
  }
}
.cid-uZjgosfCoI {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgosfCoI .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgosfCoI .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgosfCoI .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgosfCoI .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgosfCoI .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgosfCoI .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgosfCoI .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgosfCoI .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgosfCoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgosfCoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgosfCoI .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgosfCoI .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgosfCoI .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgosfCoI .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgosfCoI .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgosfCoI .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgosfCoI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgosfCoI .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgosfCoI .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgosfCoI .mbr-section-title {
  color: #323432;
}
.cid-uZjgosfCoI .mbr-text,
.cid-uZjgosfCoI .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgosfCoI .mbr-section-title,
.cid-uZjgosfCoI .mbr-section-btn,
.cid-uZjgosfCoI .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgosE2BN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgosE2BN .item:focus,
.cid-uZjgosE2BN span:focus {
  outline: none;
}
.cid-uZjgosE2BN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgosE2BN .content-head {
  max-width: 800px;
}
.cid-uZjgosE2BN .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgosE2BN .item {
    min-height: 32.5px;
  }
}
.cid-uZjgot1VoN {
  background-color: #eeeef4;
}
.cid-uZjgot1VoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgot1VoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgot1VoN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgot1VoN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgot1VoN .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgot1VoN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgot1VoN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgot1VoN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgot1VoN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgot1VoN .mbr-section-title {
  color: #181824;
}
.cid-uZjgot1VoN .mbr-text,
.cid-uZjgot1VoN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgot1VoN .mbr-section-title,
.cid-uZjgot1VoN .mbr-section-btn,
.cid-uZjgot1VoN .icon-wrapper {
  text-align: center;
}
.cid-uZjgot1VoN .mbr-section-title,
.cid-uZjgot1VoN .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgotPfL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgotPfL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgotPfL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgotPfL1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgotPfL1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgotPfL1 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgotPfL1 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgotPfL1 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgotPfL1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgotPfL1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgotPfL1 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgotPfL1 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgotPfL1 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgotPfL1 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgotPfL1 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-title_1,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-title_2,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-text_1,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-text_2,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-price_1,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-price_2,
.cid-uZjgotPfL1 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgotPfL1 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgotPfL1 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgotPfL1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgotPfL1 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgotPfL1 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgotPfL1 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgotPfL1 .mbr-section-title,
.cid-uZjgotPfL1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgotPfL1 .card-title_1 {
  color: #323432;
}
.cid-uZjgotPfL1 .card-text_1 {
  color: #323432;
}
.cid-uZjgotPfL1 .card-price_1 {
  color: #323432;
}
.cid-uZjgotPfL1 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgotPfL1 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgotPfL1 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgotPfL1 .card-title_3 {
  color: #323432;
}
.cid-uZjgotPfL1 .card-text_3 {
  color: #323432;
}
.cid-uZjgotPfL1 .card-price_3 {
  color: #323432;
}
#custom-html-e3 {
  /* Type valid CSS here */
}
#custom-html-e3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-e3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgtvBe76 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgtvBe76 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgtvBe76 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgtvBe76 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgtvBe76 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgtvBe76 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgtvBe76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgtvBe76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgtvBe76 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgtvBe76 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgtvBe76 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgtvBe76 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgtvBe76 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgtvBe76 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgtvBe76 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgtvBe76 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgtvBe76 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgtvBe76 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgtvBe76 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgtvBe76 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgtvBe76 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgtvBe76 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgtvBe76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgtvBe76 .container,
.cid-uZjgtvBe76 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .container,
  .cid-uZjgtvBe76 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgtvBe76 .container,
  .cid-uZjgtvBe76 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgtvBe76 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgtvBe76 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgtvBe76 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgtvBe76 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgtvBe76 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgtvBe76 .nav-item:focus,
.cid-uZjgtvBe76 .nav-link:focus {
  outline: none;
}
.cid-uZjgtvBe76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgtvBe76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgtvBe76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgtvBe76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgtvBe76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgtvBe76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgtvBe76 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgtvBe76 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgtvBe76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgtvBe76 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgtvBe76 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgtvBe76 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgtvBe76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgtvBe76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgtvBe76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgtvBe76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgtvBe76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgtvBe76 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgtvBe76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgtvBe76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgtvBe76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgtvBe76 .navbar {
    min-height: 72px;
  }
  .cid-uZjgtvBe76 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgtvBe76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgtvBe76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgtvBe76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgtvBe76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgtvBe76 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgtvBe76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgtvBe76 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgtvBe76 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgtvBe76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgtvBe76 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgtvBe76 .dropdown-item.active,
.cid-uZjgtvBe76 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgtvBe76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgtvBe76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgtvBe76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgtvBe76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgtvBe76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgtvBe76 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgtvBe76 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgtvBe76 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgtvBe76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgtvBe76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgtvBe76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgtvBe76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgtvBe76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgtvBe76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgtvBe76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgtvBe76 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgtvBe76 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgtvBe76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgtvBe76 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgtvBe76 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgtvBe76 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgtvBe76 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgtvBe76 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgtvBe76 .navbar {
    height: 70px;
  }
  .cid-uZjgtvBe76 .navbar.opened {
    height: auto;
  }
  .cid-uZjgtvBe76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgtvBe76 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgtvBe76 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgtvBe76 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgtvBe76 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgtvBe76 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgtvBe76 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgtvBe76 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgtvBe76 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgtvBe76 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgtvBe76 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgtvBe76 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgtvBe76 .content-wrap {
    display: block;
  }
}
.cid-uZjgtw7KWt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgtw7KWt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgtw7KWt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgtw7KWt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgtw7KWt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgtw7KWt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgtw7KWt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgtw7KWt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgtw7KWt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgtw7KWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgtw7KWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgtw7KWt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgtw7KWt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgtw7KWt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgtw7KWt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgtw7KWt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgtw7KWt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgtw7KWt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgtw7KWt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgtw7KWt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgtw7KWt .mbr-section-title {
  color: #323432;
}
.cid-uZjgtw7KWt .mbr-text,
.cid-uZjgtw7KWt .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgtw7KWt .mbr-section-title,
.cid-uZjgtw7KWt .mbr-section-btn,
.cid-uZjgtw7KWt .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgtww010 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgtww010 .item:focus,
.cid-uZjgtww010 span:focus {
  outline: none;
}
.cid-uZjgtww010 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgtww010 .content-head {
  max-width: 800px;
}
.cid-uZjgtww010 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgtww010 .item {
    min-height: 32.5px;
  }
}
.cid-uZjgtwTTRN {
  background-color: #eeeef4;
}
.cid-uZjgtwTTRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgtwTTRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgtwTTRN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgtwTTRN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgtwTTRN .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgtwTTRN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgtwTTRN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgtwTTRN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgtwTTRN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgtwTTRN .mbr-section-title {
  color: #181824;
}
.cid-uZjgtwTTRN .mbr-text,
.cid-uZjgtwTTRN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgtwTTRN .mbr-section-title,
.cid-uZjgtwTTRN .mbr-section-btn,
.cid-uZjgtwTTRN .icon-wrapper {
  text-align: center;
}
.cid-uZjgtwTTRN .mbr-section-title,
.cid-uZjgtwTTRN .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgtxIKk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgtxIKk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgtxIKk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgtxIKk1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgtxIKk1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgtxIKk1 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgtxIKk1 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgtxIKk1 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgtxIKk1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgtxIKk1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgtxIKk1 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgtxIKk1 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgtxIKk1 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-title_1,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-title_2,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-text_1,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-text_2,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-price_1,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-price_2,
.cid-uZjgtxIKk1 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgtxIKk1 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgtxIKk1 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgtxIKk1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgtxIKk1 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgtxIKk1 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgtxIKk1 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgtxIKk1 .mbr-section-title,
.cid-uZjgtxIKk1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgtxIKk1 .card-title_1 {
  color: #323432;
}
.cid-uZjgtxIKk1 .card-text_1 {
  color: #323432;
}
.cid-uZjgtxIKk1 .card-price_1 {
  color: #323432;
}
.cid-uZjgtxIKk1 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgtxIKk1 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgtxIKk1 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgtxIKk1 .card-title_3 {
  color: #323432;
}
.cid-uZjgtxIKk1 .card-text_3 {
  color: #323432;
}
.cid-uZjgtxIKk1 .card-price_3 {
  color: #323432;
}
#custom-html-e9 {
  /* Type valid CSS here */
}
#custom-html-e9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-e9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgz0dvv3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgz0dvv3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgz0dvv3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgz0dvv3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgz0dvv3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgz0dvv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgz0dvv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgz0dvv3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgz0dvv3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgz0dvv3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgz0dvv3 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgz0dvv3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgz0dvv3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgz0dvv3 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgz0dvv3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgz0dvv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgz0dvv3 .container,
.cid-uZjgz0dvv3 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .container,
  .cid-uZjgz0dvv3 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgz0dvv3 .container,
  .cid-uZjgz0dvv3 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgz0dvv3 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgz0dvv3 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgz0dvv3 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgz0dvv3 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgz0dvv3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgz0dvv3 .nav-item:focus,
.cid-uZjgz0dvv3 .nav-link:focus {
  outline: none;
}
.cid-uZjgz0dvv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgz0dvv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgz0dvv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgz0dvv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgz0dvv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgz0dvv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgz0dvv3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgz0dvv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgz0dvv3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgz0dvv3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgz0dvv3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgz0dvv3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgz0dvv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgz0dvv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgz0dvv3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgz0dvv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgz0dvv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgz0dvv3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgz0dvv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgz0dvv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgz0dvv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgz0dvv3 .navbar {
    min-height: 72px;
  }
  .cid-uZjgz0dvv3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgz0dvv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgz0dvv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgz0dvv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgz0dvv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgz0dvv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgz0dvv3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgz0dvv3 .dropdown-item.active,
.cid-uZjgz0dvv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgz0dvv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgz0dvv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgz0dvv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgz0dvv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgz0dvv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgz0dvv3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgz0dvv3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgz0dvv3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgz0dvv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgz0dvv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgz0dvv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgz0dvv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgz0dvv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgz0dvv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgz0dvv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgz0dvv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgz0dvv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgz0dvv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgz0dvv3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgz0dvv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgz0dvv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgz0dvv3 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgz0dvv3 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgz0dvv3 .navbar {
    height: 70px;
  }
  .cid-uZjgz0dvv3 .navbar.opened {
    height: auto;
  }
  .cid-uZjgz0dvv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgz0dvv3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgz0dvv3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgz0dvv3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgz0dvv3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgz0dvv3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgz0dvv3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgz0dvv3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgz0dvv3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgz0dvv3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgz0dvv3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgz0dvv3 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgz0dvv3 .content-wrap {
    display: block;
  }
}
.cid-uZjgz0J5WK {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgz0J5WK .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgz0J5WK .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgz0J5WK .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgz0J5WK .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgz0J5WK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgz0J5WK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgz0J5WK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgz0J5WK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgz0J5WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgz0J5WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgz0J5WK .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgz0J5WK .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgz0J5WK .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgz0J5WK .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgz0J5WK .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgz0J5WK .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgz0J5WK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgz0J5WK .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgz0J5WK .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgz0J5WK .mbr-section-title {
  color: #323432;
}
.cid-uZjgz0J5WK .mbr-text,
.cid-uZjgz0J5WK .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgz0J5WK .mbr-section-title,
.cid-uZjgz0J5WK .mbr-section-btn,
.cid-uZjgz0J5WK .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgz18uau {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgz18uau .item:focus,
.cid-uZjgz18uau span:focus {
  outline: none;
}
.cid-uZjgz18uau .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgz18uau .content-head {
  max-width: 800px;
}
.cid-uZjgz18uau .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgz18uau .item {
    min-height: 32.5px;
  }
}
.cid-uZjgz1wQ2r {
  background-color: #eeeef4;
}
.cid-uZjgz1wQ2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgz1wQ2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgz1wQ2r .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgz1wQ2r .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgz1wQ2r .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgz1wQ2r .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgz1wQ2r .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgz1wQ2r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgz1wQ2r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgz1wQ2r .mbr-section-title {
  color: #181824;
}
.cid-uZjgz1wQ2r .mbr-text,
.cid-uZjgz1wQ2r .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgz1wQ2r .mbr-section-title,
.cid-uZjgz1wQ2r .mbr-section-btn,
.cid-uZjgz1wQ2r .icon-wrapper {
  text-align: center;
}
.cid-uZjgz1wQ2r .mbr-section-title,
.cid-uZjgz1wQ2r .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgz2ldtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgz2ldtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgz2ldtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgz2ldtz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgz2ldtz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgz2ldtz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgz2ldtz .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgz2ldtz .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgz2ldtz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgz2ldtz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgz2ldtz .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgz2ldtz .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgz2ldtz .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgz2ldtz .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgz2ldtz .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-title_1,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-title_2,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-text_1,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-text_2,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-price_1,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-price_2,
.cid-uZjgz2ldtz .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgz2ldtz .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgz2ldtz .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgz2ldtz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgz2ldtz .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgz2ldtz .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgz2ldtz .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgz2ldtz .mbr-section-title,
.cid-uZjgz2ldtz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgz2ldtz .card-title_1 {
  color: #323432;
}
.cid-uZjgz2ldtz .card-text_1 {
  color: #323432;
}
.cid-uZjgz2ldtz .card-price_1 {
  color: #323432;
}
.cid-uZjgz2ldtz .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgz2ldtz .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgz2ldtz .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgz2ldtz .card-title_3 {
  color: #323432;
}
.cid-uZjgz2ldtz .card-text_3 {
  color: #323432;
}
.cid-uZjgz2ldtz .card-price_3 {
  color: #323432;
}
#custom-html-ef {
  /* Type valid CSS here */
}
#custom-html-ef div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ef p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgEspW4h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgEspW4h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgEspW4h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgEspW4h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgEspW4h .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgEspW4h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgEspW4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgEspW4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgEspW4h .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgEspW4h .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgEspW4h .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgEspW4h .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgEspW4h .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgEspW4h .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgEspW4h .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgEspW4h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgEspW4h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgEspW4h .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgEspW4h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgEspW4h .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgEspW4h .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgEspW4h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgEspW4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgEspW4h .container,
.cid-uZjgEspW4h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .container,
  .cid-uZjgEspW4h .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgEspW4h .container,
  .cid-uZjgEspW4h .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgEspW4h .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgEspW4h .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgEspW4h .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgEspW4h .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgEspW4h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgEspW4h .nav-item:focus,
.cid-uZjgEspW4h .nav-link:focus {
  outline: none;
}
.cid-uZjgEspW4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgEspW4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgEspW4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgEspW4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgEspW4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgEspW4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgEspW4h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgEspW4h .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgEspW4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgEspW4h .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgEspW4h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgEspW4h .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgEspW4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgEspW4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgEspW4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgEspW4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgEspW4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgEspW4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgEspW4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgEspW4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgEspW4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgEspW4h .navbar {
    min-height: 72px;
  }
  .cid-uZjgEspW4h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgEspW4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgEspW4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgEspW4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgEspW4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgEspW4h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgEspW4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgEspW4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgEspW4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgEspW4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgEspW4h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgEspW4h .dropdown-item.active,
.cid-uZjgEspW4h .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgEspW4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgEspW4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgEspW4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgEspW4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgEspW4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgEspW4h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgEspW4h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgEspW4h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgEspW4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgEspW4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgEspW4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgEspW4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgEspW4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgEspW4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgEspW4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgEspW4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgEspW4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgEspW4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgEspW4h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgEspW4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgEspW4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgEspW4h .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgEspW4h .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgEspW4h .navbar {
    height: 70px;
  }
  .cid-uZjgEspW4h .navbar.opened {
    height: auto;
  }
  .cid-uZjgEspW4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgEspW4h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgEspW4h .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgEspW4h .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgEspW4h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgEspW4h .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgEspW4h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgEspW4h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgEspW4h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgEspW4h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgEspW4h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgEspW4h .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgEspW4h .content-wrap {
    display: block;
  }
}
.cid-uZjgEsUj2z {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgEsUj2z .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgEsUj2z .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgEsUj2z .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgEsUj2z .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgEsUj2z .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgEsUj2z .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgEsUj2z .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgEsUj2z .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgEsUj2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgEsUj2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgEsUj2z .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgEsUj2z .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgEsUj2z .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgEsUj2z .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgEsUj2z .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgEsUj2z .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgEsUj2z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgEsUj2z .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgEsUj2z .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgEsUj2z .mbr-section-title {
  color: #323432;
}
.cid-uZjgEsUj2z .mbr-text,
.cid-uZjgEsUj2z .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgEsUj2z .mbr-section-title,
.cid-uZjgEsUj2z .mbr-section-btn,
.cid-uZjgEsUj2z .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgEtjHfN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgEtjHfN .item:focus,
.cid-uZjgEtjHfN span:focus {
  outline: none;
}
.cid-uZjgEtjHfN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgEtjHfN .content-head {
  max-width: 800px;
}
.cid-uZjgEtjHfN .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgEtjHfN .item {
    min-height: 32.5px;
  }
}
.cid-uZjgEtFwSL {
  background-color: #eeeef4;
}
.cid-uZjgEtFwSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgEtFwSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgEtFwSL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgEtFwSL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgEtFwSL .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgEtFwSL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgEtFwSL .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgEtFwSL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgEtFwSL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgEtFwSL .mbr-section-title {
  color: #181824;
}
.cid-uZjgEtFwSL .mbr-text,
.cid-uZjgEtFwSL .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgEtFwSL .mbr-section-title,
.cid-uZjgEtFwSL .mbr-section-btn,
.cid-uZjgEtFwSL .icon-wrapper {
  text-align: center;
}
.cid-uZjgEtFwSL .mbr-section-title,
.cid-uZjgEtFwSL .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgEuuvI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgEuuvI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgEuuvI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgEuuvI4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgEuuvI4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgEuuvI4 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgEuuvI4 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgEuuvI4 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgEuuvI4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgEuuvI4 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgEuuvI4 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgEuuvI4 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgEuuvI4 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-title_1,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-title_2,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-text_1,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-text_2,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-price_1,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-price_2,
.cid-uZjgEuuvI4 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgEuuvI4 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgEuuvI4 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgEuuvI4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgEuuvI4 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgEuuvI4 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgEuuvI4 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgEuuvI4 .mbr-section-title,
.cid-uZjgEuuvI4 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgEuuvI4 .card-title_1 {
  color: #323432;
}
.cid-uZjgEuuvI4 .card-text_1 {
  color: #323432;
}
.cid-uZjgEuuvI4 .card-price_1 {
  color: #323432;
}
.cid-uZjgEuuvI4 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgEuuvI4 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgEuuvI4 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgEuuvI4 .card-title_3 {
  color: #323432;
}
.cid-uZjgEuuvI4 .card-text_3 {
  color: #323432;
}
.cid-uZjgEuuvI4 .card-price_3 {
  color: #323432;
}
#custom-html-el {
  /* Type valid CSS here */
}
#custom-html-el div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-el p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgJFxFTh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgJFxFTh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgJFxFTh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgJFxFTh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgJFxFTh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgJFxFTh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgJFxFTh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgJFxFTh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgJFxFTh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgJFxFTh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgJFxFTh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgJFxFTh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgJFxFTh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgJFxFTh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgJFxFTh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgJFxFTh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgJFxFTh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgJFxFTh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgJFxFTh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgJFxFTh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgJFxFTh .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgJFxFTh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgJFxFTh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgJFxFTh .container,
.cid-uZjgJFxFTh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .container,
  .cid-uZjgJFxFTh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgJFxFTh .container,
  .cid-uZjgJFxFTh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgJFxFTh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgJFxFTh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgJFxFTh .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgJFxFTh .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgJFxFTh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgJFxFTh .nav-item:focus,
.cid-uZjgJFxFTh .nav-link:focus {
  outline: none;
}
.cid-uZjgJFxFTh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgJFxFTh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgJFxFTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgJFxFTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgJFxFTh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgJFxFTh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgJFxFTh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgJFxFTh .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgJFxFTh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgJFxFTh .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgJFxFTh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgJFxFTh .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgJFxFTh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgJFxFTh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgJFxFTh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgJFxFTh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgJFxFTh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgJFxFTh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgJFxFTh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgJFxFTh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgJFxFTh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgJFxFTh .navbar {
    min-height: 72px;
  }
  .cid-uZjgJFxFTh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgJFxFTh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgJFxFTh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgJFxFTh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgJFxFTh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgJFxFTh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgJFxFTh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgJFxFTh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgJFxFTh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgJFxFTh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgJFxFTh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgJFxFTh .dropdown-item.active,
.cid-uZjgJFxFTh .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgJFxFTh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgJFxFTh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgJFxFTh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgJFxFTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgJFxFTh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgJFxFTh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgJFxFTh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgJFxFTh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgJFxFTh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgJFxFTh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgJFxFTh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgJFxFTh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgJFxFTh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgJFxFTh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgJFxFTh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgJFxFTh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgJFxFTh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgJFxFTh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgJFxFTh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgJFxFTh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgJFxFTh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgJFxFTh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgJFxFTh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgJFxFTh .navbar {
    height: 70px;
  }
  .cid-uZjgJFxFTh .navbar.opened {
    height: auto;
  }
  .cid-uZjgJFxFTh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgJFxFTh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgJFxFTh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgJFxFTh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgJFxFTh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgJFxFTh .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgJFxFTh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgJFxFTh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgJFxFTh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgJFxFTh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgJFxFTh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgJFxFTh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgJFxFTh .content-wrap {
    display: block;
  }
}
.cid-uZjgJG5re3 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgJG5re3 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgJG5re3 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgJG5re3 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgJG5re3 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgJG5re3 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgJG5re3 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgJG5re3 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgJG5re3 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgJG5re3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgJG5re3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgJG5re3 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgJG5re3 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgJG5re3 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgJG5re3 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgJG5re3 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgJG5re3 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgJG5re3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgJG5re3 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgJG5re3 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgJG5re3 .mbr-section-title {
  color: #323432;
}
.cid-uZjgJG5re3 .mbr-text,
.cid-uZjgJG5re3 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgJG5re3 .mbr-section-title,
.cid-uZjgJG5re3 .mbr-section-btn,
.cid-uZjgJG5re3 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgJGv4Q7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgJGv4Q7 .item:focus,
.cid-uZjgJGv4Q7 span:focus {
  outline: none;
}
.cid-uZjgJGv4Q7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgJGv4Q7 .content-head {
  max-width: 800px;
}
.cid-uZjgJGv4Q7 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgJGv4Q7 .item {
    min-height: 32.5px;
  }
}
.cid-uZjgJGSybN {
  background-color: #eeeef4;
}
.cid-uZjgJGSybN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgJGSybN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgJGSybN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgJGSybN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgJGSybN .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgJGSybN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgJGSybN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgJGSybN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgJGSybN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgJGSybN .mbr-section-title {
  color: #181824;
}
.cid-uZjgJGSybN .mbr-text,
.cid-uZjgJGSybN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgJGSybN .mbr-section-title,
.cid-uZjgJGSybN .mbr-section-btn,
.cid-uZjgJGSybN .icon-wrapper {
  text-align: center;
}
.cid-uZjgJGSybN .mbr-section-title,
.cid-uZjgJGSybN .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgJHHdX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgJHHdX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgJHHdX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgJHHdX1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgJHHdX1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgJHHdX1 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgJHHdX1 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgJHHdX1 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgJHHdX1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgJHHdX1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgJHHdX1 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgJHHdX1 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgJHHdX1 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-title_1,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-title_2,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-text_1,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-text_2,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-price_1,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-price_2,
.cid-uZjgJHHdX1 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgJHHdX1 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgJHHdX1 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgJHHdX1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgJHHdX1 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgJHHdX1 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgJHHdX1 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgJHHdX1 .mbr-section-title,
.cid-uZjgJHHdX1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgJHHdX1 .card-title_1 {
  color: #323432;
}
.cid-uZjgJHHdX1 .card-text_1 {
  color: #323432;
}
.cid-uZjgJHHdX1 .card-price_1 {
  color: #323432;
}
.cid-uZjgJHHdX1 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgJHHdX1 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgJHHdX1 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgJHHdX1 .card-title_3 {
  color: #323432;
}
.cid-uZjgJHHdX1 .card-text_3 {
  color: #323432;
}
.cid-uZjgJHHdX1 .card-price_3 {
  color: #323432;
}
#custom-html-er {
  /* Type valid CSS here */
}
#custom-html-er div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-er p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgOQ8cDg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgOQ8cDg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgOQ8cDg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgOQ8cDg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgOQ8cDg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgOQ8cDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgOQ8cDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgOQ8cDg .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgOQ8cDg .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgOQ8cDg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgOQ8cDg .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgOQ8cDg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgOQ8cDg .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgOQ8cDg .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgOQ8cDg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgOQ8cDg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgOQ8cDg .container,
.cid-uZjgOQ8cDg .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .container,
  .cid-uZjgOQ8cDg .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgOQ8cDg .container,
  .cid-uZjgOQ8cDg .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgOQ8cDg .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgOQ8cDg .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgOQ8cDg .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgOQ8cDg .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgOQ8cDg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgOQ8cDg .nav-item:focus,
.cid-uZjgOQ8cDg .nav-link:focus {
  outline: none;
}
.cid-uZjgOQ8cDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgOQ8cDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgOQ8cDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgOQ8cDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgOQ8cDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgOQ8cDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgOQ8cDg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgOQ8cDg .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgOQ8cDg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgOQ8cDg .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgOQ8cDg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgOQ8cDg .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgOQ8cDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgOQ8cDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgOQ8cDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgOQ8cDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgOQ8cDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgOQ8cDg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgOQ8cDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgOQ8cDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgOQ8cDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgOQ8cDg .navbar {
    min-height: 72px;
  }
  .cid-uZjgOQ8cDg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgOQ8cDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgOQ8cDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgOQ8cDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgOQ8cDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgOQ8cDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgOQ8cDg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgOQ8cDg .dropdown-item.active,
.cid-uZjgOQ8cDg .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgOQ8cDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgOQ8cDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgOQ8cDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgOQ8cDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgOQ8cDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgOQ8cDg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgOQ8cDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgOQ8cDg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgOQ8cDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgOQ8cDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgOQ8cDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgOQ8cDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgOQ8cDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgOQ8cDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgOQ8cDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgOQ8cDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgOQ8cDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgOQ8cDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgOQ8cDg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgOQ8cDg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgOQ8cDg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgOQ8cDg .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgOQ8cDg .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgOQ8cDg .navbar {
    height: 70px;
  }
  .cid-uZjgOQ8cDg .navbar.opened {
    height: auto;
  }
  .cid-uZjgOQ8cDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgOQ8cDg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgOQ8cDg .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgOQ8cDg .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgOQ8cDg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgOQ8cDg .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgOQ8cDg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgOQ8cDg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgOQ8cDg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgOQ8cDg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgOQ8cDg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgOQ8cDg .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgOQ8cDg .content-wrap {
    display: block;
  }
}
.cid-uZjgOQFvJt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgOQFvJt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgOQFvJt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgOQFvJt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgOQFvJt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgOQFvJt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgOQFvJt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgOQFvJt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgOQFvJt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgOQFvJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgOQFvJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgOQFvJt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgOQFvJt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgOQFvJt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgOQFvJt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgOQFvJt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgOQFvJt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgOQFvJt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgOQFvJt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgOQFvJt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgOQFvJt .mbr-section-title {
  color: #323432;
}
.cid-uZjgOQFvJt .mbr-text,
.cid-uZjgOQFvJt .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgOQFvJt .mbr-section-title,
.cid-uZjgOQFvJt .mbr-section-btn,
.cid-uZjgOQFvJt .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgOR46yI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgOR46yI .item:focus,
.cid-uZjgOR46yI span:focus {
  outline: none;
}
.cid-uZjgOR46yI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgOR46yI .content-head {
  max-width: 800px;
}
.cid-uZjgOR46yI .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgOR46yI .item {
    min-height: 32.5px;
  }
}
.cid-uZjgORrGE6 {
  background-color: #eeeef4;
}
.cid-uZjgORrGE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgORrGE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgORrGE6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgORrGE6 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgORrGE6 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgORrGE6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgORrGE6 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgORrGE6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgORrGE6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgORrGE6 .mbr-section-title {
  color: #181824;
}
.cid-uZjgORrGE6 .mbr-text,
.cid-uZjgORrGE6 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgORrGE6 .mbr-section-title,
.cid-uZjgORrGE6 .mbr-section-btn,
.cid-uZjgORrGE6 .icon-wrapper {
  text-align: center;
}
.cid-uZjgORrGE6 .mbr-section-title,
.cid-uZjgORrGE6 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgOSfk4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgOSfk4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgOSfk4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgOSfk4i .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgOSfk4i .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgOSfk4i .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgOSfk4i .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgOSfk4i .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgOSfk4i .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgOSfk4i .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgOSfk4i .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgOSfk4i .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgOSfk4i .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgOSfk4i .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgOSfk4i .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-title_1,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-title_2,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-text_1,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-text_2,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-price_1,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-price_2,
.cid-uZjgOSfk4i .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgOSfk4i .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgOSfk4i .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgOSfk4i .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgOSfk4i .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgOSfk4i .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgOSfk4i .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgOSfk4i .mbr-section-title,
.cid-uZjgOSfk4i .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgOSfk4i .card-title_1 {
  color: #323432;
}
.cid-uZjgOSfk4i .card-text_1 {
  color: #323432;
}
.cid-uZjgOSfk4i .card-price_1 {
  color: #323432;
}
.cid-uZjgOSfk4i .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgOSfk4i .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgOSfk4i .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgOSfk4i .card-title_3 {
  color: #323432;
}
.cid-uZjgOSfk4i .card-text_3 {
  color: #323432;
}
.cid-uZjgOSfk4i .card-price_3 {
  color: #323432;
}
#custom-html-ex {
  /* Type valid CSS here */
}
#custom-html-ex div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ex p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgTRXSSw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgTRXSSw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgTRXSSw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgTRXSSw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgTRXSSw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgTRXSSw .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgTRXSSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgTRXSSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgTRXSSw .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgTRXSSw .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgTRXSSw .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgTRXSSw .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgTRXSSw .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgTRXSSw .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgTRXSSw .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgTRXSSw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgTRXSSw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgTRXSSw .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgTRXSSw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgTRXSSw .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgTRXSSw .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgTRXSSw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgTRXSSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgTRXSSw .container,
.cid-uZjgTRXSSw .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .container,
  .cid-uZjgTRXSSw .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgTRXSSw .container,
  .cid-uZjgTRXSSw .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgTRXSSw .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgTRXSSw .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgTRXSSw .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgTRXSSw .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgTRXSSw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgTRXSSw .nav-item:focus,
.cid-uZjgTRXSSw .nav-link:focus {
  outline: none;
}
.cid-uZjgTRXSSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgTRXSSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgTRXSSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgTRXSSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgTRXSSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgTRXSSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgTRXSSw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgTRXSSw .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgTRXSSw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgTRXSSw .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgTRXSSw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgTRXSSw .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgTRXSSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgTRXSSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgTRXSSw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgTRXSSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgTRXSSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgTRXSSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgTRXSSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgTRXSSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgTRXSSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgTRXSSw .navbar {
    min-height: 72px;
  }
  .cid-uZjgTRXSSw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgTRXSSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgTRXSSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgTRXSSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgTRXSSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgTRXSSw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgTRXSSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgTRXSSw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgTRXSSw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgTRXSSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgTRXSSw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgTRXSSw .dropdown-item.active,
.cid-uZjgTRXSSw .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgTRXSSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgTRXSSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgTRXSSw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgTRXSSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgTRXSSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgTRXSSw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgTRXSSw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgTRXSSw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgTRXSSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgTRXSSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgTRXSSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgTRXSSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgTRXSSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgTRXSSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgTRXSSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgTRXSSw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgTRXSSw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgTRXSSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgTRXSSw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgTRXSSw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgTRXSSw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgTRXSSw .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgTRXSSw .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgTRXSSw .navbar {
    height: 70px;
  }
  .cid-uZjgTRXSSw .navbar.opened {
    height: auto;
  }
  .cid-uZjgTRXSSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgTRXSSw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgTRXSSw .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgTRXSSw .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgTRXSSw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgTRXSSw .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgTRXSSw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgTRXSSw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgTRXSSw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgTRXSSw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgTRXSSw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgTRXSSw .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgTRXSSw .content-wrap {
    display: block;
  }
}
.cid-uZjgTStjZi {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgTStjZi .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgTStjZi .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgTStjZi .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgTStjZi .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgTStjZi .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgTStjZi .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgTStjZi .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgTStjZi .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgTStjZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgTStjZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgTStjZi .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgTStjZi .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgTStjZi .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgTStjZi .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgTStjZi .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgTStjZi .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgTStjZi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgTStjZi .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgTStjZi .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgTStjZi .mbr-section-title {
  color: #323432;
}
.cid-uZjgTStjZi .mbr-text,
.cid-uZjgTStjZi .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgTStjZi .mbr-section-title,
.cid-uZjgTStjZi .mbr-section-btn,
.cid-uZjgTStjZi .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgTSSMcw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgTSSMcw .item:focus,
.cid-uZjgTSSMcw span:focus {
  outline: none;
}
.cid-uZjgTSSMcw .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgTSSMcw .content-head {
  max-width: 800px;
}
.cid-uZjgTSSMcw .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgTSSMcw .item {
    min-height: 32.5px;
  }
}
.cid-uZjgTTg3i3 {
  background-color: #eeeef4;
}
.cid-uZjgTTg3i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgTTg3i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgTTg3i3 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgTTg3i3 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgTTg3i3 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgTTg3i3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgTTg3i3 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgTTg3i3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgTTg3i3 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgTTg3i3 .mbr-section-title {
  color: #181824;
}
.cid-uZjgTTg3i3 .mbr-text,
.cid-uZjgTTg3i3 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgTTg3i3 .mbr-section-title,
.cid-uZjgTTg3i3 .mbr-section-btn,
.cid-uZjgTTg3i3 .icon-wrapper {
  text-align: center;
}
.cid-uZjgTTg3i3 .mbr-section-title,
.cid-uZjgTTg3i3 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgTU4kD1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgTU4kD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgTU4kD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgTU4kD1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgTU4kD1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgTU4kD1 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgTU4kD1 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgTU4kD1 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgTU4kD1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgTU4kD1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgTU4kD1 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgTU4kD1 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgTU4kD1 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-title_1,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-title_2,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-text_1,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-text_2,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-price_1,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-price_2,
.cid-uZjgTU4kD1 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgTU4kD1 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgTU4kD1 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgTU4kD1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgTU4kD1 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgTU4kD1 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgTU4kD1 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgTU4kD1 .mbr-section-title,
.cid-uZjgTU4kD1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgTU4kD1 .card-title_1 {
  color: #323432;
}
.cid-uZjgTU4kD1 .card-text_1 {
  color: #323432;
}
.cid-uZjgTU4kD1 .card-price_1 {
  color: #323432;
}
.cid-uZjgTU4kD1 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgTU4kD1 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgTU4kD1 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgTU4kD1 .card-title_3 {
  color: #323432;
}
.cid-uZjgTU4kD1 .card-text_3 {
  color: #323432;
}
.cid-uZjgTU4kD1 .card-price_3 {
  color: #323432;
}
#custom-html-f3 {
  /* Type valid CSS here */
}
#custom-html-f3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-f3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjgYXfJdF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjgYXfJdF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjgYXfJdF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjgYXfJdF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjgYXfJdF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjgYXfJdF .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjgYXfJdF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjgYXfJdF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjgYXfJdF .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjgYXfJdF .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjgYXfJdF .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjgYXfJdF .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjgYXfJdF .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjgYXfJdF .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjgYXfJdF .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjgYXfJdF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjgYXfJdF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjgYXfJdF .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjgYXfJdF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjgYXfJdF .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjgYXfJdF .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgYXfJdF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgYXfJdF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjgYXfJdF .container,
.cid-uZjgYXfJdF .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .container,
  .cid-uZjgYXfJdF .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjgYXfJdF .container,
  .cid-uZjgYXfJdF .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjgYXfJdF .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjgYXfJdF .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjgYXfJdF .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjgYXfJdF .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjgYXfJdF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjgYXfJdF .nav-item:focus,
.cid-uZjgYXfJdF .nav-link:focus {
  outline: none;
}
.cid-uZjgYXfJdF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjgYXfJdF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjgYXfJdF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjgYXfJdF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjgYXfJdF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjgYXfJdF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjgYXfJdF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjgYXfJdF .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjgYXfJdF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjgYXfJdF .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjgYXfJdF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjgYXfJdF .navbar.collapsed {
  justify-content: center;
}
.cid-uZjgYXfJdF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjgYXfJdF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjgYXfJdF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjgYXfJdF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjgYXfJdF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjgYXfJdF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjgYXfJdF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjgYXfJdF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjgYXfJdF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjgYXfJdF .navbar {
    min-height: 72px;
  }
  .cid-uZjgYXfJdF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjgYXfJdF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjgYXfJdF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjgYXfJdF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjgYXfJdF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjgYXfJdF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjgYXfJdF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjgYXfJdF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjgYXfJdF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjgYXfJdF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjgYXfJdF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjgYXfJdF .dropdown-item.active,
.cid-uZjgYXfJdF .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjgYXfJdF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjgYXfJdF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjgYXfJdF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjgYXfJdF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjgYXfJdF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjgYXfJdF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjgYXfJdF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjgYXfJdF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjgYXfJdF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjgYXfJdF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjgYXfJdF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjgYXfJdF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgYXfJdF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjgYXfJdF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjgYXfJdF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgYXfJdF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjgYXfJdF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjgYXfJdF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjgYXfJdF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjgYXfJdF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjgYXfJdF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjgYXfJdF .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjgYXfJdF .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjgYXfJdF .navbar {
    height: 70px;
  }
  .cid-uZjgYXfJdF .navbar.opened {
    height: auto;
  }
  .cid-uZjgYXfJdF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjgYXfJdF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjgYXfJdF .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjgYXfJdF .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjgYXfJdF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjgYXfJdF .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjgYXfJdF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjgYXfJdF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjgYXfJdF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjgYXfJdF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjgYXfJdF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjgYXfJdF .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjgYXfJdF .content-wrap {
    display: block;
  }
}
.cid-uZjgYXKnMp {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjgYXKnMp .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjgYXKnMp .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjgYXKnMp .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjgYXKnMp .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjgYXKnMp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjgYXKnMp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjgYXKnMp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjgYXKnMp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjgYXKnMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgYXKnMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgYXKnMp .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjgYXKnMp .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjgYXKnMp .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjgYXKnMp .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjgYXKnMp .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjgYXKnMp .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgYXKnMp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjgYXKnMp .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjgYXKnMp .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjgYXKnMp .mbr-section-title {
  color: #323432;
}
.cid-uZjgYXKnMp .mbr-text,
.cid-uZjgYXKnMp .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgYXKnMp .mbr-section-title,
.cid-uZjgYXKnMp .mbr-section-btn,
.cid-uZjgYXKnMp .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjgYYak3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjgYYak3F .item:focus,
.cid-uZjgYYak3F span:focus {
  outline: none;
}
.cid-uZjgYYak3F .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjgYYak3F .content-head {
  max-width: 800px;
}
.cid-uZjgYYak3F .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjgYYak3F .item {
    min-height: 32.5px;
  }
}
.cid-uZjgYYxj89 {
  background-color: #eeeef4;
}
.cid-uZjgYYxj89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgYYxj89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgYYxj89 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjgYYxj89 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjgYYxj89 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjgYYxj89 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjgYYxj89 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjgYYxj89 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjgYYxj89 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjgYYxj89 .mbr-section-title {
  color: #181824;
}
.cid-uZjgYYxj89 .mbr-text,
.cid-uZjgYYxj89 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjgYYxj89 .mbr-section-title,
.cid-uZjgYYxj89 .mbr-section-btn,
.cid-uZjgYYxj89 .icon-wrapper {
  text-align: center;
}
.cid-uZjgYYxj89 .mbr-section-title,
.cid-uZjgYYxj89 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjgYZnsOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjgYZnsOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjgYZnsOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjgYZnsOM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgYZnsOM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjgYZnsOM .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjgYZnsOM .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjgYZnsOM .item {
    margin-bottom: 20px;
  }
}
.cid-uZjgYZnsOM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjgYZnsOM .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjgYZnsOM .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjgYZnsOM .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjgYZnsOM .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjgYZnsOM .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjgYZnsOM .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-title_1,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-title_2,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-text_1,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-text_2,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-price_1,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-price_2,
.cid-uZjgYZnsOM .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjgYZnsOM .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjgYZnsOM .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjgYZnsOM .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjgYZnsOM .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjgYZnsOM .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjgYZnsOM .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjgYZnsOM .mbr-section-title,
.cid-uZjgYZnsOM .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjgYZnsOM .card-title_1 {
  color: #323432;
}
.cid-uZjgYZnsOM .card-text_1 {
  color: #323432;
}
.cid-uZjgYZnsOM .card-price_1 {
  color: #323432;
}
.cid-uZjgYZnsOM .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjgYZnsOM .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjgYZnsOM .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjgYZnsOM .card-title_3 {
  color: #323432;
}
.cid-uZjgYZnsOM .card-text_3 {
  color: #323432;
}
.cid-uZjgYZnsOM .card-price_3 {
  color: #323432;
}
#custom-html-f9 {
  /* Type valid CSS here */
}
#custom-html-f9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-f9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjh68hjTB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjh68hjTB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjh68hjTB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjh68hjTB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjh68hjTB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjh68hjTB .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjh68hjTB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjh68hjTB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjh68hjTB .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjh68hjTB .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjh68hjTB .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjh68hjTB .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjh68hjTB .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjh68hjTB .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjh68hjTB .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjh68hjTB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjh68hjTB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjh68hjTB .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjh68hjTB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjh68hjTB .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjh68hjTB .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjh68hjTB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjh68hjTB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjh68hjTB .container,
.cid-uZjh68hjTB .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .container,
  .cid-uZjh68hjTB .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjh68hjTB .container,
  .cid-uZjh68hjTB .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjh68hjTB .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjh68hjTB .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjh68hjTB .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjh68hjTB .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjh68hjTB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjh68hjTB .nav-item:focus,
.cid-uZjh68hjTB .nav-link:focus {
  outline: none;
}
.cid-uZjh68hjTB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjh68hjTB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjh68hjTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjh68hjTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjh68hjTB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjh68hjTB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjh68hjTB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjh68hjTB .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjh68hjTB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjh68hjTB .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjh68hjTB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjh68hjTB .navbar.collapsed {
  justify-content: center;
}
.cid-uZjh68hjTB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjh68hjTB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjh68hjTB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjh68hjTB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjh68hjTB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjh68hjTB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjh68hjTB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjh68hjTB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjh68hjTB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjh68hjTB .navbar {
    min-height: 72px;
  }
  .cid-uZjh68hjTB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjh68hjTB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjh68hjTB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjh68hjTB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjh68hjTB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjh68hjTB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjh68hjTB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjh68hjTB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjh68hjTB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjh68hjTB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjh68hjTB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjh68hjTB .dropdown-item.active,
.cid-uZjh68hjTB .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjh68hjTB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjh68hjTB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjh68hjTB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjh68hjTB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjh68hjTB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjh68hjTB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjh68hjTB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjh68hjTB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjh68hjTB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjh68hjTB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjh68hjTB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjh68hjTB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjh68hjTB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjh68hjTB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjh68hjTB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjh68hjTB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjh68hjTB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjh68hjTB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjh68hjTB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjh68hjTB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjh68hjTB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjh68hjTB .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjh68hjTB .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjh68hjTB .navbar {
    height: 70px;
  }
  .cid-uZjh68hjTB .navbar.opened {
    height: auto;
  }
  .cid-uZjh68hjTB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjh68hjTB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjh68hjTB .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjh68hjTB .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjh68hjTB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjh68hjTB .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjh68hjTB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjh68hjTB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjh68hjTB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjh68hjTB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjh68hjTB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjh68hjTB .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjh68hjTB .content-wrap {
    display: block;
  }
}
.cid-uZjh68N233 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjh68N233 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjh68N233 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjh68N233 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjh68N233 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjh68N233 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjh68N233 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjh68N233 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjh68N233 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjh68N233 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjh68N233 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjh68N233 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjh68N233 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjh68N233 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjh68N233 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjh68N233 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjh68N233 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjh68N233 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjh68N233 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjh68N233 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjh68N233 .mbr-section-title {
  color: #323432;
}
.cid-uZjh68N233 .mbr-text,
.cid-uZjh68N233 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjh68N233 .mbr-section-title,
.cid-uZjh68N233 .mbr-section-btn,
.cid-uZjh68N233 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjh69bwxP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjh69bwxP .item:focus,
.cid-uZjh69bwxP span:focus {
  outline: none;
}
.cid-uZjh69bwxP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjh69bwxP .content-head {
  max-width: 800px;
}
.cid-uZjh69bwxP .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjh69bwxP .item {
    min-height: 32.5px;
  }
}
.cid-uZjh69ycaV {
  background-color: #eeeef4;
}
.cid-uZjh69ycaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjh69ycaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjh69ycaV .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjh69ycaV .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjh69ycaV .content-wrapper {
    width: 100%;
  }
}
.cid-uZjh69ycaV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjh69ycaV .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjh69ycaV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjh69ycaV .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjh69ycaV .mbr-section-title {
  color: #181824;
}
.cid-uZjh69ycaV .mbr-text,
.cid-uZjh69ycaV .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjh69ycaV .mbr-section-title,
.cid-uZjh69ycaV .mbr-section-btn,
.cid-uZjh69ycaV .icon-wrapper {
  text-align: center;
}
.cid-uZjh69ycaV .mbr-section-title,
.cid-uZjh69ycaV .mbr-section-btn {
  text-align: justify;
}
.cid-uZjh6amips {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjh6amips .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjh6amips .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjh6amips .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjh6amips .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjh6amips .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjh6amips .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjh6amips .item {
    margin-bottom: 20px;
  }
}
.cid-uZjh6amips .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjh6amips .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjh6amips .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjh6amips .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjh6amips .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjh6amips .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjh6amips .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjh6amips .item .item-wrapper .card-box .card-title_1,
.cid-uZjh6amips .item .item-wrapper .card-box .card-title_2,
.cid-uZjh6amips .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjh6amips .item .item-wrapper .card-box .card-text_1,
.cid-uZjh6amips .item .item-wrapper .card-box .card-text_2,
.cid-uZjh6amips .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjh6amips .item .item-wrapper .card-box .card-price_1,
.cid-uZjh6amips .item .item-wrapper .card-box .card-price_2,
.cid-uZjh6amips .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjh6amips .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjh6amips .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjh6amips .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjh6amips .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjh6amips .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjh6amips .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjh6amips .mbr-section-title,
.cid-uZjh6amips .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjh6amips .card-title_1 {
  color: #323432;
}
.cid-uZjh6amips .card-text_1 {
  color: #323432;
}
.cid-uZjh6amips .card-price_1 {
  color: #323432;
}
.cid-uZjh6amips .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjh6amips .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjh6amips .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjh6amips .card-title_3 {
  color: #323432;
}
.cid-uZjh6amips .card-text_3 {
  color: #323432;
}
.cid-uZjh6amips .card-price_3 {
  color: #323432;
}
#custom-html-ff {
  /* Type valid CSS here */
}
#custom-html-ff div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ff p {
  font-size: 60px;
  color: #777;
}
.cid-uZjhbezOOY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjhbezOOY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjhbezOOY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjhbezOOY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjhbezOOY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjhbezOOY .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjhbezOOY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjhbezOOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjhbezOOY .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjhbezOOY .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjhbezOOY .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjhbezOOY .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjhbezOOY .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjhbezOOY .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjhbezOOY .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjhbezOOY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjhbezOOY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjhbezOOY .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjhbezOOY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjhbezOOY .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjhbezOOY .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhbezOOY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhbezOOY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjhbezOOY .container,
.cid-uZjhbezOOY .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .container,
  .cid-uZjhbezOOY .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhbezOOY .container,
  .cid-uZjhbezOOY .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjhbezOOY .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjhbezOOY .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjhbezOOY .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjhbezOOY .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjhbezOOY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjhbezOOY .nav-item:focus,
.cid-uZjhbezOOY .nav-link:focus {
  outline: none;
}
.cid-uZjhbezOOY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjhbezOOY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjhbezOOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjhbezOOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjhbezOOY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjhbezOOY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjhbezOOY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjhbezOOY .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjhbezOOY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjhbezOOY .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjhbezOOY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjhbezOOY .navbar.collapsed {
  justify-content: center;
}
.cid-uZjhbezOOY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjhbezOOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjhbezOOY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjhbezOOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjhbezOOY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjhbezOOY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjhbezOOY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjhbezOOY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjhbezOOY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjhbezOOY .navbar {
    min-height: 72px;
  }
  .cid-uZjhbezOOY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjhbezOOY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjhbezOOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjhbezOOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjhbezOOY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjhbezOOY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjhbezOOY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjhbezOOY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjhbezOOY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjhbezOOY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhbezOOY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjhbezOOY .dropdown-item.active,
.cid-uZjhbezOOY .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjhbezOOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjhbezOOY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjhbezOOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjhbezOOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjhbezOOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjhbezOOY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjhbezOOY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjhbezOOY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjhbezOOY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjhbezOOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjhbezOOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjhbezOOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhbezOOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhbezOOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjhbezOOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhbezOOY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjhbezOOY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjhbezOOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhbezOOY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjhbezOOY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjhbezOOY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjhbezOOY .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjhbezOOY .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjhbezOOY .navbar {
    height: 70px;
  }
  .cid-uZjhbezOOY .navbar.opened {
    height: auto;
  }
  .cid-uZjhbezOOY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjhbezOOY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjhbezOOY .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjhbezOOY .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjhbezOOY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjhbezOOY .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjhbezOOY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjhbezOOY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjhbezOOY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjhbezOOY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjhbezOOY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjhbezOOY .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjhbezOOY .content-wrap {
    display: block;
  }
}
.cid-uZjhbf4Cbx {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjhbf4Cbx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjhbf4Cbx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjhbf4Cbx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjhbf4Cbx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjhbf4Cbx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjhbf4Cbx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjhbf4Cbx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjhbf4Cbx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjhbf4Cbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhbf4Cbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhbf4Cbx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjhbf4Cbx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjhbf4Cbx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjhbf4Cbx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjhbf4Cbx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjhbf4Cbx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhbf4Cbx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjhbf4Cbx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjhbf4Cbx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjhbf4Cbx .mbr-section-title {
  color: #323432;
}
.cid-uZjhbf4Cbx .mbr-text,
.cid-uZjhbf4Cbx .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhbf4Cbx .mbr-section-title,
.cid-uZjhbf4Cbx .mbr-section-btn,
.cid-uZjhbf4Cbx .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjhbftrpn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjhbftrpn .item:focus,
.cid-uZjhbftrpn span:focus {
  outline: none;
}
.cid-uZjhbftrpn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjhbftrpn .content-head {
  max-width: 800px;
}
.cid-uZjhbftrpn .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjhbftrpn .item {
    min-height: 32.5px;
  }
}
.cid-uZjhbfPNse {
  background-color: #eeeef4;
}
.cid-uZjhbfPNse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhbfPNse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhbfPNse .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjhbfPNse .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhbfPNse .content-wrapper {
    width: 100%;
  }
}
.cid-uZjhbfPNse .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjhbfPNse .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjhbfPNse .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjhbfPNse .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjhbfPNse .mbr-section-title {
  color: #181824;
}
.cid-uZjhbfPNse .mbr-text,
.cid-uZjhbfPNse .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjhbfPNse .mbr-section-title,
.cid-uZjhbfPNse .mbr-section-btn,
.cid-uZjhbfPNse .icon-wrapper {
  text-align: center;
}
.cid-uZjhbfPNse .mbr-section-title,
.cid-uZjhbfPNse .mbr-section-btn {
  text-align: justify;
}
.cid-uZjhbgGhdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjhbgGhdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhbgGhdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhbgGhdd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhbgGhdd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjhbgGhdd .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjhbgGhdd .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhbgGhdd .item {
    margin-bottom: 20px;
  }
}
.cid-uZjhbgGhdd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjhbgGhdd .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjhbgGhdd .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjhbgGhdd .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjhbgGhdd .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjhbgGhdd .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjhbgGhdd .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-title_1,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-title_2,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-text_1,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-text_2,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-price_1,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-price_2,
.cid-uZjhbgGhdd .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjhbgGhdd .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjhbgGhdd .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjhbgGhdd .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjhbgGhdd .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjhbgGhdd .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjhbgGhdd .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjhbgGhdd .mbr-section-title,
.cid-uZjhbgGhdd .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhbgGhdd .card-title_1 {
  color: #323432;
}
.cid-uZjhbgGhdd .card-text_1 {
  color: #323432;
}
.cid-uZjhbgGhdd .card-price_1 {
  color: #323432;
}
.cid-uZjhbgGhdd .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjhbgGhdd .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjhbgGhdd .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjhbgGhdd .card-title_3 {
  color: #323432;
}
.cid-uZjhbgGhdd .card-text_3 {
  color: #323432;
}
.cid-uZjhbgGhdd .card-price_3 {
  color: #323432;
}
#custom-html-fl {
  /* Type valid CSS here */
}
#custom-html-fl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-fl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjhhGsuic {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjhhGsuic .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjhhGsuic .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjhhGsuic .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjhhGsuic .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjhhGsuic .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjhhGsuic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjhhGsuic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjhhGsuic .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjhhGsuic .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjhhGsuic .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjhhGsuic .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjhhGsuic .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjhhGsuic .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjhhGsuic .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjhhGsuic .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjhhGsuic .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjhhGsuic .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjhhGsuic .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjhhGsuic .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjhhGsuic .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhhGsuic .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhhGsuic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjhhGsuic .container,
.cid-uZjhhGsuic .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .container,
  .cid-uZjhhGsuic .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhhGsuic .container,
  .cid-uZjhhGsuic .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjhhGsuic .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjhhGsuic .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjhhGsuic .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjhhGsuic .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjhhGsuic .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjhhGsuic .nav-item:focus,
.cid-uZjhhGsuic .nav-link:focus {
  outline: none;
}
.cid-uZjhhGsuic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjhhGsuic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjhhGsuic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjhhGsuic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjhhGsuic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjhhGsuic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjhhGsuic .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjhhGsuic .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjhhGsuic .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjhhGsuic .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjhhGsuic .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjhhGsuic .navbar.collapsed {
  justify-content: center;
}
.cid-uZjhhGsuic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjhhGsuic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjhhGsuic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjhhGsuic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjhhGsuic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjhhGsuic .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjhhGsuic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjhhGsuic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjhhGsuic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjhhGsuic .navbar {
    min-height: 72px;
  }
  .cid-uZjhhGsuic .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjhhGsuic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjhhGsuic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjhhGsuic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjhhGsuic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjhhGsuic .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjhhGsuic .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjhhGsuic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjhhGsuic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjhhGsuic .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhhGsuic .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjhhGsuic .dropdown-item.active,
.cid-uZjhhGsuic .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjhhGsuic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjhhGsuic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjhhGsuic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjhhGsuic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjhhGsuic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjhhGsuic .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjhhGsuic ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjhhGsuic .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjhhGsuic button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjhhGsuic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjhhGsuic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjhhGsuic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhhGsuic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhhGsuic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjhhGsuic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhhGsuic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjhhGsuic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjhhGsuic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhhGsuic .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjhhGsuic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjhhGsuic .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjhhGsuic .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjhhGsuic .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjhhGsuic .navbar {
    height: 70px;
  }
  .cid-uZjhhGsuic .navbar.opened {
    height: auto;
  }
  .cid-uZjhhGsuic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjhhGsuic .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjhhGsuic .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjhhGsuic .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjhhGsuic .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjhhGsuic .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjhhGsuic .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjhhGsuic .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjhhGsuic .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjhhGsuic .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjhhGsuic .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjhhGsuic .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjhhGsuic .content-wrap {
    display: block;
  }
}
.cid-uZjhhGYNLM {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjhhGYNLM .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjhhGYNLM .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjhhGYNLM .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjhhGYNLM .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjhhGYNLM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjhhGYNLM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjhhGYNLM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjhhGYNLM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjhhGYNLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhhGYNLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhhGYNLM .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjhhGYNLM .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjhhGYNLM .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjhhGYNLM .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjhhGYNLM .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjhhGYNLM .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhhGYNLM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjhhGYNLM .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjhhGYNLM .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjhhGYNLM .mbr-section-title {
  color: #323432;
}
.cid-uZjhhGYNLM .mbr-text,
.cid-uZjhhGYNLM .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhhGYNLM .mbr-section-title,
.cid-uZjhhGYNLM .mbr-section-btn,
.cid-uZjhhGYNLM .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjhhHnwTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjhhHnwTY .item:focus,
.cid-uZjhhHnwTY span:focus {
  outline: none;
}
.cid-uZjhhHnwTY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjhhHnwTY .content-head {
  max-width: 800px;
}
.cid-uZjhhHnwTY .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjhhHnwTY .item {
    min-height: 32.5px;
  }
}
.cid-uZjhhHKRW5 {
  background-color: #eeeef4;
}
.cid-uZjhhHKRW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhhHKRW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhhHKRW5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjhhHKRW5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhhHKRW5 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjhhHKRW5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjhhHKRW5 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjhhHKRW5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjhhHKRW5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjhhHKRW5 .mbr-section-title {
  color: #181824;
}
.cid-uZjhhHKRW5 .mbr-text,
.cid-uZjhhHKRW5 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjhhHKRW5 .mbr-section-title,
.cid-uZjhhHKRW5 .mbr-section-btn,
.cid-uZjhhHKRW5 .icon-wrapper {
  text-align: center;
}
.cid-uZjhhHKRW5 .mbr-section-title,
.cid-uZjhhHKRW5 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjhhIzsAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjhhIzsAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhhIzsAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhhIzsAL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhhIzsAL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjhhIzsAL .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjhhIzsAL .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhhIzsAL .item {
    margin-bottom: 20px;
  }
}
.cid-uZjhhIzsAL .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjhhIzsAL .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjhhIzsAL .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjhhIzsAL .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjhhIzsAL .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjhhIzsAL .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjhhIzsAL .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-title_1,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-title_2,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-text_1,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-text_2,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-price_1,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-price_2,
.cid-uZjhhIzsAL .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjhhIzsAL .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjhhIzsAL .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjhhIzsAL .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjhhIzsAL .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjhhIzsAL .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjhhIzsAL .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjhhIzsAL .mbr-section-title,
.cid-uZjhhIzsAL .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhhIzsAL .card-title_1 {
  color: #323432;
}
.cid-uZjhhIzsAL .card-text_1 {
  color: #323432;
}
.cid-uZjhhIzsAL .card-price_1 {
  color: #323432;
}
.cid-uZjhhIzsAL .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjhhIzsAL .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjhhIzsAL .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjhhIzsAL .card-title_3 {
  color: #323432;
}
.cid-uZjhhIzsAL .card-text_3 {
  color: #323432;
}
.cid-uZjhhIzsAL .card-price_3 {
  color: #323432;
}
#custom-html-fr {
  /* Type valid CSS here */
}
#custom-html-fr div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-fr p {
  font-size: 60px;
  color: #777;
}
.cid-uZjho73QNe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjho73QNe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjho73QNe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjho73QNe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjho73QNe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjho73QNe .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjho73QNe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjho73QNe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjho73QNe .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjho73QNe .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjho73QNe .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjho73QNe .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjho73QNe .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjho73QNe .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjho73QNe .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjho73QNe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjho73QNe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjho73QNe .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjho73QNe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjho73QNe .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjho73QNe .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjho73QNe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjho73QNe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjho73QNe .container,
.cid-uZjho73QNe .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .container,
  .cid-uZjho73QNe .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjho73QNe .container,
  .cid-uZjho73QNe .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjho73QNe .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjho73QNe .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjho73QNe .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjho73QNe .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjho73QNe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjho73QNe .nav-item:focus,
.cid-uZjho73QNe .nav-link:focus {
  outline: none;
}
.cid-uZjho73QNe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjho73QNe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjho73QNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjho73QNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjho73QNe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjho73QNe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjho73QNe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjho73QNe .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjho73QNe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjho73QNe .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjho73QNe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjho73QNe .navbar.collapsed {
  justify-content: center;
}
.cid-uZjho73QNe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjho73QNe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjho73QNe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjho73QNe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjho73QNe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjho73QNe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjho73QNe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjho73QNe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjho73QNe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjho73QNe .navbar {
    min-height: 72px;
  }
  .cid-uZjho73QNe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjho73QNe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjho73QNe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjho73QNe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjho73QNe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjho73QNe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjho73QNe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjho73QNe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjho73QNe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjho73QNe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjho73QNe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjho73QNe .dropdown-item.active,
.cid-uZjho73QNe .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjho73QNe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjho73QNe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjho73QNe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjho73QNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjho73QNe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjho73QNe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjho73QNe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjho73QNe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjho73QNe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjho73QNe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjho73QNe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjho73QNe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjho73QNe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjho73QNe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjho73QNe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjho73QNe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjho73QNe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjho73QNe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjho73QNe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjho73QNe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjho73QNe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjho73QNe .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjho73QNe .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjho73QNe .navbar {
    height: 70px;
  }
  .cid-uZjho73QNe .navbar.opened {
    height: auto;
  }
  .cid-uZjho73QNe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjho73QNe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjho73QNe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjho73QNe .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjho73QNe .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjho73QNe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjho73QNe .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjho73QNe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjho73QNe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjho73QNe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjho73QNe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjho73QNe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjho73QNe .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjho73QNe .content-wrap {
    display: block;
  }
}
.cid-uZjho7AmKf {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjho7AmKf .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjho7AmKf .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjho7AmKf .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjho7AmKf .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjho7AmKf .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjho7AmKf .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjho7AmKf .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjho7AmKf .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjho7AmKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjho7AmKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjho7AmKf .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjho7AmKf .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjho7AmKf .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjho7AmKf .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjho7AmKf .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjho7AmKf .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjho7AmKf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjho7AmKf .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjho7AmKf .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjho7AmKf .mbr-section-title {
  color: #323432;
}
.cid-uZjho7AmKf .mbr-text,
.cid-uZjho7AmKf .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjho7AmKf .mbr-section-title,
.cid-uZjho7AmKf .mbr-section-btn,
.cid-uZjho7AmKf .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjho80cbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjho80cbz .item:focus,
.cid-uZjho80cbz span:focus {
  outline: none;
}
.cid-uZjho80cbz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjho80cbz .content-head {
  max-width: 800px;
}
.cid-uZjho80cbz .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjho80cbz .item {
    min-height: 32.5px;
  }
}
.cid-uZjho8nh95 {
  background-color: #eeeef4;
}
.cid-uZjho8nh95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjho8nh95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjho8nh95 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjho8nh95 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjho8nh95 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjho8nh95 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjho8nh95 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjho8nh95 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjho8nh95 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjho8nh95 .mbr-section-title {
  color: #181824;
}
.cid-uZjho8nh95 .mbr-text,
.cid-uZjho8nh95 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjho8nh95 .mbr-section-title,
.cid-uZjho8nh95 .mbr-section-btn,
.cid-uZjho8nh95 .icon-wrapper {
  text-align: center;
}
.cid-uZjho8nh95 .mbr-section-title,
.cid-uZjho8nh95 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjho9ceag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjho9ceag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjho9ceag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjho9ceag .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjho9ceag .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjho9ceag .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjho9ceag .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjho9ceag .item {
    margin-bottom: 20px;
  }
}
.cid-uZjho9ceag .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjho9ceag .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjho9ceag .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjho9ceag .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjho9ceag .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjho9ceag .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjho9ceag .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjho9ceag .item .item-wrapper .card-box .card-title_1,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-title_2,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjho9ceag .item .item-wrapper .card-box .card-text_1,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-text_2,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjho9ceag .item .item-wrapper .card-box .card-price_1,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-price_2,
.cid-uZjho9ceag .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjho9ceag .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjho9ceag .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjho9ceag .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjho9ceag .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjho9ceag .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjho9ceag .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjho9ceag .mbr-section-title,
.cid-uZjho9ceag .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjho9ceag .card-title_1 {
  color: #323432;
}
.cid-uZjho9ceag .card-text_1 {
  color: #323432;
}
.cid-uZjho9ceag .card-price_1 {
  color: #323432;
}
.cid-uZjho9ceag .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjho9ceag .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjho9ceag .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjho9ceag .card-title_3 {
  color: #323432;
}
.cid-uZjho9ceag .card-text_3 {
  color: #323432;
}
.cid-uZjho9ceag .card-price_3 {
  color: #323432;
}
#custom-html-fx {
  /* Type valid CSS here */
}
#custom-html-fx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-fx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjhvhTKr4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjhvhTKr4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjhvhTKr4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjhvhTKr4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjhvhTKr4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjhvhTKr4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjhvhTKr4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjhvhTKr4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjhvhTKr4 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjhvhTKr4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjhvhTKr4 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjhvhTKr4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjhvhTKr4 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjhvhTKr4 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhvhTKr4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhvhTKr4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjhvhTKr4 .container,
.cid-uZjhvhTKr4 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .container,
  .cid-uZjhvhTKr4 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhvhTKr4 .container,
  .cid-uZjhvhTKr4 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjhvhTKr4 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjhvhTKr4 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjhvhTKr4 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjhvhTKr4 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjhvhTKr4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjhvhTKr4 .nav-item:focus,
.cid-uZjhvhTKr4 .nav-link:focus {
  outline: none;
}
.cid-uZjhvhTKr4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjhvhTKr4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjhvhTKr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjhvhTKr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjhvhTKr4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjhvhTKr4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjhvhTKr4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjhvhTKr4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjhvhTKr4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjhvhTKr4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjhvhTKr4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjhvhTKr4 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjhvhTKr4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjhvhTKr4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjhvhTKr4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjhvhTKr4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjhvhTKr4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjhvhTKr4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjhvhTKr4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjhvhTKr4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjhvhTKr4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjhvhTKr4 .navbar {
    min-height: 72px;
  }
  .cid-uZjhvhTKr4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjhvhTKr4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjhvhTKr4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjhvhTKr4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjhvhTKr4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjhvhTKr4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhvhTKr4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjhvhTKr4 .dropdown-item.active,
.cid-uZjhvhTKr4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjhvhTKr4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjhvhTKr4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjhvhTKr4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjhvhTKr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjhvhTKr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjhvhTKr4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjhvhTKr4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjhvhTKr4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjhvhTKr4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjhvhTKr4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjhvhTKr4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjhvhTKr4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhvhTKr4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhvhTKr4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjhvhTKr4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhvhTKr4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjhvhTKr4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjhvhTKr4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhvhTKr4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjhvhTKr4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjhvhTKr4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjhvhTKr4 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjhvhTKr4 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjhvhTKr4 .navbar {
    height: 70px;
  }
  .cid-uZjhvhTKr4 .navbar.opened {
    height: auto;
  }
  .cid-uZjhvhTKr4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjhvhTKr4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjhvhTKr4 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjhvhTKr4 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjhvhTKr4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjhvhTKr4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjhvhTKr4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjhvhTKr4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjhvhTKr4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjhvhTKr4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjhvhTKr4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjhvhTKr4 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjhvhTKr4 .content-wrap {
    display: block;
  }
}
.cid-uZjhvio6kT {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjhvio6kT .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjhvio6kT .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjhvio6kT .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjhvio6kT .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjhvio6kT .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjhvio6kT .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjhvio6kT .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjhvio6kT .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjhvio6kT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhvio6kT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhvio6kT .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjhvio6kT .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjhvio6kT .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjhvio6kT .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjhvio6kT .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjhvio6kT .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhvio6kT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjhvio6kT .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjhvio6kT .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjhvio6kT .mbr-section-title {
  color: #323432;
}
.cid-uZjhvio6kT .mbr-text,
.cid-uZjhvio6kT .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhvio6kT .mbr-section-title,
.cid-uZjhvio6kT .mbr-section-btn,
.cid-uZjhvio6kT .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjhviNgKu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjhviNgKu .item:focus,
.cid-uZjhviNgKu span:focus {
  outline: none;
}
.cid-uZjhviNgKu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjhviNgKu .content-head {
  max-width: 800px;
}
.cid-uZjhviNgKu .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjhviNgKu .item {
    min-height: 32.5px;
  }
}
.cid-uZjhvja4Qu {
  background-color: #eeeef4;
}
.cid-uZjhvja4Qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhvja4Qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhvja4Qu .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjhvja4Qu .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhvja4Qu .content-wrapper {
    width: 100%;
  }
}
.cid-uZjhvja4Qu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjhvja4Qu .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjhvja4Qu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjhvja4Qu .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjhvja4Qu .mbr-section-title {
  color: #181824;
}
.cid-uZjhvja4Qu .mbr-text,
.cid-uZjhvja4Qu .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjhvja4Qu .mbr-section-title,
.cid-uZjhvja4Qu .mbr-section-btn,
.cid-uZjhvja4Qu .icon-wrapper {
  text-align: center;
}
.cid-uZjhvja4Qu .mbr-section-title,
.cid-uZjhvja4Qu .mbr-section-btn {
  text-align: justify;
}
.cid-uZjhvk0E9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjhvk0E9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhvk0E9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhvk0E9a .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhvk0E9a .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjhvk0E9a .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjhvk0E9a .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhvk0E9a .item {
    margin-bottom: 20px;
  }
}
.cid-uZjhvk0E9a .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjhvk0E9a .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjhvk0E9a .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjhvk0E9a .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjhvk0E9a .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjhvk0E9a .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjhvk0E9a .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-title_1,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-title_2,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-text_1,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-text_2,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-price_1,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-price_2,
.cid-uZjhvk0E9a .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjhvk0E9a .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjhvk0E9a .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjhvk0E9a .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjhvk0E9a .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjhvk0E9a .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjhvk0E9a .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjhvk0E9a .mbr-section-title,
.cid-uZjhvk0E9a .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhvk0E9a .card-title_1 {
  color: #323432;
}
.cid-uZjhvk0E9a .card-text_1 {
  color: #323432;
}
.cid-uZjhvk0E9a .card-price_1 {
  color: #323432;
}
.cid-uZjhvk0E9a .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjhvk0E9a .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjhvk0E9a .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjhvk0E9a .card-title_3 {
  color: #323432;
}
.cid-uZjhvk0E9a .card-text_3 {
  color: #323432;
}
.cid-uZjhvk0E9a .card-price_3 {
  color: #323432;
}
#custom-html-g3 {
  /* Type valid CSS here */
}
#custom-html-g3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-g3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjhB9IwMd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjhB9IwMd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjhB9IwMd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjhB9IwMd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjhB9IwMd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjhB9IwMd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjhB9IwMd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjhB9IwMd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjhB9IwMd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjhB9IwMd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjhB9IwMd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjhB9IwMd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjhB9IwMd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjhB9IwMd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjhB9IwMd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjhB9IwMd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjhB9IwMd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjhB9IwMd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjhB9IwMd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjhB9IwMd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjhB9IwMd .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhB9IwMd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhB9IwMd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjhB9IwMd .container,
.cid-uZjhB9IwMd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .container,
  .cid-uZjhB9IwMd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhB9IwMd .container,
  .cid-uZjhB9IwMd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjhB9IwMd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjhB9IwMd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjhB9IwMd .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjhB9IwMd .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjhB9IwMd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjhB9IwMd .nav-item:focus,
.cid-uZjhB9IwMd .nav-link:focus {
  outline: none;
}
.cid-uZjhB9IwMd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjhB9IwMd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjhB9IwMd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjhB9IwMd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjhB9IwMd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjhB9IwMd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjhB9IwMd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjhB9IwMd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjhB9IwMd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjhB9IwMd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjhB9IwMd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjhB9IwMd .navbar.collapsed {
  justify-content: center;
}
.cid-uZjhB9IwMd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjhB9IwMd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjhB9IwMd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjhB9IwMd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjhB9IwMd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjhB9IwMd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjhB9IwMd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjhB9IwMd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjhB9IwMd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjhB9IwMd .navbar {
    min-height: 72px;
  }
  .cid-uZjhB9IwMd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjhB9IwMd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjhB9IwMd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjhB9IwMd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjhB9IwMd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjhB9IwMd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjhB9IwMd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjhB9IwMd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjhB9IwMd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjhB9IwMd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhB9IwMd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjhB9IwMd .dropdown-item.active,
.cid-uZjhB9IwMd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjhB9IwMd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjhB9IwMd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjhB9IwMd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjhB9IwMd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjhB9IwMd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjhB9IwMd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjhB9IwMd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjhB9IwMd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjhB9IwMd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjhB9IwMd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjhB9IwMd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjhB9IwMd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhB9IwMd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhB9IwMd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjhB9IwMd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhB9IwMd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjhB9IwMd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjhB9IwMd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhB9IwMd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjhB9IwMd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjhB9IwMd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjhB9IwMd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjhB9IwMd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjhB9IwMd .navbar {
    height: 70px;
  }
  .cid-uZjhB9IwMd .navbar.opened {
    height: auto;
  }
  .cid-uZjhB9IwMd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjhB9IwMd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjhB9IwMd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjhB9IwMd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjhB9IwMd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjhB9IwMd .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjhB9IwMd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjhB9IwMd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjhB9IwMd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjhB9IwMd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjhB9IwMd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjhB9IwMd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjhB9IwMd .content-wrap {
    display: block;
  }
}
.cid-uZjhBafUyM {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjhBafUyM .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjhBafUyM .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjhBafUyM .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjhBafUyM .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjhBafUyM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjhBafUyM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjhBafUyM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjhBafUyM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjhBafUyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhBafUyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhBafUyM .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjhBafUyM .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjhBafUyM .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjhBafUyM .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjhBafUyM .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjhBafUyM .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhBafUyM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjhBafUyM .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjhBafUyM .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjhBafUyM .mbr-section-title {
  color: #323432;
}
.cid-uZjhBafUyM .mbr-text,
.cid-uZjhBafUyM .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhBafUyM .mbr-section-title,
.cid-uZjhBafUyM .mbr-section-btn,
.cid-uZjhBafUyM .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjhBaE7TM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjhBaE7TM .item:focus,
.cid-uZjhBaE7TM span:focus {
  outline: none;
}
.cid-uZjhBaE7TM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjhBaE7TM .content-head {
  max-width: 800px;
}
.cid-uZjhBaE7TM .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjhBaE7TM .item {
    min-height: 32.5px;
  }
}
.cid-uZjhBb1NBD {
  background-color: #eeeef4;
}
.cid-uZjhBb1NBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhBb1NBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhBb1NBD .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjhBb1NBD .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhBb1NBD .content-wrapper {
    width: 100%;
  }
}
.cid-uZjhBb1NBD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjhBb1NBD .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjhBb1NBD .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjhBb1NBD .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjhBb1NBD .mbr-section-title {
  color: #181824;
}
.cid-uZjhBb1NBD .mbr-text,
.cid-uZjhBb1NBD .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjhBb1NBD .mbr-section-title,
.cid-uZjhBb1NBD .mbr-section-btn,
.cid-uZjhBb1NBD .icon-wrapper {
  text-align: center;
}
.cid-uZjhBb1NBD .mbr-section-title,
.cid-uZjhBb1NBD .mbr-section-btn {
  text-align: justify;
}
.cid-uZjhBbQMFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjhBbQMFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhBbQMFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhBbQMFe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhBbQMFe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjhBbQMFe .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjhBbQMFe .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhBbQMFe .item {
    margin-bottom: 20px;
  }
}
.cid-uZjhBbQMFe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjhBbQMFe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjhBbQMFe .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjhBbQMFe .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjhBbQMFe .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjhBbQMFe .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjhBbQMFe .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-title_1,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-title_2,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-text_1,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-text_2,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-price_1,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-price_2,
.cid-uZjhBbQMFe .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjhBbQMFe .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjhBbQMFe .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjhBbQMFe .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjhBbQMFe .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjhBbQMFe .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjhBbQMFe .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjhBbQMFe .mbr-section-title,
.cid-uZjhBbQMFe .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhBbQMFe .card-title_1 {
  color: #323432;
}
.cid-uZjhBbQMFe .card-text_1 {
  color: #323432;
}
.cid-uZjhBbQMFe .card-price_1 {
  color: #323432;
}
.cid-uZjhBbQMFe .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjhBbQMFe .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjhBbQMFe .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjhBbQMFe .card-title_3 {
  color: #323432;
}
.cid-uZjhBbQMFe .card-text_3 {
  color: #323432;
}
.cid-uZjhBbQMFe .card-price_3 {
  color: #323432;
}
#custom-html-g9 {
  /* Type valid CSS here */
}
#custom-html-g9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-g9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjhOJ8hzP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjhOJ8hzP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjhOJ8hzP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjhOJ8hzP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjhOJ8hzP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjhOJ8hzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjhOJ8hzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjhOJ8hzP .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjhOJ8hzP .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjhOJ8hzP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjhOJ8hzP .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjhOJ8hzP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjhOJ8hzP .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjhOJ8hzP .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhOJ8hzP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhOJ8hzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjhOJ8hzP .container,
.cid-uZjhOJ8hzP .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .container,
  .cid-uZjhOJ8hzP .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjhOJ8hzP .container,
  .cid-uZjhOJ8hzP .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjhOJ8hzP .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjhOJ8hzP .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjhOJ8hzP .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjhOJ8hzP .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjhOJ8hzP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjhOJ8hzP .nav-item:focus,
.cid-uZjhOJ8hzP .nav-link:focus {
  outline: none;
}
.cid-uZjhOJ8hzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjhOJ8hzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjhOJ8hzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjhOJ8hzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjhOJ8hzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjhOJ8hzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjhOJ8hzP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjhOJ8hzP .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjhOJ8hzP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjhOJ8hzP .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjhOJ8hzP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjhOJ8hzP .navbar.collapsed {
  justify-content: center;
}
.cid-uZjhOJ8hzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjhOJ8hzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjhOJ8hzP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjhOJ8hzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjhOJ8hzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjhOJ8hzP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjhOJ8hzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjhOJ8hzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjhOJ8hzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjhOJ8hzP .navbar {
    min-height: 72px;
  }
  .cid-uZjhOJ8hzP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjhOJ8hzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjhOJ8hzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjhOJ8hzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjhOJ8hzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjhOJ8hzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjhOJ8hzP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjhOJ8hzP .dropdown-item.active,
.cid-uZjhOJ8hzP .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjhOJ8hzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjhOJ8hzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjhOJ8hzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjhOJ8hzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjhOJ8hzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjhOJ8hzP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjhOJ8hzP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjhOJ8hzP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjhOJ8hzP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjhOJ8hzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjhOJ8hzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjhOJ8hzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhOJ8hzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjhOJ8hzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjhOJ8hzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhOJ8hzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjhOJ8hzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjhOJ8hzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjhOJ8hzP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjhOJ8hzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjhOJ8hzP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjhOJ8hzP .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjhOJ8hzP .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjhOJ8hzP .navbar {
    height: 70px;
  }
  .cid-uZjhOJ8hzP .navbar.opened {
    height: auto;
  }
  .cid-uZjhOJ8hzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjhOJ8hzP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjhOJ8hzP .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjhOJ8hzP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjhOJ8hzP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjhOJ8hzP .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjhOJ8hzP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjhOJ8hzP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjhOJ8hzP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjhOJ8hzP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjhOJ8hzP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjhOJ8hzP .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjhOJ8hzP .content-wrap {
    display: block;
  }
}
.cid-uZjhOJEQcw {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjhOJEQcw .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjhOJEQcw .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjhOJEQcw .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjhOJEQcw .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjhOJEQcw .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjhOJEQcw .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjhOJEQcw .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjhOJEQcw .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjhOJEQcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhOJEQcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhOJEQcw .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjhOJEQcw .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjhOJEQcw .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjhOJEQcw .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjhOJEQcw .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjhOJEQcw .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhOJEQcw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjhOJEQcw .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjhOJEQcw .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjhOJEQcw .mbr-section-title {
  color: #323432;
}
.cid-uZjhOJEQcw .mbr-text,
.cid-uZjhOJEQcw .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhOJEQcw .mbr-section-title,
.cid-uZjhOJEQcw .mbr-section-btn,
.cid-uZjhOJEQcw .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjhOK4Whz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjhOK4Whz .item:focus,
.cid-uZjhOK4Whz span:focus {
  outline: none;
}
.cid-uZjhOK4Whz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjhOK4Whz .content-head {
  max-width: 800px;
}
.cid-uZjhOK4Whz .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjhOK4Whz .item {
    min-height: 32.5px;
  }
}
.cid-uZjhOKsoYo {
  background-color: #eeeef4;
}
.cid-uZjhOKsoYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhOKsoYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhOKsoYo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjhOKsoYo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjhOKsoYo .content-wrapper {
    width: 100%;
  }
}
.cid-uZjhOKsoYo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjhOKsoYo .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjhOKsoYo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjhOKsoYo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjhOKsoYo .mbr-section-title {
  color: #181824;
}
.cid-uZjhOKsoYo .mbr-text,
.cid-uZjhOKsoYo .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjhOKsoYo .mbr-section-title,
.cid-uZjhOKsoYo .mbr-section-btn,
.cid-uZjhOKsoYo .icon-wrapper {
  text-align: center;
}
.cid-uZjhOKsoYo .mbr-section-title,
.cid-uZjhOKsoYo .mbr-section-btn {
  text-align: justify;
}
.cid-uZjhOLkoVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjhOLkoVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjhOLkoVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjhOLkoVh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhOLkoVh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjhOLkoVh .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjhOLkoVh .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjhOLkoVh .item {
    margin-bottom: 20px;
  }
}
.cid-uZjhOLkoVh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjhOLkoVh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjhOLkoVh .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjhOLkoVh .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjhOLkoVh .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjhOLkoVh .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjhOLkoVh .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-title_1,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-title_2,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-text_1,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-text_2,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-price_1,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-price_2,
.cid-uZjhOLkoVh .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjhOLkoVh .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjhOLkoVh .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjhOLkoVh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjhOLkoVh .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjhOLkoVh .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjhOLkoVh .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjhOLkoVh .mbr-section-title,
.cid-uZjhOLkoVh .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjhOLkoVh .card-title_1 {
  color: #323432;
}
.cid-uZjhOLkoVh .card-text_1 {
  color: #323432;
}
.cid-uZjhOLkoVh .card-price_1 {
  color: #323432;
}
.cid-uZjhOLkoVh .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjhOLkoVh .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjhOLkoVh .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjhOLkoVh .card-title_3 {
  color: #323432;
}
.cid-uZjhOLkoVh .card-text_3 {
  color: #323432;
}
.cid-uZjhOLkoVh .card-price_3 {
  color: #323432;
}
#custom-html-gf {
  /* Type valid CSS here */
}
#custom-html-gf div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-gf p {
  font-size: 60px;
  color: #777;
}
.cid-uZjkgQmu6I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjkgQmu6I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjkgQmu6I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjkgQmu6I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjkgQmu6I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjkgQmu6I .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjkgQmu6I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjkgQmu6I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjkgQmu6I .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjkgQmu6I .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjkgQmu6I .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjkgQmu6I .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjkgQmu6I .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjkgQmu6I .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjkgQmu6I .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjkgQmu6I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjkgQmu6I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjkgQmu6I .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjkgQmu6I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjkgQmu6I .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjkgQmu6I .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkgQmu6I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkgQmu6I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjkgQmu6I .container,
.cid-uZjkgQmu6I .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .container,
  .cid-uZjkgQmu6I .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkgQmu6I .container,
  .cid-uZjkgQmu6I .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjkgQmu6I .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjkgQmu6I .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjkgQmu6I .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjkgQmu6I .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjkgQmu6I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjkgQmu6I .nav-item:focus,
.cid-uZjkgQmu6I .nav-link:focus {
  outline: none;
}
.cid-uZjkgQmu6I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjkgQmu6I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjkgQmu6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjkgQmu6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjkgQmu6I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjkgQmu6I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjkgQmu6I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjkgQmu6I .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjkgQmu6I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjkgQmu6I .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjkgQmu6I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjkgQmu6I .navbar.collapsed {
  justify-content: center;
}
.cid-uZjkgQmu6I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjkgQmu6I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjkgQmu6I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjkgQmu6I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjkgQmu6I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjkgQmu6I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjkgQmu6I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjkgQmu6I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjkgQmu6I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjkgQmu6I .navbar {
    min-height: 72px;
  }
  .cid-uZjkgQmu6I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjkgQmu6I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjkgQmu6I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjkgQmu6I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjkgQmu6I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjkgQmu6I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjkgQmu6I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjkgQmu6I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjkgQmu6I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjkgQmu6I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkgQmu6I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjkgQmu6I .dropdown-item.active,
.cid-uZjkgQmu6I .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjkgQmu6I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjkgQmu6I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjkgQmu6I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjkgQmu6I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjkgQmu6I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjkgQmu6I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjkgQmu6I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjkgQmu6I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjkgQmu6I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjkgQmu6I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjkgQmu6I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjkgQmu6I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkgQmu6I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkgQmu6I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjkgQmu6I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkgQmu6I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjkgQmu6I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjkgQmu6I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkgQmu6I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjkgQmu6I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjkgQmu6I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjkgQmu6I .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjkgQmu6I .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjkgQmu6I .navbar {
    height: 70px;
  }
  .cid-uZjkgQmu6I .navbar.opened {
    height: auto;
  }
  .cid-uZjkgQmu6I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjkgQmu6I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjkgQmu6I .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjkgQmu6I .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjkgQmu6I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjkgQmu6I .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjkgQmu6I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjkgQmu6I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjkgQmu6I .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjkgQmu6I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjkgQmu6I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjkgQmu6I .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjkgQmu6I .content-wrap {
    display: block;
  }
}
.cid-uZjkgQT75q {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjkgQT75q .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjkgQT75q .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjkgQT75q .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjkgQT75q .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjkgQT75q .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjkgQT75q .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjkgQT75q .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjkgQT75q .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjkgQT75q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkgQT75q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkgQT75q .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjkgQT75q .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjkgQT75q .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjkgQT75q .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjkgQT75q .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjkgQT75q .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkgQT75q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjkgQT75q .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjkgQT75q .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjkgQT75q .mbr-section-title {
  color: #323432;
}
.cid-uZjkgQT75q .mbr-text,
.cid-uZjkgQT75q .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkgQT75q .mbr-section-title,
.cid-uZjkgQT75q .mbr-section-btn,
.cid-uZjkgQT75q .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjkgRmuJn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjkgRmuJn .item:focus,
.cid-uZjkgRmuJn span:focus {
  outline: none;
}
.cid-uZjkgRmuJn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjkgRmuJn .content-head {
  max-width: 800px;
}
.cid-uZjkgRmuJn .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjkgRmuJn .item {
    min-height: 32.5px;
  }
}
.cid-uZjkgRKEAK {
  background-color: #eeeef4;
}
.cid-uZjkgRKEAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkgRKEAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkgRKEAK .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjkgRKEAK .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkgRKEAK .content-wrapper {
    width: 100%;
  }
}
.cid-uZjkgRKEAK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjkgRKEAK .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjkgRKEAK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjkgRKEAK .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjkgRKEAK .mbr-section-title {
  color: #181824;
}
.cid-uZjkgRKEAK .mbr-text,
.cid-uZjkgRKEAK .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjkgRKEAK .mbr-section-title,
.cid-uZjkgRKEAK .mbr-section-btn,
.cid-uZjkgRKEAK .icon-wrapper {
  text-align: center;
}
.cid-uZjkgRKEAK .mbr-section-title,
.cid-uZjkgRKEAK .mbr-section-btn {
  text-align: justify;
}
.cid-uZjkgSBU8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjkgSBU8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkgSBU8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkgSBU8e .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkgSBU8e .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjkgSBU8e .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjkgSBU8e .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkgSBU8e .item {
    margin-bottom: 20px;
  }
}
.cid-uZjkgSBU8e .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjkgSBU8e .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjkgSBU8e .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjkgSBU8e .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjkgSBU8e .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjkgSBU8e .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjkgSBU8e .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-title_1,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-title_2,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-text_1,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-text_2,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-price_1,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-price_2,
.cid-uZjkgSBU8e .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjkgSBU8e .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjkgSBU8e .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjkgSBU8e .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjkgSBU8e .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjkgSBU8e .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjkgSBU8e .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjkgSBU8e .mbr-section-title,
.cid-uZjkgSBU8e .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkgSBU8e .card-title_1 {
  color: #323432;
}
.cid-uZjkgSBU8e .card-text_1 {
  color: #323432;
}
.cid-uZjkgSBU8e .card-price_1 {
  color: #323432;
}
.cid-uZjkgSBU8e .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjkgSBU8e .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjkgSBU8e .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjkgSBU8e .card-title_3 {
  color: #323432;
}
.cid-uZjkgSBU8e .card-text_3 {
  color: #323432;
}
.cid-uZjkgSBU8e .card-price_3 {
  color: #323432;
}
#custom-html-gl {
  /* Type valid CSS here */
}
#custom-html-gl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-gl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjkA6puaV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjkA6puaV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjkA6puaV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjkA6puaV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjkA6puaV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjkA6puaV .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjkA6puaV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjkA6puaV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjkA6puaV .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjkA6puaV .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjkA6puaV .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjkA6puaV .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjkA6puaV .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjkA6puaV .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjkA6puaV .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjkA6puaV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjkA6puaV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjkA6puaV .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjkA6puaV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjkA6puaV .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjkA6puaV .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkA6puaV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkA6puaV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjkA6puaV .container,
.cid-uZjkA6puaV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .container,
  .cid-uZjkA6puaV .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkA6puaV .container,
  .cid-uZjkA6puaV .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjkA6puaV .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjkA6puaV .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjkA6puaV .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjkA6puaV .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjkA6puaV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjkA6puaV .nav-item:focus,
.cid-uZjkA6puaV .nav-link:focus {
  outline: none;
}
.cid-uZjkA6puaV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjkA6puaV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjkA6puaV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjkA6puaV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjkA6puaV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjkA6puaV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjkA6puaV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjkA6puaV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjkA6puaV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjkA6puaV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjkA6puaV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjkA6puaV .navbar.collapsed {
  justify-content: center;
}
.cid-uZjkA6puaV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjkA6puaV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjkA6puaV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjkA6puaV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjkA6puaV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjkA6puaV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjkA6puaV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjkA6puaV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjkA6puaV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjkA6puaV .navbar {
    min-height: 72px;
  }
  .cid-uZjkA6puaV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjkA6puaV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjkA6puaV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjkA6puaV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjkA6puaV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjkA6puaV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjkA6puaV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjkA6puaV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjkA6puaV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjkA6puaV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkA6puaV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjkA6puaV .dropdown-item.active,
.cid-uZjkA6puaV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjkA6puaV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjkA6puaV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjkA6puaV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjkA6puaV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjkA6puaV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjkA6puaV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjkA6puaV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjkA6puaV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjkA6puaV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjkA6puaV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjkA6puaV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjkA6puaV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkA6puaV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkA6puaV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjkA6puaV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkA6puaV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjkA6puaV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjkA6puaV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkA6puaV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjkA6puaV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjkA6puaV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjkA6puaV .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjkA6puaV .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjkA6puaV .navbar {
    height: 70px;
  }
  .cid-uZjkA6puaV .navbar.opened {
    height: auto;
  }
  .cid-uZjkA6puaV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjkA6puaV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjkA6puaV .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjkA6puaV .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjkA6puaV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjkA6puaV .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjkA6puaV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjkA6puaV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjkA6puaV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjkA6puaV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjkA6puaV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjkA6puaV .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjkA6puaV .content-wrap {
    display: block;
  }
}
.cid-uZjkA6ZALy {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjkA6ZALy .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjkA6ZALy .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjkA6ZALy .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjkA6ZALy .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjkA6ZALy .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjkA6ZALy .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjkA6ZALy .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjkA6ZALy .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjkA6ZALy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkA6ZALy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkA6ZALy .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjkA6ZALy .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjkA6ZALy .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjkA6ZALy .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjkA6ZALy .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjkA6ZALy .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkA6ZALy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjkA6ZALy .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjkA6ZALy .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjkA6ZALy .mbr-section-title {
  color: #323432;
}
.cid-uZjkA6ZALy .mbr-text,
.cid-uZjkA6ZALy .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkA6ZALy .mbr-section-title,
.cid-uZjkA6ZALy .mbr-section-btn,
.cid-uZjkA6ZALy .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjkA7oBZm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjkA7oBZm .item:focus,
.cid-uZjkA7oBZm span:focus {
  outline: none;
}
.cid-uZjkA7oBZm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjkA7oBZm .content-head {
  max-width: 800px;
}
.cid-uZjkA7oBZm .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjkA7oBZm .item {
    min-height: 32.5px;
  }
}
.cid-uZjkA7MYaN {
  background-color: #eeeef4;
}
.cid-uZjkA7MYaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkA7MYaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkA7MYaN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjkA7MYaN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkA7MYaN .content-wrapper {
    width: 100%;
  }
}
.cid-uZjkA7MYaN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjkA7MYaN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjkA7MYaN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjkA7MYaN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjkA7MYaN .mbr-section-title {
  color: #181824;
}
.cid-uZjkA7MYaN .mbr-text,
.cid-uZjkA7MYaN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjkA7MYaN .mbr-section-title,
.cid-uZjkA7MYaN .mbr-section-btn,
.cid-uZjkA7MYaN .icon-wrapper {
  text-align: center;
}
.cid-uZjkA7MYaN .mbr-section-title,
.cid-uZjkA7MYaN .mbr-section-btn {
  text-align: justify;
}
.cid-uZjkA8EST0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjkA8EST0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkA8EST0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkA8EST0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkA8EST0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjkA8EST0 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjkA8EST0 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkA8EST0 .item {
    margin-bottom: 20px;
  }
}
.cid-uZjkA8EST0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjkA8EST0 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjkA8EST0 .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjkA8EST0 .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjkA8EST0 .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjkA8EST0 .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjkA8EST0 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-title_1,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-title_2,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-text_1,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-text_2,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-price_1,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-price_2,
.cid-uZjkA8EST0 .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjkA8EST0 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjkA8EST0 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjkA8EST0 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjkA8EST0 .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjkA8EST0 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjkA8EST0 .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjkA8EST0 .mbr-section-title,
.cid-uZjkA8EST0 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkA8EST0 .card-title_1 {
  color: #323432;
}
.cid-uZjkA8EST0 .card-text_1 {
  color: #323432;
}
.cid-uZjkA8EST0 .card-price_1 {
  color: #323432;
}
.cid-uZjkA8EST0 .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjkA8EST0 .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjkA8EST0 .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjkA8EST0 .card-title_3 {
  color: #323432;
}
.cid-uZjkA8EST0 .card-text_3 {
  color: #323432;
}
.cid-uZjkA8EST0 .card-price_3 {
  color: #323432;
}
#custom-html-gr {
  /* Type valid CSS here */
}
#custom-html-gr div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-gr p {
  font-size: 60px;
  color: #777;
}
.cid-uZjkHcgCd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjkHcgCd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjkHcgCd3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjkHcgCd3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjkHcgCd3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjkHcgCd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjkHcgCd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjkHcgCd3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjkHcgCd3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjkHcgCd3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjkHcgCd3 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjkHcgCd3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjkHcgCd3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjkHcgCd3 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkHcgCd3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkHcgCd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjkHcgCd3 .container,
.cid-uZjkHcgCd3 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .container,
  .cid-uZjkHcgCd3 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkHcgCd3 .container,
  .cid-uZjkHcgCd3 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjkHcgCd3 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjkHcgCd3 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjkHcgCd3 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjkHcgCd3 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjkHcgCd3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjkHcgCd3 .nav-item:focus,
.cid-uZjkHcgCd3 .nav-link:focus {
  outline: none;
}
.cid-uZjkHcgCd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjkHcgCd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjkHcgCd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjkHcgCd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjkHcgCd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjkHcgCd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjkHcgCd3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjkHcgCd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjkHcgCd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjkHcgCd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjkHcgCd3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjkHcgCd3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjkHcgCd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjkHcgCd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjkHcgCd3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjkHcgCd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjkHcgCd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjkHcgCd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjkHcgCd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjkHcgCd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjkHcgCd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjkHcgCd3 .navbar {
    min-height: 72px;
  }
  .cid-uZjkHcgCd3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjkHcgCd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjkHcgCd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjkHcgCd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjkHcgCd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjkHcgCd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkHcgCd3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjkHcgCd3 .dropdown-item.active,
.cid-uZjkHcgCd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjkHcgCd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjkHcgCd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjkHcgCd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjkHcgCd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjkHcgCd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjkHcgCd3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjkHcgCd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjkHcgCd3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjkHcgCd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjkHcgCd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjkHcgCd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjkHcgCd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkHcgCd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkHcgCd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjkHcgCd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkHcgCd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjkHcgCd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjkHcgCd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkHcgCd3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjkHcgCd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjkHcgCd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjkHcgCd3 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjkHcgCd3 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjkHcgCd3 .navbar {
    height: 70px;
  }
  .cid-uZjkHcgCd3 .navbar.opened {
    height: auto;
  }
  .cid-uZjkHcgCd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjkHcgCd3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjkHcgCd3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjkHcgCd3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjkHcgCd3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjkHcgCd3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjkHcgCd3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjkHcgCd3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjkHcgCd3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjkHcgCd3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjkHcgCd3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjkHcgCd3 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjkHcgCd3 .content-wrap {
    display: block;
  }
}
.cid-uZjkHcNg51 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjkHcNg51 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjkHcNg51 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjkHcNg51 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjkHcNg51 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjkHcNg51 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjkHcNg51 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjkHcNg51 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjkHcNg51 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjkHcNg51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkHcNg51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkHcNg51 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjkHcNg51 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjkHcNg51 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjkHcNg51 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjkHcNg51 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjkHcNg51 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkHcNg51 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjkHcNg51 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjkHcNg51 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjkHcNg51 .mbr-section-title {
  color: #323432;
}
.cid-uZjkHcNg51 .mbr-text,
.cid-uZjkHcNg51 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkHcNg51 .mbr-section-title,
.cid-uZjkHcNg51 .mbr-section-btn,
.cid-uZjkHcNg51 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjkHdfysI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjkHdfysI .item:focus,
.cid-uZjkHdfysI span:focus {
  outline: none;
}
.cid-uZjkHdfysI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjkHdfysI .content-head {
  max-width: 800px;
}
.cid-uZjkHdfysI .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjkHdfysI .item {
    min-height: 32.5px;
  }
}
.cid-uZjkHdD4Lf {
  background-color: #eeeef4;
}
.cid-uZjkHdD4Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkHdD4Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkHdD4Lf .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjkHdD4Lf .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkHdD4Lf .content-wrapper {
    width: 100%;
  }
}
.cid-uZjkHdD4Lf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjkHdD4Lf .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjkHdD4Lf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjkHdD4Lf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjkHdD4Lf .mbr-section-title {
  color: #181824;
}
.cid-uZjkHdD4Lf .mbr-text,
.cid-uZjkHdD4Lf .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjkHdD4Lf .mbr-section-title,
.cid-uZjkHdD4Lf .mbr-section-btn,
.cid-uZjkHdD4Lf .icon-wrapper {
  text-align: center;
}
.cid-uZjkHdD4Lf .mbr-section-title,
.cid-uZjkHdD4Lf .mbr-section-btn {
  text-align: justify;
}
.cid-uZjkHeuslW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjkHeuslW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkHeuslW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkHeuslW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkHeuslW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjkHeuslW .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjkHeuslW .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkHeuslW .item {
    margin-bottom: 20px;
  }
}
.cid-uZjkHeuslW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjkHeuslW .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjkHeuslW .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjkHeuslW .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjkHeuslW .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjkHeuslW .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjkHeuslW .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-title_1,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-title_2,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-text_1,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-text_2,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-price_1,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-price_2,
.cid-uZjkHeuslW .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjkHeuslW .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjkHeuslW .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjkHeuslW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjkHeuslW .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjkHeuslW .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjkHeuslW .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjkHeuslW .mbr-section-title,
.cid-uZjkHeuslW .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkHeuslW .card-title_1 {
  color: #323432;
}
.cid-uZjkHeuslW .card-text_1 {
  color: #323432;
}
.cid-uZjkHeuslW .card-price_1 {
  color: #323432;
}
.cid-uZjkHeuslW .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjkHeuslW .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjkHeuslW .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjkHeuslW .card-title_3 {
  color: #323432;
}
.cid-uZjkHeuslW .card-text_3 {
  color: #323432;
}
.cid-uZjkHeuslW .card-price_3 {
  color: #323432;
}
#custom-html-gx {
  /* Type valid CSS here */
}
#custom-html-gx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-gx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjkYaTzbU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjkYaTzbU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjkYaTzbU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjkYaTzbU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjkYaTzbU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjkYaTzbU .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjkYaTzbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjkYaTzbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjkYaTzbU .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjkYaTzbU .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjkYaTzbU .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjkYaTzbU .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjkYaTzbU .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjkYaTzbU .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjkYaTzbU .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjkYaTzbU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjkYaTzbU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjkYaTzbU .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjkYaTzbU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjkYaTzbU .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjkYaTzbU .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkYaTzbU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkYaTzbU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjkYaTzbU .container,
.cid-uZjkYaTzbU .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .container,
  .cid-uZjkYaTzbU .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjkYaTzbU .container,
  .cid-uZjkYaTzbU .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjkYaTzbU .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjkYaTzbU .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjkYaTzbU .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjkYaTzbU .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjkYaTzbU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjkYaTzbU .nav-item:focus,
.cid-uZjkYaTzbU .nav-link:focus {
  outline: none;
}
.cid-uZjkYaTzbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjkYaTzbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjkYaTzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjkYaTzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjkYaTzbU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjkYaTzbU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjkYaTzbU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjkYaTzbU .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjkYaTzbU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjkYaTzbU .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjkYaTzbU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjkYaTzbU .navbar.collapsed {
  justify-content: center;
}
.cid-uZjkYaTzbU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjkYaTzbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjkYaTzbU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjkYaTzbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjkYaTzbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjkYaTzbU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjkYaTzbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjkYaTzbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjkYaTzbU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjkYaTzbU .navbar {
    min-height: 72px;
  }
  .cid-uZjkYaTzbU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjkYaTzbU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjkYaTzbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjkYaTzbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjkYaTzbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjkYaTzbU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjkYaTzbU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjkYaTzbU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjkYaTzbU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjkYaTzbU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjkYaTzbU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjkYaTzbU .dropdown-item.active,
.cid-uZjkYaTzbU .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjkYaTzbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjkYaTzbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjkYaTzbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjkYaTzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjkYaTzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjkYaTzbU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjkYaTzbU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjkYaTzbU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjkYaTzbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjkYaTzbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjkYaTzbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjkYaTzbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkYaTzbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjkYaTzbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjkYaTzbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkYaTzbU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjkYaTzbU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjkYaTzbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjkYaTzbU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjkYaTzbU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjkYaTzbU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjkYaTzbU .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjkYaTzbU .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjkYaTzbU .navbar {
    height: 70px;
  }
  .cid-uZjkYaTzbU .navbar.opened {
    height: auto;
  }
  .cid-uZjkYaTzbU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjkYaTzbU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjkYaTzbU .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjkYaTzbU .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjkYaTzbU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjkYaTzbU .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjkYaTzbU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjkYaTzbU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjkYaTzbU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjkYaTzbU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjkYaTzbU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjkYaTzbU .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjkYaTzbU .content-wrap {
    display: block;
  }
}
.cid-uZjkYbp9cu {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjkYbp9cu .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjkYbp9cu .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjkYbp9cu .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjkYbp9cu .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjkYbp9cu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjkYbp9cu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjkYbp9cu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjkYbp9cu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjkYbp9cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkYbp9cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkYbp9cu .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjkYbp9cu .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjkYbp9cu .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjkYbp9cu .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjkYbp9cu .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjkYbp9cu .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkYbp9cu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjkYbp9cu .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjkYbp9cu .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjkYbp9cu .mbr-section-title {
  color: #323432;
}
.cid-uZjkYbp9cu .mbr-text,
.cid-uZjkYbp9cu .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkYbp9cu .mbr-section-title,
.cid-uZjkYbp9cu .mbr-section-btn,
.cid-uZjkYbp9cu .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjkYbOXLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjkYbOXLY .item:focus,
.cid-uZjkYbOXLY span:focus {
  outline: none;
}
.cid-uZjkYbOXLY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjkYbOXLY .content-head {
  max-width: 800px;
}
.cid-uZjkYbOXLY .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjkYbOXLY .item {
    min-height: 32.5px;
  }
}
.cid-uZjkYcbIH4 {
  background-color: #eeeef4;
}
.cid-uZjkYcbIH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkYcbIH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkYcbIH4 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjkYcbIH4 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjkYcbIH4 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjkYcbIH4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjkYcbIH4 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjkYcbIH4 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjkYcbIH4 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjkYcbIH4 .mbr-section-title {
  color: #181824;
}
.cid-uZjkYcbIH4 .mbr-text,
.cid-uZjkYcbIH4 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjkYcbIH4 .mbr-section-title,
.cid-uZjkYcbIH4 .mbr-section-btn,
.cid-uZjkYcbIH4 .icon-wrapper {
  text-align: center;
}
.cid-uZjkYcbIH4 .mbr-section-title,
.cid-uZjkYcbIH4 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjkYd0QNy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjkYd0QNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjkYd0QNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjkYd0QNy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkYd0QNy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjkYd0QNy .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjkYd0QNy .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjkYd0QNy .item {
    margin-bottom: 20px;
  }
}
.cid-uZjkYd0QNy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjkYd0QNy .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjkYd0QNy .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjkYd0QNy .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjkYd0QNy .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjkYd0QNy .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjkYd0QNy .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-title_1,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-title_2,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-text_1,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-text_2,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-price_1,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-price_2,
.cid-uZjkYd0QNy .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjkYd0QNy .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjkYd0QNy .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjkYd0QNy .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjkYd0QNy .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjkYd0QNy .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjkYd0QNy .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjkYd0QNy .mbr-section-title,
.cid-uZjkYd0QNy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjkYd0QNy .card-title_1 {
  color: #323432;
}
.cid-uZjkYd0QNy .card-text_1 {
  color: #323432;
}
.cid-uZjkYd0QNy .card-price_1 {
  color: #323432;
}
.cid-uZjkYd0QNy .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjkYd0QNy .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjkYd0QNy .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjkYd0QNy .card-title_3 {
  color: #323432;
}
.cid-uZjkYd0QNy .card-text_3 {
  color: #323432;
}
.cid-uZjkYd0QNy .card-price_3 {
  color: #323432;
}
#custom-html-h3 {
  /* Type valid CSS here */
}
#custom-html-h3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-h3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjl4Dq3Cd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjl4Dq3Cd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjl4Dq3Cd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjl4Dq3Cd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjl4Dq3Cd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjl4Dq3Cd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjl4Dq3Cd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjl4Dq3Cd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjl4Dq3Cd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjl4Dq3Cd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjl4Dq3Cd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjl4Dq3Cd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjl4Dq3Cd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjl4Dq3Cd .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjl4Dq3Cd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjl4Dq3Cd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjl4Dq3Cd .container,
.cid-uZjl4Dq3Cd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .container,
  .cid-uZjl4Dq3Cd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjl4Dq3Cd .container,
  .cid-uZjl4Dq3Cd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjl4Dq3Cd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjl4Dq3Cd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjl4Dq3Cd .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjl4Dq3Cd .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjl4Dq3Cd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjl4Dq3Cd .nav-item:focus,
.cid-uZjl4Dq3Cd .nav-link:focus {
  outline: none;
}
.cid-uZjl4Dq3Cd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjl4Dq3Cd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjl4Dq3Cd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjl4Dq3Cd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjl4Dq3Cd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjl4Dq3Cd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjl4Dq3Cd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjl4Dq3Cd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjl4Dq3Cd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjl4Dq3Cd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjl4Dq3Cd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjl4Dq3Cd .navbar.collapsed {
  justify-content: center;
}
.cid-uZjl4Dq3Cd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjl4Dq3Cd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjl4Dq3Cd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjl4Dq3Cd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjl4Dq3Cd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjl4Dq3Cd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjl4Dq3Cd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjl4Dq3Cd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjl4Dq3Cd .navbar {
    min-height: 72px;
  }
  .cid-uZjl4Dq3Cd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjl4Dq3Cd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjl4Dq3Cd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjl4Dq3Cd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjl4Dq3Cd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjl4Dq3Cd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjl4Dq3Cd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjl4Dq3Cd .dropdown-item.active,
.cid-uZjl4Dq3Cd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjl4Dq3Cd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjl4Dq3Cd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjl4Dq3Cd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjl4Dq3Cd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjl4Dq3Cd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjl4Dq3Cd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjl4Dq3Cd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjl4Dq3Cd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjl4Dq3Cd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjl4Dq3Cd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjl4Dq3Cd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjl4Dq3Cd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjl4Dq3Cd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjl4Dq3Cd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjl4Dq3Cd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjl4Dq3Cd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjl4Dq3Cd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjl4Dq3Cd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjl4Dq3Cd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjl4Dq3Cd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjl4Dq3Cd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjl4Dq3Cd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjl4Dq3Cd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjl4Dq3Cd .navbar {
    height: 70px;
  }
  .cid-uZjl4Dq3Cd .navbar.opened {
    height: auto;
  }
  .cid-uZjl4Dq3Cd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjl4Dq3Cd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjl4Dq3Cd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjl4Dq3Cd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjl4Dq3Cd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjl4Dq3Cd .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjl4Dq3Cd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjl4Dq3Cd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjl4Dq3Cd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjl4Dq3Cd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjl4Dq3Cd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjl4Dq3Cd .content-wrap {
    display: block;
  }
}
.cid-uZjl4DYcVI {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjl4DYcVI .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjl4DYcVI .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjl4DYcVI .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjl4DYcVI .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjl4DYcVI .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjl4DYcVI .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjl4DYcVI .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjl4DYcVI .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjl4DYcVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjl4DYcVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjl4DYcVI .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjl4DYcVI .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjl4DYcVI .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjl4DYcVI .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjl4DYcVI .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjl4DYcVI .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjl4DYcVI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjl4DYcVI .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjl4DYcVI .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjl4DYcVI .mbr-section-title {
  color: #323432;
}
.cid-uZjl4DYcVI .mbr-text,
.cid-uZjl4DYcVI .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjl4DYcVI .mbr-section-title,
.cid-uZjl4DYcVI .mbr-section-btn,
.cid-uZjl4DYcVI .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjl4EnREk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjl4EnREk .item:focus,
.cid-uZjl4EnREk span:focus {
  outline: none;
}
.cid-uZjl4EnREk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjl4EnREk .content-head {
  max-width: 800px;
}
.cid-uZjl4EnREk .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjl4EnREk .item {
    min-height: 32.5px;
  }
}
.cid-uZjl4EKDhD {
  background-color: #eeeef4;
}
.cid-uZjl4EKDhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjl4EKDhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjl4EKDhD .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjl4EKDhD .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjl4EKDhD .content-wrapper {
    width: 100%;
  }
}
.cid-uZjl4EKDhD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjl4EKDhD .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjl4EKDhD .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjl4EKDhD .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjl4EKDhD .mbr-section-title {
  color: #181824;
}
.cid-uZjl4EKDhD .mbr-text,
.cid-uZjl4EKDhD .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjl4EKDhD .mbr-section-title,
.cid-uZjl4EKDhD .mbr-section-btn,
.cid-uZjl4EKDhD .icon-wrapper {
  text-align: center;
}
.cid-uZjl4EKDhD .mbr-section-title,
.cid-uZjl4EKDhD .mbr-section-btn {
  text-align: justify;
}
.cid-uZjl4FyC3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjl4FyC3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjl4FyC3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjl4FyC3p .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjl4FyC3p .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjl4FyC3p .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjl4FyC3p .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjl4FyC3p .item {
    margin-bottom: 20px;
  }
}
.cid-uZjl4FyC3p .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjl4FyC3p .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjl4FyC3p .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjl4FyC3p .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjl4FyC3p .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjl4FyC3p .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjl4FyC3p .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-title_1,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-title_2,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-text_1,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-text_2,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-price_1,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-price_2,
.cid-uZjl4FyC3p .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjl4FyC3p .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjl4FyC3p .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjl4FyC3p .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjl4FyC3p .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjl4FyC3p .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjl4FyC3p .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjl4FyC3p .mbr-section-title,
.cid-uZjl4FyC3p .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjl4FyC3p .card-title_1 {
  color: #323432;
}
.cid-uZjl4FyC3p .card-text_1 {
  color: #323432;
}
.cid-uZjl4FyC3p .card-price_1 {
  color: #323432;
}
.cid-uZjl4FyC3p .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjl4FyC3p .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjl4FyC3p .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjl4FyC3p .card-title_3 {
  color: #323432;
}
.cid-uZjl4FyC3p .card-text_3 {
  color: #323432;
}
.cid-uZjl4FyC3p .card-price_3 {
  color: #323432;
}
#custom-html-h9 {
  /* Type valid CSS here */
}
#custom-html-h9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-h9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjld4D6yc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjld4D6yc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjld4D6yc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjld4D6yc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjld4D6yc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjld4D6yc .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjld4D6yc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjld4D6yc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjld4D6yc .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjld4D6yc .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjld4D6yc .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjld4D6yc .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjld4D6yc .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjld4D6yc .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjld4D6yc .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjld4D6yc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjld4D6yc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjld4D6yc .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjld4D6yc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjld4D6yc .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjld4D6yc .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjld4D6yc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjld4D6yc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjld4D6yc .container,
.cid-uZjld4D6yc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .container,
  .cid-uZjld4D6yc .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjld4D6yc .container,
  .cid-uZjld4D6yc .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjld4D6yc .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjld4D6yc .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjld4D6yc .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjld4D6yc .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjld4D6yc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjld4D6yc .nav-item:focus,
.cid-uZjld4D6yc .nav-link:focus {
  outline: none;
}
.cid-uZjld4D6yc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjld4D6yc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjld4D6yc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjld4D6yc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjld4D6yc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjld4D6yc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjld4D6yc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjld4D6yc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjld4D6yc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjld4D6yc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjld4D6yc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjld4D6yc .navbar.collapsed {
  justify-content: center;
}
.cid-uZjld4D6yc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjld4D6yc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjld4D6yc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjld4D6yc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjld4D6yc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjld4D6yc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjld4D6yc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjld4D6yc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjld4D6yc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjld4D6yc .navbar {
    min-height: 72px;
  }
  .cid-uZjld4D6yc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjld4D6yc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjld4D6yc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjld4D6yc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjld4D6yc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjld4D6yc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjld4D6yc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjld4D6yc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjld4D6yc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjld4D6yc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjld4D6yc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjld4D6yc .dropdown-item.active,
.cid-uZjld4D6yc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjld4D6yc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjld4D6yc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjld4D6yc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjld4D6yc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjld4D6yc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjld4D6yc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjld4D6yc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjld4D6yc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjld4D6yc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjld4D6yc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjld4D6yc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjld4D6yc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjld4D6yc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjld4D6yc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjld4D6yc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjld4D6yc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjld4D6yc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjld4D6yc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjld4D6yc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjld4D6yc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjld4D6yc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjld4D6yc .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjld4D6yc .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjld4D6yc .navbar {
    height: 70px;
  }
  .cid-uZjld4D6yc .navbar.opened {
    height: auto;
  }
  .cid-uZjld4D6yc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjld4D6yc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjld4D6yc .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjld4D6yc .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjld4D6yc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjld4D6yc .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjld4D6yc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjld4D6yc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjld4D6yc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjld4D6yc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjld4D6yc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjld4D6yc .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjld4D6yc .content-wrap {
    display: block;
  }
}
.cid-uZjld586IE {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjld586IE .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjld586IE .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjld586IE .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjld586IE .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjld586IE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjld586IE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjld586IE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjld586IE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjld586IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjld586IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjld586IE .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjld586IE .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjld586IE .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjld586IE .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjld586IE .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjld586IE .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjld586IE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjld586IE .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjld586IE .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjld586IE .mbr-section-title {
  color: #323432;
}
.cid-uZjld586IE .mbr-text,
.cid-uZjld586IE .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjld586IE .mbr-section-title,
.cid-uZjld586IE .mbr-section-btn,
.cid-uZjld586IE .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjld5xprk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjld5xprk .item:focus,
.cid-uZjld5xprk span:focus {
  outline: none;
}
.cid-uZjld5xprk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjld5xprk .content-head {
  max-width: 800px;
}
.cid-uZjld5xprk .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjld5xprk .item {
    min-height: 32.5px;
  }
}
.cid-uZjld5UQsn {
  background-color: #eeeef4;
}
.cid-uZjld5UQsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjld5UQsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjld5UQsn .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjld5UQsn .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjld5UQsn .content-wrapper {
    width: 100%;
  }
}
.cid-uZjld5UQsn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjld5UQsn .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjld5UQsn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjld5UQsn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjld5UQsn .mbr-section-title {
  color: #181824;
}
.cid-uZjld5UQsn .mbr-text,
.cid-uZjld5UQsn .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjld5UQsn .mbr-section-title,
.cid-uZjld5UQsn .mbr-section-btn,
.cid-uZjld5UQsn .icon-wrapper {
  text-align: center;
}
.cid-uZjld5UQsn .mbr-section-title,
.cid-uZjld5UQsn .mbr-section-btn {
  text-align: justify;
}
.cid-uZjld6Ighn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjld6Ighn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjld6Ighn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjld6Ighn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjld6Ighn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjld6Ighn .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjld6Ighn .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjld6Ighn .item {
    margin-bottom: 20px;
  }
}
.cid-uZjld6Ighn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjld6Ighn .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjld6Ighn .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjld6Ighn .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjld6Ighn .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjld6Ighn .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjld6Ighn .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-title_1,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-title_2,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-text_1,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-text_2,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-price_1,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-price_2,
.cid-uZjld6Ighn .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjld6Ighn .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjld6Ighn .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjld6Ighn .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjld6Ighn .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjld6Ighn .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjld6Ighn .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjld6Ighn .mbr-section-title,
.cid-uZjld6Ighn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjld6Ighn .card-title_1 {
  color: #323432;
}
.cid-uZjld6Ighn .card-text_1 {
  color: #323432;
}
.cid-uZjld6Ighn .card-price_1 {
  color: #323432;
}
.cid-uZjld6Ighn .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjld6Ighn .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjld6Ighn .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjld6Ighn .card-title_3 {
  color: #323432;
}
.cid-uZjld6Ighn .card-text_3 {
  color: #323432;
}
.cid-uZjld6Ighn .card-price_3 {
  color: #323432;
}
#custom-html-hf {
  /* Type valid CSS here */
}
#custom-html-hf div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-hf p {
  font-size: 60px;
  color: #777;
}
.cid-uZjlkJwd0O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjlkJwd0O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjlkJwd0O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjlkJwd0O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjlkJwd0O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjlkJwd0O .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjlkJwd0O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjlkJwd0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjlkJwd0O .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjlkJwd0O .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjlkJwd0O .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjlkJwd0O .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjlkJwd0O .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjlkJwd0O .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjlkJwd0O .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjlkJwd0O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjlkJwd0O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjlkJwd0O .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjlkJwd0O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjlkJwd0O .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjlkJwd0O .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlkJwd0O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlkJwd0O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjlkJwd0O .container,
.cid-uZjlkJwd0O .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .container,
  .cid-uZjlkJwd0O .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlkJwd0O .container,
  .cid-uZjlkJwd0O .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjlkJwd0O .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjlkJwd0O .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjlkJwd0O .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjlkJwd0O .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjlkJwd0O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjlkJwd0O .nav-item:focus,
.cid-uZjlkJwd0O .nav-link:focus {
  outline: none;
}
.cid-uZjlkJwd0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjlkJwd0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjlkJwd0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjlkJwd0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjlkJwd0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjlkJwd0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjlkJwd0O .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjlkJwd0O .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjlkJwd0O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjlkJwd0O .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjlkJwd0O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjlkJwd0O .navbar.collapsed {
  justify-content: center;
}
.cid-uZjlkJwd0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjlkJwd0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjlkJwd0O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjlkJwd0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjlkJwd0O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjlkJwd0O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjlkJwd0O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjlkJwd0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjlkJwd0O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjlkJwd0O .navbar {
    min-height: 72px;
  }
  .cid-uZjlkJwd0O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjlkJwd0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjlkJwd0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjlkJwd0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjlkJwd0O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjlkJwd0O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjlkJwd0O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjlkJwd0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjlkJwd0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjlkJwd0O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlkJwd0O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjlkJwd0O .dropdown-item.active,
.cid-uZjlkJwd0O .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjlkJwd0O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjlkJwd0O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjlkJwd0O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjlkJwd0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjlkJwd0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjlkJwd0O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjlkJwd0O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjlkJwd0O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjlkJwd0O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjlkJwd0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjlkJwd0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjlkJwd0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlkJwd0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlkJwd0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjlkJwd0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlkJwd0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjlkJwd0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjlkJwd0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlkJwd0O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjlkJwd0O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjlkJwd0O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjlkJwd0O .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjlkJwd0O .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjlkJwd0O .navbar {
    height: 70px;
  }
  .cid-uZjlkJwd0O .navbar.opened {
    height: auto;
  }
  .cid-uZjlkJwd0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjlkJwd0O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjlkJwd0O .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjlkJwd0O .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjlkJwd0O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjlkJwd0O .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjlkJwd0O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjlkJwd0O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjlkJwd0O .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjlkJwd0O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjlkJwd0O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjlkJwd0O .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjlkJwd0O .content-wrap {
    display: block;
  }
}
.cid-uZjlkK414Z {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjlkK414Z .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjlkK414Z .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjlkK414Z .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjlkK414Z .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjlkK414Z .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjlkK414Z .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjlkK414Z .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjlkK414Z .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjlkK414Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlkK414Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlkK414Z .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjlkK414Z .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjlkK414Z .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjlkK414Z .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjlkK414Z .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjlkK414Z .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlkK414Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjlkK414Z .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjlkK414Z .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjlkK414Z .mbr-section-title {
  color: #323432;
}
.cid-uZjlkK414Z .mbr-text,
.cid-uZjlkK414Z .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlkK414Z .mbr-section-title,
.cid-uZjlkK414Z .mbr-section-btn,
.cid-uZjlkK414Z .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjlkKtUKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjlkKtUKQ .item:focus,
.cid-uZjlkKtUKQ span:focus {
  outline: none;
}
.cid-uZjlkKtUKQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjlkKtUKQ .content-head {
  max-width: 800px;
}
.cid-uZjlkKtUKQ .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjlkKtUKQ .item {
    min-height: 32.5px;
  }
}
.cid-uZjlkKQyS2 {
  background-color: #eeeef4;
}
.cid-uZjlkKQyS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlkKQyS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlkKQyS2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjlkKQyS2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlkKQyS2 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjlkKQyS2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjlkKQyS2 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjlkKQyS2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjlkKQyS2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjlkKQyS2 .mbr-section-title {
  color: #181824;
}
.cid-uZjlkKQyS2 .mbr-text,
.cid-uZjlkKQyS2 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjlkKQyS2 .mbr-section-title,
.cid-uZjlkKQyS2 .mbr-section-btn,
.cid-uZjlkKQyS2 .icon-wrapper {
  text-align: center;
}
.cid-uZjlkKQyS2 .mbr-section-title,
.cid-uZjlkKQyS2 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjlkLIPeH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjlkLIPeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlkLIPeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlkLIPeH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlkLIPeH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjlkLIPeH .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjlkLIPeH .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlkLIPeH .item {
    margin-bottom: 20px;
  }
}
.cid-uZjlkLIPeH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjlkLIPeH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjlkLIPeH .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjlkLIPeH .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjlkLIPeH .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjlkLIPeH .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjlkLIPeH .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-title_1,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-title_2,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-text_1,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-text_2,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-price_1,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-price_2,
.cid-uZjlkLIPeH .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjlkLIPeH .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjlkLIPeH .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjlkLIPeH .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjlkLIPeH .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjlkLIPeH .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjlkLIPeH .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjlkLIPeH .mbr-section-title,
.cid-uZjlkLIPeH .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlkLIPeH .card-title_1 {
  color: #323432;
}
.cid-uZjlkLIPeH .card-text_1 {
  color: #323432;
}
.cid-uZjlkLIPeH .card-price_1 {
  color: #323432;
}
.cid-uZjlkLIPeH .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjlkLIPeH .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjlkLIPeH .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjlkLIPeH .card-title_3 {
  color: #323432;
}
.cid-uZjlkLIPeH .card-text_3 {
  color: #323432;
}
.cid-uZjlkLIPeH .card-price_3 {
  color: #323432;
}
#custom-html-hl {
  /* Type valid CSS here */
}
#custom-html-hl div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-hl p {
  font-size: 60px;
  color: #777;
}
.cid-uZjlrD6uwf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjlrD6uwf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjlrD6uwf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjlrD6uwf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjlrD6uwf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjlrD6uwf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjlrD6uwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjlrD6uwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjlrD6uwf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjlrD6uwf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjlrD6uwf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjlrD6uwf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjlrD6uwf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjlrD6uwf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjlrD6uwf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjlrD6uwf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjlrD6uwf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjlrD6uwf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjlrD6uwf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjlrD6uwf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjlrD6uwf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlrD6uwf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlrD6uwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjlrD6uwf .container,
.cid-uZjlrD6uwf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .container,
  .cid-uZjlrD6uwf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlrD6uwf .container,
  .cid-uZjlrD6uwf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjlrD6uwf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjlrD6uwf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjlrD6uwf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjlrD6uwf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjlrD6uwf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjlrD6uwf .nav-item:focus,
.cid-uZjlrD6uwf .nav-link:focus {
  outline: none;
}
.cid-uZjlrD6uwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjlrD6uwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjlrD6uwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjlrD6uwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjlrD6uwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjlrD6uwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjlrD6uwf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjlrD6uwf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjlrD6uwf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjlrD6uwf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjlrD6uwf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjlrD6uwf .navbar.collapsed {
  justify-content: center;
}
.cid-uZjlrD6uwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjlrD6uwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjlrD6uwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjlrD6uwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjlrD6uwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjlrD6uwf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjlrD6uwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjlrD6uwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjlrD6uwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjlrD6uwf .navbar {
    min-height: 72px;
  }
  .cid-uZjlrD6uwf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjlrD6uwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjlrD6uwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjlrD6uwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjlrD6uwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjlrD6uwf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjlrD6uwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjlrD6uwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjlrD6uwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjlrD6uwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlrD6uwf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjlrD6uwf .dropdown-item.active,
.cid-uZjlrD6uwf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjlrD6uwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjlrD6uwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjlrD6uwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjlrD6uwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjlrD6uwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjlrD6uwf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjlrD6uwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjlrD6uwf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjlrD6uwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjlrD6uwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjlrD6uwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjlrD6uwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlrD6uwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlrD6uwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjlrD6uwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlrD6uwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjlrD6uwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjlrD6uwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlrD6uwf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjlrD6uwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjlrD6uwf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjlrD6uwf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjlrD6uwf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjlrD6uwf .navbar {
    height: 70px;
  }
  .cid-uZjlrD6uwf .navbar.opened {
    height: auto;
  }
  .cid-uZjlrD6uwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjlrD6uwf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjlrD6uwf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjlrD6uwf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjlrD6uwf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjlrD6uwf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjlrD6uwf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjlrD6uwf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjlrD6uwf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjlrD6uwf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjlrD6uwf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjlrD6uwf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjlrD6uwf .content-wrap {
    display: block;
  }
}
.cid-uZjlrDDetx {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjlrDDetx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjlrDDetx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjlrDDetx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjlrDDetx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjlrDDetx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjlrDDetx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjlrDDetx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjlrDDetx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjlrDDetx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlrDDetx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlrDDetx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjlrDDetx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjlrDDetx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjlrDDetx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjlrDDetx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjlrDDetx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlrDDetx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjlrDDetx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjlrDDetx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjlrDDetx .mbr-section-title {
  color: #323432;
}
.cid-uZjlrDDetx .mbr-text,
.cid-uZjlrDDetx .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlrDDetx .mbr-section-title,
.cid-uZjlrDDetx .mbr-section-btn,
.cid-uZjlrDDetx .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjlrE2Ywk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjlrE2Ywk .item:focus,
.cid-uZjlrE2Ywk span:focus {
  outline: none;
}
.cid-uZjlrE2Ywk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjlrE2Ywk .content-head {
  max-width: 800px;
}
.cid-uZjlrE2Ywk .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjlrE2Ywk .item {
    min-height: 32.5px;
  }
}
.cid-uZjlrEplsa {
  background-color: #eeeef4;
}
.cid-uZjlrEplsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlrEplsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlrEplsa .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjlrEplsa .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlrEplsa .content-wrapper {
    width: 100%;
  }
}
.cid-uZjlrEplsa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjlrEplsa .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjlrEplsa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjlrEplsa .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjlrEplsa .mbr-section-title {
  color: #181824;
}
.cid-uZjlrEplsa .mbr-text,
.cid-uZjlrEplsa .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjlrEplsa .mbr-section-title,
.cid-uZjlrEplsa .mbr-section-btn,
.cid-uZjlrEplsa .icon-wrapper {
  text-align: center;
}
.cid-uZjlrEplsa .mbr-section-title,
.cid-uZjlrEplsa .mbr-section-btn {
  text-align: justify;
}
.cid-uZjlrFebfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjlrFebfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlrFebfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlrFebfz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlrFebfz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjlrFebfz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjlrFebfz .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlrFebfz .item {
    margin-bottom: 20px;
  }
}
.cid-uZjlrFebfz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjlrFebfz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjlrFebfz .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjlrFebfz .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjlrFebfz .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjlrFebfz .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjlrFebfz .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-title_1,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-title_2,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-text_1,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-text_2,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-price_1,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-price_2,
.cid-uZjlrFebfz .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjlrFebfz .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjlrFebfz .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjlrFebfz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjlrFebfz .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjlrFebfz .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjlrFebfz .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjlrFebfz .mbr-section-title,
.cid-uZjlrFebfz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlrFebfz .card-title_1 {
  color: #323432;
}
.cid-uZjlrFebfz .card-text_1 {
  color: #323432;
}
.cid-uZjlrFebfz .card-price_1 {
  color: #323432;
}
.cid-uZjlrFebfz .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjlrFebfz .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjlrFebfz .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjlrFebfz .card-title_3 {
  color: #323432;
}
.cid-uZjlrFebfz .card-text_3 {
  color: #323432;
}
.cid-uZjlrFebfz .card-price_3 {
  color: #323432;
}
#custom-html-hr {
  /* Type valid CSS here */
}
#custom-html-hr div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-hr p {
  font-size: 60px;
  color: #777;
}
.cid-uZjlzHp0z2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjlzHp0z2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjlzHp0z2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjlzHp0z2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjlzHp0z2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjlzHp0z2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjlzHp0z2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjlzHp0z2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjlzHp0z2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjlzHp0z2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjlzHp0z2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjlzHp0z2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjlzHp0z2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjlzHp0z2 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlzHp0z2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlzHp0z2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjlzHp0z2 .container,
.cid-uZjlzHp0z2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .container,
  .cid-uZjlzHp0z2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlzHp0z2 .container,
  .cid-uZjlzHp0z2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjlzHp0z2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjlzHp0z2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjlzHp0z2 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjlzHp0z2 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjlzHp0z2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjlzHp0z2 .nav-item:focus,
.cid-uZjlzHp0z2 .nav-link:focus {
  outline: none;
}
.cid-uZjlzHp0z2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjlzHp0z2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjlzHp0z2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjlzHp0z2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjlzHp0z2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjlzHp0z2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjlzHp0z2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjlzHp0z2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjlzHp0z2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjlzHp0z2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjlzHp0z2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjlzHp0z2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjlzHp0z2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjlzHp0z2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjlzHp0z2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjlzHp0z2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjlzHp0z2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjlzHp0z2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjlzHp0z2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjlzHp0z2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjlzHp0z2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjlzHp0z2 .navbar {
    min-height: 72px;
  }
  .cid-uZjlzHp0z2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjlzHp0z2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjlzHp0z2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjlzHp0z2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjlzHp0z2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjlzHp0z2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlzHp0z2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjlzHp0z2 .dropdown-item.active,
.cid-uZjlzHp0z2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjlzHp0z2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjlzHp0z2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjlzHp0z2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjlzHp0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjlzHp0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjlzHp0z2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjlzHp0z2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjlzHp0z2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjlzHp0z2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjlzHp0z2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjlzHp0z2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjlzHp0z2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlzHp0z2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlzHp0z2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjlzHp0z2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlzHp0z2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjlzHp0z2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjlzHp0z2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlzHp0z2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjlzHp0z2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjlzHp0z2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjlzHp0z2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjlzHp0z2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjlzHp0z2 .navbar {
    height: 70px;
  }
  .cid-uZjlzHp0z2 .navbar.opened {
    height: auto;
  }
  .cid-uZjlzHp0z2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjlzHp0z2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjlzHp0z2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjlzHp0z2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjlzHp0z2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjlzHp0z2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjlzHp0z2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjlzHp0z2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjlzHp0z2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjlzHp0z2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjlzHp0z2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjlzHp0z2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjlzHp0z2 .content-wrap {
    display: block;
  }
}
.cid-uZjlzHVsMm {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjlzHVsMm .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjlzHVsMm .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjlzHVsMm .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjlzHVsMm .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjlzHVsMm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjlzHVsMm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjlzHVsMm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjlzHVsMm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjlzHVsMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlzHVsMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlzHVsMm .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjlzHVsMm .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjlzHVsMm .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjlzHVsMm .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjlzHVsMm .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjlzHVsMm .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlzHVsMm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjlzHVsMm .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjlzHVsMm .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjlzHVsMm .mbr-section-title {
  color: #323432;
}
.cid-uZjlzHVsMm .mbr-text,
.cid-uZjlzHVsMm .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlzHVsMm .mbr-section-title,
.cid-uZjlzHVsMm .mbr-section-btn,
.cid-uZjlzHVsMm .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjlzIkXow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjlzIkXow .item:focus,
.cid-uZjlzIkXow span:focus {
  outline: none;
}
.cid-uZjlzIkXow .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjlzIkXow .content-head {
  max-width: 800px;
}
.cid-uZjlzIkXow .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjlzIkXow .item {
    min-height: 32.5px;
  }
}
.cid-uZjlzIGEI0 {
  background-color: #eeeef4;
}
.cid-uZjlzIGEI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlzIGEI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlzIGEI0 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjlzIGEI0 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlzIGEI0 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjlzIGEI0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjlzIGEI0 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjlzIGEI0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjlzIGEI0 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjlzIGEI0 .mbr-section-title {
  color: #181824;
}
.cid-uZjlzIGEI0 .mbr-text,
.cid-uZjlzIGEI0 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjlzIGEI0 .mbr-section-title,
.cid-uZjlzIGEI0 .mbr-section-btn,
.cid-uZjlzIGEI0 .icon-wrapper {
  text-align: center;
}
.cid-uZjlzIGEI0 .mbr-section-title,
.cid-uZjlzIGEI0 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjlzJuyTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjlzJuyTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlzJuyTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlzJuyTJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlzJuyTJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjlzJuyTJ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjlzJuyTJ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlzJuyTJ .item {
    margin-bottom: 20px;
  }
}
.cid-uZjlzJuyTJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjlzJuyTJ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjlzJuyTJ .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjlzJuyTJ .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjlzJuyTJ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-title_1,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-title_2,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-text_1,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-text_2,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-price_1,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-price_2,
.cid-uZjlzJuyTJ .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjlzJuyTJ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjlzJuyTJ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjlzJuyTJ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjlzJuyTJ .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjlzJuyTJ .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjlzJuyTJ .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjlzJuyTJ .mbr-section-title,
.cid-uZjlzJuyTJ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlzJuyTJ .card-title_1 {
  color: #323432;
}
.cid-uZjlzJuyTJ .card-text_1 {
  color: #323432;
}
.cid-uZjlzJuyTJ .card-price_1 {
  color: #323432;
}
.cid-uZjlzJuyTJ .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjlzJuyTJ .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjlzJuyTJ .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjlzJuyTJ .card-title_3 {
  color: #323432;
}
.cid-uZjlzJuyTJ .card-text_3 {
  color: #323432;
}
.cid-uZjlzJuyTJ .card-price_3 {
  color: #323432;
}
#custom-html-hx {
  /* Type valid CSS here */
}
#custom-html-hx div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-hx p {
  font-size: 60px;
  color: #777;
}
.cid-uZjlHoZakJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjlHoZakJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjlHoZakJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjlHoZakJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjlHoZakJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjlHoZakJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjlHoZakJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjlHoZakJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjlHoZakJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjlHoZakJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjlHoZakJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjlHoZakJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjlHoZakJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjlHoZakJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjlHoZakJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjlHoZakJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjlHoZakJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjlHoZakJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjlHoZakJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjlHoZakJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjlHoZakJ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlHoZakJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlHoZakJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjlHoZakJ .container,
.cid-uZjlHoZakJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .container,
  .cid-uZjlHoZakJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlHoZakJ .container,
  .cid-uZjlHoZakJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjlHoZakJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjlHoZakJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjlHoZakJ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjlHoZakJ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjlHoZakJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjlHoZakJ .nav-item:focus,
.cid-uZjlHoZakJ .nav-link:focus {
  outline: none;
}
.cid-uZjlHoZakJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjlHoZakJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjlHoZakJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjlHoZakJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjlHoZakJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjlHoZakJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjlHoZakJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjlHoZakJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjlHoZakJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjlHoZakJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjlHoZakJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjlHoZakJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZjlHoZakJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjlHoZakJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjlHoZakJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjlHoZakJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjlHoZakJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjlHoZakJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjlHoZakJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjlHoZakJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjlHoZakJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjlHoZakJ .navbar {
    min-height: 72px;
  }
  .cid-uZjlHoZakJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjlHoZakJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjlHoZakJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjlHoZakJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjlHoZakJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjlHoZakJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjlHoZakJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjlHoZakJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjlHoZakJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjlHoZakJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlHoZakJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjlHoZakJ .dropdown-item.active,
.cid-uZjlHoZakJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjlHoZakJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjlHoZakJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjlHoZakJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjlHoZakJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjlHoZakJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjlHoZakJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjlHoZakJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjlHoZakJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjlHoZakJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjlHoZakJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjlHoZakJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjlHoZakJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlHoZakJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlHoZakJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjlHoZakJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlHoZakJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjlHoZakJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjlHoZakJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlHoZakJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjlHoZakJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjlHoZakJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjlHoZakJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjlHoZakJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjlHoZakJ .navbar {
    height: 70px;
  }
  .cid-uZjlHoZakJ .navbar.opened {
    height: auto;
  }
  .cid-uZjlHoZakJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjlHoZakJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjlHoZakJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjlHoZakJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjlHoZakJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjlHoZakJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjlHoZakJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjlHoZakJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjlHoZakJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjlHoZakJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjlHoZakJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjlHoZakJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjlHoZakJ .content-wrap {
    display: block;
  }
}
.cid-uZjlHpw1ed {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjlHpw1ed .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjlHpw1ed .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjlHpw1ed .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjlHpw1ed .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjlHpw1ed .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjlHpw1ed .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjlHpw1ed .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjlHpw1ed .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjlHpw1ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlHpw1ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlHpw1ed .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjlHpw1ed .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjlHpw1ed .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjlHpw1ed .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjlHpw1ed .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjlHpw1ed .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlHpw1ed .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjlHpw1ed .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjlHpw1ed .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjlHpw1ed .mbr-section-title {
  color: #323432;
}
.cid-uZjlHpw1ed .mbr-text,
.cid-uZjlHpw1ed .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlHpw1ed .mbr-section-title,
.cid-uZjlHpw1ed .mbr-section-btn,
.cid-uZjlHpw1ed .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjlHpWK4Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjlHpWK4Y .item:focus,
.cid-uZjlHpWK4Y span:focus {
  outline: none;
}
.cid-uZjlHpWK4Y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjlHpWK4Y .content-head {
  max-width: 800px;
}
.cid-uZjlHpWK4Y .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjlHpWK4Y .item {
    min-height: 32.5px;
  }
}
.cid-uZjlHqjJ8g {
  background-color: #eeeef4;
}
.cid-uZjlHqjJ8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlHqjJ8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlHqjJ8g .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjlHqjJ8g .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlHqjJ8g .content-wrapper {
    width: 100%;
  }
}
.cid-uZjlHqjJ8g .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjlHqjJ8g .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjlHqjJ8g .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjlHqjJ8g .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjlHqjJ8g .mbr-section-title {
  color: #181824;
}
.cid-uZjlHqjJ8g .mbr-text,
.cid-uZjlHqjJ8g .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjlHqjJ8g .mbr-section-title,
.cid-uZjlHqjJ8g .mbr-section-btn,
.cid-uZjlHqjJ8g .icon-wrapper {
  text-align: center;
}
.cid-uZjlHqjJ8g .mbr-section-title,
.cid-uZjlHqjJ8g .mbr-section-btn {
  text-align: justify;
}
.cid-uZjlHr7nmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjlHr7nmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlHr7nmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlHr7nmU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlHr7nmU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjlHr7nmU .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjlHr7nmU .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlHr7nmU .item {
    margin-bottom: 20px;
  }
}
.cid-uZjlHr7nmU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjlHr7nmU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjlHr7nmU .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjlHr7nmU .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjlHr7nmU .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjlHr7nmU .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjlHr7nmU .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-title_1,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-title_2,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-text_1,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-text_2,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-price_1,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-price_2,
.cid-uZjlHr7nmU .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjlHr7nmU .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjlHr7nmU .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjlHr7nmU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjlHr7nmU .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjlHr7nmU .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjlHr7nmU .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjlHr7nmU .mbr-section-title,
.cid-uZjlHr7nmU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlHr7nmU .card-title_1 {
  color: #323432;
}
.cid-uZjlHr7nmU .card-text_1 {
  color: #323432;
}
.cid-uZjlHr7nmU .card-price_1 {
  color: #323432;
}
.cid-uZjlHr7nmU .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjlHr7nmU .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjlHr7nmU .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjlHr7nmU .card-title_3 {
  color: #323432;
}
.cid-uZjlHr7nmU .card-text_3 {
  color: #323432;
}
.cid-uZjlHr7nmU .card-price_3 {
  color: #323432;
}
#custom-html-i3 {
  /* Type valid CSS here */
}
#custom-html-i3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-i3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjlWTveqh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjlWTveqh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjlWTveqh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjlWTveqh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjlWTveqh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjlWTveqh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjlWTveqh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjlWTveqh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjlWTveqh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjlWTveqh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjlWTveqh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjlWTveqh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjlWTveqh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjlWTveqh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjlWTveqh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjlWTveqh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjlWTveqh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjlWTveqh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjlWTveqh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjlWTveqh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjlWTveqh .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlWTveqh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlWTveqh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjlWTveqh .container,
.cid-uZjlWTveqh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .container,
  .cid-uZjlWTveqh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjlWTveqh .container,
  .cid-uZjlWTveqh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjlWTveqh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjlWTveqh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjlWTveqh .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjlWTveqh .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjlWTveqh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjlWTveqh .nav-item:focus,
.cid-uZjlWTveqh .nav-link:focus {
  outline: none;
}
.cid-uZjlWTveqh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjlWTveqh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjlWTveqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjlWTveqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjlWTveqh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjlWTveqh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjlWTveqh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjlWTveqh .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjlWTveqh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjlWTveqh .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjlWTveqh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjlWTveqh .navbar.collapsed {
  justify-content: center;
}
.cid-uZjlWTveqh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjlWTveqh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjlWTveqh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjlWTveqh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjlWTveqh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjlWTveqh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjlWTveqh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjlWTveqh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjlWTveqh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjlWTveqh .navbar {
    min-height: 72px;
  }
  .cid-uZjlWTveqh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjlWTveqh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjlWTveqh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjlWTveqh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjlWTveqh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjlWTveqh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjlWTveqh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjlWTveqh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjlWTveqh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjlWTveqh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjlWTveqh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjlWTveqh .dropdown-item.active,
.cid-uZjlWTveqh .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjlWTveqh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjlWTveqh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjlWTveqh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjlWTveqh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjlWTveqh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjlWTveqh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjlWTveqh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjlWTveqh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjlWTveqh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjlWTveqh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjlWTveqh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjlWTveqh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlWTveqh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjlWTveqh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjlWTveqh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlWTveqh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjlWTveqh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjlWTveqh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjlWTveqh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjlWTveqh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjlWTveqh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjlWTveqh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjlWTveqh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjlWTveqh .navbar {
    height: 70px;
  }
  .cid-uZjlWTveqh .navbar.opened {
    height: auto;
  }
  .cid-uZjlWTveqh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjlWTveqh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjlWTveqh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjlWTveqh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjlWTveqh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjlWTveqh .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjlWTveqh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjlWTveqh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjlWTveqh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjlWTveqh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjlWTveqh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjlWTveqh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjlWTveqh .content-wrap {
    display: block;
  }
}
.cid-uZjlWU1X3I {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjlWU1X3I .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjlWU1X3I .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjlWU1X3I .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjlWU1X3I .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjlWU1X3I .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjlWU1X3I .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjlWU1X3I .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjlWU1X3I .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjlWU1X3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlWU1X3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlWU1X3I .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjlWU1X3I .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjlWU1X3I .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjlWU1X3I .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjlWU1X3I .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjlWU1X3I .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlWU1X3I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjlWU1X3I .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjlWU1X3I .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjlWU1X3I .mbr-section-title {
  color: #323432;
}
.cid-uZjlWU1X3I .mbr-text,
.cid-uZjlWU1X3I .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlWU1X3I .mbr-section-title,
.cid-uZjlWU1X3I .mbr-section-btn,
.cid-uZjlWU1X3I .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjlWUrUiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjlWUrUiW .item:focus,
.cid-uZjlWUrUiW span:focus {
  outline: none;
}
.cid-uZjlWUrUiW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjlWUrUiW .content-head {
  max-width: 800px;
}
.cid-uZjlWUrUiW .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjlWUrUiW .item {
    min-height: 32.5px;
  }
}
.cid-uZjlWUOoK9 {
  background-color: #eeeef4;
}
.cid-uZjlWUOoK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlWUOoK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlWUOoK9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjlWUOoK9 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjlWUOoK9 .content-wrapper {
    width: 100%;
  }
}
.cid-uZjlWUOoK9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjlWUOoK9 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjlWUOoK9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjlWUOoK9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjlWUOoK9 .mbr-section-title {
  color: #181824;
}
.cid-uZjlWUOoK9 .mbr-text,
.cid-uZjlWUOoK9 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjlWUOoK9 .mbr-section-title,
.cid-uZjlWUOoK9 .mbr-section-btn,
.cid-uZjlWUOoK9 .icon-wrapper {
  text-align: center;
}
.cid-uZjlWUOoK9 .mbr-section-title,
.cid-uZjlWUOoK9 .mbr-section-btn {
  text-align: justify;
}
.cid-uZjlWVDmQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjlWVDmQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjlWVDmQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjlWVDmQu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlWVDmQu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjlWVDmQu .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjlWVDmQu .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjlWVDmQu .item {
    margin-bottom: 20px;
  }
}
.cid-uZjlWVDmQu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjlWVDmQu .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjlWVDmQu .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjlWVDmQu .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjlWVDmQu .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjlWVDmQu .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjlWVDmQu .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-title_1,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-title_2,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-text_1,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-text_2,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-price_1,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-price_2,
.cid-uZjlWVDmQu .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjlWVDmQu .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjlWVDmQu .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjlWVDmQu .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjlWVDmQu .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjlWVDmQu .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjlWVDmQu .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjlWVDmQu .mbr-section-title,
.cid-uZjlWVDmQu .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjlWVDmQu .card-title_1 {
  color: #323432;
}
.cid-uZjlWVDmQu .card-text_1 {
  color: #323432;
}
.cid-uZjlWVDmQu .card-price_1 {
  color: #323432;
}
.cid-uZjlWVDmQu .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjlWVDmQu .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjlWVDmQu .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjlWVDmQu .card-title_3 {
  color: #323432;
}
.cid-uZjlWVDmQu .card-text_3 {
  color: #323432;
}
.cid-uZjlWVDmQu .card-price_3 {
  color: #323432;
}
#custom-html-i9 {
  /* Type valid CSS here */
}
#custom-html-i9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-i9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjm3oZPm7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjm3oZPm7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjm3oZPm7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjm3oZPm7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjm3oZPm7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjm3oZPm7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjm3oZPm7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjm3oZPm7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjm3oZPm7 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjm3oZPm7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjm3oZPm7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjm3oZPm7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjm3oZPm7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjm3oZPm7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjm3oZPm7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjm3oZPm7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjm3oZPm7 .container,
.cid-uZjm3oZPm7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .container,
  .cid-uZjm3oZPm7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjm3oZPm7 .container,
  .cid-uZjm3oZPm7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjm3oZPm7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjm3oZPm7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjm3oZPm7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjm3oZPm7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjm3oZPm7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjm3oZPm7 .nav-item:focus,
.cid-uZjm3oZPm7 .nav-link:focus {
  outline: none;
}
.cid-uZjm3oZPm7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjm3oZPm7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjm3oZPm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjm3oZPm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjm3oZPm7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjm3oZPm7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjm3oZPm7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjm3oZPm7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjm3oZPm7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjm3oZPm7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjm3oZPm7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjm3oZPm7 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjm3oZPm7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjm3oZPm7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjm3oZPm7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjm3oZPm7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjm3oZPm7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjm3oZPm7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjm3oZPm7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjm3oZPm7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjm3oZPm7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjm3oZPm7 .navbar {
    min-height: 72px;
  }
  .cid-uZjm3oZPm7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjm3oZPm7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjm3oZPm7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjm3oZPm7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjm3oZPm7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjm3oZPm7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjm3oZPm7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjm3oZPm7 .dropdown-item.active,
.cid-uZjm3oZPm7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjm3oZPm7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjm3oZPm7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjm3oZPm7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjm3oZPm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjm3oZPm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjm3oZPm7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjm3oZPm7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjm3oZPm7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjm3oZPm7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjm3oZPm7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjm3oZPm7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjm3oZPm7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjm3oZPm7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjm3oZPm7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjm3oZPm7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjm3oZPm7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjm3oZPm7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjm3oZPm7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjm3oZPm7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjm3oZPm7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjm3oZPm7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjm3oZPm7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjm3oZPm7 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjm3oZPm7 .navbar {
    height: 70px;
  }
  .cid-uZjm3oZPm7 .navbar.opened {
    height: auto;
  }
  .cid-uZjm3oZPm7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjm3oZPm7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjm3oZPm7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjm3oZPm7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjm3oZPm7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjm3oZPm7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjm3oZPm7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjm3oZPm7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjm3oZPm7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjm3oZPm7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjm3oZPm7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjm3oZPm7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjm3oZPm7 .content-wrap {
    display: block;
  }
}
.cid-uZjm3pwa37 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjm3pwa37 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjm3pwa37 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjm3pwa37 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjm3pwa37 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjm3pwa37 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjm3pwa37 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjm3pwa37 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjm3pwa37 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjm3pwa37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjm3pwa37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjm3pwa37 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjm3pwa37 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjm3pwa37 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjm3pwa37 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjm3pwa37 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjm3pwa37 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjm3pwa37 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjm3pwa37 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjm3pwa37 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjm3pwa37 .mbr-section-title {
  color: #323432;
}
.cid-uZjm3pwa37 .mbr-text,
.cid-uZjm3pwa37 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjm3pwa37 .mbr-section-title,
.cid-uZjm3pwa37 .mbr-section-btn,
.cid-uZjm3pwa37 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjm3pVpXX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjm3pVpXX .item:focus,
.cid-uZjm3pVpXX span:focus {
  outline: none;
}
.cid-uZjm3pVpXX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjm3pVpXX .content-head {
  max-width: 800px;
}
.cid-uZjm3pVpXX .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjm3pVpXX .item {
    min-height: 32.5px;
  }
}
.cid-uZjm3qkauT {
  background-color: #eeeef4;
}
.cid-uZjm3qkauT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjm3qkauT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjm3qkauT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjm3qkauT .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjm3qkauT .content-wrapper {
    width: 100%;
  }
}
.cid-uZjm3qkauT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjm3qkauT .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjm3qkauT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjm3qkauT .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjm3qkauT .mbr-section-title {
  color: #181824;
}
.cid-uZjm3qkauT .mbr-text,
.cid-uZjm3qkauT .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjm3qkauT .mbr-section-title,
.cid-uZjm3qkauT .mbr-section-btn,
.cid-uZjm3qkauT .icon-wrapper {
  text-align: center;
}
.cid-uZjm3qkauT .mbr-section-title,
.cid-uZjm3qkauT .mbr-section-btn {
  text-align: justify;
}
.cid-uZjm3r97bN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjm3r97bN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjm3r97bN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjm3r97bN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjm3r97bN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjm3r97bN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjm3r97bN .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjm3r97bN .item {
    margin-bottom: 20px;
  }
}
.cid-uZjm3r97bN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjm3r97bN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjm3r97bN .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjm3r97bN .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjm3r97bN .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjm3r97bN .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjm3r97bN .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-title_1,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-title_2,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-text_1,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-text_2,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-price_1,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-price_2,
.cid-uZjm3r97bN .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjm3r97bN .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjm3r97bN .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjm3r97bN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjm3r97bN .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjm3r97bN .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjm3r97bN .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjm3r97bN .mbr-section-title,
.cid-uZjm3r97bN .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjm3r97bN .card-title_1 {
  color: #323432;
}
.cid-uZjm3r97bN .card-text_1 {
  color: #323432;
}
.cid-uZjm3r97bN .card-price_1 {
  color: #323432;
}
.cid-uZjm3r97bN .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjm3r97bN .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjm3r97bN .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjm3r97bN .card-title_3 {
  color: #323432;
}
.cid-uZjm3r97bN .card-text_3 {
  color: #323432;
}
.cid-uZjm3r97bN .card-price_3 {
  color: #323432;
}
#custom-html-if {
  /* Type valid CSS here */
}
#custom-html-if div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-if p {
  font-size: 60px;
  color: #777;
}
.cid-uZjmdtEAAf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjmdtEAAf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjmdtEAAf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjmdtEAAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjmdtEAAf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjmdtEAAf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjmdtEAAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjmdtEAAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjmdtEAAf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjmdtEAAf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjmdtEAAf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjmdtEAAf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjmdtEAAf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjmdtEAAf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjmdtEAAf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjmdtEAAf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjmdtEAAf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjmdtEAAf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjmdtEAAf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjmdtEAAf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjmdtEAAf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmdtEAAf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmdtEAAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjmdtEAAf .container,
.cid-uZjmdtEAAf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .container,
  .cid-uZjmdtEAAf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmdtEAAf .container,
  .cid-uZjmdtEAAf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjmdtEAAf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjmdtEAAf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjmdtEAAf .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjmdtEAAf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjmdtEAAf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjmdtEAAf .nav-item:focus,
.cid-uZjmdtEAAf .nav-link:focus {
  outline: none;
}
.cid-uZjmdtEAAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjmdtEAAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjmdtEAAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjmdtEAAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjmdtEAAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjmdtEAAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjmdtEAAf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjmdtEAAf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjmdtEAAf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjmdtEAAf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjmdtEAAf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjmdtEAAf .navbar.collapsed {
  justify-content: center;
}
.cid-uZjmdtEAAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjmdtEAAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjmdtEAAf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjmdtEAAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjmdtEAAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjmdtEAAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjmdtEAAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjmdtEAAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjmdtEAAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjmdtEAAf .navbar {
    min-height: 72px;
  }
  .cid-uZjmdtEAAf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjmdtEAAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjmdtEAAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjmdtEAAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjmdtEAAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjmdtEAAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjmdtEAAf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjmdtEAAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjmdtEAAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjmdtEAAf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmdtEAAf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjmdtEAAf .dropdown-item.active,
.cid-uZjmdtEAAf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjmdtEAAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjmdtEAAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjmdtEAAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjmdtEAAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjmdtEAAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjmdtEAAf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjmdtEAAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjmdtEAAf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjmdtEAAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjmdtEAAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjmdtEAAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjmdtEAAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmdtEAAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmdtEAAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjmdtEAAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmdtEAAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjmdtEAAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjmdtEAAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmdtEAAf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjmdtEAAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjmdtEAAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjmdtEAAf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjmdtEAAf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjmdtEAAf .navbar {
    height: 70px;
  }
  .cid-uZjmdtEAAf .navbar.opened {
    height: auto;
  }
  .cid-uZjmdtEAAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjmdtEAAf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjmdtEAAf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjmdtEAAf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjmdtEAAf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjmdtEAAf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjmdtEAAf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjmdtEAAf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjmdtEAAf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjmdtEAAf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjmdtEAAf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjmdtEAAf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjmdtEAAf .content-wrap {
    display: block;
  }
}
.cid-uZjmduaTOs {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjmduaTOs .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjmduaTOs .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjmduaTOs .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjmduaTOs .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjmduaTOs .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjmduaTOs .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjmduaTOs .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjmduaTOs .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjmduaTOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmduaTOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmduaTOs .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjmduaTOs .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjmduaTOs .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjmduaTOs .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjmduaTOs .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjmduaTOs .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmduaTOs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjmduaTOs .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjmduaTOs .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjmduaTOs .mbr-section-title {
  color: #323432;
}
.cid-uZjmduaTOs .mbr-text,
.cid-uZjmduaTOs .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmduaTOs .mbr-section-title,
.cid-uZjmduaTOs .mbr-section-btn,
.cid-uZjmduaTOs .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjmduCC1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjmduCC1s .item:focus,
.cid-uZjmduCC1s span:focus {
  outline: none;
}
.cid-uZjmduCC1s .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjmduCC1s .content-head {
  max-width: 800px;
}
.cid-uZjmduCC1s .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjmduCC1s .item {
    min-height: 32.5px;
  }
}
.cid-uZjmdv1qDo {
  background-color: #eeeef4;
}
.cid-uZjmdv1qDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmdv1qDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmdv1qDo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjmdv1qDo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmdv1qDo .content-wrapper {
    width: 100%;
  }
}
.cid-uZjmdv1qDo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjmdv1qDo .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjmdv1qDo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjmdv1qDo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjmdv1qDo .mbr-section-title {
  color: #181824;
}
.cid-uZjmdv1qDo .mbr-text,
.cid-uZjmdv1qDo .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjmdv1qDo .mbr-section-title,
.cid-uZjmdv1qDo .mbr-section-btn,
.cid-uZjmdv1qDo .icon-wrapper {
  text-align: center;
}
.cid-uZjmdv1qDo .mbr-section-title,
.cid-uZjmdv1qDo .mbr-section-btn {
  text-align: justify;
}
.cid-uZjmdvR4WT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjmdvR4WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmdvR4WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmdvR4WT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmdvR4WT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjmdvR4WT .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjmdvR4WT .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmdvR4WT .item {
    margin-bottom: 20px;
  }
}
.cid-uZjmdvR4WT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjmdvR4WT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjmdvR4WT .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjmdvR4WT .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjmdvR4WT .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjmdvR4WT .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjmdvR4WT .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-title_1,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-title_2,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-text_1,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-text_2,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-price_1,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-price_2,
.cid-uZjmdvR4WT .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjmdvR4WT .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjmdvR4WT .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjmdvR4WT .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjmdvR4WT .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjmdvR4WT .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjmdvR4WT .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjmdvR4WT .mbr-section-title,
.cid-uZjmdvR4WT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmdvR4WT .card-title_1 {
  color: #323432;
}
.cid-uZjmdvR4WT .card-text_1 {
  color: #323432;
}
.cid-uZjmdvR4WT .card-price_1 {
  color: #323432;
}
.cid-uZjmdvR4WT .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjmdvR4WT .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjmdvR4WT .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjmdvR4WT .card-title_3 {
  color: #323432;
}
.cid-uZjmdvR4WT .card-text_3 {
  color: #323432;
}
.cid-uZjmdvR4WT .card-price_3 {
  color: #323432;
}
#custom-html-il {
  /* Type valid CSS here */
}
#custom-html-il div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-il p {
  font-size: 60px;
  color: #777;
}
.cid-uZjmnt45Ja {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjmnt45Ja .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjmnt45Ja .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjmnt45Ja .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjmnt45Ja .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjmnt45Ja .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjmnt45Ja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjmnt45Ja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjmnt45Ja .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjmnt45Ja .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjmnt45Ja .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjmnt45Ja .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjmnt45Ja .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjmnt45Ja .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjmnt45Ja .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjmnt45Ja .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjmnt45Ja .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjmnt45Ja .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjmnt45Ja .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjmnt45Ja .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjmnt45Ja .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmnt45Ja .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmnt45Ja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjmnt45Ja .container,
.cid-uZjmnt45Ja .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .container,
  .cid-uZjmnt45Ja .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmnt45Ja .container,
  .cid-uZjmnt45Ja .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjmnt45Ja .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjmnt45Ja .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjmnt45Ja .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjmnt45Ja .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjmnt45Ja .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjmnt45Ja .nav-item:focus,
.cid-uZjmnt45Ja .nav-link:focus {
  outline: none;
}
.cid-uZjmnt45Ja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjmnt45Ja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjmnt45Ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjmnt45Ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjmnt45Ja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjmnt45Ja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjmnt45Ja .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjmnt45Ja .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjmnt45Ja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjmnt45Ja .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjmnt45Ja .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjmnt45Ja .navbar.collapsed {
  justify-content: center;
}
.cid-uZjmnt45Ja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjmnt45Ja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjmnt45Ja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjmnt45Ja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjmnt45Ja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjmnt45Ja .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjmnt45Ja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjmnt45Ja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjmnt45Ja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjmnt45Ja .navbar {
    min-height: 72px;
  }
  .cid-uZjmnt45Ja .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjmnt45Ja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjmnt45Ja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjmnt45Ja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjmnt45Ja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjmnt45Ja .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjmnt45Ja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjmnt45Ja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjmnt45Ja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjmnt45Ja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmnt45Ja .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjmnt45Ja .dropdown-item.active,
.cid-uZjmnt45Ja .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjmnt45Ja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjmnt45Ja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjmnt45Ja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjmnt45Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjmnt45Ja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjmnt45Ja .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjmnt45Ja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjmnt45Ja .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjmnt45Ja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjmnt45Ja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjmnt45Ja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjmnt45Ja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmnt45Ja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmnt45Ja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjmnt45Ja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmnt45Ja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjmnt45Ja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjmnt45Ja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmnt45Ja .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjmnt45Ja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjmnt45Ja .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjmnt45Ja .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjmnt45Ja .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjmnt45Ja .navbar {
    height: 70px;
  }
  .cid-uZjmnt45Ja .navbar.opened {
    height: auto;
  }
  .cid-uZjmnt45Ja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjmnt45Ja .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjmnt45Ja .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjmnt45Ja .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjmnt45Ja .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjmnt45Ja .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjmnt45Ja .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjmnt45Ja .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjmnt45Ja .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjmnt45Ja .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjmnt45Ja .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjmnt45Ja .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjmnt45Ja .content-wrap {
    display: block;
  }
}
.cid-uZjmntBWrO {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjmntBWrO .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjmntBWrO .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjmntBWrO .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjmntBWrO .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjmntBWrO .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjmntBWrO .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjmntBWrO .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjmntBWrO .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjmntBWrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmntBWrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmntBWrO .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjmntBWrO .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjmntBWrO .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjmntBWrO .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjmntBWrO .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjmntBWrO .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmntBWrO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjmntBWrO .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjmntBWrO .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjmntBWrO .mbr-section-title {
  color: #323432;
}
.cid-uZjmntBWrO .mbr-text,
.cid-uZjmntBWrO .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmntBWrO .mbr-section-title,
.cid-uZjmntBWrO .mbr-section-btn,
.cid-uZjmntBWrO .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjmnu0AYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjmnu0AYD .item:focus,
.cid-uZjmnu0AYD span:focus {
  outline: none;
}
.cid-uZjmnu0AYD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjmnu0AYD .content-head {
  max-width: 800px;
}
.cid-uZjmnu0AYD .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjmnu0AYD .item {
    min-height: 32.5px;
  }
}
.cid-uZjmnumTBh {
  background-color: #eeeef4;
}
.cid-uZjmnumTBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmnumTBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmnumTBh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjmnumTBh .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmnumTBh .content-wrapper {
    width: 100%;
  }
}
.cid-uZjmnumTBh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjmnumTBh .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjmnumTBh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjmnumTBh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjmnumTBh .mbr-section-title {
  color: #181824;
}
.cid-uZjmnumTBh .mbr-text,
.cid-uZjmnumTBh .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjmnumTBh .mbr-section-title,
.cid-uZjmnumTBh .mbr-section-btn,
.cid-uZjmnumTBh .icon-wrapper {
  text-align: center;
}
.cid-uZjmnumTBh .mbr-section-title,
.cid-uZjmnumTBh .mbr-section-btn {
  text-align: justify;
}
.cid-uZjmnv96Hm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjmnv96Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmnv96Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmnv96Hm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmnv96Hm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjmnv96Hm .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjmnv96Hm .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmnv96Hm .item {
    margin-bottom: 20px;
  }
}
.cid-uZjmnv96Hm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjmnv96Hm .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjmnv96Hm .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjmnv96Hm .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjmnv96Hm .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjmnv96Hm .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjmnv96Hm .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-title_1,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-title_2,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-text_1,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-text_2,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-price_1,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-price_2,
.cid-uZjmnv96Hm .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjmnv96Hm .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjmnv96Hm .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjmnv96Hm .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjmnv96Hm .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjmnv96Hm .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjmnv96Hm .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjmnv96Hm .mbr-section-title,
.cid-uZjmnv96Hm .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmnv96Hm .card-title_1 {
  color: #323432;
}
.cid-uZjmnv96Hm .card-text_1 {
  color: #323432;
}
.cid-uZjmnv96Hm .card-price_1 {
  color: #323432;
}
.cid-uZjmnv96Hm .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjmnv96Hm .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjmnv96Hm .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjmnv96Hm .card-title_3 {
  color: #323432;
}
.cid-uZjmnv96Hm .card-text_3 {
  color: #323432;
}
.cid-uZjmnv96Hm .card-price_3 {
  color: #323432;
}
#custom-html-ir {
  /* Type valid CSS here */
}
#custom-html-ir div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ir p {
  font-size: 60px;
  color: #777;
}
.cid-uZjmvfj1NM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjmvfj1NM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjmvfj1NM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjmvfj1NM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjmvfj1NM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjmvfj1NM .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjmvfj1NM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjmvfj1NM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjmvfj1NM .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjmvfj1NM .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjmvfj1NM .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjmvfj1NM .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjmvfj1NM .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjmvfj1NM .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjmvfj1NM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjmvfj1NM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjmvfj1NM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjmvfj1NM .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjmvfj1NM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjmvfj1NM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjmvfj1NM .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmvfj1NM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmvfj1NM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjmvfj1NM .container,
.cid-uZjmvfj1NM .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .container,
  .cid-uZjmvfj1NM .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmvfj1NM .container,
  .cid-uZjmvfj1NM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjmvfj1NM .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjmvfj1NM .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjmvfj1NM .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjmvfj1NM .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjmvfj1NM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjmvfj1NM .nav-item:focus,
.cid-uZjmvfj1NM .nav-link:focus {
  outline: none;
}
.cid-uZjmvfj1NM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjmvfj1NM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjmvfj1NM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjmvfj1NM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjmvfj1NM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjmvfj1NM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjmvfj1NM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjmvfj1NM .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjmvfj1NM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjmvfj1NM .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjmvfj1NM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjmvfj1NM .navbar.collapsed {
  justify-content: center;
}
.cid-uZjmvfj1NM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjmvfj1NM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjmvfj1NM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjmvfj1NM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjmvfj1NM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjmvfj1NM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjmvfj1NM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjmvfj1NM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjmvfj1NM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjmvfj1NM .navbar {
    min-height: 72px;
  }
  .cid-uZjmvfj1NM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjmvfj1NM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjmvfj1NM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjmvfj1NM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjmvfj1NM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjmvfj1NM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjmvfj1NM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjmvfj1NM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjmvfj1NM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjmvfj1NM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmvfj1NM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjmvfj1NM .dropdown-item.active,
.cid-uZjmvfj1NM .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjmvfj1NM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjmvfj1NM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjmvfj1NM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjmvfj1NM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjmvfj1NM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjmvfj1NM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjmvfj1NM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjmvfj1NM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjmvfj1NM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjmvfj1NM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjmvfj1NM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjmvfj1NM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmvfj1NM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmvfj1NM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjmvfj1NM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmvfj1NM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjmvfj1NM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjmvfj1NM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmvfj1NM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjmvfj1NM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjmvfj1NM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjmvfj1NM .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjmvfj1NM .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjmvfj1NM .navbar {
    height: 70px;
  }
  .cid-uZjmvfj1NM .navbar.opened {
    height: auto;
  }
  .cid-uZjmvfj1NM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjmvfj1NM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjmvfj1NM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjmvfj1NM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjmvfj1NM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjmvfj1NM .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjmvfj1NM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjmvfj1NM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjmvfj1NM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjmvfj1NM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjmvfj1NM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjmvfj1NM .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjmvfj1NM .content-wrap {
    display: block;
  }
}
.cid-uZjmvfPHx2 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjmvfPHx2 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjmvfPHx2 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjmvfPHx2 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjmvfPHx2 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjmvfPHx2 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjmvfPHx2 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjmvfPHx2 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjmvfPHx2 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjmvfPHx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmvfPHx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmvfPHx2 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjmvfPHx2 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjmvfPHx2 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjmvfPHx2 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjmvfPHx2 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjmvfPHx2 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmvfPHx2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjmvfPHx2 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjmvfPHx2 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjmvfPHx2 .mbr-section-title {
  color: #323432;
}
.cid-uZjmvfPHx2 .mbr-text,
.cid-uZjmvfPHx2 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmvfPHx2 .mbr-section-title,
.cid-uZjmvfPHx2 .mbr-section-btn,
.cid-uZjmvfPHx2 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjmvgdiKD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjmvgdiKD .item:focus,
.cid-uZjmvgdiKD span:focus {
  outline: none;
}
.cid-uZjmvgdiKD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjmvgdiKD .content-head {
  max-width: 800px;
}
.cid-uZjmvgdiKD .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjmvgdiKD .item {
    min-height: 32.5px;
  }
}
.cid-uZjmvgA2nK {
  background-color: #eeeef4;
}
.cid-uZjmvgA2nK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmvgA2nK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmvgA2nK .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjmvgA2nK .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmvgA2nK .content-wrapper {
    width: 100%;
  }
}
.cid-uZjmvgA2nK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjmvgA2nK .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjmvgA2nK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjmvgA2nK .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjmvgA2nK .mbr-section-title {
  color: #181824;
}
.cid-uZjmvgA2nK .mbr-text,
.cid-uZjmvgA2nK .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjmvgA2nK .mbr-section-title,
.cid-uZjmvgA2nK .mbr-section-btn,
.cid-uZjmvgA2nK .icon-wrapper {
  text-align: center;
}
.cid-uZjmvgA2nK .mbr-section-title,
.cid-uZjmvgA2nK .mbr-section-btn {
  text-align: justify;
}
.cid-uZjmvhnt4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjmvhnt4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmvhnt4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmvhnt4A .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmvhnt4A .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjmvhnt4A .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjmvhnt4A .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmvhnt4A .item {
    margin-bottom: 20px;
  }
}
.cid-uZjmvhnt4A .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjmvhnt4A .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjmvhnt4A .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjmvhnt4A .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjmvhnt4A .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjmvhnt4A .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjmvhnt4A .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-title_1,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-title_2,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-text_1,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-text_2,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-price_1,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-price_2,
.cid-uZjmvhnt4A .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjmvhnt4A .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjmvhnt4A .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjmvhnt4A .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjmvhnt4A .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjmvhnt4A .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjmvhnt4A .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjmvhnt4A .mbr-section-title,
.cid-uZjmvhnt4A .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmvhnt4A .card-title_1 {
  color: #323432;
}
.cid-uZjmvhnt4A .card-text_1 {
  color: #323432;
}
.cid-uZjmvhnt4A .card-price_1 {
  color: #323432;
}
.cid-uZjmvhnt4A .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjmvhnt4A .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjmvhnt4A .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjmvhnt4A .card-title_3 {
  color: #323432;
}
.cid-uZjmvhnt4A .card-text_3 {
  color: #323432;
}
.cid-uZjmvhnt4A .card-price_3 {
  color: #323432;
}
#custom-html-ix {
  /* Type valid CSS here */
}
#custom-html-ix div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-ix p {
  font-size: 60px;
  color: #777;
}
.cid-uZjmHKZnd2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjmHKZnd2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjmHKZnd2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjmHKZnd2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjmHKZnd2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjmHKZnd2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjmHKZnd2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjmHKZnd2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjmHKZnd2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjmHKZnd2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjmHKZnd2 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjmHKZnd2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjmHKZnd2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjmHKZnd2 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmHKZnd2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmHKZnd2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjmHKZnd2 .container,
.cid-uZjmHKZnd2 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .container,
  .cid-uZjmHKZnd2 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjmHKZnd2 .container,
  .cid-uZjmHKZnd2 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjmHKZnd2 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjmHKZnd2 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjmHKZnd2 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjmHKZnd2 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjmHKZnd2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjmHKZnd2 .nav-item:focus,
.cid-uZjmHKZnd2 .nav-link:focus {
  outline: none;
}
.cid-uZjmHKZnd2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjmHKZnd2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjmHKZnd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjmHKZnd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjmHKZnd2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjmHKZnd2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjmHKZnd2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjmHKZnd2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjmHKZnd2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjmHKZnd2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjmHKZnd2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjmHKZnd2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZjmHKZnd2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjmHKZnd2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjmHKZnd2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjmHKZnd2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjmHKZnd2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjmHKZnd2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjmHKZnd2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjmHKZnd2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjmHKZnd2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjmHKZnd2 .navbar {
    min-height: 72px;
  }
  .cid-uZjmHKZnd2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjmHKZnd2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjmHKZnd2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjmHKZnd2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjmHKZnd2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjmHKZnd2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjmHKZnd2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjmHKZnd2 .dropdown-item.active,
.cid-uZjmHKZnd2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjmHKZnd2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjmHKZnd2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjmHKZnd2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjmHKZnd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjmHKZnd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjmHKZnd2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjmHKZnd2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjmHKZnd2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjmHKZnd2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjmHKZnd2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjmHKZnd2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjmHKZnd2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmHKZnd2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjmHKZnd2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjmHKZnd2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmHKZnd2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjmHKZnd2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjmHKZnd2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjmHKZnd2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjmHKZnd2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjmHKZnd2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjmHKZnd2 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjmHKZnd2 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjmHKZnd2 .navbar {
    height: 70px;
  }
  .cid-uZjmHKZnd2 .navbar.opened {
    height: auto;
  }
  .cid-uZjmHKZnd2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjmHKZnd2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjmHKZnd2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjmHKZnd2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjmHKZnd2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjmHKZnd2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjmHKZnd2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjmHKZnd2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjmHKZnd2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjmHKZnd2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjmHKZnd2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjmHKZnd2 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjmHKZnd2 .content-wrap {
    display: block;
  }
}
.cid-uZjmHLwbUp {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjmHLwbUp .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjmHLwbUp .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjmHLwbUp .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjmHLwbUp .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjmHLwbUp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjmHLwbUp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjmHLwbUp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjmHLwbUp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjmHLwbUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmHLwbUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmHLwbUp .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjmHLwbUp .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjmHLwbUp .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjmHLwbUp .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjmHLwbUp .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjmHLwbUp .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmHLwbUp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjmHLwbUp .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjmHLwbUp .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjmHLwbUp .mbr-section-title {
  color: #323432;
}
.cid-uZjmHLwbUp .mbr-text,
.cid-uZjmHLwbUp .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmHLwbUp .mbr-section-title,
.cid-uZjmHLwbUp .mbr-section-btn,
.cid-uZjmHLwbUp .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjmHLVk5K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjmHLVk5K .item:focus,
.cid-uZjmHLVk5K span:focus {
  outline: none;
}
.cid-uZjmHLVk5K .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjmHLVk5K .content-head {
  max-width: 800px;
}
.cid-uZjmHLVk5K .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjmHLVk5K .item {
    min-height: 32.5px;
  }
}
.cid-uZjmHMhLRh {
  background-color: #eeeef4;
}
.cid-uZjmHMhLRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmHMhLRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmHMhLRh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjmHMhLRh .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjmHMhLRh .content-wrapper {
    width: 100%;
  }
}
.cid-uZjmHMhLRh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjmHMhLRh .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjmHMhLRh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjmHMhLRh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjmHMhLRh .mbr-section-title {
  color: #181824;
}
.cid-uZjmHMhLRh .mbr-text,
.cid-uZjmHMhLRh .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjmHMhLRh .mbr-section-title,
.cid-uZjmHMhLRh .mbr-section-btn,
.cid-uZjmHMhLRh .icon-wrapper {
  text-align: center;
}
.cid-uZjmHMhLRh .mbr-section-title,
.cid-uZjmHMhLRh .mbr-section-btn {
  text-align: justify;
}
.cid-uZjmHN4wxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjmHN4wxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjmHN4wxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjmHN4wxU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmHN4wxU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjmHN4wxU .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjmHN4wxU .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjmHN4wxU .item {
    margin-bottom: 20px;
  }
}
.cid-uZjmHN4wxU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjmHN4wxU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjmHN4wxU .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjmHN4wxU .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjmHN4wxU .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjmHN4wxU .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjmHN4wxU .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-title_1,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-title_2,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-text_1,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-text_2,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-price_1,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-price_2,
.cid-uZjmHN4wxU .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjmHN4wxU .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjmHN4wxU .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjmHN4wxU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjmHN4wxU .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjmHN4wxU .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjmHN4wxU .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjmHN4wxU .mbr-section-title,
.cid-uZjmHN4wxU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjmHN4wxU .card-title_1 {
  color: #323432;
}
.cid-uZjmHN4wxU .card-text_1 {
  color: #323432;
}
.cid-uZjmHN4wxU .card-price_1 {
  color: #323432;
}
.cid-uZjmHN4wxU .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjmHN4wxU .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjmHN4wxU .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjmHN4wxU .card-title_3 {
  color: #323432;
}
.cid-uZjmHN4wxU .card-text_3 {
  color: #323432;
}
.cid-uZjmHN4wxU .card-price_3 {
  color: #323432;
}
#custom-html-j3 {
  /* Type valid CSS here */
}
#custom-html-j3 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-j3 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjn1fvhgz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjn1fvhgz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjn1fvhgz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjn1fvhgz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjn1fvhgz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjn1fvhgz .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjn1fvhgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjn1fvhgz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjn1fvhgz .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjn1fvhgz .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjn1fvhgz .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjn1fvhgz .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjn1fvhgz .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjn1fvhgz .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjn1fvhgz .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjn1fvhgz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjn1fvhgz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjn1fvhgz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjn1fvhgz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjn1fvhgz .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjn1fvhgz .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjn1fvhgz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjn1fvhgz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjn1fvhgz .container,
.cid-uZjn1fvhgz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .container,
  .cid-uZjn1fvhgz .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjn1fvhgz .container,
  .cid-uZjn1fvhgz .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjn1fvhgz .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjn1fvhgz .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjn1fvhgz .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjn1fvhgz .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjn1fvhgz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjn1fvhgz .nav-item:focus,
.cid-uZjn1fvhgz .nav-link:focus {
  outline: none;
}
.cid-uZjn1fvhgz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjn1fvhgz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjn1fvhgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjn1fvhgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjn1fvhgz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjn1fvhgz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjn1fvhgz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjn1fvhgz .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjn1fvhgz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjn1fvhgz .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjn1fvhgz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjn1fvhgz .navbar.collapsed {
  justify-content: center;
}
.cid-uZjn1fvhgz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjn1fvhgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjn1fvhgz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjn1fvhgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjn1fvhgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjn1fvhgz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjn1fvhgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjn1fvhgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjn1fvhgz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjn1fvhgz .navbar {
    min-height: 72px;
  }
  .cid-uZjn1fvhgz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjn1fvhgz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjn1fvhgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjn1fvhgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjn1fvhgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjn1fvhgz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjn1fvhgz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjn1fvhgz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjn1fvhgz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjn1fvhgz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjn1fvhgz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjn1fvhgz .dropdown-item.active,
.cid-uZjn1fvhgz .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjn1fvhgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjn1fvhgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjn1fvhgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjn1fvhgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjn1fvhgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjn1fvhgz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjn1fvhgz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjn1fvhgz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjn1fvhgz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjn1fvhgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjn1fvhgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjn1fvhgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjn1fvhgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjn1fvhgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjn1fvhgz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjn1fvhgz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjn1fvhgz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjn1fvhgz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjn1fvhgz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjn1fvhgz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjn1fvhgz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjn1fvhgz .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjn1fvhgz .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjn1fvhgz .navbar {
    height: 70px;
  }
  .cid-uZjn1fvhgz .navbar.opened {
    height: auto;
  }
  .cid-uZjn1fvhgz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjn1fvhgz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjn1fvhgz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjn1fvhgz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjn1fvhgz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjn1fvhgz .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjn1fvhgz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjn1fvhgz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjn1fvhgz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjn1fvhgz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjn1fvhgz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjn1fvhgz .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjn1fvhgz .content-wrap {
    display: block;
  }
}
.cid-uZjn1g1533 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjn1g1533 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjn1g1533 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjn1g1533 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjn1g1533 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjn1g1533 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjn1g1533 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjn1g1533 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjn1g1533 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjn1g1533 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjn1g1533 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjn1g1533 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjn1g1533 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjn1g1533 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjn1g1533 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjn1g1533 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjn1g1533 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjn1g1533 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjn1g1533 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjn1g1533 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjn1g1533 .mbr-section-title {
  color: #323432;
}
.cid-uZjn1g1533 .mbr-text,
.cid-uZjn1g1533 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjn1g1533 .mbr-section-title,
.cid-uZjn1g1533 .mbr-section-btn,
.cid-uZjn1g1533 .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjn1grzR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjn1grzR3 .item:focus,
.cid-uZjn1grzR3 span:focus {
  outline: none;
}
.cid-uZjn1grzR3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjn1grzR3 .content-head {
  max-width: 800px;
}
.cid-uZjn1grzR3 .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjn1grzR3 .item {
    min-height: 32.5px;
  }
}
.cid-uZjn1gOZMZ {
  background-color: #eeeef4;
}
.cid-uZjn1gOZMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjn1gOZMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjn1gOZMZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjn1gOZMZ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjn1gOZMZ .content-wrapper {
    width: 100%;
  }
}
.cid-uZjn1gOZMZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjn1gOZMZ .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjn1gOZMZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjn1gOZMZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjn1gOZMZ .mbr-section-title {
  color: #181824;
}
.cid-uZjn1gOZMZ .mbr-text,
.cid-uZjn1gOZMZ .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjn1gOZMZ .mbr-section-title,
.cid-uZjn1gOZMZ .mbr-section-btn,
.cid-uZjn1gOZMZ .icon-wrapper {
  text-align: center;
}
.cid-uZjn1gOZMZ .mbr-section-title,
.cid-uZjn1gOZMZ .mbr-section-btn {
  text-align: justify;
}
.cid-uZjn1hCm3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjn1hCm3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjn1hCm3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjn1hCm3d .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjn1hCm3d .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjn1hCm3d .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjn1hCm3d .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjn1hCm3d .item {
    margin-bottom: 20px;
  }
}
.cid-uZjn1hCm3d .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjn1hCm3d .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjn1hCm3d .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjn1hCm3d .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjn1hCm3d .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjn1hCm3d .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjn1hCm3d .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-title_1,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-title_2,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-text_1,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-text_2,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-price_1,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-price_2,
.cid-uZjn1hCm3d .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjn1hCm3d .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjn1hCm3d .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjn1hCm3d .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjn1hCm3d .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjn1hCm3d .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjn1hCm3d .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjn1hCm3d .mbr-section-title,
.cid-uZjn1hCm3d .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjn1hCm3d .card-title_1 {
  color: #323432;
}
.cid-uZjn1hCm3d .card-text_1 {
  color: #323432;
}
.cid-uZjn1hCm3d .card-price_1 {
  color: #323432;
}
.cid-uZjn1hCm3d .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjn1hCm3d .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjn1hCm3d .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjn1hCm3d .card-title_3 {
  color: #323432;
}
.cid-uZjn1hCm3d .card-text_3 {
  color: #323432;
}
.cid-uZjn1hCm3d .card-price_3 {
  color: #323432;
}
#custom-html-j9 {
  /* Type valid CSS here */
}
#custom-html-j9 div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-j9 p {
  font-size: 60px;
  color: #777;
}
.cid-uZjnnxP9kO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZjnnxP9kO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZjnnxP9kO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZjnnxP9kO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uZjnnxP9kO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZjnnxP9kO .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uZjnnxP9kO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZjnnxP9kO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZjnnxP9kO .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uZjnnxP9kO .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uZjnnxP9kO .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uZjnnxP9kO .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uZjnnxP9kO .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uZjnnxP9kO .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uZjnnxP9kO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uZjnnxP9kO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZjnnxP9kO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZjnnxP9kO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uZjnnxP9kO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZjnnxP9kO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uZjnnxP9kO .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjnnxP9kO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZjnnxP9kO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uZjnnxP9kO .container,
.cid-uZjnnxP9kO .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .container,
  .cid-uZjnnxP9kO .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uZjnnxP9kO .container,
  .cid-uZjnnxP9kO .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZjnnxP9kO .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uZjnnxP9kO .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uZjnnxP9kO .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZjnnxP9kO .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uZjnnxP9kO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uZjnnxP9kO .nav-item:focus,
.cid-uZjnnxP9kO .nav-link:focus {
  outline: none;
}
.cid-uZjnnxP9kO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZjnnxP9kO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZjnnxP9kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZjnnxP9kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZjnnxP9kO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZjnnxP9kO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZjnnxP9kO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZjnnxP9kO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZjnnxP9kO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZjnnxP9kO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZjnnxP9kO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uZjnnxP9kO .navbar.collapsed {
  justify-content: center;
}
.cid-uZjnnxP9kO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZjnnxP9kO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZjnnxP9kO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZjnnxP9kO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZjnnxP9kO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZjnnxP9kO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZjnnxP9kO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZjnnxP9kO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZjnnxP9kO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZjnnxP9kO .navbar {
    min-height: 72px;
  }
  .cid-uZjnnxP9kO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZjnnxP9kO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZjnnxP9kO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZjnnxP9kO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZjnnxP9kO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZjnnxP9kO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZjnnxP9kO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZjnnxP9kO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZjnnxP9kO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZjnnxP9kO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZjnnxP9kO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZjnnxP9kO .dropdown-item.active,
.cid-uZjnnxP9kO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZjnnxP9kO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZjnnxP9kO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZjnnxP9kO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZjnnxP9kO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZjnnxP9kO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uZjnnxP9kO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZjnnxP9kO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZjnnxP9kO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZjnnxP9kO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZjnnxP9kO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uZjnnxP9kO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZjnnxP9kO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjnnxP9kO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZjnnxP9kO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZjnnxP9kO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjnnxP9kO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZjnnxP9kO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZjnnxP9kO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZjnnxP9kO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZjnnxP9kO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZjnnxP9kO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uZjnnxP9kO .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uZjnnxP9kO .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZjnnxP9kO .navbar {
    height: 70px;
  }
  .cid-uZjnnxP9kO .navbar.opened {
    height: auto;
  }
  .cid-uZjnnxP9kO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZjnnxP9kO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZjnnxP9kO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uZjnnxP9kO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uZjnnxP9kO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZjnnxP9kO .navbar-brand {
    margin-right: auto;
  }
  .cid-uZjnnxP9kO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uZjnnxP9kO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZjnnxP9kO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uZjnnxP9kO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZjnnxP9kO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZjnnxP9kO .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZjnnxP9kO .content-wrap {
    display: block;
  }
}
.cid-uZjnnylgFq {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://r.mobirisesite.com/1872491/assets/images/background1-h_mg29kfol.jpg");
}
.cid-uZjnnylgFq .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uZjnnylgFq .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uZjnnylgFq .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZjnnylgFq .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0;
  pointer-events: none;
}
.cid-uZjnnylgFq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uZjnnylgFq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uZjnnylgFq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uZjnnylgFq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uZjnnylgFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjnnylgFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjnnylgFq .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uZjnnylgFq .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uZjnnylgFq .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uZjnnylgFq .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uZjnnylgFq .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZjnnylgFq .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uZjnnylgFq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZjnnylgFq .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uZjnnylgFq .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uZjnnylgFq .mbr-section-title {
  color: #323432;
}
.cid-uZjnnylgFq .mbr-text,
.cid-uZjnnylgFq .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjnnylgFq .mbr-section-title,
.cid-uZjnnylgFq .mbr-section-btn,
.cid-uZjnnylgFq .title-wrapper {
  text-align: center;
  color: #b71313;
}
.cid-uZjnnyMw2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uZjnnyMw2k .item:focus,
.cid-uZjnnyMw2k span:focus {
  outline: none;
}
.cid-uZjnnyMw2k .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZjnnyMw2k .content-head {
  max-width: 800px;
}
.cid-uZjnnyMw2k .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uZjnnyMw2k .item {
    min-height: 32.5px;
  }
}
.cid-uZjnnzaORL {
  background-color: #eeeef4;
}
.cid-uZjnnzaORL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjnnzaORL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjnnzaORL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZjnnzaORL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZjnnzaORL .content-wrapper {
    width: 100%;
  }
}
.cid-uZjnnzaORL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZjnnzaORL .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZjnnzaORL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZjnnzaORL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZjnnzaORL .mbr-section-title {
  color: #181824;
}
.cid-uZjnnzaORL .mbr-text,
.cid-uZjnnzaORL .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZjnnzaORL .mbr-section-title,
.cid-uZjnnzaORL .mbr-section-btn,
.cid-uZjnnzaORL .icon-wrapper {
  text-align: center;
}
.cid-uZjnnzaORL .mbr-section-title,
.cid-uZjnnzaORL .mbr-section-btn {
  text-align: justify;
}
.cid-uZjnnzZMZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZjnnzZMZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjnnzZMZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjnnzZMZq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjnnzZMZq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZjnnzZMZq .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZjnnzZMZq .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZjnnzZMZq .item {
    margin-bottom: 20px;
  }
}
.cid-uZjnnzZMZq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZjnnzZMZq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZjnnzZMZq .item .item-wrapper:hover .card-box .item-img img,
.cid-uZjnnzZMZq .item .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uZjnnzZMZq .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uZjnnzZMZq .item .item-wrapper .card-box .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZjnnzZMZq .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-title_1,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-title_2,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-text_1,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-text_2,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-price_1,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-price_2,
.cid-uZjnnzZMZq .item .item-wrapper .card-box .card-price_3 {
  margin-bottom: 0;
}
.cid-uZjnnzZMZq .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZjnnzZMZq .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZjnnzZMZq .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uZjnnzZMZq .item .card_1 {
  background-color: #d1e0be;
}
.cid-uZjnnzZMZq .item .card_2 {
  background-color: #1e4d2b;
}
.cid-uZjnnzZMZq .item .card_3 {
  background-color: #e6eddc;
}
.cid-uZjnnzZMZq .mbr-section-title,
.cid-uZjnnzZMZq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZjnnzZMZq .card-title_1 {
  color: #323432;
}
.cid-uZjnnzZMZq .card-text_1 {
  color: #323432;
}
.cid-uZjnnzZMZq .card-price_1 {
  color: #323432;
}
.cid-uZjnnzZMZq .card-title_2 {
  color: #f1f5eb;
}
.cid-uZjnnzZMZq .card-text_2 {
  color: #f1f5eb;
}
.cid-uZjnnzZMZq .card-price_2 {
  color: #f1f5eb;
}
.cid-uZjnnzZMZq .card-title_3 {
  color: #323432;
}
.cid-uZjnnzZMZq .card-text_3 {
  color: #323432;
}
.cid-uZjnnzZMZq .card-price_3 {
  color: #323432;
}
#custom-html-jf {
  /* Type valid CSS here */
}
#custom-html-jf div {
  padding: 80px 0;
  color: #777;
  text-align: left;
}
#custom-html-jf p {
  font-size: 60px;
  color: #777;
}
