.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #64928a !important;
}
.bg-info {
  background-color: #77a972 !important;
}
.bg-warning {
  background-color: #216514 !important;
}
.bg-danger {
  background-color: #77a972 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77a972 !important;
  border-color: #77a972 !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #639a5e !important;
  border-color: #639a5e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #639a5e !important;
  border-color: #639a5e !important;
}
.btn-success,
.btn-success:active {
  background-color: #64928a !important;
  border-color: #64928a !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #557d76 !important;
  border-color: #557d76 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #557d76 !important;
  border-color: #557d76 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #216514 !important;
  border-color: #216514 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #17470e !important;
  border-color: #17470e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #17470e !important;
  border-color: #17470e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #77a972 !important;
  border-color: #77a972 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #639a5e !important;
  border-color: #639a5e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #639a5e !important;
  border-color: #639a5e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #77a972;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #77a972 !important;
  border-color: #77a972;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77a972 !important;
  border-color: #77a972 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #64928a;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #64928a !important;
  border-color: #64928a;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64928a !important;
  border-color: #64928a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #216514;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #216514 !important;
  border-color: #216514;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #216514 !important;
  border-color: #216514 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #77a972;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #77a972 !important;
  border-color: #77a972;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #77a972 !important;
  border-color: #77a972 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #64928a !important;
}
.text-info {
  color: #77a972 !important;
}
.text-warning {
  color: #216514 !important;
}
.text-danger {
  color: #77a972 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3b5551 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #497045 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #051003 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #497045 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77a972;
}
.alert-warning {
  background-color: #216514;
}
.alert-danger {
  background-color: #77a972;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d8e3d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aec8c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c3d9c1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #44cf29;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c3d9c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d8e3d5 !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: #fef1e6 !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: relative !important;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: absolute !important;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxcFftsIK0 .dropdown-item:hover,
.cid-sxcFftsIK0 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxcFftsIK0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxcFftsIK0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-sxcFftsIK0 .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown-menu,
.cid-sxcFftsIK0 .navbar.opened {
  background: #c2d6bc !important;
}
.cid-sxcFftsIK0 .nav-item:focus,
.cid-sxcFftsIK0 .nav-link:focus {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxcFftsIK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxcFftsIK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-sxcFftsIK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxcFftsIK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxcFftsIK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar.collapsed {
  justify-content: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxcFftsIK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxcFftsIK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcFftsIK0 .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-sxcFftsIK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxcFftsIK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxcFftsIK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxcFftsIK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxcFftsIK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxcFftsIK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxcFftsIK0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown-item.active,
.cid-sxcFftsIK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcFftsIK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxcFftsIK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcFftsIK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxcFftsIK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxcFftsIK0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxcFftsIK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxcFftsIK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxcFftsIK0 .navbar {
    height: 70px;
  }
  .cid-sxcFftsIK0 .navbar.opened {
    height: auto;
  }
  .cid-sxcFftsIK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcFftsIK0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxcFftsIK0 a {
  display: inline;
  font-weight: bold;
}
.cid-sxcFftsIK0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sxcFftsIK0 .dropdown-toggle:after {
  display: none;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxcFftsIK0 .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-sxcFftsIK0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxcAXm7ky2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ottiklein.jpg");
}
.cid-sxcAXm7ky2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcAXm7ky2 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sxcAXm7ky2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-sxcAXm7ky2 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sxcAXm7ky2 .sign {
  width: 300px;
  display: inline;
}
.cid-sxcAXm7ky2 .text,
.cid-sxcAXm7ky2 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sxcAXm7ky2 .sign {
    width: 100%;
  }
}
.cid-tMgOatSH6w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d0dfcf;
}
.cid-tMgOatSH6w p {
  margin: 0;
}
.cid-tMgOatSH6w .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tMgOatSH6w blockquote {
  margin: 0;
  border: none;
  position: relative;
}
.cid-tMgOatSH6w blockquote p {
  position: relative;
  z-index: 1;
}
.cid-tMgOatSH6w blockquote::before {
  content: "“";
  position: absolute;
  top: 30%;
  right: 45%;
  height: 50px;
  font-size: 13rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #216514;
  transform: rotate(180deg) translateX(-50%);
  opacity: 0.3;
}
.cid-tMgOatSH6w .mbr-quote {
  color: #6b6b6b;
  text-align: center;
}
.cid-v4qAyl4Hc9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d0dfcf;
}
.cid-v4qAyl4Hc9 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-v4qAyl4Hc9 p,
.cid-v4qAyl4Hc9 h2 {
  margin: 0;
}
.cid-v4qAyl4Hc9 .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0;
}
.cid-v4qAyl4Hc9 .card {
  padding: 0;
}
.cid-v4qAyl4Hc9 .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v4qAyl4Hc9 .card-wrapper {
    padding: 2rem 2rem;
  }
}
.cid-v4qAyl4Hc9 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-v4qAyl4Hc9 .mbr-section-title {
  color: #263d5a;
  text-align: left;
}
.cid-v4qAyl4Hc9 .mbr-text {
  color: #77a972;
}
.cid-v4qAyl4Hc9 .mbr-section-subtitle {
  color: #0c5b47;
}
.cid-v4qAyl4Hc9 .mbr-link {
  color: #263d5a;
}
.cid-tMa2se2ZHJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2-1-1200x926.jpg");
}
@media (max-width: 767px) {
  .cid-tMa2se2ZHJ {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-tMa2se2ZHJ .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tMa2se2ZHJ .container-fluid {
  max-width: 1200px;
}
.cid-tMa2se2ZHJ .row > div,
.cid-tMa2se2ZHJ .mbr-section-title {
  color: #77a972;
}
.cid-tLCvyEX6Oh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2-1-1200x926.jpg");
}
.cid-tLCvyEX6Oh .card-wrapper {
  background: none;
  display: block;
  margin: 0px 0;
}
.cid-tLCvyEX6Oh .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tLCvyEX6Oh .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #b3cc00;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-tLCvyEX6Oh .row {
  align-items: center;
}
.cid-tLCvyEX6Oh .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-tLCvyEX6Oh .col {
  padding: 0;
}
.cid-tLCvyEX6Oh .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-tLCvyEX6Oh .card-title,
.cid-tLCvyEX6Oh .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tLCvyEX6Oh a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tLCvyEX6Oh .card-title,
.cid-tLCvyEX6Oh .lin {
  color: #77a972;
}
.cid-tLCvyEX6Oh .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-tLCvyEX6Oh .lin {
  text-align: left;
  color: #000000;
}
.cid-tLCvXVPCvP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2-1-1200x926.jpg");
}
.cid-tLCvXVPCvP .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-tLCvXVPCvP .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tLCvXVPCvP .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #b3cc00;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-tLCvXVPCvP .row {
  align-items: center;
}
.cid-tLCvXVPCvP .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-tLCvXVPCvP .col {
  padding: 0;
}
.cid-tLCvXVPCvP .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-tLCvXVPCvP .card-title,
.cid-tLCvXVPCvP .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tLCvXVPCvP a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tLCvXVPCvP .card-title,
.cid-tLCvXVPCvP .lin {
  color: #77a972;
}
.cid-tLCvXVPCvP .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-tLCvXVPCvP .lin {
  color: #000000;
}
.cid-tMgJmJaB6C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tMgJmJaB6C .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tMgJmJaB6C .container {
  max-width: 1100px;
}
.cid-tMgJmJaB6C .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-tMgJmJaB6C .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-tMgJmJaB6C .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 7px;
}
.cid-tMgJmJaB6C .l2 {
  color: #b3cc00;
}
.cid-tMgJmJaB6C .l1 {
  color: #216514;
}
.cid-tMgJmJaB6C .padd {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 60px;
}
.cid-tMgJmJaB6C .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tMgJmJaB6C .features-image {
  padding-top: 32px;
}
.cid-tMgJmJaB6C .features-image:first-child {
  padding-top: 0px;
}
.cid-tMgJmJaB6C .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tMgJmJaB6C .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tMgJmJaB6C .features-image {
    padding-top: 32px;
  }
  .cid-tMgJmJaB6C .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tMgJmJaB6C .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tMgJmJaB6C .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-tMgJmJaB6C .features-image {
    padding-top: 32px;
  }
  .cid-tMgJmJaB6C .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tMgJmJaB6C .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-tMgJmJaB6C .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-tMgJmJaB6C .mbr-section-title {
  color: #216514;
}
.cid-tMaudhc86R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMaudhc86R .content {
    text-align: center;
  }
  .cid-tMaudhc86R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMaudhc86R .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tMaudhc86R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMaudhc86R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMaudhc86R .google-map {
  height: 25rem;
  position: relative;
}
.cid-tMaudhc86R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMaudhc86R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tMaudhc86R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMaudhc86R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMaudhc86R .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMaudhc86R .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMaudhc86R .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMaudhc86R .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMaudhc86R .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMaudhc86R .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMaudhc86R .list {
  list-style-type: none;
  padding: 0;
}
.cid-tMaudhc86R H5 {
  color: #216514;
}
.cid-tMaudhc86R .mbr-text {
  color: #216514;
}
.cid-tLOtaq7f5A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-tLOtaq7f5A .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLOtaq7f5A .btn-social,
.cid-tLOtaq7f5A .mbr-section-title {
  color: #57468b;
}
.cid-tLOtaq7f5A .row {
  justify-content: space-between;
}
.cid-tLOtaq7f5A .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-tLOtaq7f5A .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLOtaq7f5A .soc-item:hover {
  background: #ffffff;
}
.cid-tLOtaq7f5A .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-tLOtaq7f5A .align-left,
  .cid-tLOtaq7f5A .align-right {
    text-align: center;
  }
  .cid-tLOtaq7f5A .social-list {
    justify-content: center;
  }
  .cid-tLOtaq7f5A .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLOtaq7f5A .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-tLCrj4X63p .navbar-dropdown {
  position: relative !important;
}
.cid-tLCrj4X63p .navbar-dropdown {
  position: absolute !important;
}
.cid-tLCrj4X63p .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-tLCrj4X63p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLCrj4X63p .dropdown-item:hover,
.cid-tLCrj4X63p .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tLCrj4X63p .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLCrj4X63p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLCrj4X63p .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLCrj4X63p .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLCrj4X63p .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLCrj4X63p .dropdown-menu,
.cid-tLCrj4X63p .navbar.opened {
  background: #c2d6bc !important;
}
.cid-tLCrj4X63p .nav-item:focus,
.cid-tLCrj4X63p .nav-link:focus {
  outline: none;
}
.cid-tLCrj4X63p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLCrj4X63p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLCrj4X63p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLCrj4X63p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLCrj4X63p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLCrj4X63p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLCrj4X63p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-tLCrj4X63p .navbar.opened {
  transition: all 0.3s;
}
.cid-tLCrj4X63p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLCrj4X63p .navbar .navbar-logo img {
  width: auto;
}
.cid-tLCrj4X63p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLCrj4X63p .navbar.collapsed {
  justify-content: center;
}
.cid-tLCrj4X63p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLCrj4X63p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLCrj4X63p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLCrj4X63p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLCrj4X63p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLCrj4X63p .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-tLCrj4X63p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLCrj4X63p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLCrj4X63p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLCrj4X63p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLCrj4X63p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLCrj4X63p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLCrj4X63p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLCrj4X63p .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-tLCrj4X63p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLCrj4X63p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLCrj4X63p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLCrj4X63p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLCrj4X63p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLCrj4X63p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLCrj4X63p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLCrj4X63p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLCrj4X63p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLCrj4X63p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLCrj4X63p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLCrj4X63p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLCrj4X63p .dropdown-item.active,
.cid-tLCrj4X63p .dropdown-item:active {
  background-color: transparent;
}
.cid-tLCrj4X63p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLCrj4X63p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLCrj4X63p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLCrj4X63p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-tLCrj4X63p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLCrj4X63p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLCrj4X63p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLCrj4X63p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLCrj4X63p button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLCrj4X63p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-tLCrj4X63p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLCrj4X63p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCrj4X63p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCrj4X63p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLCrj4X63p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCrj4X63p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLCrj4X63p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLCrj4X63p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCrj4X63p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLCrj4X63p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLCrj4X63p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLCrj4X63p .navbar {
    height: 70px;
  }
  .cid-tLCrj4X63p .navbar.opened {
    height: auto;
  }
  .cid-tLCrj4X63p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLCrj4X63p .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLCrj4X63p .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLCrj4X63p a {
  display: inline;
  font-weight: bold;
}
.cid-tLCrj4X63p img {
  display: inline;
  padding-right: 10px;
}
.cid-tLCrj4X63p .dropdown-toggle:after {
  display: none;
}
.cid-tLCrj4X63p .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLCrj4X63p .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-tLCrj4X63p .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tMkJ3cIKlB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tMkJ3cIKlB .item-wrapper {
  width: 100%;
}
.cid-tMkJ3cIKlB .left-side {
  text-align: left;
  padding-left: 0rem;
}
.cid-tMkJ3cIKlB .row {
  align-items: center;
}
.cid-tMkJ3cIKlB .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
.cid-tMkJ3cIKlB .row {
  flex-direction: row-reverse;
}
.cid-tMkJ3cIKlB .left-side {
  padding-left: 0px;
  padding-right: 0rem;
}
@media (max-width: 990px) {
  .cid-tMkJ3cIKlB .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tMkJ3cIKlB .right-side {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.cid-tMkJ3cIKlB .sign {
  max-width: 250px;
  display: inline;
}
.cid-tMkJ3cIKlB .mbr-text,
.cid-tMkJ3cIKlB .right-side {
  color: #1b745e;
}
.cid-tMkJ3cIKlB .text {
  text-align: center;
}
.cid-tLHUgi48Th {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tLHUgi48Th .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tLHUgi48Th .team-card:hover {
  transform: translateY(-10px);
}
.cid-tLHUgi48Th .card-wrap {
  position: relative;
  background: #c2d6bc;
}
@media (max-width: 991px) {
  .cid-tLHUgi48Th .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-tLHUgi48Th .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tLHUgi48Th .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-tLHUgi48Th .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-tLHUgi48Th .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #10634e;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-tLHUgi48Th .image-wrap {
  padding-bottom: 22px;
}
.cid-tLHUgi48Th .card-title,
.cid-tLHUgi48Th .social-row {
  color: #0c5b47;
  font-weight: bold;
}
.cid-tLHUgi48Th .mbr-role,
.cid-tLHUgi48Th .social-row {
  color: #000000;
}
.cid-tLHUgi48Th .mbr-role {
  font-style: italic;
}
.cid-tLHUgi48Th .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-tLHUgi48Th .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-tLHUgi48Th .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-tLHUgi48Th .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-tLHUgi48Th .top {
    margin-bottom: 0px;
  }
}
.cid-tLHUgi48Th .card-title {
  font-size: 25px;
}
.cid-tMaKbUi3mb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tMaKbUi3mb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tMaKbUi3mb .team-card:hover {
  transform: translateY(-10px);
}
.cid-tMaKbUi3mb .card-wrap {
  position: relative;
  background: #c2d6bc;
}
@media (max-width: 991px) {
  .cid-tMaKbUi3mb .card-wrap {
    margin-bottom: 3rem;
  }
}
.cid-tMaKbUi3mb .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tMaKbUi3mb .social-row {
  text-align: center;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-tMaKbUi3mb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
.cid-tMaKbUi3mb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #10634e;
  font-size: 1.5rem;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
}
.cid-tMaKbUi3mb .image-wrap {
  padding-bottom: 22px;
}
.cid-tMaKbUi3mb .card-title,
.cid-tMaKbUi3mb .social-row {
  color: #0c5b47;
  font-weight: bold;
}
.cid-tMaKbUi3mb .mbr-role,
.cid-tMaKbUi3mb .social-row {
  color: #000000;
}
.cid-tMaKbUi3mb .mbr-role {
  font-style: italic;
}
.cid-tMaKbUi3mb .soc-item {
  width: auto;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.cid-tMaKbUi3mb .card-wrap:hover .social-row {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .cid-tMaKbUi3mb .social-row {
    display: block;
    position: initial;
    opacity: 1;
  }
}
.cid-tMaKbUi3mb .content-wrap {
  padding: 0 10px 0px;
}
@media (max-width: 991px) {
  .cid-tMaKbUi3mb .top {
    margin-bottom: 0px;
  }
}
.cid-tMaKbUi3mb .card-title {
  font-size: 25px;
}
.cid-tLLULIlsEt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-tLLULIlsEt .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLLULIlsEt .btn-social,
.cid-tLLULIlsEt .mbr-section-title {
  color: #57468b;
}
.cid-tLLULIlsEt .row {
  justify-content: space-between;
}
.cid-tLLULIlsEt .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-tLLULIlsEt .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLLULIlsEt .soc-item:hover {
  background: #ffffff;
}
.cid-tLLULIlsEt .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-tLLULIlsEt .align-left,
  .cid-tLLULIlsEt .align-right {
    text-align: center;
  }
  .cid-tLLULIlsEt .social-list {
    justify-content: center;
  }
  .cid-tLLULIlsEt .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLLULIlsEt .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-tLLWS52Ece .navbar-dropdown {
  position: relative !important;
}
.cid-tLLWS52Ece .navbar-dropdown {
  position: absolute !important;
}
.cid-tLLWS52Ece .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-tLLWS52Ece .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLLWS52Ece .dropdown-item:hover,
.cid-tLLWS52Ece .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tLLWS52Ece .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLLWS52Ece .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLLWS52Ece .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLLWS52Ece .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLLWS52Ece .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLLWS52Ece .dropdown-menu,
.cid-tLLWS52Ece .navbar.opened {
  background: #c2d6bc !important;
}
.cid-tLLWS52Ece .nav-item:focus,
.cid-tLLWS52Ece .nav-link:focus {
  outline: none;
}
.cid-tLLWS52Ece .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLLWS52Ece .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLLWS52Ece .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLLWS52Ece .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLLWS52Ece .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLLWS52Ece .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLLWS52Ece .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-tLLWS52Ece .navbar.opened {
  transition: all 0.3s;
}
.cid-tLLWS52Ece .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLLWS52Ece .navbar .navbar-logo img {
  width: auto;
}
.cid-tLLWS52Ece .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLLWS52Ece .navbar.collapsed {
  justify-content: center;
}
.cid-tLLWS52Ece .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLLWS52Ece .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLLWS52Ece .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLLWS52Ece .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLLWS52Ece .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLLWS52Ece .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-tLLWS52Ece .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLLWS52Ece .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLLWS52Ece .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLLWS52Ece .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLLWS52Ece .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLLWS52Ece .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLLWS52Ece .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLLWS52Ece .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-tLLWS52Ece .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLLWS52Ece .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLLWS52Ece .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLLWS52Ece .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLLWS52Ece .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLLWS52Ece .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLLWS52Ece .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLLWS52Ece .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLLWS52Ece .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLLWS52Ece .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLLWS52Ece .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLLWS52Ece .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLLWS52Ece .dropdown-item.active,
.cid-tLLWS52Ece .dropdown-item:active {
  background-color: transparent;
}
.cid-tLLWS52Ece .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLLWS52Ece .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLLWS52Ece .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLLWS52Ece .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-tLLWS52Ece .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLLWS52Ece .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLLWS52Ece ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLLWS52Ece .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLLWS52Ece button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLLWS52Ece button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-tLLWS52Ece button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLLWS52Ece button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLWS52Ece button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLLWS52Ece button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLLWS52Ece nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLWS52Ece nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLLWS52Ece nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLLWS52Ece nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLLWS52Ece .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLLWS52Ece a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLLWS52Ece .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLLWS52Ece .navbar {
    height: 70px;
  }
  .cid-tLLWS52Ece .navbar.opened {
    height: auto;
  }
  .cid-tLLWS52Ece .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLLWS52Ece .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLLWS52Ece .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLLWS52Ece a {
  display: inline;
  font-weight: bold;
}
.cid-tLLWS52Ece img {
  display: inline;
  padding-right: 10px;
}
.cid-tLLWS52Ece .dropdown-toggle:after {
  display: none;
}
.cid-tLLWS52Ece .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLLWS52Ece .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-tLLWS52Ece .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLLYBmKxAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLLYBmKxAU .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tLLYBmKxAU .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-tLLYBmKxAU .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-tLLYBmKxAU .desc {
  padding: 0 0px 20px;
  color: #1b745e;
}
.cid-tLLYBmKxAU .col-auto {
  display: inline-block;
}
.cid-tLLYBmKxAU .container-fluid {
  padding: 0;
}
.cid-tLLYBmKxAU .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tLLYBmKxAU .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tLLYBmKxAU .left-side {
    padding: 25px 15px;
  }
}
.cid-tLLWS6m8XS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-tLLWS6m8XS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLLWS6m8XS .btn-social,
.cid-tLLWS6m8XS .mbr-section-title {
  color: #57468b;
}
.cid-tLLWS6m8XS .row {
  justify-content: space-between;
}
.cid-tLLWS6m8XS .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-tLLWS6m8XS .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLLWS6m8XS .soc-item:hover {
  background: #ffffff;
}
.cid-tLLWS6m8XS .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-tLLWS6m8XS .align-left,
  .cid-tLLWS6m8XS .align-right {
    text-align: center;
  }
  .cid-tLLWS6m8XS .social-list {
    justify-content: center;
  }
  .cid-tLLWS6m8XS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLLWS6m8XS .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-tLCblEZrDl .navbar-dropdown {
  position: relative !important;
}
.cid-tLCblEZrDl .navbar-dropdown {
  position: absolute !important;
}
.cid-tLCblEZrDl .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-tLCblEZrDl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLCblEZrDl .dropdown-item:hover,
.cid-tLCblEZrDl .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tLCblEZrDl .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLCblEZrDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLCblEZrDl .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLCblEZrDl .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLCblEZrDl .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLCblEZrDl .dropdown-menu,
.cid-tLCblEZrDl .navbar.opened {
  background: #c2d6bc !important;
}
.cid-tLCblEZrDl .nav-item:focus,
.cid-tLCblEZrDl .nav-link:focus {
  outline: none;
}
.cid-tLCblEZrDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLCblEZrDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLCblEZrDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLCblEZrDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLCblEZrDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLCblEZrDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLCblEZrDl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-tLCblEZrDl .navbar.opened {
  transition: all 0.3s;
}
.cid-tLCblEZrDl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLCblEZrDl .navbar .navbar-logo img {
  width: auto;
}
.cid-tLCblEZrDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLCblEZrDl .navbar.collapsed {
  justify-content: center;
}
.cid-tLCblEZrDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLCblEZrDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLCblEZrDl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLCblEZrDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLCblEZrDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLCblEZrDl .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-tLCblEZrDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLCblEZrDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLCblEZrDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLCblEZrDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLCblEZrDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLCblEZrDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLCblEZrDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLCblEZrDl .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-tLCblEZrDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLCblEZrDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLCblEZrDl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLCblEZrDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLCblEZrDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLCblEZrDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLCblEZrDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLCblEZrDl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLCblEZrDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLCblEZrDl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLCblEZrDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLCblEZrDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLCblEZrDl .dropdown-item.active,
.cid-tLCblEZrDl .dropdown-item:active {
  background-color: transparent;
}
.cid-tLCblEZrDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLCblEZrDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLCblEZrDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLCblEZrDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-tLCblEZrDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLCblEZrDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLCblEZrDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLCblEZrDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLCblEZrDl button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLCblEZrDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-tLCblEZrDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLCblEZrDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCblEZrDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCblEZrDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLCblEZrDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCblEZrDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLCblEZrDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLCblEZrDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCblEZrDl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLCblEZrDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLCblEZrDl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLCblEZrDl .navbar {
    height: 70px;
  }
  .cid-tLCblEZrDl .navbar.opened {
    height: auto;
  }
  .cid-tLCblEZrDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLCblEZrDl .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLCblEZrDl .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLCblEZrDl a {
  display: inline;
  font-weight: bold;
}
.cid-tLCblEZrDl img {
  display: inline;
  padding-right: 10px;
}
.cid-tLCblEZrDl .dropdown-toggle:after {
  display: none;
}
.cid-tLCblEZrDl .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLCblEZrDl .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-tLCblEZrDl .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLHOBB2CR8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-3201.jpeg");
}
.cid-tLHOBB2CR8 .item-wrapper {
  width: 100%;
}
.cid-tLHOBB2CR8 .left-side {
  text-align: left;
  padding-left: 0rem;
}
.cid-tLHOBB2CR8 .row {
  align-items: center;
}
.cid-tLHOBB2CR8 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
.cid-tLHOBB2CR8 .row {
  flex-direction: row-reverse;
}
.cid-tLHOBB2CR8 .left-side {
  padding-left: 0px;
  padding-right: 0rem;
}
@media (max-width: 990px) {
  .cid-tLHOBB2CR8 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tLHOBB2CR8 .right-side {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.cid-tLHOBB2CR8 .sign {
  max-width: 250px;
  display: inline;
}
.cid-tLHOBB2CR8 .mbr-text,
.cid-tLHOBB2CR8 .right-side {
  color: #1b745e;
}
.cid-tLHOBB2CR8 .text {
  text-align: center;
  color: #ffffff;
}
.cid-uTHpj5Jzrw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-uTHpj5Jzrw .item-wrapper {
  width: 100%;
}
.cid-uTHpj5Jzrw .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-uTHpj5Jzrw .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-uTHpj5Jzrw .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-uTHpj5Jzrw .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-uTHpj5Jzrw .col-auto {
  display: inline-block;
}
.cid-uTHpj5Jzrw .container-fluid {
  padding: 0;
}
.cid-uTHpj5Jzrw .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uTHpj5Jzrw .right-side {
  padding: 0;
}
.cid-uTHpj5Jzrw .row {
  flex-direction: row-reverse;
}
.cid-uTHpj5Jzrw .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-uTHpj5Jzrw .left-side {
    padding: 25px 15px;
  }
}
.cid-uTHvkSjsML {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d0dfcf;
}
.cid-uTHvkSjsML .container {
  padding: 0 5%;
}
.cid-uTHvkSjsML img,
.cid-uTHvkSjsML .item-img {
  width: 100%;
}
.cid-uTHvkSjsML .item:focus,
.cid-uTHvkSjsML span:focus {
  outline: none;
}
.cid-uTHvkSjsML .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uTHvkSjsML .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTHvkSjsML .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #0c5b47;
}
.cid-uTHvkSjsML .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #626262;
}
.cid-uHZTUlSvYK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHZTUlSvYK .item-wrapper {
  width: 100%;
}
.cid-uHZTUlSvYK .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-uHZTUlSvYK .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-uHZTUlSvYK .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-uHZTUlSvYK .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-uHZTUlSvYK .col-auto {
  display: inline-block;
}
.cid-uHZTUlSvYK .container-fluid {
  padding: 0;
}
.cid-uHZTUlSvYK .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uHZTUlSvYK .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-uHZTUlSvYK .left-side {
    padding: 25px 15px;
  }
}
.cid-unY2krkwtj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-unY2krkwtj .item-wrapper {
  width: 100%;
}
.cid-unY2krkwtj .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-unY2krkwtj .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-unY2krkwtj .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-unY2krkwtj .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-unY2krkwtj .col-auto {
  display: inline-block;
}
.cid-unY2krkwtj .container-fluid {
  padding: 0;
}
.cid-unY2krkwtj .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-unY2krkwtj .right-side {
  padding: 0;
}
.cid-unY2krkwtj .row {
  flex-direction: row-reverse;
}
.cid-unY2krkwtj .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-unY2krkwtj .left-side {
    padding: 25px 15px;
  }
}
.cid-ugHvo7sWgO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugHvo7sWgO .item-wrapper {
  width: 100%;
}
.cid-ugHvo7sWgO .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-ugHvo7sWgO .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-ugHvo7sWgO .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-ugHvo7sWgO .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-ugHvo7sWgO .col-auto {
  display: inline-block;
}
.cid-ugHvo7sWgO .container-fluid {
  padding: 0;
}
.cid-ugHvo7sWgO .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-ugHvo7sWgO .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-ugHvo7sWgO .left-side {
    padding: 25px 15px;
  }
}
.cid-tX16surKJG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-tX16surKJG .item-wrapper {
  width: 100%;
}
.cid-tX16surKJG .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-tX16surKJG .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tX16surKJG .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tX16surKJG .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tX16surKJG .col-auto {
  display: inline-block;
}
.cid-tX16surKJG .container-fluid {
  padding: 0;
}
.cid-tX16surKJG .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tX16surKJG .right-side {
  padding: 0;
}
.cid-tX16surKJG .row {
  flex-direction: row-reverse;
}
.cid-tX16surKJG .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-tX16surKJG .left-side {
    padding: 25px 15px;
  }
}
.cid-tTOFjM5b08 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTOFjM5b08 .item-wrapper {
  width: 100%;
}
.cid-tTOFjM5b08 .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-tTOFjM5b08 .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-tTOFjM5b08 .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tTOFjM5b08 .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tTOFjM5b08 .col-auto {
  display: inline-block;
}
.cid-tTOFjM5b08 .container-fluid {
  padding: 0;
}
.cid-tTOFjM5b08 .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tTOFjM5b08 .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tTOFjM5b08 .left-side {
    padding: 25px 15px;
  }
}
.cid-tQqPDXSB3b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-tQqPDXSB3b .item-wrapper {
  width: 100%;
}
.cid-tQqPDXSB3b .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-tQqPDXSB3b .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tQqPDXSB3b .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tQqPDXSB3b .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tQqPDXSB3b .col-auto {
  display: inline-block;
}
.cid-tQqPDXSB3b .container-fluid {
  padding: 0;
}
.cid-tQqPDXSB3b .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tQqPDXSB3b .right-side {
  padding: 0;
}
.cid-tQqPDXSB3b .row {
  flex-direction: row-reverse;
}
.cid-tQqPDXSB3b .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-tQqPDXSB3b .left-side {
    padding: 25px 15px;
  }
}
.cid-tLCiawSdyH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLCiawSdyH .item-wrapper {
  width: 100%;
}
.cid-tLCiawSdyH .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-tLCiawSdyH .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-tLCiawSdyH .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tLCiawSdyH .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tLCiawSdyH .col-auto {
  display: inline-block;
}
.cid-tLCiawSdyH .container-fluid {
  padding: 0;
}
.cid-tLCiawSdyH .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tLCiawSdyH .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tLCiawSdyH .left-side {
    padding: 25px 15px;
  }
}
.cid-tLCbtnA8sv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-tLCbtnA8sv .item-wrapper {
  width: 100%;
}
.cid-tLCbtnA8sv .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-tLCbtnA8sv .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tLCbtnA8sv .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tLCbtnA8sv .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tLCbtnA8sv .col-auto {
  display: inline-block;
}
.cid-tLCbtnA8sv .container-fluid {
  padding: 0;
}
.cid-tLCbtnA8sv .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tLCbtnA8sv .right-side {
  padding: 0;
}
.cid-tLCbtnA8sv .row {
  flex-direction: row-reverse;
}
.cid-tLCbtnA8sv .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-tLCbtnA8sv .left-side {
    padding: 25px 15px;
  }
}
.cid-tLCbv6qSSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLCbv6qSSV .item-wrapper {
  width: 100%;
}
.cid-tLCbv6qSSV .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-tLCbv6qSSV .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-tLCbv6qSSV .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tLCbv6qSSV .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tLCbv6qSSV .col-auto {
  display: inline-block;
}
.cid-tLCbv6qSSV .container-fluid {
  padding: 0;
}
.cid-tLCbv6qSSV .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tLCbv6qSSV .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tLCbv6qSSV .left-side {
    padding: 25px 15px;
  }
}
.cid-tLClKPHM7O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0dfcf;
}
.cid-tLClKPHM7O .item-wrapper {
  width: 100%;
}
.cid-tLClKPHM7O .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-tLClKPHM7O .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-tLClKPHM7O .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-tLClKPHM7O .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-tLClKPHM7O .col-auto {
  display: inline-block;
}
.cid-tLClKPHM7O .container-fluid {
  padding: 0;
}
.cid-tLClKPHM7O .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tLClKPHM7O .right-side {
  padding: 0;
}
.cid-tLClKPHM7O .row {
  flex-direction: row-reverse;
}
.cid-tLClKPHM7O .left-side {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 990px) {
  .cid-tLClKPHM7O .left-side {
    padding: 25px 15px;
  }
}
.cid-tLLULIlsEt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-tLLULIlsEt .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLLULIlsEt .btn-social,
.cid-tLLULIlsEt .mbr-section-title {
  color: #57468b;
}
.cid-tLLULIlsEt .row {
  justify-content: space-between;
}
.cid-tLLULIlsEt .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-tLLULIlsEt .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLLULIlsEt .soc-item:hover {
  background: #ffffff;
}
.cid-tLLULIlsEt .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-tLLULIlsEt .align-left,
  .cid-tLLULIlsEt .align-right {
    text-align: center;
  }
  .cid-tLLULIlsEt .social-list {
    justify-content: center;
  }
  .cid-tLLULIlsEt .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLLULIlsEt .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-uiNRkg5Ow5 .navbar-dropdown {
  position: relative !important;
}
.cid-uiNRkg5Ow5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uiNRkg5Ow5 .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-uiNRkg5Ow5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uiNRkg5Ow5 .dropdown-item:hover,
.cid-uiNRkg5Ow5 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uiNRkg5Ow5 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uiNRkg5Ow5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uiNRkg5Ow5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uiNRkg5Ow5 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uiNRkg5Ow5 .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiNRkg5Ow5 .dropdown-menu,
.cid-uiNRkg5Ow5 .navbar.opened {
  background: #c2d6bc !important;
}
.cid-uiNRkg5Ow5 .nav-item:focus,
.cid-uiNRkg5Ow5 .nav-link:focus {
  outline: none;
}
.cid-uiNRkg5Ow5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiNRkg5Ow5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiNRkg5Ow5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiNRkg5Ow5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiNRkg5Ow5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiNRkg5Ow5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiNRkg5Ow5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-uiNRkg5Ow5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uiNRkg5Ow5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiNRkg5Ow5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uiNRkg5Ow5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiNRkg5Ow5 .navbar.collapsed {
  justify-content: center;
}
.cid-uiNRkg5Ow5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiNRkg5Ow5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiNRkg5Ow5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiNRkg5Ow5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiNRkg5Ow5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiNRkg5Ow5 .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-uiNRkg5Ow5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiNRkg5Ow5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiNRkg5Ow5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiNRkg5Ow5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiNRkg5Ow5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiNRkg5Ow5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiNRkg5Ow5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiNRkg5Ow5 .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-uiNRkg5Ow5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiNRkg5Ow5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiNRkg5Ow5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiNRkg5Ow5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiNRkg5Ow5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiNRkg5Ow5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiNRkg5Ow5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiNRkg5Ow5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiNRkg5Ow5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiNRkg5Ow5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiNRkg5Ow5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiNRkg5Ow5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiNRkg5Ow5 .dropdown-item.active,
.cid-uiNRkg5Ow5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uiNRkg5Ow5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiNRkg5Ow5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiNRkg5Ow5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiNRkg5Ow5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-uiNRkg5Ow5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiNRkg5Ow5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiNRkg5Ow5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiNRkg5Ow5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiNRkg5Ow5 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiNRkg5Ow5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-uiNRkg5Ow5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiNRkg5Ow5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiNRkg5Ow5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiNRkg5Ow5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiNRkg5Ow5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiNRkg5Ow5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiNRkg5Ow5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiNRkg5Ow5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiNRkg5Ow5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uiNRkg5Ow5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiNRkg5Ow5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiNRkg5Ow5 .navbar {
    height: 70px;
  }
  .cid-uiNRkg5Ow5 .navbar.opened {
    height: auto;
  }
  .cid-uiNRkg5Ow5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiNRkg5Ow5 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uiNRkg5Ow5 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uiNRkg5Ow5 a {
  display: inline;
  font-weight: bold;
}
.cid-uiNRkg5Ow5 img {
  display: inline;
  padding-right: 10px;
}
.cid-uiNRkg5Ow5 .dropdown-toggle:after {
  display: none;
}
.cid-uiNRkg5Ow5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uiNRkg5Ow5 .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-uiNRkg5Ow5 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uiNTp5IVbE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uiNTp5IVbE .mbr-text {
  margin: 0;
}
.cid-uiNTp5IVbE .card {
  padding: 32px 35px 40px;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uiNTp5IVbE .row-element,
.cid-uiNTp5IVbE .image-element {
  padding: 0;
}
.cid-uiNTp5IVbE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiNTp5IVbE .image-element .img-wrap {
  width: 100% !important;
}
.cid-uiNTp5IVbE .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiNTp5IVbE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiNTp5IVbE .carousel-item.active,
.cid-uiNTp5IVbE .carousel-item-next,
.cid-uiNTp5IVbE .carousel-item-prev {
  display: flex;
}
.cid-uiNTp5IVbE .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -70px;
  margin-bottom: 1.5rem !important;
}
.cid-uiNTp5IVbE .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #64928a;
}
.cid-uiNTp5IVbE .carousel-indicators li {
  height: 9px;
  width: 9px;
  margin: 6px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #698e5e;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uiNTp5IVbE .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uiNTp5IVbE .text-center {
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .cid-uiNTp5IVbE .col-12 {
    padding-top: 25px;
  }
  .cid-uiNTp5IVbE .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-uiNTp5IVbE .desc1 {
  padding-bottom: 4px;
  width: 100%;
  text-align: left;
  color: #1b745e;
  font-family: crimson text,serif;
  font-size: 18px;
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uiNTp5IVbE .desc2 {
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #338873;
  font-size: 25px;
}
.cid-uiNTp5IVbE .desc3 {
  width: 100%;
  text-align: left;
  color: #0c5b47;
}
.cid-uiNTp5IVbE .mbr-section-title {
  color: #0c5b47;
  text-align: center;
  padding-bottom: 50px;
}
.cid-uiNTp5IVbE .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uiNTp5IVbE a {
  font-style: italic;
}
.cid-uiNTp5IVbE .line {
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uiNTp5IVbE .desc1:hover .line {
  width: 100%;
  transition: all 0.2s ease-out;
}
.cid-uiNRkh9F9e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-uiNRkh9F9e .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uiNRkh9F9e .btn-social,
.cid-uiNRkh9F9e .mbr-section-title {
  color: #57468b;
}
.cid-uiNRkh9F9e .row {
  justify-content: space-between;
}
.cid-uiNRkh9F9e .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-uiNRkh9F9e .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiNRkh9F9e .soc-item:hover {
  background: #ffffff;
}
.cid-uiNRkh9F9e .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-uiNRkh9F9e .align-left,
  .cid-uiNRkh9F9e .align-right {
    text-align: center;
  }
  .cid-uiNRkh9F9e .social-list {
    justify-content: center;
  }
  .cid-uiNRkh9F9e .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uiNRkh9F9e .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-tLCrmGot0Z .navbar-dropdown {
  position: relative !important;
}
.cid-tLCrmGot0Z .navbar-dropdown {
  position: absolute !important;
}
.cid-tLCrmGot0Z .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-tLCrmGot0Z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tLCrmGot0Z .dropdown-item:hover,
.cid-tLCrmGot0Z .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tLCrmGot0Z .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tLCrmGot0Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLCrmGot0Z .nav-link {
  position: relative;
  padding: 0;
}
.cid-tLCrmGot0Z .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tLCrmGot0Z .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLCrmGot0Z .dropdown-menu,
.cid-tLCrmGot0Z .navbar.opened {
  background: #c2d6bc !important;
}
.cid-tLCrmGot0Z .nav-item:focus,
.cid-tLCrmGot0Z .nav-link:focus {
  outline: none;
}
.cid-tLCrmGot0Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLCrmGot0Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLCrmGot0Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLCrmGot0Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLCrmGot0Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLCrmGot0Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLCrmGot0Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-tLCrmGot0Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tLCrmGot0Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLCrmGot0Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tLCrmGot0Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLCrmGot0Z .navbar.collapsed {
  justify-content: center;
}
.cid-tLCrmGot0Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLCrmGot0Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLCrmGot0Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLCrmGot0Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLCrmGot0Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLCrmGot0Z .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-tLCrmGot0Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLCrmGot0Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLCrmGot0Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLCrmGot0Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLCrmGot0Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLCrmGot0Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLCrmGot0Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLCrmGot0Z .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-tLCrmGot0Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLCrmGot0Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLCrmGot0Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLCrmGot0Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLCrmGot0Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLCrmGot0Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLCrmGot0Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLCrmGot0Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLCrmGot0Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLCrmGot0Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLCrmGot0Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLCrmGot0Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLCrmGot0Z .dropdown-item.active,
.cid-tLCrmGot0Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tLCrmGot0Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLCrmGot0Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLCrmGot0Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLCrmGot0Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-tLCrmGot0Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLCrmGot0Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLCrmGot0Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLCrmGot0Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLCrmGot0Z button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLCrmGot0Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-tLCrmGot0Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLCrmGot0Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCrmGot0Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCrmGot0Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLCrmGot0Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCrmGot0Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLCrmGot0Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLCrmGot0Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCrmGot0Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLCrmGot0Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLCrmGot0Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLCrmGot0Z .navbar {
    height: 70px;
  }
  .cid-tLCrmGot0Z .navbar.opened {
    height: auto;
  }
  .cid-tLCrmGot0Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLCrmGot0Z .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tLCrmGot0Z .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tLCrmGot0Z a {
  display: inline;
  font-weight: bold;
}
.cid-tLCrmGot0Z img {
  display: inline;
  padding-right: 10px;
}
.cid-tLCrmGot0Z .dropdown-toggle:after {
  display: none;
}
.cid-tLCrmGot0Z .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tLCrmGot0Z .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-tLCrmGot0Z .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tLCrmH9pBf {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLCrmH9pBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCrmH9pBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCrmH9pBf .underline {
  text-decoration: underline;
}
.cid-tLCrmH9pBf .items {
  background: #77a972;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tLCrmH9pBf .items {
    padding: 3rem 1rem;
  }
}
.cid-tLCrmH9pBf .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tLCrmH9pBf .text-primary {
  background: #64928a;
}
.cid-tLCrmH9pBf .noborder {
  border-bottom: 0;
}
.cid-tLCrmH9pBf b,
.cid-tLCrmH9pBf strong,
.cid-tLCrmH9pBf a {
  font-weight: 900;
}
.cid-tLCrmH9pBf .mbr-section-title {
  color: #626262;
  text-align: left;
}
.cid-tLCrmH9pBf .mbr-section-subtitle {
  color: #0c5b47;
}
.cid-tLCrmH9pBf .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tLCrmH9pBf .mbr-item-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLCrmH9pBf .mbr-item-title,
.cid-tLCrmH9pBf .card {
  color: #0c5b47;
}
.cid-tLCrmH9pBf .mbr-text {
  color: #626262;
}
.cid-tLCrmH9pBf .mbr-item-text DIV {
  text-align: center;
}
.cid-tMhoY1qVEM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2-1-1200x926.jpg");
}
.cid-tMhoY1qVEM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tMhoY1qVEM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tMhoY1qVEM .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 30px;
}
.cid-tLLUjBwOc8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLLUjBwOc8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLLUjBwOc8 .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-tLLUjBwOc8 .col-auto {
  margin: auto;
  padding-top: 2rem;
}
.cid-tLLUjBwOc8 h5 {
  padding-bottom: 2rem;
}
.cid-tLLUjBwOc8 .form-control,
.cid-tLLUjBwOc8 .field-input {
  padding: 0.5rem;
  border: 0 !important;
  border-bottom: 1px solid #b3cc00 !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.cid-tLLUjBwOc8 .form-control::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .form-control::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input::-webkit-input-placeholder {
  color: #00004c;
}
.cid-tLLUjBwOc8 .form-control:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:-moz-placeholder,
.cid-tLLUjBwOc8 .form-control:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:-moz-placeholder {
  color: #00004c;
}
.cid-tLLUjBwOc8 .form-control:hover,
.cid-tLLUjBwOc8 .field-input:hover,
.cid-tLLUjBwOc8 .form-control:focus,
.cid-tLLUjBwOc8 .field-input:focus {
  border: 0 !important;
  border-bottom: 1px solid #0c5b47 !important;
  color: #0c5b47;
  box-shadow: none;
  outline: none;
}
.cid-tLLUjBwOc8 .form-control:hover::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input:hover::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .form-control:focus::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input:focus::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .form-control:hover::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input:hover::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .form-control:focus::-webkit-input-placeholder,
.cid-tLLUjBwOc8 .field-input:focus::-webkit-input-placeholder {
  color: #0c5b47;
}
.cid-tLLUjBwOc8 .form-control:hover:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:hover:-moz-placeholder,
.cid-tLLUjBwOc8 .form-control:focus:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:focus:-moz-placeholder,
.cid-tLLUjBwOc8 .form-control:hover:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:hover:-moz-placeholder,
.cid-tLLUjBwOc8 .form-control:focus:-moz-placeholder,
.cid-tLLUjBwOc8 .field-input:focus:-moz-placeholder {
  color: #0c5b47;
}
.cid-tLLUjBwOc8 .jq-number__spin:hover,
.cid-tLLUjBwOc8 .jq-number__spin:focus {
  border-bottom: 1px solid #0c5b47 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLLUjBwOc8 .jq-number__spin {
  border-bottom: 1px solid #b3cc00 !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLLUjBwOc8 textarea {
  min-height: 200px;
}
.cid-tLLUjBwOc8 input::-webkit-clear-button {
  display: none;
}
.cid-tLLUjBwOc8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLLUjBwOc8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLLUjBwOc8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLLUjBwOc8 LABEL {
  color: #767676;
}
.cid-tLLUjBwOc8 H5 {
  color: #1b745e;
}
.cid-tLLULIlsEt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-tLLULIlsEt .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLLULIlsEt .btn-social,
.cid-tLLULIlsEt .mbr-section-title {
  color: #57468b;
}
.cid-tLLULIlsEt .row {
  justify-content: space-between;
}
.cid-tLLULIlsEt .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-tLLULIlsEt .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLLULIlsEt .soc-item:hover {
  background: #ffffff;
}
.cid-tLLULIlsEt .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-tLLULIlsEt .align-left,
  .cid-tLLULIlsEt .align-right {
    text-align: center;
  }
  .cid-tLLULIlsEt .social-list {
    justify-content: center;
  }
  .cid-tLLULIlsEt .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLLULIlsEt .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  position: relative !important;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  position: absolute !important;
}
.cid-ujkYSPQ76Z .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-ujkYSPQ76Z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujkYSPQ76Z .dropdown-item:hover,
.cid-ujkYSPQ76Z .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-ujkYSPQ76Z .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujkYSPQ76Z .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujkYSPQ76Z .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-ujkYSPQ76Z .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujkYSPQ76Z .dropdown-menu,
.cid-ujkYSPQ76Z .navbar.opened {
  background: #c2d6bc !important;
}
.cid-ujkYSPQ76Z .nav-item:focus,
.cid-ujkYSPQ76Z .nav-link:focus {
  outline: none;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujkYSPQ76Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujkYSPQ76Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujkYSPQ76Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-ujkYSPQ76Z .navbar.opened {
  transition: all 0.3s;
}
.cid-ujkYSPQ76Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujkYSPQ76Z .navbar .navbar-logo img {
  width: auto;
}
.cid-ujkYSPQ76Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujkYSPQ76Z .navbar.collapsed {
  justify-content: center;
}
.cid-ujkYSPQ76Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujkYSPQ76Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujkYSPQ76Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujkYSPQ76Z .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-ujkYSPQ76Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujkYSPQ76Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujkYSPQ76Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujkYSPQ76Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujkYSPQ76Z .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-ujkYSPQ76Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujkYSPQ76Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujkYSPQ76Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujkYSPQ76Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujkYSPQ76Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujkYSPQ76Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujkYSPQ76Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujkYSPQ76Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujkYSPQ76Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujkYSPQ76Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujkYSPQ76Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujkYSPQ76Z .dropdown-item.active,
.cid-ujkYSPQ76Z .dropdown-item:active {
  background-color: transparent;
}
.cid-ujkYSPQ76Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujkYSPQ76Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-ujkYSPQ76Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujkYSPQ76Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujkYSPQ76Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujkYSPQ76Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujkYSPQ76Z button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujkYSPQ76Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujkYSPQ76Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujkYSPQ76Z .navbar {
    height: 70px;
  }
  .cid-ujkYSPQ76Z .navbar.opened {
    height: auto;
  }
  .cid-ujkYSPQ76Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujkYSPQ76Z .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujkYSPQ76Z .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujkYSPQ76Z a {
  display: inline;
  font-weight: bold;
}
.cid-ujkYSPQ76Z img {
  display: inline;
  padding-right: 10px;
}
.cid-ujkYSPQ76Z .dropdown-toggle:after {
  display: none;
}
.cid-ujkYSPQ76Z .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujkYSPQ76Z .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-ujkYSPQ76Z .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujkYSQQqqq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-ujkYSQQqqq .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-ujkYSQQqqq .btn-social,
.cid-ujkYSQQqqq .mbr-section-title {
  color: #57468b;
}
.cid-ujkYSQQqqq .row {
  justify-content: space-between;
}
.cid-ujkYSQQqqq .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-ujkYSQQqqq .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ujkYSQQqqq .soc-item:hover {
  background: #ffffff;
}
.cid-ujkYSQQqqq .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-ujkYSQQqqq .align-left,
  .cid-ujkYSQQqqq .align-right {
    text-align: center;
  }
  .cid-ujkYSQQqqq .social-list {
    justify-content: center;
  }
  .cid-ujkYSQQqqq .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-ujkYSQQqqq .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-ur71wkXMY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #77a972;
}
.cid-ur71wkXMY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur71wkXMY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur71wkXMY3 .col-12 {
  position: relative;
}
.cid-ur71wkXMY3 img {
  margin: auto;
}
.cid-ur71wkXMY3 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ur71wkXMY3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ur71wkXMY3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ur71wkXMY3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ur71wkXMY3 .mbr-section-title {
  color: #ffffff;
}
.cid-ur71wkXMY3 .mbr-text,
.cid-ur71wkXMY3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPJSm8EsET .navbar-dropdown {
  position: relative !important;
}
.cid-uPJSm8EsET .navbar-dropdown {
  position: absolute !important;
}
.cid-uPJSm8EsET .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-uPJSm8EsET .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uPJSm8EsET .dropdown-item:hover,
.cid-uPJSm8EsET .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-uPJSm8EsET .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uPJSm8EsET .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPJSm8EsET .nav-link {
  position: relative;
  padding: 0;
}
.cid-uPJSm8EsET .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-uPJSm8EsET .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPJSm8EsET .dropdown-menu,
.cid-uPJSm8EsET .navbar.opened {
  background: #c2d6bc !important;
}
.cid-uPJSm8EsET .nav-item:focus,
.cid-uPJSm8EsET .nav-link:focus {
  outline: none;
}
.cid-uPJSm8EsET .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPJSm8EsET .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPJSm8EsET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPJSm8EsET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPJSm8EsET .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPJSm8EsET .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPJSm8EsET .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-uPJSm8EsET .navbar.opened {
  transition: all 0.3s;
}
.cid-uPJSm8EsET .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPJSm8EsET .navbar .navbar-logo img {
  width: auto;
}
.cid-uPJSm8EsET .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPJSm8EsET .navbar.collapsed {
  justify-content: center;
}
.cid-uPJSm8EsET .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPJSm8EsET .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPJSm8EsET .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPJSm8EsET .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPJSm8EsET .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPJSm8EsET .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-uPJSm8EsET .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPJSm8EsET .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPJSm8EsET .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPJSm8EsET .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPJSm8EsET .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPJSm8EsET .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPJSm8EsET .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPJSm8EsET .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-uPJSm8EsET .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPJSm8EsET .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPJSm8EsET .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPJSm8EsET .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPJSm8EsET .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPJSm8EsET .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPJSm8EsET .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPJSm8EsET .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPJSm8EsET .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPJSm8EsET .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPJSm8EsET .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPJSm8EsET .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPJSm8EsET .dropdown-item.active,
.cid-uPJSm8EsET .dropdown-item:active {
  background-color: transparent;
}
.cid-uPJSm8EsET .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPJSm8EsET .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPJSm8EsET .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPJSm8EsET .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-uPJSm8EsET .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPJSm8EsET .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPJSm8EsET ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPJSm8EsET .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPJSm8EsET button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPJSm8EsET button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-uPJSm8EsET button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPJSm8EsET button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJSm8EsET button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJSm8EsET button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPJSm8EsET nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJSm8EsET nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPJSm8EsET nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPJSm8EsET nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJSm8EsET .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPJSm8EsET a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPJSm8EsET .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPJSm8EsET .navbar {
    height: 70px;
  }
  .cid-uPJSm8EsET .navbar.opened {
    height: auto;
  }
  .cid-uPJSm8EsET .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPJSm8EsET .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uPJSm8EsET .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uPJSm8EsET a {
  display: inline;
  font-weight: bold;
}
.cid-uPJSm8EsET img {
  display: inline;
  padding-right: 10px;
}
.cid-uPJSm8EsET .dropdown-toggle:after {
  display: none;
}
.cid-uPJSm8EsET .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uPJSm8EsET .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-uPJSm8EsET .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uPJSFe11C2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f8e4d4;
}
.cid-uPJSFe11C2 .item-wrapper {
  width: 100%;
}
.cid-uPJSFe11C2 .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-uPJSFe11C2 .row {
  align-items: center;
  background: #f8e4d4;
  padding: 0px;
  margin: 0;
}
.cid-uPJSFe11C2 .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-uPJSFe11C2 .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-uPJSFe11C2 .col-auto {
  display: inline-block;
}
.cid-uPJSFe11C2 .container-fluid {
  padding: 0;
}
.cid-uPJSFe11C2 .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-uPJSFe11C2 .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-uPJSFe11C2 .left-side {
    padding: 25px 15px;
  }
}
#custom-html-5a {
  /* Type valid CSS here */
}
#custom-html-5a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5a p {
  font-size: 60px;
  color: #777;
}
.cid-uPJSmbt96R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-uPJSmbt96R .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uPJSmbt96R .btn-social,
.cid-uPJSmbt96R .mbr-section-title {
  color: #57468b;
}
.cid-uPJSmbt96R .row {
  justify-content: space-between;
}
.cid-uPJSmbt96R .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-uPJSmbt96R .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uPJSmbt96R .soc-item:hover {
  background: #ffffff;
}
.cid-uPJSmbt96R .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-uPJSmbt96R .align-left,
  .cid-uPJSmbt96R .align-right {
    text-align: center;
  }
  .cid-uPJSmbt96R .social-list {
    justify-content: center;
  }
  .cid-uPJSmbt96R .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uPJSmbt96R .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-v4p150qKD2 .navbar-dropdown {
  position: relative !important;
}
.cid-v4p150qKD2 .navbar-dropdown {
  position: absolute !important;
}
.cid-v4p150qKD2 .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-v4p150qKD2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v4p150qKD2 .dropdown-item:hover,
.cid-v4p150qKD2 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v4p150qKD2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v4p150qKD2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4p150qKD2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v4p150qKD2 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-v4p150qKD2 .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4p150qKD2 .dropdown-menu,
.cid-v4p150qKD2 .navbar.opened {
  background: #c2d6bc !important;
}
.cid-v4p150qKD2 .nav-item:focus,
.cid-v4p150qKD2 .nav-link:focus {
  outline: none;
}
.cid-v4p150qKD2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4p150qKD2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4p150qKD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4p150qKD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4p150qKD2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4p150qKD2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4p150qKD2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-v4p150qKD2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4p150qKD2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4p150qKD2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4p150qKD2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4p150qKD2 .navbar.collapsed {
  justify-content: center;
}
.cid-v4p150qKD2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4p150qKD2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4p150qKD2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4p150qKD2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4p150qKD2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4p150qKD2 .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-v4p150qKD2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4p150qKD2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4p150qKD2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4p150qKD2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4p150qKD2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4p150qKD2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4p150qKD2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4p150qKD2 .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-v4p150qKD2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4p150qKD2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4p150qKD2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4p150qKD2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4p150qKD2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4p150qKD2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4p150qKD2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4p150qKD2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4p150qKD2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4p150qKD2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4p150qKD2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4p150qKD2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4p150qKD2 .dropdown-item.active,
.cid-v4p150qKD2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4p150qKD2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4p150qKD2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4p150qKD2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4p150qKD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-v4p150qKD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4p150qKD2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4p150qKD2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4p150qKD2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4p150qKD2 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4p150qKD2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-v4p150qKD2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4p150qKD2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p150qKD2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p150qKD2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4p150qKD2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p150qKD2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4p150qKD2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4p150qKD2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p150qKD2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4p150qKD2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4p150qKD2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4p150qKD2 .navbar {
    height: 70px;
  }
  .cid-v4p150qKD2 .navbar.opened {
    height: auto;
  }
  .cid-v4p150qKD2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4p150qKD2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v4p150qKD2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v4p150qKD2 a {
  display: inline;
  font-weight: bold;
}
.cid-v4p150qKD2 img {
  display: inline;
  padding-right: 10px;
}
.cid-v4p150qKD2 .dropdown-toggle:after {
  display: none;
}
.cid-v4p150qKD2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v4p150qKD2 .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-v4p150qKD2 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v4p150YDJR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8e4d4;
}
.cid-v4p150YDJR .item-wrapper {
  width: 100%;
}
.cid-v4p150YDJR .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 0px;
}
.cid-v4p150YDJR .row {
  align-items: center;
  background: #f8e4d4;
  padding: 0px;
  margin: 0;
}
.cid-v4p150YDJR .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
  font-weight: bold;
}
.cid-v4p150YDJR .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-v4p150YDJR .col-auto {
  display: inline-block;
}
.cid-v4p150YDJR .container-fluid {
  padding: 0;
}
.cid-v4p150YDJR .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v4p150YDJR .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v4p150YDJR .left-side {
    padding: 25px 15px;
  }
}
.cid-v4pbO0ItUZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8e4d4;
}
.cid-v4pbO0ItUZ .container {
  margin-right: 0rem;
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v4pbO0ItUZ .container {
    padding: 0 1rem;
  }
}
.cid-v4pbO0ItUZ .item-wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-v4pbO0ItUZ .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v4pbO0ItUZ .item-wrapper:hover .item-content {
  opacity: 0;
  transform: translateY(0px);
}
.cid-v4pbO0ItUZ .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-v4pbO0ItUZ .item-wrapper:hover:before {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-v4pbO0ItUZ .item-wrapper .item-content {
    opacity: 0;
    transform: translateY(0px);
  }
  .cid-v4pbO0ItUZ .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-v4pbO0ItUZ .item-wrapper:before {
    opacity: 0;
  }
}
.cid-v4pbO0ItUZ .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-v4pbO0ItUZ .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-v4pbO0ItUZ .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-v4pbO0ItUZ .item:focus,
.cid-v4pbO0ItUZ span:focus {
  outline: none;
}
.cid-v4pbO0ItUZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4pbO0ItUZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4pbO0ItUZ .mbr-section-title {
  color: #f14747;
  text-align: center;
}
.cid-v4pbO0ItUZ .mbr-text,
.cid-v4pbO0ItUZ .mbr-section-btn {
  color: #ffffff;
}
.cid-v4pbO0ItUZ .item-title {
  color: #ffffff;
}
.cid-v4pbO0ItUZ .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-v4p8GaVKEb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8e4d4;
}
.cid-v4p8GaVKEb img {
  border-radius: 30px;
}
.cid-v4p8GaVKEb .my-auto {
  margin-bottom: 0!important;
}
.cid-v4p8GaVKEb .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v4p8GaVKEb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v4p8GaVKEb .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4p8GaVKEb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4p8GaVKEb .mbr-section-title {
  color: #263d5a;
}
.cid-v4p8GaVKEb .mbr-text,
.cid-v4p8GaVKEb .mbr-section-btn {
  color: #263d5a;
}
.cid-v4p8GaVKEb .mbr-section-subtitle {
  color: #263d5a;
  text-align: left;
}
#custom-html-5l {
  /* Type valid CSS here */
}
#custom-html-5l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5l p {
  font-size: 60px;
  color: #777;
}
.cid-v4p151bhZc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-v4p151bhZc .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-v4p151bhZc .btn-social,
.cid-v4p151bhZc .mbr-section-title {
  color: #57468b;
}
.cid-v4p151bhZc .row {
  justify-content: space-between;
}
.cid-v4p151bhZc .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-v4p151bhZc .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-v4p151bhZc .soc-item:hover {
  background: #ffffff;
}
.cid-v4p151bhZc .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-v4p151bhZc .align-left,
  .cid-v4p151bhZc .align-right {
    text-align: center;
  }
  .cid-v4p151bhZc .social-list {
    justify-content: center;
  }
  .cid-v4p151bhZc .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-v4p151bhZc .mbr-text {
  color: #216514;
  text-align: center;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  position: relative !important;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  position: absolute !important;
}
.cid-ujkYSPQ76Z .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-ujkYSPQ76Z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujkYSPQ76Z .dropdown-item:hover,
.cid-ujkYSPQ76Z .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-ujkYSPQ76Z .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujkYSPQ76Z .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujkYSPQ76Z .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-ujkYSPQ76Z .iconfont-wrapper {
  color: #216514 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujkYSPQ76Z .dropdown-menu,
.cid-ujkYSPQ76Z .navbar.opened {
  background: #c2d6bc !important;
}
.cid-ujkYSPQ76Z .nav-item:focus,
.cid-ujkYSPQ76Z .nav-link:focus {
  outline: none;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujkYSPQ76Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujkYSPQ76Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujkYSPQ76Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujkYSPQ76Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(194, 214, 188, 0.7);
}
.cid-ujkYSPQ76Z .navbar.opened {
  transition: all 0.3s;
}
.cid-ujkYSPQ76Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujkYSPQ76Z .navbar .navbar-logo img {
  width: auto;
}
.cid-ujkYSPQ76Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujkYSPQ76Z .navbar.collapsed {
  justify-content: center;
}
.cid-ujkYSPQ76Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujkYSPQ76Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujkYSPQ76Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujkYSPQ76Z .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-ujkYSPQ76Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujkYSPQ76Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujkYSPQ76Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujkYSPQ76Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujkYSPQ76Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujkYSPQ76Z .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-ujkYSPQ76Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujkYSPQ76Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujkYSPQ76Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujkYSPQ76Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujkYSPQ76Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujkYSPQ76Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujkYSPQ76Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujkYSPQ76Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujkYSPQ76Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujkYSPQ76Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujkYSPQ76Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujkYSPQ76Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujkYSPQ76Z .dropdown-item.active,
.cid-ujkYSPQ76Z .dropdown-item:active {
  background-color: transparent;
}
.cid-ujkYSPQ76Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujkYSPQ76Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujkYSPQ76Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c2d6bc;
}
.cid-ujkYSPQ76Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujkYSPQ76Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujkYSPQ76Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujkYSPQ76Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujkYSPQ76Z button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #77a972;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujkYSPQ76Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujkYSPQ76Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujkYSPQ76Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujkYSPQ76Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujkYSPQ76Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujkYSPQ76Z .navbar {
    height: 70px;
  }
  .cid-ujkYSPQ76Z .navbar.opened {
    height: auto;
  }
  .cid-ujkYSPQ76Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujkYSPQ76Z .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujkYSPQ76Z .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujkYSPQ76Z a {
  display: inline;
  font-weight: bold;
}
.cid-ujkYSPQ76Z img {
  display: inline;
  padding-right: 10px;
}
.cid-ujkYSPQ76Z .dropdown-toggle:after {
  display: none;
}
.cid-ujkYSPQ76Z .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujkYSPQ76Z .dropdown-item:hover {
  color: #216514 !important;
}
@media (max-width: 990px) {
  .cid-ujkYSPQ76Z .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujkYSO2ihf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ujkYSO2ihf .item-wrapper {
  width: 100%;
}
.cid-ujkYSO2ihf .left-side {
  text-align: left;
  padding-left: 0rem;
}
.cid-ujkYSO2ihf .row {
  align-items: center;
}
.cid-ujkYSO2ihf .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
.cid-ujkYSO2ihf .row {
  flex-direction: row-reverse;
}
.cid-ujkYSO2ihf .left-side {
  padding-left: 0px;
  padding-right: 0rem;
}
@media (max-width: 990px) {
  .cid-ujkYSO2ihf .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-ujkYSO2ihf .right-side {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.cid-ujkYSO2ihf .sign {
  max-width: 250px;
  display: inline;
}
.cid-ujkYSO2ihf .mbr-text,
.cid-ujkYSO2ihf .right-side {
  color: #1b745e;
}
.cid-ujkYSO2ihf .text {
  text-align: center;
  color: #ffffff;
}
.cid-ujkYSORzzf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujkYSORzzf .item-wrapper {
  width: 100%;
}
.cid-ujkYSORzzf .left-side {
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
.cid-ujkYSORzzf .row {
  align-items: center;
  background: #ffffff;
  padding: 0px;
  margin: 0;
}
.cid-ujkYSORzzf .mbr-section-title {
  margin: 0 0 12px;
  color: #77a972;
  text-align: left;
  font-weight: bold;
}
.cid-ujkYSORzzf .desc {
  padding: 0 0px 20px;
  color: #626262;
  text-align: left;
}
.cid-ujkYSORzzf .col-auto {
  display: inline-block;
}
.cid-ujkYSORzzf .container-fluid {
  padding: 0;
}
.cid-ujkYSORzzf .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-ujkYSORzzf .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-ujkYSORzzf .left-side {
    padding: 25px 15px;
  }
}
.cid-uoL9t8zLyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #77a972;
}
.cid-uoL9t8zLyg .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoL9t8zLyg img {
  border-radius: 30px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uoL9t8zLyg img {
    margin-left: 0;
    margin-top: 4rem;
  }
}
.cid-uoL9t8zLyg .row {
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uoL9t8zLyg .row {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoL9t8zLyg .row {
    padding: 1rem 0rem;
  }
}
.cid-uoL9t8zLyg .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uoL9t8zLyg .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uoL9t8zLyg span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uoL9t8zLyg .collapsed span {
  transform: rotate(0deg);
}
.cid-uoL9t8zLyg .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uoL9t8zLyg .panel-group {
  width: 100%;
}
.cid-uoL9t8zLyg .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uoL9t8zLyg .card {
  border-radius: 0px;
}
.cid-uoL9t8zLyg .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uoL9t8zLyg .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uoL9t8zLyg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uoL9t8zLyg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uoL9t8zLyg .panel-text {
  color: #ffffff;
}
.cid-uoL9t8zLyg .header-text,
.cid-uoL9t8zLyg .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uoL9t8zLyg .mbr-section-title {
  color: #263d5a;
}
.cid-uoL9t8zLyg .header-text,
.cid-uoL9t8zLyg .sign,
.cid-uoL9t8zLyg .card-header {
  color: #263d5a;
  text-align: left;
}
.cid-uoL9t8zLyg .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uphVpcditT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cee4cc;
}
.cid-uphVpcditT .container {
  padding: 0 5%;
}
.cid-uphVpcditT img,
.cid-uphVpcditT .item-img {
  width: 100%;
}
.cid-uphVpcditT .item:focus,
.cid-uphVpcditT span:focus {
  outline: none;
}
.cid-uphVpcditT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uphVpcditT .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uphVpcditT .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #0c5b47;
}
.cid-uphVpcditT .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-uppTgTnhvd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-uppTgTnhvd .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-uppTgTnhvd .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uppTgTnhvd .row {
    padding: 2rem 1rem;
  }
}
.cid-uppTgTnhvd .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uppTgTnhvd .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-uppTgTnhvd .card-text {
  color: #263d5a;
  text-align: center;
}
.cid-uppTgTnhvd .card-title,
.cid-uppTgTnhvd .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uppTgTnhvd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uppTgTnhvd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uppTgTnhvd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uppTgTnhvd .card-link {
  text-align: center;
}
.cid-uquOCkLwks {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffcf5;
}
.cid-uquOCkLwks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uquOCkLwks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uquOCkLwks .text-wrap {
  width: 100%;
}
.cid-uquOCkLwks .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uquOCkLwks .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uquOCkLwks .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-uquOCkLwks .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-uquOCkLwks .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-uquOCkLwks .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uquOCkLwks .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #77a972;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
  border-radius: 45px;
}
.cid-uquOCkLwks .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uquOCkLwks .item-img img {
  aspect-ratio: 1.42857143;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uquOCkLwks .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(130, 157, 133, 0.8);
  background-color: rgba(169, 187, 171, 0.8);
}
.cid-uquOCkLwks .item-title {
  width: 100%;
  margin: 0;
  color: #987A5A;
}
.cid-uquOCkLwks .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-uquOCkLwks .item-text {
  color: #353535;
  margin: 0;
}
.cid-uquOCkLwks .mbr-section-btn {
  margin-top: 10px;
}
.cid-uquOCkLwks .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uquOCkLwks .item-text,
.cid-uquOCkLwks .mbr-section-btn {
  color: #ffffff;
}
.cid-ujl29pCEwj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cee4cc;
}
.cid-ujl29pCEwj .card {
  padding: 5rem 20%;
  background: #e1efef;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-ujl29pCEwj .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-ujl29pCEwj .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-ujl29pCEwj .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-ujl29pCEwj .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #338873;
  font-style: italic;
}
.cid-ujl29pCEwj .lin,
.cid-ujl29pCEwj .iconfont-wrapper {
  color: #338873;
}
.cid-ujkYSQQqqq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #77a972;
}
.cid-ujkYSQQqqq .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-ujkYSQQqqq .btn-social,
.cid-ujkYSQQqqq .mbr-section-title {
  color: #57468b;
}
.cid-ujkYSQQqqq .row {
  justify-content: space-between;
}
.cid-ujkYSQQqqq .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #b3cc00;
}
.cid-ujkYSQQqqq .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ujkYSQQqqq .soc-item:hover {
  background: #ffffff;
}
.cid-ujkYSQQqqq .soc-item:hover span {
  color: #b3cc00 !important;
}
@media (max-width: 992px) {
  .cid-ujkYSQQqqq .align-left,
  .cid-ujkYSQQqqq .align-right {
    text-align: center;
  }
  .cid-ujkYSQQqqq .social-list {
    justify-content: center;
  }
  .cid-ujkYSQQqqq .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-ujkYSQQqqq .mbr-text {
  color: #216514;
  text-align: center;
}
