.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #5e8440 !important;
}
.bg-success {
  background-color: #279e64 !important;
}
.bg-info {
  background-color: #535353 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5e8440 !important;
  border-color: #5e8440 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #76a651 !important;
  border-color: #76a651 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #76a651 !important;
  border-color: #76a651 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6d6d6d !important;
  border-color: #6d6d6d !important;
}
.btn-success,
.btn-success:active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #31c77e !important;
  border-color: #31c77e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #31c77e !important;
  border-color: #31c77e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5e8440;
  color: #5e8440;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #344a24 !important;
  background-color: transparent !important;
  border-color: #344a24 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5e8440 !important;
  border-color: #5e8440 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #535353;
  color: #535353;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #282828 !important;
  background-color: transparent !important;
  border-color: #282828 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279e64;
  color: #279e64;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #165838 !important;
  background-color: transparent !important;
  border-color: #165838 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.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: #5e8440 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #279e64 !important;
}
.text-info {
  color: #535353 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d3f1f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #134c30 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #202020 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5e8440;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #535353;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5e8440;
  border-color: #5e8440;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5e8440;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ec281;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6adaa4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6c6c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #5e8440 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5e8440;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5e8440;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5e8440;
}
.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: #5e8440;
  border-bottom-color: #5e8440;
}
.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: #5e8440 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235e8440' %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-uTVDaUZrh3 {
  z-index: 1000;
  width: 100%;
}
.cid-uTVDaUZrh3 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uTVDaUZrh3 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uTVDaUZrh3 nav.navbar {
  position: fixed;
}
.cid-uTVDaUZrh3 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-item {
    border: 0;
  }
}
.cid-uTVDaUZrh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uTVDaUZrh3 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uTVDaUZrh3 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uTVDaUZrh3 .title-wrap:hover span {
  color: white;
}
.cid-uTVDaUZrh3 .title-wrap:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uTVDaUZrh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTVDaUZrh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTVDaUZrh3 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTVDaUZrh3 .nav-link {
  position: relative;
}
.cid-uTVDaUZrh3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTVDaUZrh3 .dropdown-menu,
.cid-uTVDaUZrh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uTVDaUZrh3 .nav-item:focus,
.cid-uTVDaUZrh3 .nav-link:focus {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTVDaUZrh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTVDaUZrh3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uTVDaUZrh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTVDaUZrh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTVDaUZrh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTVDaUZrh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTVDaUZrh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTVDaUZrh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTVDaUZrh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTVDaUZrh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTVDaUZrh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTVDaUZrh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTVDaUZrh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTVDaUZrh3 .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-uTVDaUZrh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTVDaUZrh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown-item.active,
.cid-uTVDaUZrh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTVDaUZrh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTVDaUZrh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTVDaUZrh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTVDaUZrh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTVDaUZrh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTVDaUZrh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTVDaUZrh3 .navbar {
    height: 70px;
  }
  .cid-uTVDaUZrh3 .navbar.opened {
    height: auto;
  }
  .cid-uTVDaUZrh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTVDaUZrh3 .navbar-caption-wrap,
.cid-uTVDaUZrh3 .title-wrap {
  color: #272727;
}
.cid-uVahbahKWy.popup-builder {
  background-color: #ffffff;
}
.cid-uVahbahKWy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVahbahKWy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVahbahKWy .modal-content,
.cid-uVahbahKWy .modal-dialog {
  height: auto;
}
.cid-uVahbahKWy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVahbahKWy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVahbahKWy .form-wrapper .mbr-form .form-group,
  .cid-uVahbahKWy .form-wrapper .mbr-form .input-group-btn {
    padding: 2 rem;
  }
}
.cid-uVahbahKWy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVahbahKWy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVahbahKWy .mbr-text {
  text-align: center;
}
.cid-uVahbahKWy .pt-0 {
  padding-top: 0 !important;
}
.cid-uVahbahKWy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVahbahKWy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVahbahKWy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVahbahKWy .modal-open {
  overflow: hidden;
}
.cid-uVahbahKWy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVahbahKWy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVahbahKWy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVahbahKWy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVahbahKWy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVahbahKWy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVahbahKWy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVahbahKWy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVahbahKWy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVahbahKWy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVahbahKWy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVahbahKWy .modal-backdrop.show {
  opacity: .5;
}
.cid-uVahbahKWy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uVahbahKWy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVahbahKWy .modal-header {
    padding: 1rem;
  }
}
.cid-uVahbahKWy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVahbahKWy .modal-header .close svg {
  fill: #5b8a38;
}
.cid-uVahbahKWy .modal-header .close:hover {
  opacity: 1;
}
.cid-uVahbahKWy .modal-header .close:focus {
  outline: none;
}
.cid-uVahbahKWy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVahbahKWy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVahbahKWy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVahbahKWy .modal-body {
    padding: 1rem;
  }
}
.cid-uVahbahKWy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVahbahKWy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVahbahKWy .modal-footer {
    padding: 1rem;
  }
}
.cid-uVahbahKWy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVahbahKWy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVahbahKWy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVahbahKWy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVahbahKWy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVahbahKWy .modal-lg,
  .cid-uVahbahKWy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVahbahKWy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVahbahKWy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVahbahKWy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVahbahKWy .form-group {
  margin-bottom: 1rem;
}
.cid-uVahbahKWy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVahbahKWy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVahbahKWy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVahbahKWy .mbr-section-btn {
  margin: 0;
}
.cid-uVahbahKWy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTVJwRvzOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVJwRvzOR .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.jpg");
}
.cid-uTVJwRvzOR .items-wrap {
  justify-content: space-between;
}
.cid-uTVJwRvzOR .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTVJwRvzOR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTVJwRvzOR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTVJwRvzOR .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uTVJwRvzOR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTVJwRvzOR .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #7ed248;
  background-color: transparent;
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7ed248;
  opacity: .7;
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 10px;
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uTVJwRvzOR .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTVJwRvzOR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTVJwRvzOR .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uTVJwRvzOR .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTVJwRvzOR .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uTVJwRvzOR .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-uTVJwRvzOR .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uTVJwRvzOR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uTVJwRvzOR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTVJwRvzOR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTVJwRvzOR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-uTVJwRvzOR .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-uTVJwRvzOR .mbr-section-title {
  color: #ffffff;
}
.cid-uTVJwRvzOR .mbr-text {
  color: #bbbbbb;
}
.cid-uTVJwRvzOR .mbr-tag {
  color: #ffffff;
  text-align: center;
}
.cid-uTVJwRvzOR .social-wrapper {
  text-align: right;
}
.cid-uTVJwRvzOR .mbr-section-title,
.cid-uTVJwRvzOR .mbr-section-btn,
.cid-uTVJwRvzOR .social-wrapper,
.cid-uTVJwRvzOR .tags-wrapper {
  text-align: center;
}
.cid-uTVPCi75zF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uTVPCi75zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVPCi75zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVPCi75zF .card {
  justify-content: center;
}
.cid-uTVPCi75zF .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uTVPCi75zF .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTVPCi75zF .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uTVPCi75zF .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTVPCi75zF .image-wrapper {
    padding-left: 0;
  }
}
.cid-uTVPCi75zF .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTVPCi75zF .image-wrapper img {
    height: 300px;
  }
}
.cid-uTVPCi75zF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTVPCi75zF .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTVPCi75zF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTVPCi75zF .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uTVPCi75zF .mbr-section-title {
  color: #000000;
}
.cid-uTVPCi75zF .mbr-text {
  color: #000000;
}
.cid-uUAlTkwmZO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUAlTkwmZO .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-uUAlTkwmZO .item-title,
.cid-uUAlTkwmZO .item-subtitle {
  transition: all 0.3s;
}
.cid-uUAlTkwmZO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUAlTkwmZO .item:hover img {
  transform: scale(1.05);
}
.cid-uUAlTkwmZO .item-img {
  overflow: hidden;
}
.cid-uUAlTkwmZO img,
.cid-uUAlTkwmZO .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUAlTkwmZO h5 {
  margin: 0;
}
.cid-uUAlTkwmZO .item:focus,
.cid-uUAlTkwmZO span:focus {
  outline: none;
}
.cid-uUAlTkwmZO .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUAlTkwmZO .item-content {
  padding-top: 2rem;
}
.cid-uUAlTkwmZO .mbr-section-title {
  color: #ffffff;
}
.cid-uUAlTkwmZO .item-title {
  color: #bbbbbb;
}
.cid-uUAlTkwmZO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUAlTkwmZO .mbr-text,
.cid-uUAlTkwmZO .mbr-section-btn {
  color: #ffffff;
}
.cid-uUAlTkwmZO .item-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uTWCAGXJyR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTWCAGXJyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWCAGXJyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWCAGXJyR .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uTWCAGXJyR .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uTWCAGXJyR .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTWCAGXJyR .content-wrap {
    width: 100%;
  }
}
.cid-uTWCAGXJyR .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uTWCAGXJyR .text-content {
    border-bottom: none;
  }
}
.cid-uTWCAGXJyR .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uTWCAGXJyR .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uTWCAGXJyR .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uTWCAGXJyR .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uTWCAGXJyR .border-icon {
    display: none;
  }
}
.cid-uTWCAGXJyR .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uTWCAGXJyR .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uTWCAGXJyR .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uTWCAGXJyR .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uTWCAGXJyR .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uTWCAGXJyR .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uTWCAGXJyR .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uTWCAGXJyR .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uTWCAGXJyR .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uTWCAGXJyR .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uTWCAGXJyR .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uTWCAGXJyR .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uTWCAGXJyR .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uTWCAGXJyR .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uTWCAGXJyR .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uTWCAGXJyR .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uTWCAGXJyR .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uUkdjGCj92 {
  z-index: 1000;
  width: 100%;
}
.cid-uUkdjGCj92 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uUkdjGCj92 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uUkdjGCj92 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uUkdjGCj92 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uUkdjGCj92 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uUkdjGCj92 nav.navbar {
  position: fixed;
}
.cid-uUkdjGCj92 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uUkdjGCj92 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uUkdjGCj92 .nav-item {
    border: 0;
  }
}
.cid-uUkdjGCj92 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUkdjGCj92 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uUkdjGCj92 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uUkdjGCj92 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uUkdjGCj92 .title-wrap:hover span {
  color: white;
}
.cid-uUkdjGCj92 .title-wrap:hover:before {
  height: 100%;
}
.cid-uUkdjGCj92 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkdjGCj92 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uUkdjGCj92 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUkdjGCj92 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUkdjGCj92 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uUkdjGCj92 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uUkdjGCj92 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUkdjGCj92 .nav-link {
  position: relative;
}
.cid-uUkdjGCj92 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUkdjGCj92 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUkdjGCj92 .dropdown-menu,
.cid-uUkdjGCj92 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUkdjGCj92 .nav-item:focus,
.cid-uUkdjGCj92 .nav-link:focus {
  outline: none;
}
.cid-uUkdjGCj92 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUkdjGCj92 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUkdjGCj92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUkdjGCj92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkdjGCj92 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUkdjGCj92 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUkdjGCj92 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uUkdjGCj92 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUkdjGCj92 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUkdjGCj92 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUkdjGCj92 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUkdjGCj92 .navbar.collapsed {
  justify-content: center;
}
.cid-uUkdjGCj92 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUkdjGCj92 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUkdjGCj92 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uUkdjGCj92 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUkdjGCj92 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUkdjGCj92 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUkdjGCj92 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUkdjGCj92 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUkdjGCj92 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUkdjGCj92 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUkdjGCj92 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUkdjGCj92 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUkdjGCj92 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUkdjGCj92 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUkdjGCj92 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUkdjGCj92 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUkdjGCj92 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUkdjGCj92 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUkdjGCj92 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUkdjGCj92 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUkdjGCj92 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUkdjGCj92 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUkdjGCj92 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUkdjGCj92 .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-uUkdjGCj92 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUkdjGCj92 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUkdjGCj92 .dropdown-item.active,
.cid-uUkdjGCj92 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUkdjGCj92 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUkdjGCj92 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUkdjGCj92 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUkdjGCj92 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUkdjGCj92 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUkdjGCj92 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUkdjGCj92 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUkdjGCj92 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUkdjGCj92 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUkdjGCj92 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUkdjGCj92 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUkdjGCj92 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkdjGCj92 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkdjGCj92 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUkdjGCj92 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkdjGCj92 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUkdjGCj92 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUkdjGCj92 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkdjGCj92 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUkdjGCj92 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUkdjGCj92 .navbar {
    height: 70px;
  }
  .cid-uUkdjGCj92 .navbar.opened {
    height: auto;
  }
  .cid-uUkdjGCj92 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUkdjGCj92 .navbar-caption-wrap,
.cid-uUkdjGCj92 .title-wrap {
  color: #272727;
}
.cid-uUBB5w608C {
  background-image: url("../../../assets/images/indoor.jpeg");
}
.cid-uUBB5w608C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUBB5w608C .mbr-section-title {
  color: #ffffff;
}
.cid-uUBB5w608C .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uUBB5w608C .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uUBB5w608C .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #5e8440;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uUBB5w608C .mbr-section-btn {
  display: flex;
}
.cid-uUBB5w608C .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uUBB5w608C .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uUBB5w608C .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uUBB5w608C .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uUBB5w608C .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uUBB5w608C .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uUBB5w608C .video-wrap .icon-wrap .line-video-1,
.cid-uUBB5w608C .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uUBB5w608C .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uUBB5w608C .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uUBB5w608C .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUBB5w608C .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUBB5w608C .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUBB5w608C a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #279e64;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUBB5w608C a.close:hover {
  color: #279e64;
}
@media (max-width: 991px) {
  .cid-uUBB5w608C .separator,
  .cid-uUBB5w608C .sep-holder,
  .cid-uUBB5w608C .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uUBB5w608C .buttons-wrap {
    flex-direction: column;
  }
  .cid-uUBB5w608C .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uUBB5w608C .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uUBB5w608C .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uUBB5w608C .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uUBB5w608C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBB5w608C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBB5w608C .mbr-text,
.cid-uUBB5w608C .mbr-section-btn {
  text-align: left;
}
.cid-uUBB9eiEGi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUBB9eiEGi .item-img {
  position: relative;
}
.cid-uUBB9eiEGi .item-img img {
  transition: all 0.2s;
}
.cid-uUBB9eiEGi h5 {
  line-height: 1.2;
}
.cid-uUBB9eiEGi .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uUBB9eiEGi .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uUBB9eiEGi .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uUBB9eiEGi .item:hover img {
  transform: scale(1.05);
}
.cid-uUBB9eiEGi .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5e8440;
}
@media (max-width: 992px) {
  .cid-uUBB9eiEGi .subtitle-wrap,
  .cid-uUBB9eiEGi .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uUBB9eiEGi .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uUBB9eiEGi .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUBB9eiEGi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUBB9eiEGi .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uUBB9eiEGi .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uUBB9eiEGi .link-icon-wrapper .icon-wrap {
  background: #535353;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uUBB9eiEGi .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uUBB9eiEGi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uUBB9eiEGi .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uUBB9eiEGi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uUBB9eiEGi .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uUBB9eiEGi .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUBB9eiEGi .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uUBB9eiEGi img,
.cid-uUBB9eiEGi .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUBB9eiEGi .item:focus,
.cid-uUBB9eiEGi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uUBB9eiEGi .item {
    margin-bottom: 1rem;
  }
}
.cid-uUBB9eiEGi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUBB9eiEGi .item-title {
  text-align: left;
  color: #000000;
}
.cid-uUBB9eiEGi .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uUBB9eiEGi .mbr-text,
.cid-uUBB9eiEGi .item .mbr-section-btn {
  color: #3d4344;
  text-align: left;
}
.cid-uUBB9eiEGi .mbr-section-subtitle,
.cid-uUBB9eiEGi .subtitle-wrap,
.cid-uUBB9eiEGi .mbr-section-btn {
  text-align: left;
}
.cid-uUC0lmZE3F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uUC0lmZE3F .container-fluid {
  padding: 0 3rem;
}
.cid-uUC0lmZE3F .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-uUC0lmZE3F table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-uUC0lmZE3F table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #2e481a;
  border-bottom-color: #2e481a !important;
  border-top: none;
  vertical-align: middle;
}
.cid-uUC0lmZE3F table tr {
  border-color: #2e481a;
}
.cid-uUC0lmZE3F table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-uUC0lmZE3F th:after,
.cid-uUC0lmZE3F th:before {
  display: none !important;
}
.cid-uUC0lmZE3F .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uUC0lmZE3F .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-uUC0lmZE3F .dataTable-top {
  margin-bottom: 20px;
}
.cid-uUC0lmZE3F .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
  text-align: center;
}
.cid-uUC0lmZE3F .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: center;
  white-space: nowrap;
}
.cid-uUC0lmZE3F .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #3d3d3d;
  line-height: 1.72;
  text-align: center;
}
.cid-uUC0lmZE3F .second-col {
  background-color: #aec69c;
}
.cid-uUC0lmZE3F .head-item.first-col,
.cid-uUC0lmZE3F .head-item.second-col,
.cid-uUC0lmZE3F .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uUC0lmZE3F .other-col {
  background-color: #e7ebe4;
}
.cid-uUC0lmZE3F .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUC0lmZE3F .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUC0lmZE3F th:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uUC0lmZE3F td:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uTVDaUZrh3 {
  z-index: 1000;
  width: 100%;
}
.cid-uTVDaUZrh3 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uTVDaUZrh3 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uTVDaUZrh3 nav.navbar {
  position: fixed;
}
.cid-uTVDaUZrh3 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-item {
    border: 0;
  }
}
.cid-uTVDaUZrh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uTVDaUZrh3 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uTVDaUZrh3 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uTVDaUZrh3 .title-wrap:hover span {
  color: white;
}
.cid-uTVDaUZrh3 .title-wrap:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uTVDaUZrh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTVDaUZrh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTVDaUZrh3 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTVDaUZrh3 .nav-link {
  position: relative;
}
.cid-uTVDaUZrh3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTVDaUZrh3 .dropdown-menu,
.cid-uTVDaUZrh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uTVDaUZrh3 .nav-item:focus,
.cid-uTVDaUZrh3 .nav-link:focus {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTVDaUZrh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTVDaUZrh3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uTVDaUZrh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTVDaUZrh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTVDaUZrh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTVDaUZrh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTVDaUZrh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTVDaUZrh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTVDaUZrh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTVDaUZrh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTVDaUZrh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTVDaUZrh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTVDaUZrh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTVDaUZrh3 .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-uTVDaUZrh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTVDaUZrh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown-item.active,
.cid-uTVDaUZrh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTVDaUZrh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTVDaUZrh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTVDaUZrh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTVDaUZrh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTVDaUZrh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTVDaUZrh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTVDaUZrh3 .navbar {
    height: 70px;
  }
  .cid-uTVDaUZrh3 .navbar.opened {
    height: auto;
  }
  .cid-uTVDaUZrh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTVDaUZrh3 .navbar-caption-wrap,
.cid-uTVDaUZrh3 .title-wrap {
  color: #272727;
}
.cid-uUvO28gk1b {
  background-image: url("../../../assets/images/shutterstock-2591435169.jpg-6332x3562.jpg");
}
.cid-uUvO28gk1b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUvO28gk1b .mbr-section-title {
  color: #ffffff;
}
.cid-uUvO28gk1b .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uUvO28gk1b .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uUvO28gk1b .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #5e8440;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uUvO28gk1b .mbr-section-btn {
  display: flex;
}
.cid-uUvO28gk1b .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uUvO28gk1b .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uUvO28gk1b .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uUvO28gk1b .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uUvO28gk1b .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uUvO28gk1b .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uUvO28gk1b .video-wrap .icon-wrap .line-video-1,
.cid-uUvO28gk1b .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uUvO28gk1b .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uUvO28gk1b .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uUvO28gk1b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUvO28gk1b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUvO28gk1b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUvO28gk1b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #279e64;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUvO28gk1b a.close:hover {
  color: #279e64;
}
@media (max-width: 991px) {
  .cid-uUvO28gk1b .separator,
  .cid-uUvO28gk1b .sep-holder,
  .cid-uUvO28gk1b .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uUvO28gk1b .buttons-wrap {
    flex-direction: column;
  }
  .cid-uUvO28gk1b .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uUvO28gk1b .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uUvO28gk1b .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uUvO28gk1b .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uUvO28gk1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvO28gk1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUvO28gk1b .mbr-text,
.cid-uUvO28gk1b .mbr-section-btn {
  text-align: left;
}
.cid-uUw9t4GTNx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUw9t4GTNx .item-img {
  position: relative;
}
.cid-uUw9t4GTNx .item-img img {
  transition: all 0.2s;
}
.cid-uUw9t4GTNx h5 {
  line-height: 1.2;
}
.cid-uUw9t4GTNx .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uUw9t4GTNx .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uUw9t4GTNx .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uUw9t4GTNx .item:hover img {
  transform: scale(1.05);
}
.cid-uUw9t4GTNx .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5e8440;
}
@media (max-width: 992px) {
  .cid-uUw9t4GTNx .subtitle-wrap,
  .cid-uUw9t4GTNx .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uUw9t4GTNx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uUw9t4GTNx .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUw9t4GTNx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUw9t4GTNx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uUw9t4GTNx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uUw9t4GTNx .link-icon-wrapper .icon-wrap {
  background: #535353;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uUw9t4GTNx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uUw9t4GTNx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uUw9t4GTNx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uUw9t4GTNx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uUw9t4GTNx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uUw9t4GTNx .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUw9t4GTNx .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uUw9t4GTNx img,
.cid-uUw9t4GTNx .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUw9t4GTNx .item:focus,
.cid-uUw9t4GTNx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uUw9t4GTNx .item {
    margin-bottom: 1rem;
  }
}
.cid-uUw9t4GTNx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUw9t4GTNx .item-title {
  text-align: left;
  color: #000000;
}
.cid-uUw9t4GTNx .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uUw9t4GTNx .mbr-text,
.cid-uUw9t4GTNx .item .mbr-section-btn {
  color: #3d4344;
  text-align: left;
}
.cid-uUw9t4GTNx .mbr-section-subtitle,
.cid-uUw9t4GTNx .subtitle-wrap,
.cid-uUw9t4GTNx .mbr-section-btn {
  text-align: left;
}
.cid-uV41iAGMuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uV41iAGMuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV41iAGMuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV41iAGMuJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uV41iAGMuJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uV41iAGMuJ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uV41iAGMuJ .container {
    padding: 0 22px;
  }
}
.cid-uV41iAGMuJ .card {
  justify-content: center;
}
.cid-uV41iAGMuJ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uV41iAGMuJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uV41iAGMuJ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uV41iAGMuJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV41iAGMuJ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uV41iAGMuJ .image-wrapper img {
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #232323;
}
@media (max-width: 1440px) {
  .cid-uV41iAGMuJ .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-uV41iAGMuJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uV41iAGMuJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uV41iAGMuJ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uV41iAGMuJ .mbr-section-title {
  color: #232323;
}
.cid-uV41iAGMuJ .mbr-text {
  color: #232323;
}
.cid-uUBTaR2jzV {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUBTaR2jzV .container-fluid {
  padding: 0 3rem;
}
.cid-uUBTaR2jzV .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-uUBTaR2jzV table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-uUBTaR2jzV table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #2e481a;
  border-bottom-color: #2e481a !important;
  border-top: none;
  vertical-align: middle;
}
.cid-uUBTaR2jzV table tr {
  border-color: #2e481a;
}
.cid-uUBTaR2jzV table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-uUBTaR2jzV th:after,
.cid-uUBTaR2jzV th:before {
  display: none !important;
}
.cid-uUBTaR2jzV .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uUBTaR2jzV .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-uUBTaR2jzV .dataTable-top {
  margin-bottom: 20px;
}
.cid-uUBTaR2jzV .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #232323;
  text-align: center;
}
.cid-uUBTaR2jzV .head-item {
  color: #232323;
  padding: 33px 36px;
  text-align: center;
  white-space: nowrap;
}
.cid-uUBTaR2jzV .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #3d3d3d;
  line-height: 1.72;
  text-align: left;
}
.cid-uUBTaR2jzV .second-col {
  background-color: #8daa77;
}
.cid-uUBTaR2jzV .head-item.first-col,
.cid-uUBTaR2jzV .head-item.second-col,
.cid-uUBTaR2jzV .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uUBTaR2jzV .other-col {
  background-color: #e7ebe4;
}
.cid-uUBTaR2jzV .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUBTaR2jzV .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUBTaR2jzV th:nth-child(3n+2) {
  background-color: #8daa77;
}
.cid-uUBTaR2jzV td:nth-child(3n+2) {
  background-color: #8daa77;
}
.cid-uV4I4rTFM8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4I4rTFM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4I4rTFM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4I4rTFM8 .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uV4I4rTFM8 .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uV4I4rTFM8 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV4I4rTFM8 .content-wrap {
    width: 100%;
  }
}
.cid-uV4I4rTFM8 .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV4I4rTFM8 .text-content {
    border-bottom: none;
  }
}
.cid-uV4I4rTFM8 .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uV4I4rTFM8 .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uV4I4rTFM8 .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uV4I4rTFM8 .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV4I4rTFM8 .border-icon {
    display: none;
  }
}
.cid-uV4I4rTFM8 .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uV4I4rTFM8 .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uV4I4rTFM8 .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uV4I4rTFM8 .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV4I4rTFM8 .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uV4I4rTFM8 .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uV4I4rTFM8 .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV4I4rTFM8 .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uV4I4rTFM8 .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uV4I4rTFM8 .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uV4I4rTFM8 .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uV4I4rTFM8 .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uV4I4rTFM8 .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uV4I4rTFM8 .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uV4I4rTFM8 .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV4I4rTFM8 .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV4I4rTFM8 .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uUk2mY3HsN {
  z-index: 1000;
  width: 100%;
}
.cid-uUk2mY3HsN .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uUk2mY3HsN .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uUk2mY3HsN .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uUk2mY3HsN .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uUk2mY3HsN .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uUk2mY3HsN nav.navbar {
  position: fixed;
}
.cid-uUk2mY3HsN .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uUk2mY3HsN .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uUk2mY3HsN .nav-item {
    border: 0;
  }
}
.cid-uUk2mY3HsN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUk2mY3HsN .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uUk2mY3HsN .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uUk2mY3HsN .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uUk2mY3HsN .title-wrap:hover span {
  color: white;
}
.cid-uUk2mY3HsN .title-wrap:hover:before {
  height: 100%;
}
.cid-uUk2mY3HsN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUk2mY3HsN .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uUk2mY3HsN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUk2mY3HsN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUk2mY3HsN .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uUk2mY3HsN .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uUk2mY3HsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUk2mY3HsN .nav-link {
  position: relative;
}
.cid-uUk2mY3HsN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUk2mY3HsN .container {
    flex-wrap: nowrap;
  }
}
.cid-uUk2mY3HsN .dropdown-menu,
.cid-uUk2mY3HsN .navbar.opened {
  background: #ffffff !important;
}
.cid-uUk2mY3HsN .nav-item:focus,
.cid-uUk2mY3HsN .nav-link:focus {
  outline: none;
}
.cid-uUk2mY3HsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUk2mY3HsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUk2mY3HsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUk2mY3HsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUk2mY3HsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUk2mY3HsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUk2mY3HsN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uUk2mY3HsN .navbar.opened {
  transition: all 0.3s;
}
.cid-uUk2mY3HsN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUk2mY3HsN .navbar .navbar-logo img {
  width: auto;
}
.cid-uUk2mY3HsN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUk2mY3HsN .navbar.collapsed {
  justify-content: center;
}
.cid-uUk2mY3HsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUk2mY3HsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUk2mY3HsN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uUk2mY3HsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUk2mY3HsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUk2mY3HsN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUk2mY3HsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUk2mY3HsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUk2mY3HsN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUk2mY3HsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUk2mY3HsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUk2mY3HsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUk2mY3HsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUk2mY3HsN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUk2mY3HsN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUk2mY3HsN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUk2mY3HsN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUk2mY3HsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUk2mY3HsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUk2mY3HsN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUk2mY3HsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUk2mY3HsN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUk2mY3HsN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUk2mY3HsN .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-uUk2mY3HsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUk2mY3HsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUk2mY3HsN .dropdown-item.active,
.cid-uUk2mY3HsN .dropdown-item:active {
  background-color: transparent;
}
.cid-uUk2mY3HsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUk2mY3HsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUk2mY3HsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUk2mY3HsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUk2mY3HsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUk2mY3HsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUk2mY3HsN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUk2mY3HsN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUk2mY3HsN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUk2mY3HsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUk2mY3HsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUk2mY3HsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUk2mY3HsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUk2mY3HsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUk2mY3HsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUk2mY3HsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUk2mY3HsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUk2mY3HsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUk2mY3HsN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUk2mY3HsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUk2mY3HsN .navbar {
    height: 70px;
  }
  .cid-uUk2mY3HsN .navbar.opened {
    height: auto;
  }
  .cid-uUk2mY3HsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUk2mY3HsN .navbar-caption-wrap,
.cid-uUk2mY3HsN .title-wrap {
  color: #272727;
}
.cid-uUAELEfr7K {
  background-image: url("../../../assets/images/shutterstock-2637086043.jpeg");
}
.cid-uUAELEfr7K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUAELEfr7K .mbr-section-title {
  color: #ffffff;
}
.cid-uUAELEfr7K .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uUAELEfr7K .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uUAELEfr7K .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #5e8440;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uUAELEfr7K .mbr-section-btn {
  display: flex;
}
.cid-uUAELEfr7K .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uUAELEfr7K .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uUAELEfr7K .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uUAELEfr7K .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uUAELEfr7K .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uUAELEfr7K .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uUAELEfr7K .video-wrap .icon-wrap .line-video-1,
.cid-uUAELEfr7K .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uUAELEfr7K .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uUAELEfr7K .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uUAELEfr7K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUAELEfr7K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUAELEfr7K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUAELEfr7K a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #279e64;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUAELEfr7K a.close:hover {
  color: #279e64;
}
@media (max-width: 991px) {
  .cid-uUAELEfr7K .separator,
  .cid-uUAELEfr7K .sep-holder,
  .cid-uUAELEfr7K .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uUAELEfr7K .buttons-wrap {
    flex-direction: column;
  }
  .cid-uUAELEfr7K .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uUAELEfr7K .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uUAELEfr7K .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uUAELEfr7K .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uUAELEfr7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAELEfr7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAELEfr7K .mbr-text,
.cid-uUAELEfr7K .mbr-section-btn {
  text-align: left;
}
.cid-uUAKuc1e3r {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUAKuc1e3r .item-img {
  position: relative;
}
.cid-uUAKuc1e3r .item-img img {
  transition: all 0.2s;
}
.cid-uUAKuc1e3r h5 {
  line-height: 1.2;
}
.cid-uUAKuc1e3r .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uUAKuc1e3r .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uUAKuc1e3r .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uUAKuc1e3r .item:hover img {
  transform: scale(1.05);
}
.cid-uUAKuc1e3r .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5e8440;
}
@media (max-width: 992px) {
  .cid-uUAKuc1e3r .subtitle-wrap,
  .cid-uUAKuc1e3r .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uUAKuc1e3r .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uUAKuc1e3r .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUAKuc1e3r .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUAKuc1e3r .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uUAKuc1e3r .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uUAKuc1e3r .link-icon-wrapper .icon-wrap {
  background: #535353;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uUAKuc1e3r .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uUAKuc1e3r .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uUAKuc1e3r .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uUAKuc1e3r .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uUAKuc1e3r .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uUAKuc1e3r .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUAKuc1e3r .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uUAKuc1e3r img,
.cid-uUAKuc1e3r .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUAKuc1e3r .item:focus,
.cid-uUAKuc1e3r span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uUAKuc1e3r .item {
    margin-bottom: 1rem;
  }
}
.cid-uUAKuc1e3r .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUAKuc1e3r .item-title {
  text-align: left;
  color: #000000;
}
.cid-uUAKuc1e3r .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uUAKuc1e3r .mbr-text,
.cid-uUAKuc1e3r .item .mbr-section-btn {
  color: #3d4344;
  text-align: left;
}
.cid-uUAKuc1e3r .mbr-section-subtitle,
.cid-uUAKuc1e3r .subtitle-wrap,
.cid-uUAKuc1e3r .mbr-section-btn {
  text-align: left;
}
.cid-uUBWgUfElu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uUBWgUfElu .container-fluid {
  padding: 0 3rem;
}
.cid-uUBWgUfElu .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-uUBWgUfElu table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-uUBWgUfElu table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #2e481a;
  border-bottom-color: #2e481a !important;
  border-top: none;
  vertical-align: middle;
}
.cid-uUBWgUfElu table tr {
  border-color: #2e481a;
}
.cid-uUBWgUfElu table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-uUBWgUfElu th:after,
.cid-uUBWgUfElu th:before {
  display: none !important;
}
.cid-uUBWgUfElu .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uUBWgUfElu .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-uUBWgUfElu .dataTable-top {
  margin-bottom: 20px;
}
.cid-uUBWgUfElu .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
  text-align: center;
}
.cid-uUBWgUfElu .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: center;
  white-space: nowrap;
}
.cid-uUBWgUfElu .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #3d3d3d;
  line-height: 1.72;
  text-align: left;
}
.cid-uUBWgUfElu .second-col {
  background-color: #aec69c;
}
.cid-uUBWgUfElu .head-item.first-col,
.cid-uUBWgUfElu .head-item.second-col,
.cid-uUBWgUfElu .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uUBWgUfElu .other-col {
  background-color: #e7ebe4;
}
.cid-uUBWgUfElu .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUBWgUfElu .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUBWgUfElu th:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uUBWgUfElu td:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uV4Iibs1fo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uV4Iibs1fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4Iibs1fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4Iibs1fo .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uV4Iibs1fo .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uV4Iibs1fo .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV4Iibs1fo .content-wrap {
    width: 100%;
  }
}
.cid-uV4Iibs1fo .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV4Iibs1fo .text-content {
    border-bottom: none;
  }
}
.cid-uV4Iibs1fo .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uV4Iibs1fo .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uV4Iibs1fo .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uV4Iibs1fo .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV4Iibs1fo .border-icon {
    display: none;
  }
}
.cid-uV4Iibs1fo .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uV4Iibs1fo .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uV4Iibs1fo .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uV4Iibs1fo .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV4Iibs1fo .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uV4Iibs1fo .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uV4Iibs1fo .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV4Iibs1fo .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uV4Iibs1fo .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uV4Iibs1fo .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uV4Iibs1fo .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uV4Iibs1fo .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uV4Iibs1fo .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uV4Iibs1fo .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uV4Iibs1fo .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV4Iibs1fo .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV4Iibs1fo .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uUkc9vL5Xz {
  z-index: 1000;
  width: 100%;
}
.cid-uUkc9vL5Xz .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uUkc9vL5Xz .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uUkc9vL5Xz .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uUkc9vL5Xz .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uUkc9vL5Xz .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uUkc9vL5Xz nav.navbar {
  position: fixed;
}
.cid-uUkc9vL5Xz .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uUkc9vL5Xz .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uUkc9vL5Xz .nav-item {
    border: 0;
  }
}
.cid-uUkc9vL5Xz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUkc9vL5Xz .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uUkc9vL5Xz .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uUkc9vL5Xz .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uUkc9vL5Xz .title-wrap:hover span {
  color: white;
}
.cid-uUkc9vL5Xz .title-wrap:hover:before {
  height: 100%;
}
.cid-uUkc9vL5Xz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkc9vL5Xz .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uUkc9vL5Xz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUkc9vL5Xz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUkc9vL5Xz .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uUkc9vL5Xz .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uUkc9vL5Xz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUkc9vL5Xz .nav-link {
  position: relative;
}
.cid-uUkc9vL5Xz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUkc9vL5Xz .container {
    flex-wrap: nowrap;
  }
}
.cid-uUkc9vL5Xz .dropdown-menu,
.cid-uUkc9vL5Xz .navbar.opened {
  background: #ffffff !important;
}
.cid-uUkc9vL5Xz .nav-item:focus,
.cid-uUkc9vL5Xz .nav-link:focus {
  outline: none;
}
.cid-uUkc9vL5Xz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUkc9vL5Xz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUkc9vL5Xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUkc9vL5Xz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkc9vL5Xz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUkc9vL5Xz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUkc9vL5Xz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uUkc9vL5Xz .navbar.opened {
  transition: all 0.3s;
}
.cid-uUkc9vL5Xz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUkc9vL5Xz .navbar .navbar-logo img {
  width: auto;
}
.cid-uUkc9vL5Xz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUkc9vL5Xz .navbar.collapsed {
  justify-content: center;
}
.cid-uUkc9vL5Xz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUkc9vL5Xz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUkc9vL5Xz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uUkc9vL5Xz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUkc9vL5Xz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUkc9vL5Xz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUkc9vL5Xz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUkc9vL5Xz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUkc9vL5Xz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUkc9vL5Xz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUkc9vL5Xz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUkc9vL5Xz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUkc9vL5Xz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUkc9vL5Xz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUkc9vL5Xz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUkc9vL5Xz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUkc9vL5Xz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUkc9vL5Xz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUkc9vL5Xz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUkc9vL5Xz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUkc9vL5Xz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUkc9vL5Xz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUkc9vL5Xz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUkc9vL5Xz .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-uUkc9vL5Xz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUkc9vL5Xz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUkc9vL5Xz .dropdown-item.active,
.cid-uUkc9vL5Xz .dropdown-item:active {
  background-color: transparent;
}
.cid-uUkc9vL5Xz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUkc9vL5Xz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUkc9vL5Xz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUkc9vL5Xz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUkc9vL5Xz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUkc9vL5Xz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUkc9vL5Xz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUkc9vL5Xz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUkc9vL5Xz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUkc9vL5Xz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUkc9vL5Xz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUkc9vL5Xz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkc9vL5Xz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkc9vL5Xz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUkc9vL5Xz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkc9vL5Xz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUkc9vL5Xz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUkc9vL5Xz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkc9vL5Xz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUkc9vL5Xz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUkc9vL5Xz .navbar {
    height: 70px;
  }
  .cid-uUkc9vL5Xz .navbar.opened {
    height: auto;
  }
  .cid-uUkc9vL5Xz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUkc9vL5Xz .navbar-caption-wrap,
.cid-uUkc9vL5Xz .title-wrap {
  color: #272727;
}
.cid-uUAJSv3J85 {
  background-image: url("../../../assets/images/shutterstock-114589507.jpg");
}
.cid-uUAJSv3J85 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUAJSv3J85 .mbr-section-title {
  color: #ffffff;
}
.cid-uUAJSv3J85 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uUAJSv3J85 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uUAJSv3J85 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #5e8440;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uUAJSv3J85 .mbr-section-btn {
  display: flex;
}
.cid-uUAJSv3J85 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uUAJSv3J85 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uUAJSv3J85 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uUAJSv3J85 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uUAJSv3J85 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uUAJSv3J85 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uUAJSv3J85 .video-wrap .icon-wrap .line-video-1,
.cid-uUAJSv3J85 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uUAJSv3J85 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uUAJSv3J85 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uUAJSv3J85 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUAJSv3J85 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUAJSv3J85 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUAJSv3J85 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #279e64;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUAJSv3J85 a.close:hover {
  color: #279e64;
}
@media (max-width: 991px) {
  .cid-uUAJSv3J85 .separator,
  .cid-uUAJSv3J85 .sep-holder,
  .cid-uUAJSv3J85 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uUAJSv3J85 .buttons-wrap {
    flex-direction: column;
  }
  .cid-uUAJSv3J85 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uUAJSv3J85 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uUAJSv3J85 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uUAJSv3J85 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uUAJSv3J85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAJSv3J85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAJSv3J85 .mbr-text,
.cid-uUAJSv3J85 .mbr-section-btn {
  text-align: left;
}
.cid-uUALbdNgtd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUALbdNgtd .item-img {
  position: relative;
}
.cid-uUALbdNgtd .item-img img {
  transition: all 0.2s;
}
.cid-uUALbdNgtd h5 {
  line-height: 1.2;
}
.cid-uUALbdNgtd .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uUALbdNgtd .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uUALbdNgtd .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uUALbdNgtd .item:hover img {
  transform: scale(1.05);
}
.cid-uUALbdNgtd .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #5e8440;
}
@media (max-width: 992px) {
  .cid-uUALbdNgtd .subtitle-wrap,
  .cid-uUALbdNgtd .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uUALbdNgtd .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uUALbdNgtd .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUALbdNgtd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUALbdNgtd .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uUALbdNgtd .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uUALbdNgtd .link-icon-wrapper .icon-wrap {
  background: #535353;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uUALbdNgtd .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uUALbdNgtd .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uUALbdNgtd .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uUALbdNgtd .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uUALbdNgtd .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uUALbdNgtd .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUALbdNgtd .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uUALbdNgtd img,
.cid-uUALbdNgtd .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUALbdNgtd .item:focus,
.cid-uUALbdNgtd span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uUALbdNgtd .item {
    margin-bottom: 1rem;
  }
}
.cid-uUALbdNgtd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUALbdNgtd .item-title {
  text-align: left;
  color: #000000;
}
.cid-uUALbdNgtd .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uUALbdNgtd .mbr-text,
.cid-uUALbdNgtd .item .mbr-section-btn {
  color: #3d4344;
  text-align: left;
}
.cid-uUALbdNgtd .mbr-section-subtitle,
.cid-uUALbdNgtd .subtitle-wrap,
.cid-uUALbdNgtd .mbr-section-btn {
  text-align: left;
}
.cid-uUBYesX2hl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uUBYesX2hl .container-fluid {
  padding: 0 3rem;
}
.cid-uUBYesX2hl .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-uUBYesX2hl table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-uUBYesX2hl table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #2e481a;
  border-bottom-color: #2e481a !important;
  border-top: none;
  vertical-align: middle;
}
.cid-uUBYesX2hl table tr {
  border-color: #2e481a;
}
.cid-uUBYesX2hl table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-uUBYesX2hl th:after,
.cid-uUBYesX2hl th:before {
  display: none !important;
}
.cid-uUBYesX2hl .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uUBYesX2hl .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-uUBYesX2hl .dataTable-top {
  margin-bottom: 20px;
}
.cid-uUBYesX2hl .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
  text-align: center;
}
.cid-uUBYesX2hl .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: center;
  white-space: nowrap;
}
.cid-uUBYesX2hl .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #3d3d3d;
  line-height: 1.72;
  text-align: left;
}
.cid-uUBYesX2hl .second-col {
  background-color: #aec69c;
}
.cid-uUBYesX2hl .head-item.first-col,
.cid-uUBYesX2hl .head-item.second-col,
.cid-uUBYesX2hl .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-uUBYesX2hl .other-col {
  background-color: #e7ebe4;
}
.cid-uUBYesX2hl .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUBYesX2hl .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUBYesX2hl th:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uUBYesX2hl td:nth-child(3n+2) {
  background-color: #aec69c;
}
.cid-uUBYHcnY9X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uUBYHcnY9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBYHcnY9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBYHcnY9X .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uUBYHcnY9X .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uUBYHcnY9X .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUBYHcnY9X .content-wrap {
    width: 100%;
  }
}
.cid-uUBYHcnY9X .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uUBYHcnY9X .text-content {
    border-bottom: none;
  }
}
.cid-uUBYHcnY9X .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uUBYHcnY9X .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uUBYHcnY9X .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uUBYHcnY9X .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uUBYHcnY9X .border-icon {
    display: none;
  }
}
.cid-uUBYHcnY9X .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uUBYHcnY9X .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uUBYHcnY9X .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uUBYHcnY9X .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uUBYHcnY9X .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uUBYHcnY9X .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uUBYHcnY9X .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uUBYHcnY9X .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uUBYHcnY9X .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uUBYHcnY9X .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uUBYHcnY9X .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uUBYHcnY9X .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uUBYHcnY9X .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uUBYHcnY9X .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBYHcnY9X .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uUBYHcnY9X .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uUBYHcnY9X .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uUkf16y5P9 {
  z-index: 1000;
  width: 100%;
}
.cid-uUkf16y5P9 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uUkf16y5P9 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uUkf16y5P9 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uUkf16y5P9 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uUkf16y5P9 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uUkf16y5P9 nav.navbar {
  position: fixed;
}
.cid-uUkf16y5P9 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uUkf16y5P9 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uUkf16y5P9 .nav-item {
    border: 0;
  }
}
.cid-uUkf16y5P9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUkf16y5P9 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uUkf16y5P9 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uUkf16y5P9 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uUkf16y5P9 .title-wrap:hover span {
  color: white;
}
.cid-uUkf16y5P9 .title-wrap:hover:before {
  height: 100%;
}
.cid-uUkf16y5P9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkf16y5P9 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uUkf16y5P9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUkf16y5P9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUkf16y5P9 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uUkf16y5P9 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uUkf16y5P9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUkf16y5P9 .nav-link {
  position: relative;
}
.cid-uUkf16y5P9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUkf16y5P9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUkf16y5P9 .dropdown-menu,
.cid-uUkf16y5P9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uUkf16y5P9 .nav-item:focus,
.cid-uUkf16y5P9 .nav-link:focus {
  outline: none;
}
.cid-uUkf16y5P9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUkf16y5P9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUkf16y5P9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUkf16y5P9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkf16y5P9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUkf16y5P9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUkf16y5P9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uUkf16y5P9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUkf16y5P9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUkf16y5P9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUkf16y5P9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUkf16y5P9 .navbar.collapsed {
  justify-content: center;
}
.cid-uUkf16y5P9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUkf16y5P9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUkf16y5P9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uUkf16y5P9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUkf16y5P9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUkf16y5P9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUkf16y5P9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUkf16y5P9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUkf16y5P9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUkf16y5P9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUkf16y5P9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUkf16y5P9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUkf16y5P9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUkf16y5P9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUkf16y5P9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUkf16y5P9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUkf16y5P9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUkf16y5P9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUkf16y5P9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUkf16y5P9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUkf16y5P9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUkf16y5P9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUkf16y5P9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUkf16y5P9 .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-uUkf16y5P9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUkf16y5P9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUkf16y5P9 .dropdown-item.active,
.cid-uUkf16y5P9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUkf16y5P9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUkf16y5P9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUkf16y5P9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUkf16y5P9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUkf16y5P9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUkf16y5P9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUkf16y5P9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUkf16y5P9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUkf16y5P9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUkf16y5P9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUkf16y5P9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUkf16y5P9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkf16y5P9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkf16y5P9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUkf16y5P9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkf16y5P9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUkf16y5P9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUkf16y5P9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkf16y5P9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUkf16y5P9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUkf16y5P9 .navbar {
    height: 70px;
  }
  .cid-uUkf16y5P9 .navbar.opened {
    height: auto;
  }
  .cid-uUkf16y5P9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUkf16y5P9 .navbar-caption-wrap,
.cid-uUkf16y5P9 .title-wrap {
  color: #272727;
}
.cid-uUBpNXTgiH {
  background-image: url("../../../assets/images/shutterstock-2591591271.jpeg");
}
.cid-uUBpNXTgiH .mbr-section-title {
  color: #ffffff;
}
.cid-uUBpNXTgiH .mbr-text,
.cid-uUBpNXTgiH .mbr-section-btn {
  color: #fafafa;
}
.cid-uUC2hchFQi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUC2hchFQi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUC2hchFQi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uUC2hchFQi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uUC2hchFQi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUC2hchFQi .content-head {
  max-width: 800px;
}
.cid-uUC2nX0MP3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUC2nX0MP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC2nX0MP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC2nX0MP3 .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uUC2nX0MP3 .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uUC2nX0MP3 .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUC2nX0MP3 .content-wrap {
    width: 100%;
  }
}
.cid-uUC2nX0MP3 .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uUC2nX0MP3 .text-content {
    border-bottom: none;
  }
}
.cid-uUC2nX0MP3 .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uUC2nX0MP3 .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uUC2nX0MP3 .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uUC2nX0MP3 .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uUC2nX0MP3 .border-icon {
    display: none;
  }
}
.cid-uUC2nX0MP3 .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uUC2nX0MP3 .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uUC2nX0MP3 .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uUC2nX0MP3 .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uUC2nX0MP3 .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uUC2nX0MP3 .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uUC2nX0MP3 .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uUC2nX0MP3 .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uUC2nX0MP3 .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uUC2nX0MP3 .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uUC2nX0MP3 .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uUC2nX0MP3 .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uUC2nX0MP3 .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uUC2nX0MP3 .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUC2nX0MP3 .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uUC2nX0MP3 .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uUC2nX0MP3 .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
.cid-uTVDaUZrh3 {
  z-index: 1000;
  width: 100%;
}
.cid-uTVDaUZrh3 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uTVDaUZrh3 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #5e8440;
  z-index: -1;
}
.cid-uTVDaUZrh3 nav.navbar {
  position: fixed;
}
.cid-uTVDaUZrh3 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-item {
    border: 0;
  }
}
.cid-uTVDaUZrh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uTVDaUZrh3 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uTVDaUZrh3 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uTVDaUZrh3 .title-wrap:hover span {
  color: white;
}
.cid-uTVDaUZrh3 .title-wrap:hover:before {
  height: 100%;
}
.cid-uTVDaUZrh3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #5e8440;
}
.cid-uTVDaUZrh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTVDaUZrh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTVDaUZrh3 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uTVDaUZrh3 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTVDaUZrh3 .nav-link {
  position: relative;
}
.cid-uTVDaUZrh3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTVDaUZrh3 .dropdown-menu,
.cid-uTVDaUZrh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uTVDaUZrh3 .nav-item:focus,
.cid-uTVDaUZrh3 .nav-link:focus {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTVDaUZrh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVDaUZrh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTVDaUZrh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTVDaUZrh3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uTVDaUZrh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTVDaUZrh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTVDaUZrh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTVDaUZrh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTVDaUZrh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTVDaUZrh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTVDaUZrh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTVDaUZrh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTVDaUZrh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTVDaUZrh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTVDaUZrh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTVDaUZrh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTVDaUZrh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTVDaUZrh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTVDaUZrh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTVDaUZrh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTVDaUZrh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTVDaUZrh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTVDaUZrh3 .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-uTVDaUZrh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTVDaUZrh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTVDaUZrh3 .dropdown-item.active,
.cid-uTVDaUZrh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTVDaUZrh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTVDaUZrh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTVDaUZrh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTVDaUZrh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTVDaUZrh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTVDaUZrh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTVDaUZrh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVDaUZrh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTVDaUZrh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVDaUZrh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTVDaUZrh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTVDaUZrh3 .navbar {
    height: 70px;
  }
  .cid-uTVDaUZrh3 .navbar.opened {
    height: auto;
  }
  .cid-uTVDaUZrh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTVDaUZrh3 .navbar-caption-wrap,
.cid-uTVDaUZrh3 .title-wrap {
  color: #272727;
}
.cid-uV9Cw496SA {
  background-image: url("../../../assets/images/shutterstock-2626156169-huge.jpg");
}
.cid-uV9Cw496SA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uV9Cw496SA .mbr-section-title {
  color: #ffffff;
}
.cid-uV9Cw496SA .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uV9Cw496SA .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uV9Cw496SA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #5e8440;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uV9Cw496SA .mbr-section-btn {
  display: flex;
}
.cid-uV9Cw496SA .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uV9Cw496SA .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uV9Cw496SA .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uV9Cw496SA .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uV9Cw496SA .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uV9Cw496SA .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uV9Cw496SA .video-wrap .icon-wrap .line-video-1,
.cid-uV9Cw496SA .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uV9Cw496SA .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uV9Cw496SA .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uV9Cw496SA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV9Cw496SA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV9Cw496SA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV9Cw496SA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #279e64;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uV9Cw496SA a.close:hover {
  color: #279e64;
}
@media (max-width: 991px) {
  .cid-uV9Cw496SA .separator,
  .cid-uV9Cw496SA .sep-holder,
  .cid-uV9Cw496SA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uV9Cw496SA .buttons-wrap {
    flex-direction: column;
  }
  .cid-uV9Cw496SA .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uV9Cw496SA .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uV9Cw496SA .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uV9Cw496SA .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uV9Cw496SA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9Cw496SA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9Cw496SA .mbr-text,
.cid-uV9Cw496SA .mbr-section-btn {
  text-align: left;
}
.cid-uV9MNQKASC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV9MNQKASC .lin {
  font-style: italic;
}
.cid-uV9MNQKASC .mbr-iconfont {
  font-size: 40px;
  color: #232323;
}
.cid-uV9ttV131b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/map-2000x1200.jpg");
}
.cid-uV9ttV131b .card1 {
  background: #2e481a;
}
.cid-uV9ttV131b .card2 {
  background: #393838;
}
.cid-uV9ttV131b .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-uV9ttV131b .card-wrapper {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uV9ttV131b .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV9ttV131b .card-wrapper {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uV9ttV131b .card-wrapper:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .cid-uV9ttV131b .row .row {
    flex-direction: column-reverse;
  }
  .cid-uV9ttV131b .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV9ttV131b .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV9ttV131b .card-subtitle {
  color: #ffffff;
}
.cid-uV9ttV131b .mbr-text {
  color: #ffffff;
}
.cid-uV9ttV131b .mbr-title {
  color: #232323;
}
.cid-uV9ttV131b .mbr-main-text {
  color: #232323;
}
.cid-uV9ttV131b .card-title {
  color: #ffffff;
}
.cid-uV9ttV131b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9ttV131b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9OaXYDwW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uV9OaXYDwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9OaXYDwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9OaXYDwW .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-uV9OaXYDwW .content-wrap {
  width: 40%;
  background-color: #275106;
}
@media (max-width: 991px) {
  .cid-uV9OaXYDwW .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV9OaXYDwW .content-wrap {
    width: 100%;
  }
}
.cid-uV9OaXYDwW .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV9OaXYDwW .text-content {
    border-bottom: none;
  }
}
.cid-uV9OaXYDwW .mbr-section-title {
  width: 100%;
  color: #f7f7f7;
  margin-top: 10px;
}
.cid-uV9OaXYDwW .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-uV9OaXYDwW .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uV9OaXYDwW .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-uV9OaXYDwW .border-icon {
    display: none;
  }
}
.cid-uV9OaXYDwW .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-uV9OaXYDwW .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-uV9OaXYDwW .icon-container:nth-child(3) {
  border-right: none;
}
.cid-uV9OaXYDwW .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV9OaXYDwW .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-uV9OaXYDwW .icon-container:nth-child(7) {
  border-right: none;
}
.cid-uV9OaXYDwW .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-uV9OaXYDwW .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-uV9OaXYDwW .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-uV9OaXYDwW .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-uV9OaXYDwW .icon-container a:hover .mbr-iconfont {
  color: #0c0c0c;
}
.cid-uV9OaXYDwW .icon-container-1 a {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-uV9OaXYDwW .icon-container-1 a:hover {
  background: linear-gradient(to right, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-uV9OaXYDwW .icon-container-2 a {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uV9OaXYDwW .icon-container-2 a:hover {
  background: linear-gradient(to top, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV9OaXYDwW .icon-container-3 a {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-uV9OaXYDwW .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #0c0c0c 0, #0c0c0c 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-uUBNL0OnXw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uUBNL0OnXw .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-uUBNL0OnXw .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uUBNL0OnXw .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uUBNL0OnXw .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uUBNL0OnXw .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uUBNL0OnXw .footer-top {
  border-bottom: 2px solid #2e481a;
}
.cid-uUBNL0OnXw .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uUBNL0OnXw .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #232323;
}
.cid-uUBNL0OnXw .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uUBNL0OnXw .soc-item a {
  color: #232323;
}
.cid-uUBNL0OnXw .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #232323;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUBNL0OnXw .soc-item span:hover {
  border-color: #2e481a;
  color: #2e481a;
}
.cid-uUBNL0OnXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBNL0OnXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBNL0OnXw .mbr-tag,
.cid-uUBNL0OnXw .social-row {
  color: #232323;
}
.cid-uUBNL0OnXw .copyright {
  color: #000000;
  text-align: center;
}
