.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8faf8;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #666e32 !important;
}
.bg-success {
  background-color: #28d786 !important;
}
.bg-info {
  background-color: #edefeb !important;
}
.bg-warning {
  background-color: #ffbf00 !important;
}
.bg-danger {
  background-color: #d92637 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #666e32 !important;
  border-color: #666e32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #879142 !important;
  border-color: #879142 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #879142 !important;
  border-color: #879142 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a6a59 !important;
  border-color: #3a6a59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4c8b75 !important;
  border-color: #4c8b75 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c8b75 !important;
  border-color: #4c8b75 !important;
}
.btn-info,
.btn-info:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92637 !important;
  border-color: #d92637 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e1515f !important;
  border-color: #e1515f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e1515f !important;
  border-color: #e1515f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #666e32;
  color: #666e32;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f3217 !important;
  background-color: transparent !important;
  border-color: #2f3217 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #666e32 !important;
  border-color: #666e32 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3a6a59;
  color: #3a6a59;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b322a !important;
  background-color: transparent !important;
  border-color: #1b322a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6a59 !important;
  border-color: #3a6a59 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28d786;
  color: #28d786;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8e58 !important;
  background-color: transparent !important;
  border-color: #1a8e58 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffbf00;
  color: #ffbf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a87e00 !important;
  background-color: transparent !important;
  border-color: #a87e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92637;
  color: #d92637;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f1924 !important;
  background-color: transparent !important;
  border-color: #8f1924 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92637 !important;
  border-color: #d92637 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #666e32 !important;
}
.text-secondary {
  color: #3a6a59 !important;
}
.text-success {
  color: #28d786 !important;
}
.text-info {
  color: #edefeb !important;
}
.text-warning {
  color: #ffbf00 !important;
}
.text-danger {
  color: #d92637 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #252812 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #162822 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188150 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bac2b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #821721 !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: #666e32;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #edefeb;
}
.alert-warning {
  background-color: #ffbf00;
}
.alert-danger {
  background-color: #d92637;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #666e32;
  border-color: #666e32;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #666e32;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #aeb966;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4f7e7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d4d7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #666e32 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #666e32;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #666e32;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #666e32;
}
.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: #666e32;
  border-bottom-color: #666e32;
}
.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: #666e32 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3a6a59 !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='%23666e32' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNPfAJkEYD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNPfAJkEYD .navbar-dropdown {
  background-color: #edefeb !important;
  padding: 0;
}
.cid-uNPfAJkEYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #edefeb !important;
  background: #edefeb;
}
.cid-uNPfAJkEYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPfAJkEYD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPfAJkEYD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNPfAJkEYD .menu_box .navbar.opened,
  .cid-uNPfAJkEYD .menu_box .navbar-collapse {
    background-color: #edefeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNPfAJkEYD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNPfAJkEYD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNPfAJkEYD .btn:hover {
  box-shadow: none;
}
.cid-uNPfAJkEYD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNPfAJkEYD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNPfAJkEYD .nav-item {
    margin: 0 !important;
  }
}
.cid-uNPfAJkEYD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uNPfAJkEYD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNPfAJkEYD .nav-item .nav-link:hover::before,
.cid-uNPfAJkEYD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNPfAJkEYD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNPfAJkEYD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNPfAJkEYD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNPfAJkEYD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNPfAJkEYD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uNPfAJkEYD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNPfAJkEYD .offcanvas_box {
    display: none;
  }
}
.cid-uNPfAJkEYD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNPfAJkEYD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNPfAJkEYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNPfAJkEYD .container {
  display: flex;
  margin: auto;
}
.cid-uNPfAJkEYD .iconfont-wrapper {
  color: #3a6a59;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNPfAJkEYD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNPfAJkEYD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNPfAJkEYD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNPfAJkEYD .navbar-nav {
    margin: 0;
  }
}
.cid-uNPfAJkEYD .dropdown-menu,
.cid-uNPfAJkEYD .navbar.opened {
  background-color: false !important;
}
.cid-uNPfAJkEYD .nav-item:focus,
.cid-uNPfAJkEYD .nav-link:focus {
  outline: none;
}
.cid-uNPfAJkEYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPfAJkEYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPfAJkEYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPfAJkEYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPfAJkEYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPfAJkEYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPfAJkEYD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNPfAJkEYD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNPfAJkEYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPfAJkEYD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNPfAJkEYD .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uNPfAJkEYD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPfAJkEYD .navbar.collapsed {
  justify-content: center;
}
.cid-uNPfAJkEYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPfAJkEYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNPfAJkEYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPfAJkEYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPfAJkEYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPfAJkEYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNPfAJkEYD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNPfAJkEYD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNPfAJkEYD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNPfAJkEYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPfAJkEYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPfAJkEYD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNPfAJkEYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPfAJkEYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNPfAJkEYD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPfAJkEYD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNPfAJkEYD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNPfAJkEYD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNPfAJkEYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNPfAJkEYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPfAJkEYD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNPfAJkEYD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNPfAJkEYD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNPfAJkEYD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNPfAJkEYD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNPfAJkEYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNPfAJkEYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPfAJkEYD .dropdown-item.active,
.cid-uNPfAJkEYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPfAJkEYD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uNPfAJkEYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPfAJkEYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPfAJkEYD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPfAJkEYD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNPfAJkEYD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNPfAJkEYD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #edefeb;
  background: #666e32;
}
.cid-uNPfAJkEYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNPfAJkEYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNPfAJkEYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNPfAJkEYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNPfAJkEYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNPfAJkEYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNPfAJkEYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNPfAJkEYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNPfAJkEYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNPfAJkEYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNPfAJkEYD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPfAJkEYD .navbar {
    height: 70px;
  }
  .cid-uNPfAJkEYD .navbar.opened {
    height: auto;
  }
  .cid-uNPfAJkEYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPfAJkEYD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNPfAJkEYD .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uNPfAJkEYD .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uNPfAJkEYD .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uNPfAJkEYD .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uNPfAJkEYD .navbar-caption:hover {
  color: #666e32;
}
@media (min-width: 992px) {
  .cid-uNPfAJkEYD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNPfAJkEYD .text_widget {
  margin-bottom: 32px;
}
.cid-uNPfAJkEYD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNPfAJkEYD .text_widget a:hover,
.cid-uNPfAJkEYD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNPfAJkEYD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uNPfAJkEYD .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #666e32;
}
.cid-uNPfAJkEYD .icons-menu-main {
  display: flex;
}
.cid-uNPfAJkEYD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNPfAJkEYD .navbar-caption {
  color: #000000;
}
.cid-uNPfAJkEYD .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uNPfAJkEYD .mbr-section-subtitle,
.cid-uNPfAJkEYD .text_widget,
.cid-uNPfAJkEYD .mbr-section-btn {
  text-align: center;
}
.cid-uNPfAJkEYD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNP3D5ZUnO {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uNP3D5ZUnO {
    align-items: flex-end;
  }
  .cid-uNP3D5ZUnO .row {
    justify-content: flex-start;
  }
  .cid-uNP3D5ZUnO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNP3D5ZUnO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNP3D5ZUnO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNP3D5ZUnO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNP3D5ZUnO .content-wrap {
    width: 100%;
  }
}
.cid-uNP3D5ZUnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP3D5ZUnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uNP3D5ZUnO .mbr-section-title,
.cid-uNP3D5ZUnO .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uNP3D5ZUnO .mbr-text,
.cid-uNP3D5ZUnO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNP3D5ZUnO .mbr-section-title {
  color: #ffffff;
}
.cid-uNP3D5ZUnO .mbr-section-subtitle {
  color: #B9C8BC;
}
.cid-uNPnBL9MWF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNPnBL9MWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPnBL9MWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPnBL9MWF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uNPnBL9MWF .container {
    padding: 10px 8px;
  }
}
.cid-uNPnBL9MWF .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uNPnBL9MWF .row {
    padding: 50px 10px;
  }
}
.cid-uNPnBL9MWF .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uNPnBL9MWF .mbr-section-title {
  margin-bottom: 80px;
  color: #666e32;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNPnBL9MWF .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uNPnBL9MWF .mbr-section-title span {
  opacity: .5;
}
.cid-uNPnBL9MWF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uNPnBL9MWF .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uNPnBL9MWF .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uNPnBL9MWF .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uNPnBL9MWF .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #666e32;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uNPnBL9MWF .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uNPnBL9MWF .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uNPnBL9MWF .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #666e32;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uNPnBL9MWF .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uNPnBL9MWF .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uNPnBL9MWF .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uNPnBL9MWF .image-wrapper {
    margin: 0;
  }
}
.cid-uNPnBL9MWF .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uNPnBL9MWF .image-wrapper img {
    height: 300px;
  }
}
.cid-uNPnBL9MWF .card-title {
  color: #ffffff;
}
.cid-uNPnBL9MWF .card-text {
  color: #f7f7f7;
}
.cid-uNPtZ8RTu6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uNPtZ8RTu6 .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-uNPtZ8RTu6 .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-uNPtZ8RTu6 .card,
.cid-uNPtZ8RTu6 .btn {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.cid-uNPtZ8RTu6 .card:hover,
.cid-uNPtZ8RTu6 .btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.cid-uNPtZ8RTu6 .card {
  background-color: white;
}
.cid-uNPtZ8RTu6 .card-img-top {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
}
.cid-uNPtZ8RTu6 .list {
  margin-bottom: 18px;
  text-align: left;
  color: #000000;
}
.cid-uNPtZ8RTu6 .card-body {
  padding-top: 18px;
  padding-bottom: 20px;
}
.cid-uNPtZ8RTu6 .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNPtZ8RTu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPtZ8RTu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPtZ8RTu6 .mbr-section-subtitle {
  text-align: center;
  color: #666e32;
}
.cid-uNPtZ8RTu6 .mbr-section-title {
  color: #666e32;
  text-align: center;
}
.cid-uNZwI2qXvS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/heswall20garden-1500x655.webp");
}
.cid-uNZwI2qXvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZwI2qXvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZwI2qXvS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNZwI2qXvS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNZwI2qXvS .container {
    padding: 0;
  }
}
.cid-uNZwI2qXvS .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uNZwI2qXvS .row {
    min-height: 450px;
  }
}
.cid-uNP3D619vI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNP3D619vI .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uNP3D619vI .panel-group {
  border: none;
}
.cid-uNP3D619vI .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNP3D619vI .card-header {
    padding: 0rem;
  }
}
.cid-uNP3D619vI .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uNP3D619vI .img-col {
  padding: 0;
}
.cid-uNP3D619vI .img-item {
  height: 100%;
}
.cid-uNP3D619vI img {
  height: 100%;
  object-fit: cover;
}
.cid-uNP3D619vI .collapsed span {
  transform: rotate(0deg);
}
.cid-uNP3D619vI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNP3D619vI p {
  margin-bottom: 0.3rem;
}
.cid-uNP3D619vI .panel-title-edit {
  color: #000000;
}
.cid-uNP3D619vI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uNP3D619vI .card {
  background: #f7f7f7;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNP3D619vI .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNP3D619vI .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uNP3D619vI .panel-text {
  color: #000000;
}
.cid-uNP3D619vI .mbr-section-title {
  text-align: center;
  color: #666e32;
}
.cid-uNP3D619vI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNP3D619vI .panel-title-edit,
.cid-uNP3D619vI .mbr-iconfont {
  color: #666e32;
}
.cid-uNZJ7GNRza {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/grass20footer2-2000x262.webp");
}
.cid-uNZJ7GNRza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZJ7GNRza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZJ7GNRza .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uNZJ7GNRza .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNZJ7GNRza .content-wrapper {
    padding: 0;
  }
}
.cid-uNZJ7GNRza .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNZJ7GNRza .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNZJ7GNRza .mbr-section-title,
.cid-uNZJ7GNRza .title-wrapper {
  color: #ffffff;
}
.cid-uNZJ7GNRza .mbr-section-title,
.cid-uNZJ7GNRza .mbr-section-btn,
.cid-uNZJ7GNRza .title-wrapper {
  text-align: center;
}
.cid-uNUUyynKTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNUUyynKTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUUyynKTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUUyynKTm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNUUyynKTm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUUyynKTm .row {
    text-align: center;
  }
  .cid-uNUUyynKTm .row > div {
    margin: auto;
  }
  .cid-uNUUyynKTm .social-row {
    justify-content: center;
  }
}
.cid-uNUUyynKTm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNUUyynKTm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uNUUyynKTm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUUyynKTm .list {
    margin-bottom: 0rem;
  }
}
.cid-uNUUyynKTm .mbr-text {
  color: #bbbbbb;
}
.cid-uNUUyynKTm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNUUyynKTm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNUUyynKTm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNUUyynKTm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUXb5fRyv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNUXb5fRyv .navbar-dropdown {
  background-color: #edefeb !important;
  padding: 0;
}
.cid-uNUXb5fRyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #edefeb !important;
  background: #edefeb;
}
.cid-uNUXb5fRyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNUXb5fRyv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNUXb5fRyv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNUXb5fRyv .menu_box .navbar.opened,
  .cid-uNUXb5fRyv .menu_box .navbar-collapse {
    background-color: #edefeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNUXb5fRyv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNUXb5fRyv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNUXb5fRyv .btn:hover {
  box-shadow: none;
}
.cid-uNUXb5fRyv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNUXb5fRyv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNUXb5fRyv .nav-item {
    margin: 0 !important;
  }
}
.cid-uNUXb5fRyv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uNUXb5fRyv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNUXb5fRyv .nav-item .nav-link:hover::before,
.cid-uNUXb5fRyv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNUXb5fRyv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNUXb5fRyv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNUXb5fRyv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNUXb5fRyv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNUXb5fRyv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uNUXb5fRyv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNUXb5fRyv .offcanvas_box {
    display: none;
  }
}
.cid-uNUXb5fRyv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNUXb5fRyv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNUXb5fRyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNUXb5fRyv .container {
  display: flex;
  margin: auto;
}
.cid-uNUXb5fRyv .iconfont-wrapper {
  color: #3a6a59;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNUXb5fRyv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNUXb5fRyv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNUXb5fRyv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNUXb5fRyv .navbar-nav {
    margin: 0;
  }
}
.cid-uNUXb5fRyv .dropdown-menu,
.cid-uNUXb5fRyv .navbar.opened {
  background-color: false !important;
}
.cid-uNUXb5fRyv .nav-item:focus,
.cid-uNUXb5fRyv .nav-link:focus {
  outline: none;
}
.cid-uNUXb5fRyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUXb5fRyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNUXb5fRyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUXb5fRyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUXb5fRyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUXb5fRyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUXb5fRyv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNUXb5fRyv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNUXb5fRyv .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUXb5fRyv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNUXb5fRyv .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uNUXb5fRyv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUXb5fRyv .navbar.collapsed {
  justify-content: center;
}
.cid-uNUXb5fRyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUXb5fRyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNUXb5fRyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUXb5fRyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUXb5fRyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUXb5fRyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNUXb5fRyv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNUXb5fRyv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNUXb5fRyv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNUXb5fRyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUXb5fRyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUXb5fRyv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNUXb5fRyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUXb5fRyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNUXb5fRyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUXb5fRyv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNUXb5fRyv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNUXb5fRyv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNUXb5fRyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNUXb5fRyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUXb5fRyv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNUXb5fRyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNUXb5fRyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNUXb5fRyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNUXb5fRyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNUXb5fRyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUXb5fRyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUXb5fRyv .dropdown-item.active,
.cid-uNUXb5fRyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUXb5fRyv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uNUXb5fRyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUXb5fRyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUXb5fRyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUXb5fRyv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNUXb5fRyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNUXb5fRyv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #edefeb;
  background: #666e32;
}
.cid-uNUXb5fRyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNUXb5fRyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNUXb5fRyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNUXb5fRyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNUXb5fRyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNUXb5fRyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUXb5fRyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUXb5fRyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUXb5fRyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUXb5fRyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNUXb5fRyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUXb5fRyv .navbar {
    height: 70px;
  }
  .cid-uNUXb5fRyv .navbar.opened {
    height: auto;
  }
  .cid-uNUXb5fRyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUXb5fRyv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNUXb5fRyv .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uNUXb5fRyv .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uNUXb5fRyv .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uNUXb5fRyv .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uNUXb5fRyv .navbar-caption:hover {
  color: #666e32;
}
@media (min-width: 992px) {
  .cid-uNUXb5fRyv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNUXb5fRyv .text_widget {
  margin-bottom: 32px;
}
.cid-uNUXb5fRyv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNUXb5fRyv .text_widget a:hover,
.cid-uNUXb5fRyv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNUXb5fRyv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uNUXb5fRyv .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #666e32;
}
.cid-uNUXb5fRyv .icons-menu-main {
  display: flex;
}
.cid-uNUXb5fRyv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUXb5fRyv .navbar-caption {
  color: #000000;
}
.cid-uNUXb5fRyv .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uNUXb5fRyv .mbr-section-subtitle,
.cid-uNUXb5fRyv .text_widget,
.cid-uNUXb5fRyv .mbr-section-btn {
  text-align: center;
}
.cid-uNUXb5fRyv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNUXwihiK8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
  align-items: center;
  background-color: #edefeb;
}
.cid-uNUXwihiK8 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uNUXwihiK8 .image-wrap {
    padding: 16px;
  }
}
.cid-uNUXwihiK8 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uNUXwihiK8 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uNUXwihiK8 .image-overlay {
    padding: 16px;
  }
}
.cid-uNUXwihiK8 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uNUXwihiK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUXwihiK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUXwihiK8 .row {
  justify-content: center;
}
.cid-uNUXwihiK8 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uNUXwihiK8 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNUXwihiK8 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uNUXwihiK8 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #666e32;
}
@media (max-width: 992px) {
  .cid-uNUXwihiK8 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uNUXwihiK8 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNUXwihiK8 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNUXwihiK8 .mbr-text,
.cid-uNUXwihiK8 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uNUXwihiK8 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNUXwihiK8 .mbr-text,
.cid-uNUXwihiK8 .mbr-section-btn {
  text-align: center;
}
.cid-uNUZRMntVw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNUZRMntVw .top-part {
  margin-bottom: 70px;
}
.cid-uNUZRMntVw .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uNUZRMntVw .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNUZRMntVw .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uNUZRMntVw .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uNUZRMntVw .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNUZRMntVw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNUZRMntVw .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-uNUZRMntVw .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-uNUZRMntVw .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-uNUZRMntVw .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-uNUZRMntVw .nav-tabs .nav-link {
  color: #666e32;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-uNUZRMntVw .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uNUZRMntVw .nav-tabs .nav-link.active {
  border-bottom: 2px solid #bcef9b;
  color: #28303f;
}
.cid-uNUZRMntVw .nav-tabs .nav-link.active span {
  color: #bcef9b;
}
.cid-uNUZRMntVw .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-uNUZRMntVw .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uNUZRMntVw .mbr-text,
  .cid-uNUZRMntVw .nav-link {
    text-align: left;
  }
  .cid-uNUZRMntVw .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-uNUZRMntVw .mbr-section-title,
  .cid-uNUZRMntVw .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNUZRMntVw .tab-content {
  margin-top: 44px;
}
.cid-uNUZRMntVw .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #666e32;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-uNUZRMntVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUZRMntVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUZRMntVw .top-part .mbr-section-subtitle {
  color: #666e32;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-text,
.cid-uNUZRMntVw .mbr-list {
  color: #666e32;
}
.cid-uNUZRMntVw .tab-content .tab-pane .mbr-section-title,
.cid-uNUZRMntVw .mbr-list {
  color: #666e32;
}
.cid-uNZSxLTPnY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/grass20footer2-2000x262.webp");
}
.cid-uNZSxLTPnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZSxLTPnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZSxLTPnY .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uNZSxLTPnY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNZSxLTPnY .content-wrapper {
    padding: 0;
  }
}
.cid-uNZSxLTPnY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNZSxLTPnY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNZSxLTPnY .mbr-section-title,
.cid-uNZSxLTPnY .title-wrapper {
  color: #ffffff;
}
.cid-uNZSxLTPnY .mbr-section-title,
.cid-uNZSxLTPnY .mbr-section-btn,
.cid-uNZSxLTPnY .title-wrapper {
  text-align: center;
}
.cid-uNZOiHKfth {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #666e32;
}
.cid-uNZOiHKfth .justify-content-center {
  align-items: center;
}
.cid-uNZOiHKfth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZOiHKfth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZOiHKfth .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uNZOiHKfth .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNZOiHKfth .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uNZOiHKfth .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uNZOiHKfth .row {
  align-items: center;
}
.cid-uNZOiHKfth .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uNZOiHKfth .card-text {
    text-align: center;
  }
}
.cid-uNUXb7HhA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNUXb7HhA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUXb7HhA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUXb7HhA4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNUXb7HhA4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUXb7HhA4 .row {
    text-align: center;
  }
  .cid-uNUXb7HhA4 .row > div {
    margin: auto;
  }
  .cid-uNUXb7HhA4 .social-row {
    justify-content: center;
  }
}
.cid-uNUXb7HhA4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNUXb7HhA4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uNUXb7HhA4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUXb7HhA4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uNUXb7HhA4 .mbr-text {
  color: #bbbbbb;
}
.cid-uNUXb7HhA4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNUXb7HhA4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNUXb7HhA4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNUXb7HhA4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNV7BjXeWq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNV7BjXeWq .navbar-dropdown {
  background-color: #edefeb !important;
  padding: 0;
}
.cid-uNV7BjXeWq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #edefeb !important;
  background: #edefeb;
}
.cid-uNV7BjXeWq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNV7BjXeWq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNV7BjXeWq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNV7BjXeWq .menu_box .navbar.opened,
  .cid-uNV7BjXeWq .menu_box .navbar-collapse {
    background-color: #edefeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNV7BjXeWq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNV7BjXeWq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNV7BjXeWq .btn:hover {
  box-shadow: none;
}
.cid-uNV7BjXeWq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNV7BjXeWq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNV7BjXeWq .nav-item {
    margin: 0 !important;
  }
}
.cid-uNV7BjXeWq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uNV7BjXeWq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNV7BjXeWq .nav-item .nav-link:hover::before,
.cid-uNV7BjXeWq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNV7BjXeWq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNV7BjXeWq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNV7BjXeWq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNV7BjXeWq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNV7BjXeWq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uNV7BjXeWq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNV7BjXeWq .offcanvas_box {
    display: none;
  }
}
.cid-uNV7BjXeWq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNV7BjXeWq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNV7BjXeWq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNV7BjXeWq .container {
  display: flex;
  margin: auto;
}
.cid-uNV7BjXeWq .iconfont-wrapper {
  color: #3a6a59;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNV7BjXeWq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNV7BjXeWq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNV7BjXeWq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNV7BjXeWq .navbar-nav {
    margin: 0;
  }
}
.cid-uNV7BjXeWq .dropdown-menu,
.cid-uNV7BjXeWq .navbar.opened {
  background-color: false !important;
}
.cid-uNV7BjXeWq .nav-item:focus,
.cid-uNV7BjXeWq .nav-link:focus {
  outline: none;
}
.cid-uNV7BjXeWq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNV7BjXeWq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNV7BjXeWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNV7BjXeWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNV7BjXeWq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNV7BjXeWq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNV7BjXeWq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNV7BjXeWq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNV7BjXeWq .navbar.opened {
  transition: all 0.3s;
}
.cid-uNV7BjXeWq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNV7BjXeWq .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uNV7BjXeWq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNV7BjXeWq .navbar.collapsed {
  justify-content: center;
}
.cid-uNV7BjXeWq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNV7BjXeWq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNV7BjXeWq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNV7BjXeWq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNV7BjXeWq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNV7BjXeWq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNV7BjXeWq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNV7BjXeWq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNV7BjXeWq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNV7BjXeWq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNV7BjXeWq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNV7BjXeWq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNV7BjXeWq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNV7BjXeWq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNV7BjXeWq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNV7BjXeWq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNV7BjXeWq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNV7BjXeWq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNV7BjXeWq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNV7BjXeWq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNV7BjXeWq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNV7BjXeWq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNV7BjXeWq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNV7BjXeWq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNV7BjXeWq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNV7BjXeWq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNV7BjXeWq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNV7BjXeWq .dropdown-item.active,
.cid-uNV7BjXeWq .dropdown-item:active {
  background-color: transparent;
}
.cid-uNV7BjXeWq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uNV7BjXeWq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNV7BjXeWq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNV7BjXeWq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNV7BjXeWq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNV7BjXeWq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNV7BjXeWq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #edefeb;
  background: #666e32;
}
.cid-uNV7BjXeWq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNV7BjXeWq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNV7BjXeWq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNV7BjXeWq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNV7BjXeWq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNV7BjXeWq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNV7BjXeWq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNV7BjXeWq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNV7BjXeWq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNV7BjXeWq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNV7BjXeWq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNV7BjXeWq .navbar {
    height: 70px;
  }
  .cid-uNV7BjXeWq .navbar.opened {
    height: auto;
  }
  .cid-uNV7BjXeWq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNV7BjXeWq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNV7BjXeWq .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uNV7BjXeWq .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uNV7BjXeWq .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uNV7BjXeWq .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uNV7BjXeWq .navbar-caption:hover {
  color: #666e32;
}
@media (min-width: 992px) {
  .cid-uNV7BjXeWq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNV7BjXeWq .text_widget {
  margin-bottom: 32px;
}
.cid-uNV7BjXeWq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNV7BjXeWq .text_widget a:hover,
.cid-uNV7BjXeWq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNV7BjXeWq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uNV7BjXeWq .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #666e32;
}
.cid-uNV7BjXeWq .icons-menu-main {
  display: flex;
}
.cid-uNV7BjXeWq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNV7BjXeWq .navbar-caption {
  color: #000000;
}
.cid-uNV7BjXeWq .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uNV7BjXeWq .mbr-section-subtitle,
.cid-uNV7BjXeWq .text_widget,
.cid-uNV7BjXeWq .mbr-section-btn {
  text-align: center;
}
.cid-uNV7BjXeWq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNV8f8b2nu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uNV8f8b2nu .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uNV8f8b2nu .image-wrap {
    padding: 16px;
  }
}
.cid-uNV8f8b2nu .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNV8f8b2nu .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uNV8f8b2nu .image-overlay {
    padding: 16px;
  }
}
.cid-uNV8f8b2nu .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.cid-uNV8f8b2nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNV8f8b2nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNV8f8b2nu .row {
  justify-content: center;
}
.cid-uNV8f8b2nu .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNV8f8b2nu .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uNV8f8b2nu .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNV8f8b2nu .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNV8f8b2nu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uNV8f8b2nu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNV8f8b2nu .mbr-section-title {
  color: #fff7ee;
}
.cid-uNV8f8b2nu .mbr-text,
.cid-uNV8f8b2nu .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uNV8f8b2nu .mbr-section-title,
.cid-uNV8f8b2nu .mbr-section-btn {
  text-align: center;
}
.cid-veTMP8bAb1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veTMP8bAb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veTMP8bAb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veTMP8bAb1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-veTMP8bAb1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-veTMP8bAb1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-veTMP8bAb1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-veTMP8bAb1 .container {
    padding: 0 24px;
  }
}
.cid-veTMP8bAb1 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veTMP8bAb1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veTMP8bAb1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-veTMP8bAb1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veTMP8bAb1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veTMP8bAb1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veTMP8bAb1 .item {
  margin-bottom: 32px;
}
.cid-veTMP8bAb1 .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #edefeb;
  border: 1px solid #666e32;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-veTMP8bAb1 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-veTMP8bAb1 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #666e32;
  border: 1px solid #edeceb;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .item-price,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .item-text,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-veTMP8bAb1 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #666e32;
}
.cid-veTMP8bAb1 .item .dark-card {
  background-color: #f7f7f7;
  border: none;
}
.cid-veTMP8bAb1 .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-veTMP8bAb1 .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #666e32;
  opacity: .12;
  pointer-events: none;
}
.cid-veTMP8bAb1 .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #666e32;
  opacity: .09;
  pointer-events: none;
}
.cid-veTMP8bAb1 .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #666e32;
}
.cid-veTMP8bAb1 .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-veTMP8bAb1 .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-veTMP8bAb1 .mbr-section-title {
  color: #666e32;
  text-align: center;
}
.cid-veTMP8bAb1 .mbr-desc,
.cid-veTMP8bAb1 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-veTMP8bAb1 .mbr-text,
.cid-veTMP8bAb1 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-veTMP8bAb1 .item-title {
  color: #18212d;
}
.cid-veTMP8bAb1 .item-desc {
  color: #18212d;
}
.cid-veTMP8bAb1 .item-price {
  color: #18212d;
}
.cid-veTMP8bAb1 .item-text {
  color: #18212d;
}
.cid-veTMP8bAb1 .list {
  color: #18212d;
}
.cid-veTMP8bAb1 .item-title_2 {
  color: #ffffff;
}
.cid-veTMP8bAb1 .item-desc_2 {
  color: #ffffff;
}
.cid-veTMP8bAb1 .item-price_2 {
  color: #ffffff;
}
.cid-veTMP8bAb1 .item-text_2 {
  color: #ffffff;
}
.cid-veTMP8bAb1 .list_2 {
  color: #ffffff;
}
.cid-veTMP8bAb1 .item-desc,
.cid-veTMP8bAb1 .desc-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-veTMP8bAb1 .item-price,
.cid-veTMP8bAb1 .price-wrapper {
  text-align: center;
}
.cid-veTMP8bAb1 .list_2,
.cid-veTMP8bAb1 .item-wrap,
.cid-veTMP8bAb1 .list-wrapper {
  color: #000000;
}
.cid-veTMP8bAb1 .item-price_2,
.cid-veTMP8bAb1 .price-wrapper {
  color: #000000;
}
.cid-veTMP8bAb1 .item-desc_2,
.cid-veTMP8bAb1 .desc-wrap {
  color: #000000;
}
.cid-veTMP8bAb1 .list,
.cid-veTMP8bAb1 .item-wrap,
.cid-veTMP8bAb1 .list-wrapper {
  text-align: justify;
}
.cid-uNVdIXxQNZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uNVdIXxQNZ .list-group-item {
  background-color: transparent;
  color: #04492e;
  text-align: left;
}
.cid-uNVdIXxQNZ .row-color {
  background: #ffffff;
  border-radius: 2rem;
  margin: 0;
}
.cid-uNVdIXxQNZ .card {
  padding: 0;
}
.cid-uNVdIXxQNZ .plan {
  padding: 3rem 2rem;
  word-break: break-word;
  border-radius: 10px;
}
.cid-uNVdIXxQNZ .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uNVdIXxQNZ .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #666e32;
}
@media (max-width: 767px) {
  .cid-uNVdIXxQNZ .plan {
    padding: 2rem 1rem;
  }
}
.cid-uNVdIXxQNZ .mbr-iconfont {
  font-size: 5rem;
  color: #666e32;
  padding-bottom: 2rem;
  display: block;
}
.cid-uNVdIXxQNZ .price {
  color: #666e32;
}
.cid-uNVdIXxQNZ .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uNVdIXxQNZ .plan {
    margin-bottom: 2rem;
  }
}
.cid-uNVdIXxQNZ .price,
.cid-uNVdIXxQNZ .plan-price {
  color: #000000;
}
.cid-uNVdIXxQNZ H3 {
  color: #04492e;
  text-align: center;
}
.cid-uNVdIXxQNZ H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uNVdIXxQNZ .plan-title {
  color: #666e32;
}
.cid-uNVdIXxQNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVdIXxQNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVdIXxQNZ .price-term,
.cid-uNVdIXxQNZ .plan-price {
  color: #000000;
}
.cid-uNVdIXxQNZ .mbr-card-text {
  color: #6e6e6e;
}
.cid-uNVdIXxQNZ .mbr-card-text,
.cid-uNVdIXxQNZ .mbr-section-btn {
  color: #000000;
}
.cid-uNZSJigglh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/grass20footer2-2000x262.webp");
}
.cid-uNZSJigglh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZSJigglh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZSJigglh .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uNZSJigglh .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNZSJigglh .content-wrapper {
    padding: 0;
  }
}
.cid-uNZSJigglh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNZSJigglh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNZSJigglh .mbr-section-title,
.cid-uNZSJigglh .title-wrapper {
  color: #ffffff;
}
.cid-uNZSJigglh .mbr-section-title,
.cid-uNZSJigglh .mbr-section-btn,
.cid-uNZSJigglh .title-wrapper {
  text-align: center;
}
.cid-uNV7Bm1OhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNV7Bm1OhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNV7Bm1OhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNV7Bm1OhG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNV7Bm1OhG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNV7Bm1OhG .row {
    text-align: center;
  }
  .cid-uNV7Bm1OhG .row > div {
    margin: auto;
  }
  .cid-uNV7Bm1OhG .social-row {
    justify-content: center;
  }
}
.cid-uNV7Bm1OhG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNV7Bm1OhG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uNV7Bm1OhG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNV7Bm1OhG .list {
    margin-bottom: 0rem;
  }
}
.cid-uNV7Bm1OhG .mbr-text {
  color: #bbbbbb;
}
.cid-uNV7Bm1OhG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNV7Bm1OhG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNV7Bm1OhG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNV7Bm1OhG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNZT9KCZQx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uNZT9KCZQx .navbar-dropdown {
  background-color: #edefeb !important;
  padding: 0;
}
.cid-uNZT9KCZQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #edefeb !important;
  background: #edefeb;
}
.cid-uNZT9KCZQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNZT9KCZQx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNZT9KCZQx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNZT9KCZQx .menu_box .navbar.opened,
  .cid-uNZT9KCZQx .menu_box .navbar-collapse {
    background-color: #edefeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNZT9KCZQx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uNZT9KCZQx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNZT9KCZQx .btn:hover {
  box-shadow: none;
}
.cid-uNZT9KCZQx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNZT9KCZQx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNZT9KCZQx .nav-item {
    margin: 0 !important;
  }
}
.cid-uNZT9KCZQx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uNZT9KCZQx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNZT9KCZQx .nav-item .nav-link:hover::before,
.cid-uNZT9KCZQx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNZT9KCZQx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNZT9KCZQx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNZT9KCZQx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNZT9KCZQx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNZT9KCZQx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uNZT9KCZQx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNZT9KCZQx .offcanvas_box {
    display: none;
  }
}
.cid-uNZT9KCZQx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNZT9KCZQx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNZT9KCZQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNZT9KCZQx .container {
  display: flex;
  margin: auto;
}
.cid-uNZT9KCZQx .iconfont-wrapper {
  color: #3a6a59;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNZT9KCZQx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNZT9KCZQx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNZT9KCZQx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNZT9KCZQx .navbar-nav {
    margin: 0;
  }
}
.cid-uNZT9KCZQx .dropdown-menu,
.cid-uNZT9KCZQx .navbar.opened {
  background-color: false !important;
}
.cid-uNZT9KCZQx .nav-item:focus,
.cid-uNZT9KCZQx .nav-link:focus {
  outline: none;
}
.cid-uNZT9KCZQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNZT9KCZQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNZT9KCZQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNZT9KCZQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNZT9KCZQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNZT9KCZQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNZT9KCZQx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNZT9KCZQx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNZT9KCZQx .navbar.opened {
  transition: all 0.3s;
}
.cid-uNZT9KCZQx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNZT9KCZQx .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uNZT9KCZQx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNZT9KCZQx .navbar.collapsed {
  justify-content: center;
}
.cid-uNZT9KCZQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNZT9KCZQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNZT9KCZQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNZT9KCZQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNZT9KCZQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNZT9KCZQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNZT9KCZQx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNZT9KCZQx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNZT9KCZQx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNZT9KCZQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNZT9KCZQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNZT9KCZQx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNZT9KCZQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNZT9KCZQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNZT9KCZQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNZT9KCZQx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNZT9KCZQx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNZT9KCZQx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNZT9KCZQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNZT9KCZQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNZT9KCZQx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNZT9KCZQx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNZT9KCZQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNZT9KCZQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNZT9KCZQx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNZT9KCZQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNZT9KCZQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNZT9KCZQx .dropdown-item.active,
.cid-uNZT9KCZQx .dropdown-item:active {
  background-color: transparent;
}
.cid-uNZT9KCZQx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uNZT9KCZQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNZT9KCZQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNZT9KCZQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNZT9KCZQx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNZT9KCZQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNZT9KCZQx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #edefeb;
  background: #666e32;
}
.cid-uNZT9KCZQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNZT9KCZQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNZT9KCZQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNZT9KCZQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNZT9KCZQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNZT9KCZQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNZT9KCZQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNZT9KCZQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNZT9KCZQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNZT9KCZQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNZT9KCZQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNZT9KCZQx .navbar {
    height: 70px;
  }
  .cid-uNZT9KCZQx .navbar.opened {
    height: auto;
  }
  .cid-uNZT9KCZQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNZT9KCZQx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNZT9KCZQx .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uNZT9KCZQx .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uNZT9KCZQx .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uNZT9KCZQx .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uNZT9KCZQx .navbar-caption:hover {
  color: #666e32;
}
@media (min-width: 992px) {
  .cid-uNZT9KCZQx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNZT9KCZQx .text_widget {
  margin-bottom: 32px;
}
.cid-uNZT9KCZQx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNZT9KCZQx .text_widget a:hover,
.cid-uNZT9KCZQx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uNZT9KCZQx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uNZT9KCZQx .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #666e32;
}
.cid-uNZT9KCZQx .icons-menu-main {
  display: flex;
}
.cid-uNZT9KCZQx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNZT9KCZQx .navbar-caption {
  color: #000000;
}
.cid-uNZT9KCZQx .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uNZT9KCZQx .mbr-section-subtitle,
.cid-uNZT9KCZQx .text_widget,
.cid-uNZT9KCZQx .mbr-section-btn {
  text-align: center;
}
.cid-uNZT9KCZQx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNZT9L7MO8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uNZT9L7MO8 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uNZT9L7MO8 .image-wrap {
    padding: 16px;
  }
}
.cid-uNZT9L7MO8 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNZT9L7MO8 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uNZT9L7MO8 .image-overlay {
    padding: 16px;
  }
}
.cid-uNZT9L7MO8 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.cid-uNZT9L7MO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZT9L7MO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZT9L7MO8 .row {
  justify-content: center;
}
.cid-uNZT9L7MO8 .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNZT9L7MO8 .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uNZT9L7MO8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNZT9L7MO8 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNZT9L7MO8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uNZT9L7MO8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNZT9L7MO8 .mbr-section-title {
  color: #fff7ee;
}
.cid-uNZT9L7MO8 .mbr-text,
.cid-uNZT9L7MO8 .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uNZT9L7MO8 .mbr-section-title,
.cid-uNZT9L7MO8 .mbr-section-btn {
  text-align: center;
}
.cid-uO0nt9sae9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uO0nt9sae9 .row {
  flex-direction: row-reverse;
}
.cid-uO0nt9sae9 .justify-content-center {
  align-items: center;
}
.cid-uO0nt9sae9 .mbr-section-title {
  text-align: center;
  color: #666e32;
}
.cid-uO0nt9sae9 .mbr-text,
.cid-uO0nt9sae9 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uO0nt9sae9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uO0nt9sae9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0nt9sae9 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNZUkU9vFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNZUkU9vFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZUkU9vFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZUkU9vFu .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uNZUkU9vFu .container {
    padding: 10px 8px;
  }
}
.cid-uNZUkU9vFu .row {
  margin: 0;
}
.cid-uNZUkU9vFu .row .card {
  padding: 0;
}
.cid-uNZUkU9vFu .row .card:nth-child(2n) .item-wrapper {
  margin-right: 0;
}
.cid-uNZUkU9vFu .item-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #edefeb;
  border-radius: 25px;
  margin-right: 16px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNZUkU9vFu .item-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uNZUkU9vFu .item-wrapper {
    padding: 50px 10px;
  }
}
.cid-uNZUkU9vFu .item-wrapper .content-wrap {
  width: 100%;
}
.cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-link {
  margin-bottom: 0;
}
.cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNZUkU9vFu .item-wrapper .content-wrap .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNZUkU9vFu .mbr-section-title {
  color: #222222;
}
.cid-uNZUkU9vFu .mbr-section-title,
.cid-uNZUkU9vFu .mbr-section-btn {
  text-align: center;
  color: #666e32;
}
.cid-uNZUkU9vFu .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-uNZUkU9vFu .mbr-link {
  text-align: center;
  color: #666e32;
}
.cid-uNZT9M1UYQ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/grass20footer2-2000x262.webp");
}
.cid-uNZT9M1UYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZT9M1UYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZT9M1UYQ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uNZT9M1UYQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNZT9M1UYQ .content-wrapper {
    padding: 0;
  }
}
.cid-uNZT9M1UYQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNZT9M1UYQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNZT9M1UYQ .mbr-section-title,
.cid-uNZT9M1UYQ .title-wrapper {
  color: #ffffff;
}
.cid-uNZT9M1UYQ .mbr-section-title,
.cid-uNZT9M1UYQ .mbr-section-btn,
.cid-uNZT9M1UYQ .title-wrapper {
  text-align: center;
}
.cid-uNZT9MpmHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uNZT9MpmHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZT9MpmHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZT9MpmHI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNZT9MpmHI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNZT9MpmHI .row {
    text-align: center;
  }
  .cid-uNZT9MpmHI .row > div {
    margin: auto;
  }
  .cid-uNZT9MpmHI .social-row {
    justify-content: center;
  }
}
.cid-uNZT9MpmHI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNZT9MpmHI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uNZT9MpmHI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNZT9MpmHI .list {
    margin-bottom: 0rem;
  }
}
.cid-uNZT9MpmHI .mbr-text {
  color: #bbbbbb;
}
.cid-uNZT9MpmHI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNZT9MpmHI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNZT9MpmHI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNZT9MpmHI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uO06dFXQWh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uO06dFXQWh .navbar-dropdown {
  background-color: #edefeb !important;
  padding: 0;
}
.cid-uO06dFXQWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #edefeb !important;
  background: #edefeb;
}
.cid-uO06dFXQWh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO06dFXQWh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uO06dFXQWh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uO06dFXQWh .menu_box .navbar.opened,
  .cid-uO06dFXQWh .menu_box .navbar-collapse {
    background-color: #edefeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-uO06dFXQWh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uO06dFXQWh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uO06dFXQWh .btn:hover {
  box-shadow: none;
}
.cid-uO06dFXQWh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uO06dFXQWh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uO06dFXQWh .nav-item {
    margin: 0 !important;
  }
}
.cid-uO06dFXQWh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uO06dFXQWh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uO06dFXQWh .nav-item .nav-link:hover::before,
.cid-uO06dFXQWh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uO06dFXQWh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uO06dFXQWh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uO06dFXQWh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uO06dFXQWh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uO06dFXQWh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uO06dFXQWh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uO06dFXQWh .offcanvas_box {
    display: none;
  }
}
.cid-uO06dFXQWh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uO06dFXQWh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uO06dFXQWh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uO06dFXQWh .container {
  display: flex;
  margin: auto;
}
.cid-uO06dFXQWh .iconfont-wrapper {
  color: #3a6a59;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uO06dFXQWh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uO06dFXQWh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uO06dFXQWh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uO06dFXQWh .navbar-nav {
    margin: 0;
  }
}
.cid-uO06dFXQWh .dropdown-menu,
.cid-uO06dFXQWh .navbar.opened {
  background-color: false !important;
}
.cid-uO06dFXQWh .nav-item:focus,
.cid-uO06dFXQWh .nav-link:focus {
  outline: none;
}
.cid-uO06dFXQWh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO06dFXQWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO06dFXQWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO06dFXQWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO06dFXQWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO06dFXQWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO06dFXQWh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uO06dFXQWh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uO06dFXQWh .navbar.opened {
  transition: all 0.3s;
}
.cid-uO06dFXQWh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uO06dFXQWh .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uO06dFXQWh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uO06dFXQWh .navbar.collapsed {
  justify-content: center;
}
.cid-uO06dFXQWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO06dFXQWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uO06dFXQWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO06dFXQWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO06dFXQWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO06dFXQWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uO06dFXQWh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO06dFXQWh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uO06dFXQWh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uO06dFXQWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uO06dFXQWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO06dFXQWh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uO06dFXQWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO06dFXQWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uO06dFXQWh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uO06dFXQWh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uO06dFXQWh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uO06dFXQWh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uO06dFXQWh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uO06dFXQWh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uO06dFXQWh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uO06dFXQWh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uO06dFXQWh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uO06dFXQWh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uO06dFXQWh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uO06dFXQWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uO06dFXQWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO06dFXQWh .dropdown-item.active,
.cid-uO06dFXQWh .dropdown-item:active {
  background-color: transparent;
}
.cid-uO06dFXQWh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uO06dFXQWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO06dFXQWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO06dFXQWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO06dFXQWh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uO06dFXQWh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uO06dFXQWh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #edefeb;
  background: #666e32;
}
.cid-uO06dFXQWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uO06dFXQWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uO06dFXQWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO06dFXQWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO06dFXQWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uO06dFXQWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO06dFXQWh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uO06dFXQWh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uO06dFXQWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO06dFXQWh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uO06dFXQWh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO06dFXQWh .navbar {
    height: 70px;
  }
  .cid-uO06dFXQWh .navbar.opened {
    height: auto;
  }
  .cid-uO06dFXQWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO06dFXQWh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uO06dFXQWh .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uO06dFXQWh .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uO06dFXQWh .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uO06dFXQWh .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uO06dFXQWh .navbar-caption:hover {
  color: #666e32;
}
@media (min-width: 992px) {
  .cid-uO06dFXQWh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uO06dFXQWh .text_widget {
  margin-bottom: 32px;
}
.cid-uO06dFXQWh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uO06dFXQWh .text_widget a:hover,
.cid-uO06dFXQWh .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uO06dFXQWh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uO06dFXQWh .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #666e32;
}
.cid-uO06dFXQWh .icons-menu-main {
  display: flex;
}
.cid-uO06dFXQWh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uO06dFXQWh .navbar-caption {
  color: #000000;
}
.cid-uO06dFXQWh .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uO06dFXQWh .mbr-section-subtitle,
.cid-uO06dFXQWh .text_widget,
.cid-uO06dFXQWh .mbr-section-btn {
  text-align: center;
}
.cid-uO06dFXQWh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uO06dGklJh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uO06dGklJh .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uO06dGklJh .image-wrap {
    padding: 16px;
  }
}
.cid-uO06dGklJh .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uO06dGklJh .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uO06dGklJh .image-overlay {
    padding: 16px;
  }
}
.cid-uO06dGklJh .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.cid-uO06dGklJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO06dGklJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO06dGklJh .row {
  justify-content: center;
}
.cid-uO06dGklJh .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uO06dGklJh .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uO06dGklJh .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uO06dGklJh .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uO06dGklJh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uO06dGklJh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uO06dGklJh .mbr-section-title {
  color: #fff7ee;
}
.cid-uO06dGklJh .mbr-text,
.cid-uO06dGklJh .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uO06dGklJh .mbr-section-title,
.cid-uO06dGklJh .mbr-section-btn {
  text-align: center;
}
.cid-uO06Fjfa61 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uO06Fjfa61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO06Fjfa61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO06Fjfa61 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uO06Fjfa61 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO06Fjfa61 .container {
    padding: 0 24px;
  }
}
.cid-uO06Fjfa61 .row {
  justify-content: center;
}
.cid-uO06Fjfa61 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uO06Fjfa61 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uO06Fjfa61 .content-wrapper {
    padding: 32px;
  }
}
.cid-uO06Fjfa61 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uO06Fjfa61 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uO06Fjfa61 .mbr-section-title {
  color: #666e32;
}
.cid-uO06Fjfa61 .mbr-text {
  color: #262642;
}
.cid-uO06dHav2S {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/grass20footer2-2000x262.webp");
}
.cid-uO06dHav2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO06dHav2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO06dHav2S .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uO06dHav2S .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uO06dHav2S .content-wrapper {
    padding: 0;
  }
}
.cid-uO06dHav2S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uO06dHav2S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uO06dHav2S .mbr-section-title,
.cid-uO06dHav2S .title-wrapper {
  color: #ffffff;
}
.cid-uO06dHav2S .mbr-section-title,
.cid-uO06dHav2S .mbr-section-btn,
.cid-uO06dHav2S .title-wrapper {
  text-align: center;
}
.cid-uO06dHtrxB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uO06dHtrxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO06dHtrxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO06dHtrxB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO06dHtrxB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uO06dHtrxB .row {
    text-align: center;
  }
  .cid-uO06dHtrxB .row > div {
    margin: auto;
  }
  .cid-uO06dHtrxB .social-row {
    justify-content: center;
  }
}
.cid-uO06dHtrxB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uO06dHtrxB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uO06dHtrxB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uO06dHtrxB .list {
    margin-bottom: 0rem;
  }
}
.cid-uO06dHtrxB .mbr-text {
  color: #bbbbbb;
}
.cid-uO06dHtrxB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uO06dHtrxB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uO06dHtrxB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uO06dHtrxB .mbr-section-subtitle {
  color: #ffffff;
}
