.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  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: #ff003f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff003f !important;
  border-color: #ff003f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3365 !important;
  border-color: #ff3365 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3365 !important;
  border-color: #ff3365 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff003f;
  color: #ff003f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff003f !important;
  border-color: #ff003f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff003f !important;
  border-color: #ff003f !important;
}
.btn-secondary-outline {
  color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline {
  color: #1f6463 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline {
  color: #645600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline {
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  color: #7a7a7a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff003f !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990026 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #ff003f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff003f;
  border-color: #ff003f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff003f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ff003f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ff003f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff003f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff003f;
}
.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: #ff003f;
  border-bottom-color: #ff003f;
}
.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: #ff003f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ff003f' %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;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  position: relative !important;
}
.cid-uPj2aeCGKu .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPj2aeCGKu .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;
}
.cid-uPj2aeCGKu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj2aeCGKu .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover,
.cid-uPj2aeCGKu .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover span {
  color: white;
}
.cid-uPj2aeCGKu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj2aeCGKu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj2aeCGKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj2aeCGKu .nav-link {
  position: relative;
}
.cid-uPj2aeCGKu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .container {
    flex-wrap: nowrap;
  }
}
.cid-uPj2aeCGKu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPj2aeCGKu .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-menu,
.cid-uPj2aeCGKu .navbar.opened {
  background: #56944f !important;
}
.cid-uPj2aeCGKu .nav-item:focus,
.cid-uPj2aeCGKu .nav-link:focus {
  outline: none;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj2aeCGKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj2aeCGKu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj2aeCGKu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPj2aeCGKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPj2aeCGKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj2aeCGKu .navbar.collapsed {
  justify-content: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj2aeCGKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj2aeCGKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj2aeCGKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj2aeCGKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPj2aeCGKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj2aeCGKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-item.active,
.cid-uPj2aeCGKu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj2aeCGKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPj2aeCGKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj2aeCGKu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPj2aeCGKu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPj2aeCGKu .navbar-buttons {
  text-align: center;
}
.cid-uPj2aeCGKu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPj2aeCGKu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPj2aeCGKu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPj2aeCGKu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPj2aeCGKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj2aeCGKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj2aeCGKu .navbar {
    height: 70px;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    height: auto;
  }
  .cid-uPj2aeCGKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPj2aeCGKu .navbar-nav {
  margin: 0 auto;
}
.cid-uPj2aeCGKu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPj2aeCGKu .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPj2aeCGKu .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPj2aeCGKu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPj2aeCGKu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPj2aeCGKu .content-wrap {
  min-height: 130px;
}
.cid-uPj6EkF0AI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/15-1200x900.jpg");
}
.cid-uPj6EkF0AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj6EkF0AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj6EkF0AI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPj6EkF0AI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPj6EkF0AI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPj6EkF0AI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPj6EkF0AI .container {
    padding: 0 24px;
  }
}
.cid-uPj6EkF0AI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uPj6EkF0AI .content-wrapper {
    padding: 0;
  }
}
.cid-uPj6EkF0AI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uPj6EkF0AI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uPj6EkF0AI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uPj6EkF0AI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPj6EkF0AI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uPj6EkF0AI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj6EkF0AI .mbr-section-title {
  color: #ffffff;
}
.cid-uPj6EkF0AI .mbr-desc,
.cid-uPj6EkF0AI .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj6EkF0AI .mbr-text,
.cid-uPj6EkF0AI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj6EkF0AI .mbr-section-title,
.cid-uPj6EkF0AI .mbr-section-btn {
  text-align: center;
}
.cid-uPj723K3Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPj723K3Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj723K3Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj723K3Rn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .container {
    padding: 0 15px;
  }
}
.cid-uPj723K3Rn .row {
  justify-content: center;
}
.cid-uPj723K3Rn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPj723K3Rn .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uPj723K3Rn .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uPj723K3Rn .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uPj723K3Rn .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPj723K3Rn .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPj723K3Rn .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #56944f;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uPj723K3Rn .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uPj723K3Rn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPj723K3Rn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPj723K3Rn .list {
  color: #ffffff;
}
.cid-uPj723K3Rn .list,
.cid-uPj723K3Rn .item-wrap {
  color: #000000;
}
.cid-uPimnbnIsJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #56944f;
}
.cid-uPimnbnIsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPimnbnIsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPimnbnIsJ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPimnbnIsJ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPimnbnIsJ .content-wrapper {
    padding: 0;
  }
}
.cid-uPimnbnIsJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPimnbnIsJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPimnbnIsJ .mbr-section-title,
.cid-uPimnbnIsJ .title-wrapper {
  color: #ffffff;
}
.cid-uPimnbnIsJ .mbr-section-title,
.cid-uPimnbnIsJ .mbr-section-btn,
.cid-uPimnbnIsJ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPig5eSpJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #cfcfcf;
}
.cid-uPig5eSpJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPig5eSpJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPig5eSpJm .content-wrapper {
  padding: 0 75px 0 108px;
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uPig5eSpJm .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPig5eSpJm .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .content-wrapper {
    padding: 0;
  }
}
.cid-uPig5eSpJm .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uPig5eSpJm .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uPig5eSpJm .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPig5eSpJm .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPig5eSpJm .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #56944f;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #56944f;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPig5eSpJm .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uPig5eSpJm .tab-content {
  padding: 0 108px 0 75px;
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPig5eSpJm .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .tab-content {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPig5eSpJm .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .tab-content {
    padding: 0;
  }
}
.cid-uPig5eSpJm .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #56944f;
  box-shadow: -10px 10px 0 0 #56944f;
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #56944f;
    height: 350px;
  }
}
.cid-uPig5eSpJm .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPig5eSpJm .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .button-wrap {
    padding: 0;
  }
}
.cid-uPig5eSpJm .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPig5eSpJm .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPig5eSpJm .mbr-section-title {
  color: #2C2625;
}
.cid-uPig5eSpJm .mbr-section-btn {
  text-align: center;
}
.cid-uPinqxjhUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPinqxjhUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPinqxjhUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPinqxjhUJ .row {
  justify-content: center;
}
.cid-uPinqxjhUJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPinqxjhUJ .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPinqxjhUJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPinqxjhUJ .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uPinqxjhUJ .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uPinqxjhUJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPinqxjhUJ .mbr-section-title,
.cid-uPinqxjhUJ .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uPinqxjhUJ .mbr-desc {
  color: #fff7ee;
}
.cid-uPinqxjhUJ .mbr-text {
  color: #000000;
}
.cid-uPinqxjhUJ .mbr-section-title,
.cid-uPinqxjhUJ .title-wrapper,
.cid-uPinqxjhUJ .mbr-iconfont {
  color: #000000;
  text-align: center;
}
.cid-uPifVTKgyh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPifVTKgyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPifVTKgyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPifVTKgyh .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPifVTKgyh .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPifVTKgyh .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #56944f 70%);
  transition: all 1s ease-in-out;
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #56944f 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uPifVTKgyh .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uPifVTKgyh .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPifVTKgyh .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPifVTKgyh .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPifVTKgyh .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uPjaFGtucI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/16-1200x800.jpg");
}
.cid-uPjaFGtucI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjaFGtucI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjaFGtucI .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPjaFGtucI .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPjaFGtucI .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPjaFGtucI .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPjaFGtucI .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #56944f;
  border: 3px solid #cfcfcf;
  box-shadow: 4px 4px 0 0 #cfcfcf;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPjaFGtucI .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPjaFGtucI .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjaFGtucI .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPjaFGtucI .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjaFGtucI .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPjaFGtucI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPjaFGtucI .mbr-section-title,
.cid-uPjaFGtucI .mbr-section-btn {
  color: #000000;
}
.cid-uPjbXV6hwH {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #cfcfcf;
}
.cid-uPjbXV6hwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjbXV6hwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjbXV6hwH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #56944f;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPjbXV6hwH .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjbXV6hwH .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPjbXV6hwH .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjbXV6hwH .image-wrapper img {
    height: 350px;
  }
}
.cid-uPjbXV6hwH .mbr-section-title {
  color: #404349;
}
.cid-uPjbXV6hwH .mbr-desc {
  color: #b19a7c;
}
.cid-uPjbXV6hwH .mbr-text {
  color: #404349;
}
.cid-uPjbXV6hwH .mbr-desc,
.cid-uPjbXV6hwH .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjbXV6hwH .mbr-section-title,
.cid-uPjbXV6hwH .title-wrap DIV {
  text-align: center;
}
.cid-uPjbXV6hwH .mbr-section-title,
.cid-uPjbXV6hwH .title-wrap {
  color: #000000;
}
.cid-tT2vzoTtrd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #56944f;
}
.cid-tT2vzoTtrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2vzoTtrd .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tT2vzoTtrd .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-tT2vzoTtrd .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tT2vzoTtrd .item-wrapper:hover .card-title,
.cid-tT2vzoTtrd .item-wrapper:hover .card-text,
.cid-tT2vzoTtrd .item-wrapper:hover .card-link,
.cid-tT2vzoTtrd .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-tT2vzoTtrd .item-wrapper:hover span {
  color: #ff003f;
}
.cid-tT2vzoTtrd .card-title,
.cid-tT2vzoTtrd .card-text,
.cid-tT2vzoTtrd .card-link,
.cid-tT2vzoTtrd .card-link a {
  transition: all 0.3s;
}
.cid-tT2vzoTtrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2vzoTtrd .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tT2vzoTtrd .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tT2vzoTtrd .link-wrapper:hover {
  cursor: pointer;
}
.cid-tT2vzoTtrd .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tT2vzoTtrd .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tT2vzoTtrd .card-title,
.cid-tT2vzoTtrd .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tT2vzoTtrd .card-text {
  color: #232323;
  text-align: center;
}
.cid-tT2vzoTtrd .content-head {
  max-width: 800px;
}
.cid-tT2vzoTtrd .mbr-section-title {
  color: #000000;
}
.cid-tT2vzoTtrd .card-link,
.cid-tT2vzoTtrd .link-icon,
.cid-tT2vzoTtrd .link-align {
  color: #232323;
}
.cid-uPixrYUvUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPixrYUvUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPixrYUvUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPixrYUvUQ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uPixrYUvUQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPixrYUvUQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPixrYUvUQ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPixrYUvUQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPixrYUvUQ .mbr-section-title {
  color: #000000;
}
.cid-uPixrYUvUQ .mbr-desc {
  color: #fdfde1;
}
.cid-uPixrYUvUQ .mbr-text {
  color: #000000;
}
.cid-uPixrYUvUQ .mbr-text,
.cid-uPixrYUvUQ .text-wrapper {
  color: #000000;
}
.cid-uPixrYUvUQ .mbr-section-title,
.cid-uPixrYUvUQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPjdK1njmK {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPjdK1njmK .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uPjdK1njmK .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uPjdK1njmK .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #56944f;
  z-index: 1;
}
.cid-uPjdK1njmK .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #cfcfcf;
}
.cid-uPjdK1njmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjdK1njmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjdK1njmK .row {
  position: relative;
  z-index: 2;
}
.cid-uPjdK1njmK .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPjdK1njmK .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uPjdK1njmK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPjdK1njmK .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uPjdK1njmK .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uPjdK1njmK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjdK1njmK .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPjdK1njmK .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uPjdK1njmK .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjdK1njmK .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uPjdK1njmK .mbr-section-title {
  color: #212529;
}
.cid-uPjdK1njmK .mbr-text {
  color: #51565c;
}
.cid-uPiy6FPF6m {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #cfcfcf, #56944f);
}
@media (min-width: 768px) {
  .cid-uPiy6FPF6m {
    align-items: flex-start;
  }
  .cid-uPiy6FPF6m .row {
    justify-content: flex-start;
  }
}
.cid-uPiy6FPF6m .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPiy6FPF6m .mbr-text,
.cid-uPiy6FPF6m .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPiy6FPF6m .mbr-section-title,
.cid-uPiy6FPF6m .line {
  color: #000000;
  text-align: center;
}
.cid-uPiy6FPF6m h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPiy6FPF6m h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPiy6FPF6m .mbr-section-subtitle,
.cid-uPiy6FPF6m .align {
  text-align: left;
  color: #232323;
}
.cid-uPiy6FPF6m .mbr-text2 {
  color: #808080;
}
.cid-uPje3Mdsun {
  background-image: url("../../../assets/images/18-1300x868.jpg");
}
.cid-uPje3Mdsun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPje3Mdsun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPje3Mdsun .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uPje3Mdsun .image-wrap {
    height: 450px;
  }
}
.cid-uPjdUaBwZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPjdUaBwZi::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #56944f -10%, transparent 70%);
}
.cid-uPjdUaBwZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjdUaBwZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjdUaBwZi .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPjdUaBwZi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPjdUaBwZi .container {
    padding: 0 16px;
  }
}
.cid-uPjdUaBwZi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPjdUaBwZi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPjdUaBwZi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjdUaBwZi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPjdUaBwZi .mbr-text {
  color: #000000;
}
.cid-uPiyeI5l9T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #56944f;
}
.cid-uPiyeI5l9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiyeI5l9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiyeI5l9T .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPiyeI5l9T .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPiyeI5l9T .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPiyeI5l9T .google-map iframe {
    height: 300px;
  }
}
.cid-uPjeKOhavh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjeKOhavh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjeKOhavh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjeKOhavh .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .mbr-section-title {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-text {
  color: #8a8a8a;
}
.cid-uPjeKOhavh .list {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjeKOhavh .mbr-text,
.cid-uPjeKOhavh .mbr-section-btn {
  color: #000000;
}
.cid-uPjeKOhavh .list,
.cid-uPjeKOhavh .item-wrap {
  text-align: left;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  position: relative !important;
}
.cid-uPj2aeCGKu .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPj2aeCGKu .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;
}
.cid-uPj2aeCGKu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj2aeCGKu .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover,
.cid-uPj2aeCGKu .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover span {
  color: white;
}
.cid-uPj2aeCGKu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj2aeCGKu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj2aeCGKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj2aeCGKu .nav-link {
  position: relative;
}
.cid-uPj2aeCGKu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .container {
    flex-wrap: nowrap;
  }
}
.cid-uPj2aeCGKu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPj2aeCGKu .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-menu,
.cid-uPj2aeCGKu .navbar.opened {
  background: #56944f !important;
}
.cid-uPj2aeCGKu .nav-item:focus,
.cid-uPj2aeCGKu .nav-link:focus {
  outline: none;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj2aeCGKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj2aeCGKu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj2aeCGKu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPj2aeCGKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPj2aeCGKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj2aeCGKu .navbar.collapsed {
  justify-content: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj2aeCGKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj2aeCGKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj2aeCGKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj2aeCGKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPj2aeCGKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj2aeCGKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-item.active,
.cid-uPj2aeCGKu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj2aeCGKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPj2aeCGKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj2aeCGKu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPj2aeCGKu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPj2aeCGKu .navbar-buttons {
  text-align: center;
}
.cid-uPj2aeCGKu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPj2aeCGKu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPj2aeCGKu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPj2aeCGKu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPj2aeCGKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj2aeCGKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj2aeCGKu .navbar {
    height: 70px;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    height: auto;
  }
  .cid-uPj2aeCGKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPj2aeCGKu .navbar-nav {
  margin: 0 auto;
}
.cid-uPj2aeCGKu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPj2aeCGKu .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPj2aeCGKu .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPj2aeCGKu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPj2aeCGKu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPj2aeCGKu .content-wrap {
  min-height: 130px;
}
.cid-uPjiwZ6VX2 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/17-1080x1080.jpg");
}
.cid-uPjiwZ6VX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjiwZ6VX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjiwZ6VX2 .row {
  justify-content: center;
}
.cid-uPjiwZ6VX2 .card {
  justify-content: flex-end;
}
.cid-uPjiwZ6VX2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPjiwZ6VX2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPjiwZ6VX2 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPjiwZ6VX2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjiwZ6VX2 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPjiwZ6VX2 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjiwZ6VX2 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPjiwZ6VX2 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjiwZ6VX2 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPjiwZ6VX2 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPjiwZ6VX2 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPjiwZ6VX2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjiwZ6VX2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjiwZ6VX2 .mbr-text,
.cid-uPjiwZ6VX2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjiwZ6VX2 .mbr-desc {
  color: #ffffff;
}
.cid-uPjiP0g75X {
  display: flex;
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #56944f, #56944f);
}
@media (min-width: 768px) {
  .cid-uPjiP0g75X {
    align-items: flex-start;
  }
  .cid-uPjiP0g75X .row {
    justify-content: flex-start;
  }
}
.cid-uPjiP0g75X .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPjiP0g75X .mbr-text,
.cid-uPjiP0g75X .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uPjiP0g75X .mbr-section-title,
.cid-uPjiP0g75X .line {
  color: #232323;
}
.cid-uPjiP0g75X h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPjiP0g75X h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPjiP0g75X .mbr-section-subtitle,
.cid-uPjiP0g75X .align {
  text-align: left;
  color: #232323;
}
.cid-uPjiP0g75X .mbr-text2 {
  color: #808080;
}
.cid-uPiBzTNcVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPiBzTNcVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiBzTNcVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiBzTNcVR .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPiBzTNcVR .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPiBzTNcVR .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPiBzTNcVR .google-map iframe {
    height: 300px;
  }
}
.cid-uPjeKOhavh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjeKOhavh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjeKOhavh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjeKOhavh .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .mbr-section-title {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-text {
  color: #8a8a8a;
}
.cid-uPjeKOhavh .list {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjeKOhavh .mbr-text,
.cid-uPjeKOhavh .mbr-section-btn {
  color: #000000;
}
.cid-uPjeKOhavh .list,
.cid-uPjeKOhavh .item-wrap {
  text-align: left;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  position: relative !important;
}
.cid-uPj2aeCGKu .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPj2aeCGKu .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;
}
.cid-uPj2aeCGKu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj2aeCGKu .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover,
.cid-uPj2aeCGKu .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .dropdown-item:hover span {
  color: white;
}
.cid-uPj2aeCGKu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj2aeCGKu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj2aeCGKu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj2aeCGKu .nav-link {
  position: relative;
}
.cid-uPj2aeCGKu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .container {
    flex-wrap: nowrap;
  }
}
.cid-uPj2aeCGKu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPj2aeCGKu .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-menu,
.cid-uPj2aeCGKu .navbar.opened {
  background: #56944f !important;
}
.cid-uPj2aeCGKu .nav-item:focus,
.cid-uPj2aeCGKu .nav-link:focus {
  outline: none;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj2aeCGKu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj2aeCGKu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj2aeCGKu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj2aeCGKu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj2aeCGKu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPj2aeCGKu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPj2aeCGKu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj2aeCGKu .navbar.collapsed {
  justify-content: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj2aeCGKu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPj2aeCGKu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj2aeCGKu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj2aeCGKu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj2aeCGKu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj2aeCGKu .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-uPj2aeCGKu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj2aeCGKu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj2aeCGKu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj2aeCGKu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPj2aeCGKu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj2aeCGKu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPj2aeCGKu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPj2aeCGKu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .dropdown-item.active,
.cid-uPj2aeCGKu .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj2aeCGKu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj2aeCGKu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPj2aeCGKu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPj2aeCGKu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj2aeCGKu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPj2aeCGKu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPj2aeCGKu .navbar-buttons {
  text-align: center;
}
.cid-uPj2aeCGKu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPj2aeCGKu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPj2aeCGKu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPj2aeCGKu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPj2aeCGKu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj2aeCGKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj2aeCGKu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPj2aeCGKu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj2aeCGKu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj2aeCGKu .navbar {
    height: 70px;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    height: auto;
  }
  .cid-uPj2aeCGKu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPj2aeCGKu .navbar-nav {
  margin: 0 auto;
}
.cid-uPj2aeCGKu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPj2aeCGKu .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPj2aeCGKu .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPj2aeCGKu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPj2aeCGKu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPj2aeCGKu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPj2aeCGKu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPj2aeCGKu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPj2aeCGKu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPj2aeCGKu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPj2aeCGKu .content-wrap {
  min-height: 130px;
}
.cid-uPjjnfBMOk {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/19-2000x1125.jpg");
}
.cid-uPjjnfBMOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjjnfBMOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjjnfBMOk .row {
  justify-content: center;
}
.cid-uPjjnfBMOk .card {
  justify-content: flex-end;
}
.cid-uPjjnfBMOk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPjjnfBMOk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPjjnfBMOk .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPjjnfBMOk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjjnfBMOk .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPjjnfBMOk .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjjnfBMOk .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPjjnfBMOk .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjjnfBMOk .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPjjnfBMOk .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPjjnfBMOk .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPjjnfBMOk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjjnfBMOk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjjnfBMOk .mbr-text,
.cid-uPjjnfBMOk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjjnfBMOk .mbr-desc {
  color: #ffffff;
}
.cid-uPjji7KulZ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #56944f, #56944f);
}
@media (min-width: 768px) {
  .cid-uPjji7KulZ {
    align-items: flex-start;
  }
  .cid-uPjji7KulZ .row {
    justify-content: flex-start;
  }
}
.cid-uPjji7KulZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPjji7KulZ .mbr-text,
.cid-uPjji7KulZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPjji7KulZ .mbr-section-title,
.cid-uPjji7KulZ .line {
  color: #232323;
}
.cid-uPjji7KulZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPjji7KulZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPjji7KulZ .mbr-section-subtitle,
.cid-uPjji7KulZ .align {
  text-align: left;
  color: #232323;
}
.cid-uPjji7KulZ .mbr-text2 {
  color: #808080;
}
.cid-uPiCo7IzjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPiCo7IzjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiCo7IzjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiCo7IzjJ .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPiCo7IzjJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPiCo7IzjJ .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPiCo7IzjJ .google-map iframe {
    height: 300px;
  }
}
.cid-uPjeKOhavh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjeKOhavh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjeKOhavh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjeKOhavh .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjeKOhavh .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjeKOhavh .mbr-section-title {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-text {
  color: #8a8a8a;
}
.cid-uPjeKOhavh .list {
  color: #000000;
}
.cid-uPjeKOhavh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjeKOhavh .mbr-text,
.cid-uPjeKOhavh .mbr-section-btn {
  color: #000000;
}
.cid-uPjeKOhavh .list,
.cid-uPjeKOhavh .item-wrap {
  text-align: left;
}
.cid-uPjkPAwD47 .navbar-dropdown {
  position: relative !important;
}
.cid-uPjkPAwD47 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPjkPAwD47 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPAwD47 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPjkPAwD47 .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;
}
.cid-uPjkPAwD47 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPjkPAwD47 .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjkPAwD47 .dropdown-item:hover,
.cid-uPjkPAwD47 .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjkPAwD47 .dropdown-item:hover span {
  color: white;
}
.cid-uPjkPAwD47 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPjkPAwD47 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPjkPAwD47 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPjkPAwD47 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPjkPAwD47 .nav-link {
  position: relative;
}
.cid-uPjkPAwD47 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPjkPAwD47 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPjkPAwD47 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjkPAwD47 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPjkPAwD47 .dropdown-menu,
.cid-uPjkPAwD47 .navbar.opened {
  background: #56944f !important;
}
.cid-uPjkPAwD47 .nav-item:focus,
.cid-uPjkPAwD47 .nav-link:focus {
  outline: none;
}
.cid-uPjkPAwD47 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjkPAwD47 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPjkPAwD47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjkPAwD47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjkPAwD47 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjkPAwD47 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjkPAwD47 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjkPAwD47 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjkPAwD47 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPjkPAwD47 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPjkPAwD47 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPjkPAwD47 .navbar.collapsed {
  justify-content: center;
}
.cid-uPjkPAwD47 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjkPAwD47 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjkPAwD47 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPjkPAwD47 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjkPAwD47 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjkPAwD47 .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-uPjkPAwD47 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjkPAwD47 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjkPAwD47 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPjkPAwD47 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjkPAwD47 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjkPAwD47 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjkPAwD47 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjkPAwD47 .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-uPjkPAwD47 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPjkPAwD47 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPjkPAwD47 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjkPAwD47 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPjkPAwD47 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjkPAwD47 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjkPAwD47 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPjkPAwD47 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPjkPAwD47 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPjkPAwD47 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPjkPAwD47 .navbar-brand .navbar-caption:hover,
.cid-uPjkPAwD47 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjkPAwD47 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPjkPAwD47 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPjkPAwD47 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjkPAwD47 .dropdown-item.active,
.cid-uPjkPAwD47 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjkPAwD47 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjkPAwD47 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjkPAwD47 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjkPAwD47 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPjkPAwD47 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjkPAwD47 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPjkPAwD47 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPjkPAwD47 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPjkPAwD47 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPjkPAwD47 .navbar-buttons {
  text-align: center;
}
.cid-uPjkPAwD47 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPjkPAwD47 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPjkPAwD47 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPjkPAwD47 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjkPAwD47 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPjkPAwD47 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPjkPAwD47 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjkPAwD47 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjkPAwD47 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPjkPAwD47 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjkPAwD47 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjkPAwD47 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjkPAwD47 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjkPAwD47 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjkPAwD47 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjkPAwD47 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjkPAwD47 .navbar {
    height: 70px;
  }
  .cid-uPjkPAwD47 .navbar.opened {
    height: auto;
  }
  .cid-uPjkPAwD47 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjkPAwD47 .navbar-nav {
  margin: 0 auto;
}
.cid-uPjkPAwD47 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPjkPAwD47 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPjkPAwD47 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPjkPAwD47 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPjkPAwD47 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPjkPAwD47 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPjkPAwD47 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPjkPAwD47 .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPjkPAwD47 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPjkPAwD47 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPjkPAwD47 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPjkPAwD47 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPjkPAwD47 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPjkPAwD47 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPjkPAwD47 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPjkPAwD47 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPjkPAwD47 .content-wrap {
  min-height: 130px;
}
.cid-uPjkPE35uO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20-1254x836.jpg");
}
.cid-uPjkPE35uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPE35uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPE35uO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPjkPE35uO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjkPE35uO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPE35uO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjkPE35uO .container {
    padding: 0 24px;
  }
}
.cid-uPjkPE35uO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uPjkPE35uO .content-wrapper {
    padding: 0;
  }
}
.cid-uPjkPE35uO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uPjkPE35uO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uPjkPE35uO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uPjkPE35uO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPjkPE35uO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uPjkPE35uO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjkPE35uO .mbr-section-title {
  color: #ffffff;
}
.cid-uPjkPE35uO .mbr-desc,
.cid-uPjkPE35uO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjkPE35uO .mbr-text,
.cid-uPjkPE35uO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjkPE35uO .mbr-section-title,
.cid-uPjkPE35uO .mbr-section-btn {
  text-align: center;
}
.cid-uPjkPIC6R8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjkPIC6R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPIC6R8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPIC6R8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .container {
    padding: 0 15px;
  }
}
.cid-uPjkPIC6R8 .row {
  justify-content: center;
}
.cid-uPjkPIC6R8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPjkPIC6R8 .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uPjkPIC6R8 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uPjkPIC6R8 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uPjkPIC6R8 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPjkPIC6R8 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjkPIC6R8 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #56944f;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uPjkPIC6R8 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uPjkPIC6R8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjkPIC6R8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPjkPIC6R8 .list {
  color: #ffffff;
}
.cid-uPjkPIC6R8 .list,
.cid-uPjkPIC6R8 .item-wrap {
  color: #000000;
}
.cid-uPjkPKFliY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #56944f;
}
.cid-uPjkPKFliY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPKFliY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPKFliY .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjkPKFliY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPKFliY .content-wrapper {
    padding: 0;
  }
}
.cid-uPjkPKFliY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPjkPKFliY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPjkPKFliY .mbr-section-title,
.cid-uPjkPKFliY .title-wrapper {
  color: #ffffff;
}
.cid-uPjkPKFliY .mbr-section-title,
.cid-uPjkPKFliY .mbr-section-btn,
.cid-uPjkPKFliY .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjkPMFcxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #cfcfcf;
}
.cid-uPjkPMFcxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPMFcxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPMFcxQ .content-wrapper {
  padding: 0 75px 0 108px;
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uPjkPMFcxQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjkPMFcxQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .content-wrapper {
    padding: 0;
  }
}
.cid-uPjkPMFcxQ .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #56944f;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #56944f;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPjkPMFcxQ .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uPjkPMFcxQ .tab-content {
  padding: 0 108px 0 75px;
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjkPMFcxQ .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .tab-content {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjkPMFcxQ .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .tab-content {
    padding: 0;
  }
}
.cid-uPjkPMFcxQ .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #56944f;
  box-shadow: -10px 10px 0 0 #56944f;
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #56944f;
    height: 350px;
  }
}
.cid-uPjkPMFcxQ .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjkPMFcxQ .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .button-wrap {
    padding: 0;
  }
}
.cid-uPjkPMFcxQ .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPjkPMFcxQ .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPjkPMFcxQ .mbr-section-title {
  color: #2C2625;
}
.cid-uPjkPMFcxQ .mbr-section-btn {
  text-align: center;
}
.cid-uPjkPP547r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjkPP547r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPP547r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPP547r .row {
  justify-content: center;
}
.cid-uPjkPP547r .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPjkPP547r .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPjkPP547r .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjkPP547r .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uPjkPP547r .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uPjkPP547r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkPP547r .mbr-section-title,
.cid-uPjkPP547r .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uPjkPP547r .mbr-desc {
  color: #fff7ee;
}
.cid-uPjkPP547r .mbr-text {
  color: #000000;
}
.cid-uPjkPP547r .mbr-section-title,
.cid-uPjkPP547r .title-wrapper,
.cid-uPjkPP547r .mbr-iconfont {
  color: #000000;
  text-align: center;
}
.cid-uPjkPRvvaD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cfcfcf;
}
.cid-uPjkPRvvaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPRvvaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPRvvaD .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #56944f;
}
@media (max-width: 992px) {
  .cid-uPjkPRvvaD .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjkPRvvaD .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #cfcfcf 70%);
  transition: all 1s ease-in-out;
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #cfcfcf 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uPjkPRvvaD .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uPjkPRvvaD .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjkPRvvaD .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPjkPRvvaD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjkPRvvaD .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uPjkPUJ7Wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/21-2000x1334.jpg");
}
.cid-uPjkPUJ7Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPUJ7Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPUJ7Wh .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPjkPUJ7Wh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPjkPUJ7Wh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPjkPUJ7Wh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPjkPUJ7Wh .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #56944f;
  border: 3px solid #cfcfcf;
  box-shadow: 4px 4px 0 0 #cfcfcf;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPjkPUJ7Wh .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPjkPUJ7Wh .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjkPUJ7Wh .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPjkPUJ7Wh .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkPUJ7Wh .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPjkPUJ7Wh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPjkPUJ7Wh .mbr-section-title,
.cid-uPjkPUJ7Wh .mbr-section-btn {
  color: #000000;
}
.cid-uPjkPXVgS0 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #cfcfcf;
}
.cid-uPjkPXVgS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkPXVgS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkPXVgS0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #56944f;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPjkPXVgS0 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjkPXVgS0 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPjkPXVgS0 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjkPXVgS0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPjkPXVgS0 .mbr-section-title {
  color: #404349;
}
.cid-uPjkPXVgS0 .mbr-desc {
  color: #b19a7c;
}
.cid-uPjkPXVgS0 .mbr-text {
  color: #404349;
}
.cid-uPjkPXVgS0 .mbr-desc,
.cid-uPjkPXVgS0 .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjkPXVgS0 .mbr-section-title,
.cid-uPjkPXVgS0 .title-wrap DIV {
  text-align: center;
}
.cid-uPjkPXVgS0 .mbr-section-title,
.cid-uPjkPXVgS0 .title-wrap {
  color: #000000;
}
.cid-uPjkQ0sln6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #56944f;
}
.cid-uPjkQ0sln6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQ0sln6 .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uPjkQ0sln6 .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uPjkQ0sln6 .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uPjkQ0sln6 .item-wrapper:hover .card-title,
.cid-uPjkQ0sln6 .item-wrapper:hover .card-text,
.cid-uPjkQ0sln6 .item-wrapper:hover .card-link,
.cid-uPjkQ0sln6 .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uPjkQ0sln6 .item-wrapper:hover span {
  color: #ff003f;
}
.cid-uPjkQ0sln6 .card-title,
.cid-uPjkQ0sln6 .card-text,
.cid-uPjkQ0sln6 .card-link,
.cid-uPjkQ0sln6 .card-link a {
  transition: all 0.3s;
}
.cid-uPjkQ0sln6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQ0sln6 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uPjkQ0sln6 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uPjkQ0sln6 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uPjkQ0sln6 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPjkQ0sln6 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uPjkQ0sln6 .card-title,
.cid-uPjkQ0sln6 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPjkQ0sln6 .card-text {
  color: #232323;
  text-align: center;
}
.cid-uPjkQ0sln6 .content-head {
  max-width: 800px;
}
.cid-uPjkQ0sln6 .mbr-section-title {
  color: #000000;
}
.cid-uPjkQ0sln6 .card-link,
.cid-uPjkQ0sln6 .link-icon,
.cid-uPjkQ0sln6 .link-align {
  color: #232323;
}
.cid-uPjkQ30BZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjkQ30BZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQ30BZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQ30BZo .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uPjkQ30BZo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPjkQ30BZo .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjkQ30BZo .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPjkQ30BZo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkQ30BZo .mbr-section-title {
  color: #000000;
}
.cid-uPjkQ30BZo .mbr-desc {
  color: #fdfde1;
}
.cid-uPjkQ30BZo .mbr-text {
  color: #000000;
}
.cid-uPjkQ30BZo .mbr-text,
.cid-uPjkQ30BZo .text-wrapper {
  color: #000000;
}
.cid-uPjkQ30BZo .mbr-section-title,
.cid-uPjkQ30BZo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPjkQ5kLl7 {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPjkQ5kLl7 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uPjkQ5kLl7 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uPjkQ5kLl7 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #56944f;
  z-index: 1;
}
.cid-uPjkQ5kLl7 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #cfcfcf;
}
.cid-uPjkQ5kLl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQ5kLl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQ5kLl7 .row {
  position: relative;
  z-index: 2;
}
.cid-uPjkQ5kLl7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPjkQ5kLl7 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uPjkQ5kLl7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPjkQ5kLl7 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uPjkQ5kLl7 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uPjkQ5kLl7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkQ5kLl7 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPjkQ5kLl7 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uPjkQ5kLl7 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjkQ5kLl7 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uPjkQ5kLl7 .mbr-section-title {
  color: #212529;
}
.cid-uPjkQ5kLl7 .mbr-text {
  color: #51565c;
}
.cid-uPjkQ8bLxW {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #cfcfcf, #56944f);
}
@media (min-width: 768px) {
  .cid-uPjkQ8bLxW {
    align-items: flex-start;
  }
  .cid-uPjkQ8bLxW .row {
    justify-content: flex-start;
  }
}
.cid-uPjkQ8bLxW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPjkQ8bLxW .mbr-text,
.cid-uPjkQ8bLxW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPjkQ8bLxW .mbr-section-title,
.cid-uPjkQ8bLxW .line {
  color: #000000;
  text-align: center;
}
.cid-uPjkQ8bLxW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPjkQ8bLxW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPjkQ8bLxW .mbr-section-subtitle,
.cid-uPjkQ8bLxW .align {
  text-align: left;
  color: #232323;
}
.cid-uPjkQ8bLxW .mbr-text2 {
  color: #808080;
}
.cid-uPjkQaiu2Z {
  background-image: url("../../../assets/images/22-1920x1080.jpg");
}
.cid-uPjkQaiu2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQaiu2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQaiu2Z .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uPjkQaiu2Z .image-wrap {
    height: 450px;
  }
}
.cid-uPjkQc5pR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPjkQc5pR5::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #56944f -10%, transparent 70%);
}
.cid-uPjkQc5pR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQc5pR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQc5pR5 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPjkQc5pR5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPjkQc5pR5 .container {
    padding: 0 16px;
  }
}
.cid-uPjkQc5pR5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPjkQc5pR5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPjkQc5pR5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkQc5pR5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPjkQc5pR5 .mbr-text {
  color: #000000;
}
.cid-uPjpNlk0pD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjpNlk0pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjpNlk0pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjpNlk0pD .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPjpNlk0pD .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPjpNlk0pD .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPjpNlk0pD .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPjpNlk0pD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPjpNlk0pD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPjpNlk0pD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPjpNlk0pD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPjpNlk0pD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPjpNlk0pD .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPjpNlk0pD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPjpNlk0pD .mbr-section-title {
  color: #19171c;
}
.cid-uPjpNlk0pD .panel-title {
  color: #19171c;
}
.cid-uPjpNlk0pD .panel-text {
  color: #ffffff;
}
.cid-uPjpNlk0pD .mbr-section-title,
.cid-uPjpNlk0pD .mbr-section-btn {
  text-align: center;
}
.cid-uPjkQdYHUG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfcfcf;
}
.cid-uPjkQdYHUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQdYHUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQdYHUG .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjkQdYHUG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPjkQdYHUG .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPjkQdYHUG .google-map iframe {
    height: 300px;
  }
}
.cid-uPjkQg9NUT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjkQg9NUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjkQg9NUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjkQg9NUT .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjkQg9NUT .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjkQg9NUT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjkQg9NUT .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjkQg9NUT .mbr-section-title {
  color: #000000;
}
.cid-uPjkQg9NUT .mbr-text {
  color: #8a8a8a;
}
.cid-uPjkQg9NUT .list {
  color: #000000;
}
.cid-uPjkQg9NUT .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjkQg9NUT .mbr-text,
.cid-uPjkQg9NUT .mbr-section-btn {
  color: #000000;
}
.cid-uPjkQg9NUT .list,
.cid-uPjkQg9NUT .item-wrap {
  text-align: left;
}
.cid-uPjrGHoEJB .navbar-dropdown {
  position: relative !important;
}
.cid-uPjrGHoEJB .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPjrGHoEJB .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGHoEJB .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPjrGHoEJB .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;
}
.cid-uPjrGHoEJB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPjrGHoEJB .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjrGHoEJB .dropdown-item:hover,
.cid-uPjrGHoEJB .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjrGHoEJB .dropdown-item:hover span {
  color: white;
}
.cid-uPjrGHoEJB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPjrGHoEJB .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPjrGHoEJB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPjrGHoEJB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPjrGHoEJB .nav-link {
  position: relative;
}
.cid-uPjrGHoEJB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPjrGHoEJB .container {
    flex-wrap: nowrap;
  }
}
.cid-uPjrGHoEJB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjrGHoEJB .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPjrGHoEJB .dropdown-menu,
.cid-uPjrGHoEJB .navbar.opened {
  background: #56944f !important;
}
.cid-uPjrGHoEJB .nav-item:focus,
.cid-uPjrGHoEJB .nav-link:focus {
  outline: none;
}
.cid-uPjrGHoEJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjrGHoEJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPjrGHoEJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjrGHoEJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjrGHoEJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjrGHoEJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjrGHoEJB .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjrGHoEJB .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjrGHoEJB .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPjrGHoEJB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPjrGHoEJB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPjrGHoEJB .navbar.collapsed {
  justify-content: center;
}
.cid-uPjrGHoEJB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjrGHoEJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjrGHoEJB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPjrGHoEJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjrGHoEJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjrGHoEJB .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-uPjrGHoEJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjrGHoEJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjrGHoEJB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPjrGHoEJB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjrGHoEJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjrGHoEJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjrGHoEJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjrGHoEJB .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-uPjrGHoEJB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPjrGHoEJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPjrGHoEJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjrGHoEJB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPjrGHoEJB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjrGHoEJB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjrGHoEJB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPjrGHoEJB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPjrGHoEJB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPjrGHoEJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPjrGHoEJB .navbar-brand .navbar-caption:hover,
.cid-uPjrGHoEJB .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjrGHoEJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPjrGHoEJB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPjrGHoEJB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjrGHoEJB .dropdown-item.active,
.cid-uPjrGHoEJB .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjrGHoEJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjrGHoEJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjrGHoEJB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjrGHoEJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPjrGHoEJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjrGHoEJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPjrGHoEJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPjrGHoEJB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPjrGHoEJB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPjrGHoEJB .navbar-buttons {
  text-align: center;
}
.cid-uPjrGHoEJB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPjrGHoEJB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPjrGHoEJB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPjrGHoEJB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjrGHoEJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPjrGHoEJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPjrGHoEJB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjrGHoEJB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjrGHoEJB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPjrGHoEJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjrGHoEJB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjrGHoEJB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjrGHoEJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjrGHoEJB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjrGHoEJB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjrGHoEJB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjrGHoEJB .navbar {
    height: 70px;
  }
  .cid-uPjrGHoEJB .navbar.opened {
    height: auto;
  }
  .cid-uPjrGHoEJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjrGHoEJB .navbar-nav {
  margin: 0 auto;
}
.cid-uPjrGHoEJB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPjrGHoEJB .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPjrGHoEJB .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPjrGHoEJB .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPjrGHoEJB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPjrGHoEJB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPjrGHoEJB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPjrGHoEJB .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPjrGHoEJB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPjrGHoEJB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPjrGHoEJB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPjrGHoEJB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPjrGHoEJB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPjrGHoEJB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPjrGHoEJB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPjrGHoEJB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPjrGHoEJB .content-wrap {
  min-height: 130px;
}
.cid-uPjrGLeZI9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/23-1200x800.jpg");
}
.cid-uPjrGLeZI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGLeZI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGLeZI9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPjrGLeZI9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjrGLeZI9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGLeZI9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjrGLeZI9 .container {
    padding: 0 24px;
  }
}
.cid-uPjrGLeZI9 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uPjrGLeZI9 .content-wrapper {
    padding: 0;
  }
}
.cid-uPjrGLeZI9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uPjrGLeZI9 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uPjrGLeZI9 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uPjrGLeZI9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPjrGLeZI9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uPjrGLeZI9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjrGLeZI9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPjrGLeZI9 .mbr-desc,
.cid-uPjrGLeZI9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjrGLeZI9 .mbr-text,
.cid-uPjrGLeZI9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjrGLeZI9 .mbr-section-title,
.cid-uPjrGLeZI9 .mbr-section-btn {
  text-align: center;
}
.cid-uPjrGNim3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjrGNim3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGNim3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGNim3Q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .container {
    padding: 0 15px;
  }
}
.cid-uPjrGNim3Q .row {
  justify-content: center;
}
.cid-uPjrGNim3Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPjrGNim3Q .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uPjrGNim3Q .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uPjrGNim3Q .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uPjrGNim3Q .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPjrGNim3Q .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjrGNim3Q .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #56944f;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uPjrGNim3Q .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uPjrGNim3Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjrGNim3Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPjrGNim3Q .list {
  color: #ffffff;
}
.cid-uPjrGNim3Q .list,
.cid-uPjrGNim3Q .item-wrap {
  color: #000000;
}
.cid-uPjrGPc7he {
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #56944f;
}
.cid-uPjrGPc7he .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGPc7he .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGPc7he .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjrGPc7he .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGPc7he .content-wrapper {
    padding: 0;
  }
}
.cid-uPjrGPc7he .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPjrGPc7he .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPjrGPc7he .mbr-section-title,
.cid-uPjrGPc7he .title-wrapper {
  color: #ffffff;
}
.cid-uPjrGPc7he .mbr-section-title,
.cid-uPjrGPc7he .mbr-section-btn,
.cid-uPjrGPc7he .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjrGQXGvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #cfcfcf;
}
.cid-uPjrGQXGvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGQXGvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGQXGvg .content-wrapper {
  padding: 0 75px 0 108px;
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uPjrGQXGvg .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjrGQXGvg .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .content-wrapper {
    padding: 0;
  }
}
.cid-uPjrGQXGvg .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #56944f;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #56944f;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPjrGQXGvg .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uPjrGQXGvg .tab-content {
  padding: 0 108px 0 75px;
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjrGQXGvg .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .tab-content {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjrGQXGvg .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .tab-content {
    padding: 0;
  }
}
.cid-uPjrGQXGvg .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #56944f;
  box-shadow: -10px 10px 0 0 #56944f;
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #56944f;
    height: 350px;
  }
}
.cid-uPjrGQXGvg .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjrGQXGvg .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .button-wrap {
    padding: 0;
  }
}
.cid-uPjrGQXGvg .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPjrGQXGvg .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPjrGQXGvg .mbr-section-title {
  color: #2C2625;
}
.cid-uPjrGQXGvg .mbr-section-btn {
  text-align: center;
}
.cid-uPjrGUbwzL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjrGUbwzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGUbwzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGUbwzL .row {
  justify-content: center;
}
.cid-uPjrGUbwzL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPjrGUbwzL .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPjrGUbwzL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjrGUbwzL .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uPjrGUbwzL .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uPjrGUbwzL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrGUbwzL .mbr-section-title,
.cid-uPjrGUbwzL .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uPjrGUbwzL .mbr-desc {
  color: #fff7ee;
}
.cid-uPjrGUbwzL .mbr-text {
  color: #000000;
}
.cid-uPjrGUbwzL .mbr-section-title,
.cid-uPjrGUbwzL .title-wrapper,
.cid-uPjrGUbwzL .mbr-iconfont {
  color: #000000;
  text-align: center;
}
.cid-uPjrGX2bMF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cfcfcf;
}
.cid-uPjrGX2bMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGX2bMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGX2bMF .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #56944f;
}
@media (max-width: 992px) {
  .cid-uPjrGX2bMF .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjrGX2bMF .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #cfcfcf 70%);
  transition: all 1s ease-in-out;
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #cfcfcf 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uPjrGX2bMF .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uPjrGX2bMF .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjrGX2bMF .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPjrGX2bMF .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjrGX2bMF .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uPjrGZFEWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/24-1100x733.jpg");
}
.cid-uPjrGZFEWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrGZFEWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrGZFEWa .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPjrGZFEWa .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPjrGZFEWa .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPjrGZFEWa .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPjrGZFEWa .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #56944f;
  border: 3px solid #cfcfcf;
  box-shadow: 4px 4px 0 0 #cfcfcf;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPjrGZFEWa .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPjrGZFEWa .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjrGZFEWa .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPjrGZFEWa .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrGZFEWa .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPjrGZFEWa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPjrGZFEWa .mbr-section-title,
.cid-uPjrGZFEWa .mbr-section-btn {
  color: #000000;
}
.cid-uPjrH2o0O4 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #cfcfcf;
}
.cid-uPjrH2o0O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrH2o0O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrH2o0O4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #56944f;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPjrH2o0O4 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjrH2o0O4 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPjrH2o0O4 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjrH2o0O4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPjrH2o0O4 .mbr-section-title {
  color: #404349;
}
.cid-uPjrH2o0O4 .mbr-desc {
  color: #b19a7c;
}
.cid-uPjrH2o0O4 .mbr-text {
  color: #404349;
}
.cid-uPjrH2o0O4 .mbr-desc,
.cid-uPjrH2o0O4 .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjrH2o0O4 .mbr-section-title,
.cid-uPjrH2o0O4 .title-wrap DIV {
  text-align: center;
}
.cid-uPjrH2o0O4 .mbr-section-title,
.cid-uPjrH2o0O4 .title-wrap {
  color: #000000;
}
.cid-uPjrH4Ic4R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #56944f;
}
.cid-uPjrH4Ic4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrH4Ic4R .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uPjrH4Ic4R .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uPjrH4Ic4R .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uPjrH4Ic4R .item-wrapper:hover .card-title,
.cid-uPjrH4Ic4R .item-wrapper:hover .card-text,
.cid-uPjrH4Ic4R .item-wrapper:hover .card-link,
.cid-uPjrH4Ic4R .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uPjrH4Ic4R .item-wrapper:hover span {
  color: #ff003f;
}
.cid-uPjrH4Ic4R .card-title,
.cid-uPjrH4Ic4R .card-text,
.cid-uPjrH4Ic4R .card-link,
.cid-uPjrH4Ic4R .card-link a {
  transition: all 0.3s;
}
.cid-uPjrH4Ic4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrH4Ic4R .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uPjrH4Ic4R .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uPjrH4Ic4R .link-wrapper:hover {
  cursor: pointer;
}
.cid-uPjrH4Ic4R .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPjrH4Ic4R .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uPjrH4Ic4R .card-title,
.cid-uPjrH4Ic4R .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPjrH4Ic4R .card-text {
  color: #232323;
  text-align: center;
}
.cid-uPjrH4Ic4R .content-head {
  max-width: 800px;
}
.cid-uPjrH4Ic4R .mbr-section-title {
  color: #000000;
}
.cid-uPjrH4Ic4R .card-link,
.cid-uPjrH4Ic4R .link-icon,
.cid-uPjrH4Ic4R .link-align {
  color: #232323;
}
.cid-uPjrH7FlQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjrH7FlQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrH7FlQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrH7FlQ2 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uPjrH7FlQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPjrH7FlQ2 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjrH7FlQ2 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPjrH7FlQ2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrH7FlQ2 .mbr-section-title {
  color: #000000;
}
.cid-uPjrH7FlQ2 .mbr-desc {
  color: #fdfde1;
}
.cid-uPjrH7FlQ2 .mbr-text {
  color: #000000;
}
.cid-uPjrH7FlQ2 .mbr-text,
.cid-uPjrH7FlQ2 .text-wrapper {
  color: #000000;
}
.cid-uPjrH7FlQ2 .mbr-section-title,
.cid-uPjrH7FlQ2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPjrHcYFl0 {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPjrHcYFl0 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uPjrHcYFl0 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uPjrHcYFl0 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #56944f;
  z-index: 1;
}
.cid-uPjrHcYFl0 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #cfcfcf;
}
.cid-uPjrHcYFl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHcYFl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHcYFl0 .row {
  position: relative;
  z-index: 2;
}
.cid-uPjrHcYFl0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPjrHcYFl0 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uPjrHcYFl0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPjrHcYFl0 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uPjrHcYFl0 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uPjrHcYFl0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrHcYFl0 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPjrHcYFl0 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uPjrHcYFl0 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjrHcYFl0 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uPjrHcYFl0 .mbr-section-title {
  color: #212529;
}
.cid-uPjrHcYFl0 .mbr-text {
  color: #51565c;
}
.cid-uPjrHhjHCM {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #cfcfcf, #56944f);
}
@media (min-width: 768px) {
  .cid-uPjrHhjHCM {
    align-items: flex-start;
  }
  .cid-uPjrHhjHCM .row {
    justify-content: flex-start;
  }
}
.cid-uPjrHhjHCM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPjrHhjHCM .mbr-text,
.cid-uPjrHhjHCM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPjrHhjHCM .mbr-section-title,
.cid-uPjrHhjHCM .line {
  color: #000000;
  text-align: center;
}
.cid-uPjrHhjHCM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPjrHhjHCM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPjrHhjHCM .mbr-section-subtitle,
.cid-uPjrHhjHCM .align {
  text-align: left;
  color: #232323;
}
.cid-uPjrHhjHCM .mbr-text2 {
  color: #808080;
}
.cid-uPjrHkuv1b {
  background-image: url("../../../assets/images/25-2000x1333.jpg");
}
.cid-uPjrHkuv1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHkuv1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHkuv1b .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uPjrHkuv1b .image-wrap {
    height: 450px;
  }
}
.cid-uPjrHpl7rY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPjrHpl7rY::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #56944f -10%, transparent 70%);
}
.cid-uPjrHpl7rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHpl7rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHpl7rY .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPjrHpl7rY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPjrHpl7rY .container {
    padding: 0 16px;
  }
}
.cid-uPjrHpl7rY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPjrHpl7rY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPjrHpl7rY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrHpl7rY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPjrHpl7rY .mbr-text {
  color: #000000;
}
.cid-uPjrHxdKnZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjrHxdKnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHxdKnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHxdKnZ .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPjrHxdKnZ .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPjrHxdKnZ .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPjrHxdKnZ .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPjrHxdKnZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPjrHxdKnZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPjrHxdKnZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPjrHxdKnZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPjrHxdKnZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPjrHxdKnZ .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPjrHxdKnZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPjrHxdKnZ .mbr-section-title {
  color: #19171c;
}
.cid-uPjrHxdKnZ .panel-title {
  color: #19171c;
}
.cid-uPjrHxdKnZ .panel-text {
  color: #ffffff;
}
.cid-uPjrHxdKnZ .mbr-section-title,
.cid-uPjrHxdKnZ .mbr-section-btn {
  text-align: center;
}
.cid-uPjrHBTppV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfcfcf;
}
.cid-uPjrHBTppV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHBTppV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHBTppV .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjrHBTppV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPjrHBTppV .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPjrHBTppV .google-map iframe {
    height: 300px;
  }
}
.cid-uPjrHGjJlO {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjrHGjJlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjrHGjJlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjrHGjJlO .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjrHGjJlO .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjrHGjJlO .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjrHGjJlO .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjrHGjJlO .mbr-section-title {
  color: #000000;
}
.cid-uPjrHGjJlO .mbr-text {
  color: #8a8a8a;
}
.cid-uPjrHGjJlO .list {
  color: #000000;
}
.cid-uPjrHGjJlO .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjrHGjJlO .mbr-text,
.cid-uPjrHGjJlO .mbr-section-btn {
  color: #000000;
}
.cid-uPjrHGjJlO .list,
.cid-uPjrHGjJlO .item-wrap {
  text-align: left;
}
.cid-uPjwV8kKR0 .navbar-dropdown {
  position: relative !important;
}
.cid-uPjwV8kKR0 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPjwV8kKR0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwV8kKR0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPjwV8kKR0 .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;
}
.cid-uPjwV8kKR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPjwV8kKR0 .dropdown-item {
  border: 2px solid #ffffff;
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjwV8kKR0 .dropdown-item:hover,
.cid-uPjwV8kKR0 .dropdown-item:focus {
  background: #56944f !important;
  color: #ff003f !important;
}
.cid-uPjwV8kKR0 .dropdown-item:hover span {
  color: white;
}
.cid-uPjwV8kKR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPjwV8kKR0 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPjwV8kKR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPjwV8kKR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPjwV8kKR0 .nav-link {
  position: relative;
}
.cid-uPjwV8kKR0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uPjwV8kKR0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPjwV8kKR0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjwV8kKR0 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uPjwV8kKR0 .dropdown-menu,
.cid-uPjwV8kKR0 .navbar.opened {
  background: #56944f !important;
}
.cid-uPjwV8kKR0 .nav-item:focus,
.cid-uPjwV8kKR0 .nav-link:focus {
  outline: none;
}
.cid-uPjwV8kKR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjwV8kKR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPjwV8kKR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjwV8kKR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjwV8kKR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjwV8kKR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjwV8kKR0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #56944f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjwV8kKR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjwV8kKR0 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uPjwV8kKR0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uPjwV8kKR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPjwV8kKR0 .navbar.collapsed {
  justify-content: center;
}
.cid-uPjwV8kKR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjwV8kKR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjwV8kKR0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uPjwV8kKR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjwV8kKR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjwV8kKR0 .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-uPjwV8kKR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjwV8kKR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjwV8kKR0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPjwV8kKR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjwV8kKR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjwV8kKR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjwV8kKR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjwV8kKR0 .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-uPjwV8kKR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPjwV8kKR0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPjwV8kKR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjwV8kKR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPjwV8kKR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjwV8kKR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjwV8kKR0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPjwV8kKR0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPjwV8kKR0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPjwV8kKR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPjwV8kKR0 .navbar-brand .navbar-caption:hover,
.cid-uPjwV8kKR0 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjwV8kKR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPjwV8kKR0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPjwV8kKR0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uPjwV8kKR0 .dropdown-item.active,
.cid-uPjwV8kKR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjwV8kKR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjwV8kKR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjwV8kKR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjwV8kKR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #56944f;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uPjwV8kKR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjwV8kKR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPjwV8kKR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPjwV8kKR0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPjwV8kKR0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uPjwV8kKR0 .navbar-buttons {
  text-align: center;
}
.cid-uPjwV8kKR0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uPjwV8kKR0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uPjwV8kKR0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPjwV8kKR0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #56944f !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPjwV8kKR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPjwV8kKR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPjwV8kKR0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjwV8kKR0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPjwV8kKR0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPjwV8kKR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjwV8kKR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjwV8kKR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjwV8kKR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjwV8kKR0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjwV8kKR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjwV8kKR0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjwV8kKR0 .navbar {
    height: 70px;
  }
  .cid-uPjwV8kKR0 .navbar.opened {
    height: auto;
  }
  .cid-uPjwV8kKR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjwV8kKR0 .navbar-nav {
  margin: 0 auto;
}
.cid-uPjwV8kKR0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPjwV8kKR0 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uPjwV8kKR0 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPjwV8kKR0 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uPjwV8kKR0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPjwV8kKR0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPjwV8kKR0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uPjwV8kKR0 .nav-item .dropdown-menu .dropdown-item {
  color: #ff003f !important;
}
.cid-uPjwV8kKR0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uPjwV8kKR0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPjwV8kKR0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPjwV8kKR0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPjwV8kKR0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPjwV8kKR0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPjwV8kKR0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uPjwV8kKR0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uPjwV8kKR0 .content-wrap {
  min-height: 130px;
}
.cid-uPjwVanNKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/28-1400x933.jpg");
}
.cid-uPjwVanNKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVanNKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVanNKO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPjwVanNKO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjwVanNKO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVanNKO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjwVanNKO .container {
    padding: 0 24px;
  }
}
.cid-uPjwVanNKO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uPjwVanNKO .content-wrapper {
    padding: 0;
  }
}
.cid-uPjwVanNKO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uPjwVanNKO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uPjwVanNKO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uPjwVanNKO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPjwVanNKO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uPjwVanNKO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjwVanNKO .mbr-section-title {
  color: #ffffff;
}
.cid-uPjwVanNKO .mbr-desc,
.cid-uPjwVanNKO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjwVanNKO .mbr-text,
.cid-uPjwVanNKO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjwVanNKO .mbr-section-title,
.cid-uPjwVanNKO .mbr-section-btn {
  text-align: center;
}
.cid-uPjwVbU6rM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjwVbU6rM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVbU6rM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVbU6rM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .container {
    padding: 0 15px;
  }
}
.cid-uPjwVbU6rM .row {
  justify-content: center;
}
.cid-uPjwVbU6rM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPjwVbU6rM .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uPjwVbU6rM .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uPjwVbU6rM .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uPjwVbU6rM .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPjwVbU6rM .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjwVbU6rM .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #56944f;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uPjwVbU6rM .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uPjwVbU6rM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjwVbU6rM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPjwVbU6rM .list {
  color: #ffffff;
}
.cid-uPjwVbU6rM .list,
.cid-uPjwVbU6rM .item-wrap {
  color: #000000;
}
.cid-uPjwVdalNh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #56944f;
}
.cid-uPjwVdalNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVdalNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVdalNh .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjwVdalNh .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVdalNh .content-wrapper {
    padding: 0;
  }
}
.cid-uPjwVdalNh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPjwVdalNh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPjwVdalNh .mbr-section-title,
.cid-uPjwVdalNh .title-wrapper {
  color: #ffffff;
}
.cid-uPjwVdalNh .mbr-section-title,
.cid-uPjwVdalNh .mbr-section-btn,
.cid-uPjwVdalNh .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjwVeulDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #cfcfcf;
}
.cid-uPjwVeulDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVeulDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVeulDL .content-wrapper {
  padding: 0 75px 0 108px;
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uPjwVeulDL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjwVeulDL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .content-wrapper {
    padding: 0;
  }
}
.cid-uPjwVeulDL .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uPjwVeulDL .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uPjwVeulDL .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPjwVeulDL .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPjwVeulDL .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #56944f;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #56944f;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPjwVeulDL .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uPjwVeulDL .tab-content {
  padding: 0 108px 0 75px;
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjwVeulDL .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .tab-content {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPjwVeulDL .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .tab-content {
    padding: 0;
  }
}
.cid-uPjwVeulDL .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #56944f;
  box-shadow: -10px 10px 0 0 #56944f;
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #56944f;
    height: 350px;
  }
}
.cid-uPjwVeulDL .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPjwVeulDL .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .button-wrap {
    padding: 0;
  }
}
.cid-uPjwVeulDL .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPjwVeulDL .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uPjwVeulDL .mbr-section-title {
  color: #2C2625;
}
.cid-uPjwVeulDL .mbr-section-btn {
  text-align: center;
}
.cid-uPjwVgf0Rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjwVgf0Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVgf0Rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVgf0Rk .row {
  justify-content: center;
}
.cid-uPjwVgf0Rk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPjwVgf0Rk .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPjwVgf0Rk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjwVgf0Rk .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uPjwVgf0Rk .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uPjwVgf0Rk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVgf0Rk .mbr-section-title,
.cid-uPjwVgf0Rk .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uPjwVgf0Rk .mbr-desc {
  color: #fff7ee;
}
.cid-uPjwVgf0Rk .mbr-text {
  color: #000000;
}
.cid-uPjwVgf0Rk .mbr-section-title,
.cid-uPjwVgf0Rk .title-wrapper,
.cid-uPjwVgf0Rk .mbr-iconfont {
  color: #000000;
  text-align: center;
}
.cid-uPjwVhMS4N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cfcfcf;
}
.cid-uPjwVhMS4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVhMS4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVhMS4N .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #56944f;
}
@media (max-width: 992px) {
  .cid-uPjwVhMS4N .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjwVhMS4N .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #cfcfcf 70%);
  transition: all 1s ease-in-out;
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #cfcfcf 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uPjwVhMS4N .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uPjwVhMS4N .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjwVhMS4N .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uPjwVhMS4N .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjwVhMS4N .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uPjwVjDJOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/27-1200x676.jpg");
}
.cid-uPjwVjDJOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVjDJOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVjDJOv .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPjwVjDJOv .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPjwVjDJOv .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPjwVjDJOv .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPjwVjDJOv .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #56944f;
  border: 3px solid #cfcfcf;
  box-shadow: 4px 4px 0 0 #cfcfcf;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPjwVjDJOv .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPjwVjDJOv .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPjwVjDJOv .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPjwVjDJOv .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVjDJOv .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPjwVjDJOv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPjwVjDJOv .mbr-section-title,
.cid-uPjwVjDJOv .mbr-section-btn {
  color: #000000;
}
.cid-uPjDQs1szu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPjDQs1szu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjDQs1szu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjDQs1szu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPjDQs1szu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjDQs1szu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPjDQs1szu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPjDQs1szu .container {
    padding: 0 24px;
  }
}
.cid-uPjDQs1szu .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uPjDQs1szu .image-wrapper img {
    height: 400px;
  }
}
.cid-uPjwVl7LVr {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #cfcfcf;
}
.cid-uPjwVl7LVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVl7LVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVl7LVr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #56944f;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uPjwVl7LVr .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjwVl7LVr .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uPjwVl7LVr .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjwVl7LVr .image-wrapper img {
    height: 350px;
  }
}
.cid-uPjwVl7LVr .mbr-section-title {
  color: #404349;
}
.cid-uPjwVl7LVr .mbr-desc {
  color: #b19a7c;
}
.cid-uPjwVl7LVr .mbr-text {
  color: #404349;
}
.cid-uPjwVl7LVr .mbr-desc,
.cid-uPjwVl7LVr .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPjwVl7LVr .mbr-section-title,
.cid-uPjwVl7LVr .title-wrap DIV {
  text-align: center;
}
.cid-uPjwVl7LVr .mbr-section-title,
.cid-uPjwVl7LVr .title-wrap {
  color: #000000;
}
.cid-uPjwVmItVy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #56944f;
}
.cid-uPjwVmItVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVmItVy .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uPjwVmItVy .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uPjwVmItVy .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uPjwVmItVy .item-wrapper:hover .card-title,
.cid-uPjwVmItVy .item-wrapper:hover .card-text,
.cid-uPjwVmItVy .item-wrapper:hover .card-link,
.cid-uPjwVmItVy .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uPjwVmItVy .item-wrapper:hover span {
  color: #ff003f;
}
.cid-uPjwVmItVy .card-title,
.cid-uPjwVmItVy .card-text,
.cid-uPjwVmItVy .card-link,
.cid-uPjwVmItVy .card-link a {
  transition: all 0.3s;
}
.cid-uPjwVmItVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVmItVy .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uPjwVmItVy .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uPjwVmItVy .link-wrapper:hover {
  cursor: pointer;
}
.cid-uPjwVmItVy .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPjwVmItVy .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uPjwVmItVy .card-title,
.cid-uPjwVmItVy .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPjwVmItVy .card-text {
  color: #232323;
  text-align: center;
}
.cid-uPjwVmItVy .content-head {
  max-width: 800px;
}
.cid-uPjwVmItVy .mbr-section-title {
  color: #000000;
}
.cid-uPjwVmItVy .card-link,
.cid-uPjwVmItVy .link-icon,
.cid-uPjwVmItVy .link-align {
  color: #232323;
}
.cid-uPjwVoqAxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfcfcf;
}
.cid-uPjwVoqAxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVoqAxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVoqAxE .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uPjwVoqAxE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPjwVoqAxE .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjwVoqAxE .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uPjwVoqAxE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVoqAxE .mbr-section-title {
  color: #000000;
}
.cid-uPjwVoqAxE .mbr-desc {
  color: #fdfde1;
}
.cid-uPjwVoqAxE .mbr-text {
  color: #000000;
}
.cid-uPjwVoqAxE .mbr-text,
.cid-uPjwVoqAxE .text-wrapper {
  color: #000000;
}
.cid-uPjwVoqAxE .mbr-section-title,
.cid-uPjwVoqAxE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPjwVpGQds {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPjwVpGQds .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uPjwVpGQds .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uPjwVpGQds .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #56944f;
  z-index: 1;
}
.cid-uPjwVpGQds .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #cfcfcf;
}
.cid-uPjwVpGQds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVpGQds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVpGQds .row {
  position: relative;
  z-index: 2;
}
.cid-uPjwVpGQds .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPjwVpGQds .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uPjwVpGQds .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPjwVpGQds .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uPjwVpGQds .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uPjwVpGQds .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVpGQds .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPjwVpGQds .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uPjwVpGQds .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPjwVpGQds .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uPjwVpGQds .mbr-section-title {
  color: #212529;
}
.cid-uPjwVpGQds .mbr-text {
  color: #51565c;
}
.cid-uPjwVrfoFs {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #cfcfcf, #56944f);
}
@media (min-width: 768px) {
  .cid-uPjwVrfoFs {
    align-items: flex-start;
  }
  .cid-uPjwVrfoFs .row {
    justify-content: flex-start;
  }
}
.cid-uPjwVrfoFs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPjwVrfoFs .mbr-text,
.cid-uPjwVrfoFs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPjwVrfoFs .mbr-section-title,
.cid-uPjwVrfoFs .line {
  color: #000000;
  text-align: center;
}
.cid-uPjwVrfoFs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPjwVrfoFs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPjwVrfoFs .mbr-section-subtitle,
.cid-uPjwVrfoFs .align {
  text-align: left;
  color: #232323;
}
.cid-uPjwVrfoFs .mbr-text2 {
  color: #808080;
}
.cid-uPjwVsEUfL {
  background-image: url("../../../assets/images/26-2000x1125.jpg");
}
.cid-uPjwVsEUfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVsEUfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVsEUfL .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uPjwVsEUfL .image-wrap {
    height: 450px;
  }
}
.cid-uPjwVu6Lra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPjwVu6Lra::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #56944f -10%, transparent 70%);
}
.cid-uPjwVu6Lra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVu6Lra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVu6Lra .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPjwVu6Lra .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPjwVu6Lra .container {
    padding: 0 16px;
  }
}
.cid-uPjwVu6Lra .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPjwVu6Lra .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPjwVu6Lra .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVu6Lra .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPjwVu6Lra .mbr-text {
  color: #000000;
}
.cid-uPjwVzoEH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #56944f;
}
.cid-uPjwVzoEH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVzoEH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVzoEH5 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPjwVzoEH5 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPjwVzoEH5 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPjwVzoEH5 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPjwVzoEH5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPjwVzoEH5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPjwVzoEH5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPjwVzoEH5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPjwVzoEH5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPjwVzoEH5 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPjwVzoEH5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPjwVzoEH5 .mbr-section-title {
  color: #19171c;
}
.cid-uPjwVzoEH5 .panel-title {
  color: #19171c;
}
.cid-uPjwVzoEH5 .panel-text {
  color: #ffffff;
}
.cid-uPjwVzoEH5 .mbr-section-title,
.cid-uPjwVzoEH5 .mbr-section-btn {
  text-align: center;
}
.cid-uPjwVCfaDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfcfcf;
}
.cid-uPjwVCfaDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVCfaDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVCfaDV .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjwVCfaDV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPjwVCfaDV .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPjwVCfaDV .google-map iframe {
    height: 300px;
  }
}
.cid-uPjwVE5fk2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/5-1874x1249.jpg");
}
.cid-uPjwVE5fk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjwVE5fk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjwVE5fk2 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #cfcfcf;
}
@media (max-width: 1440px) {
  .cid-uPjwVE5fk2 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #56944f;
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #56944f;
  }
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #56944f;
}
@media (max-width: 1440px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjwVE5fk2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjwVE5fk2 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjwVE5fk2 .mbr-section-title {
  color: #000000;
}
.cid-uPjwVE5fk2 .mbr-text {
  color: #8a8a8a;
}
.cid-uPjwVE5fk2 .list {
  color: #000000;
}
.cid-uPjwVE5fk2 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uPjwVE5fk2 .mbr-text,
.cid-uPjwVE5fk2 .mbr-section-btn {
  color: #000000;
}
.cid-uPjwVE5fk2 .list,
.cid-uPjwVE5fk2 .item-wrap {
  text-align: left;
}
