.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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 */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #edd786 !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edd786 !important;
  border-color: #edd786 !important;
  color: #65530f !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f4e6b2 !important;
  border-color: #f4e6b2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #65530f !important;
  background-color: #f4e6b2 !important;
  border-color: #f4e6b2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #851523 !important;
  border-color: #851523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edd786;
  color: #edd786;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e2be3b !important;
  background-color: transparent !important;
  border-color: #e2be3b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #65530f !important;
  background-color: #edd786 !important;
  border-color: #edd786 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #851523;
  color: #851523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a090f !important;
  background-color: transparent !important;
  border-color: #3a090f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #851523 !important;
  border-color: #851523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #edd786 !important;
}
.text-secondary {
  color: #851523 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e0ba2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #edd786;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edd786;
  border-color: #edd786;
  color: #7b6512;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #edd786;
}
.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: #1fc7a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4a2c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #edd786 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #edd786;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edd786;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edd786;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edd786;
  border-bottom-color: #edd786;
}
.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: #edd786 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #851523 !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='%23edd786' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  margin: 0 16px 0 0;
}
.cid-uDeNKzjTHF {
  background-color: transparent;
}
.cid-uDeNKzjTHF .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDeNKzjTHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDeNKzjTHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDeNKzjTHF .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDeNKzjTHF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDeNKzjTHF .navbar.opened {
  transition: all 0.3s;
}
.cid-uDeNKzjTHF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDeNKzjTHF .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDeNKzjTHF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDeNKzjTHF .navbar.collapsed {
  justify-content: center;
}
.cid-uDeNKzjTHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDeNKzjTHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDeNKzjTHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDeNKzjTHF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDeNKzjTHF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDeNKzjTHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDeNKzjTHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDeNKzjTHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDeNKzjTHF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDeNKzjTHF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDeNKzjTHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDeNKzjTHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDeNKzjTHF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDeNKzjTHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDeNKzjTHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDeNKzjTHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDeNKzjTHF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDeNKzjTHF .menu_box .navbar.opened,
  .cid-uDeNKzjTHF .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDeNKzjTHF .navbar-dropdown {
  position: relative !important;
}
.cid-uDeNKzjTHF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDeNKzjTHF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDeNKzjTHF .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDeNKzjTHF .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 0 !important;
  }
}
.cid-uDeNKzjTHF .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDeNKzjTHF .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDeNKzjTHF .nav-item .nav-link:hover,
.cid-uDeNKzjTHF .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDeNKzjTHF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDeNKzjTHF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDeNKzjTHF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDeNKzjTHF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDeNKzjTHF .offcanvas_box {
    display: none;
  }
}
.cid-uDeNKzjTHF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDeNKzjTHF .container {
  display: flex;
  margin: auto;
}
.cid-uDeNKzjTHF .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDeNKzjTHF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDeNKzjTHF .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .navbar-nav {
    margin: 0;
  }
}
.cid-uDeNKzjTHF .dropdown-menu,
.cid-uDeNKzjTHF .navbar.opened {
  background-color: false !important;
}
.cid-uDeNKzjTHF .nav-item:focus,
.cid-uDeNKzjTHF .nav-link:focus {
  outline: none;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDeNKzjTHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDeNKzjTHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDeNKzjTHF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDeNKzjTHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDeNKzjTHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDeNKzjTHF .dropdown-item.active,
.cid-uDeNKzjTHF .dropdown-item:active {
  background-color: transparent;
}
.cid-uDeNKzjTHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDeNKzjTHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDeNKzjTHF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDeNKzjTHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDeNKzjTHF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDeNKzjTHF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDeNKzjTHF .navbar {
    height: 70px;
  }
  .cid-uDeNKzjTHF .navbar.opened {
    height: auto;
  }
  .cid-uDeNKzjTHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDeNKzjTHF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDeNKzjTHF .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDeNKzjTHF .text_widget {
  margin-bottom: 32px;
}
.cid-uDeNKzjTHF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDeNKzjTHF .text_widget a:hover,
.cid-uDeNKzjTHF .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDeNKzjTHF .navbar-caption {
  color: #050f0f;
}
.cid-uDeNKzjTHF .mbr-section-subtitle,
.cid-uDeNKzjTHF .text_widget,
.cid-uDeNKzjTHF .mbr-section-btn {
  text-align: center;
}
.cid-uDeNKzjTHF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDfRfgJ2bM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfRfgJ2bM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfRfgJ2bM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfRfgJ2bM .container {
    padding: 0 15px;
  }
}
.cid-uDfRfgJ2bM .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDfRfgJ2bM .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDfRfgJ2bM .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDfRfgJ2bM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDfRfgJ2bM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDfRfgJ2bM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDfRfgJ2bM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfRfgJ2bM .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDfRfgJ2bM .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDfRfgJ2bM .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDfRfgJ2bM .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDfRfgJ2bM .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDfRfgJ2bM .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDfRfgJ2bM .mbr-section-title {
  color: #ffffff;
}
.cid-uDfRfgJ2bM .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDfRfgJ2bM .mbr-text {
  color: #000000;
}
.cid-uDfRfgJ2bM .mbr-section-title,
.cid-uDfRfgJ2bM .mbr-section-btn {
  color: #000000;
}
.cid-uDfQJvwYvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfQJvwYvn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDfQJvwYvn .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDfQJvwYvn .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edd786;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDfQJvwYvn .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDfQJvwYvn .mbr-text {
  color: #3d5943;
}
.cid-uDfRx92p9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfRx92p9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfRx92p9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfRx92p9c .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfRx92p9c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfRx92p9c .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfRx92p9c .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfRx92p9c .container {
    padding: 0 14px;
  }
}
.cid-uDfRx92p9c .row {
  justify-content: center;
}
.cid-uDfRx92p9c .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfRx92p9c .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfRx92p9c .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDfRx92p9c .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDfRx92p9c .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDfRx92p9c .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDfRx92p9c .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDfRx92p9c .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDfRx92p9c .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDfRx92p9c .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDfRx92p9c .mbr-text_1 {
  color: #000000;
}
.cid-uDfRx92p9c .list {
  color: #01004c;
}
.cid-uDfRx92p9c .mbr-text_2 {
  color: #01004c;
}
.cid-uDfS3v26sQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfS3v26sQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfS3v26sQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfS3v26sQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDfS3v26sQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfS3v26sQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDfS3v26sQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfS3v26sQ .container {
    padding: 0 24px;
  }
}
.cid-uDfS3v26sQ .row {
  justify-content: center;
}
.cid-uDfS3v26sQ .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfS3v26sQ .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfS3v26sQ .title-wrapper {
    padding-right: 0;
  }
}
.cid-uDfS3v26sQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDfS3v26sQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfS3v26sQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfS3v26sQ .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfS3v26sQ .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfS3v26sQ .text-wrapper {
    padding-left: 0;
  }
}
.cid-uDfS3v26sQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfS3v26sQ .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uDfS3v26sQ .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uDfS3v26sQ .mbr-section-title {
  color: #18212d;
}
.cid-uDfS3v26sQ .mbr-desc {
  color: #18212d;
}
.cid-uDfS3v26sQ .mbr-text {
  color: #18212d;
}
.cid-uDfPbIhHmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfPbIhHmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfPbIhHmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfPbIhHmE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDfPbIhHmE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfPbIhHmE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfPbIhHmE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfPbIhHmE .container {
    padding: 0 16px;
  }
}
.cid-uDfPbIhHmE .row {
  justify-content: center;
}
.cid-uDfPbIhHmE .title-wrapper {
  margin-bottom: 50px;
}
.cid-uDfPbIhHmE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDfPbIhHmE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDfPbIhHmE .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #edd786;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-uDfPbIhHmE .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-uDfPbIhHmE .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uDfPbIhHmE .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uDfPbIhHmE .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uDfPbIhHmE .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDfPbIhHmE .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-uDfPbIhHmE .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-uDfPbIhHmE .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uDfPbIhHmE .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uDfPbIhHmE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDfPbIhHmE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDfPbIhHmE .card-title {
  color: #000000;
}
.cid-uDfPbIhHmE .card-text {
  color: #000000;
}
.cid-uDfShC9edC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfShC9edC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfShC9edC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfShC9edC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfShC9edC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfShC9edC .container {
    padding: 0 26px;
  }
}
.cid-uDfShC9edC .row {
  justify-content: center;
}
.cid-uDfShC9edC .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfShC9edC .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfShC9edC .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfShC9edC .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfShC9edC .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfShC9edC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfShC9edC .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfShC9edC .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfShC9edC .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfShC9edC .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfShC9edC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfShC9edC .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfShC9edC .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfShC9edC .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfShC9edC .mbr-section-title {
  color: #000000;
}
.cid-uDfShC9edC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfShC9edC .mbr-desc {
  color: #ffffff;
}
.cid-uDfShC9edC .mbr-text {
  color: #000000;
}
.cid-uDfShC9edC .mbr-link {
  color: #ffffff;
}
.cid-uDfOhamRFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfOhamRFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfOhamRFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfOhamRFq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfOhamRFq .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfOhamRFq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfOhamRFq .container {
    padding: 0 16px;
  }
}
.cid-uDfOhamRFq .row-content {
  margin: 0 -24px;
}
.cid-uDfOhamRFq .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfOhamRFq .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfOhamRFq .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfOhamRFq .item {
    margin-bottom: 24px;
  }
}
.cid-uDfOhamRFq .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfOhamRFq .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfOhamRFq .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfOhamRFq .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfOhamRFq .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfOhamRFq .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfOhamRFq .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfOhamRFq .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfOhamRFq .mbr-section-title {
  color: #080808;
}
.cid-uDfOhamRFq .card-title {
  color: #080808;
}
.cid-uDfOhamRFq .card-text {
  color: #333333;
}
.cid-uDfSdQt9fY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfSdQt9fY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfSdQt9fY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfSdQt9fY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfSdQt9fY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSdQt9fY .container {
    padding: 0 26px;
  }
}
.cid-uDfSdQt9fY .row {
  justify-content: center;
}
.cid-uDfSdQt9fY .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfSdQt9fY .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSdQt9fY .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfSdQt9fY .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfSdQt9fY .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfSdQt9fY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfSdQt9fY .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfSdQt9fY .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfSdQt9fY .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfSdQt9fY .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfSdQt9fY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfSdQt9fY .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfSdQt9fY .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfSdQt9fY .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfSdQt9fY .mbr-section-title {
  color: #000000;
}
.cid-uDfSdQt9fY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfSdQt9fY .mbr-desc {
  color: #ffffff;
}
.cid-uDfSdQt9fY .mbr-text {
  color: #000000;
}
.cid-uDfSdQt9fY .mbr-link {
  color: #ffffff;
}
.cid-uDfMQkItLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfMQkItLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfMQkItLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfMQkItLR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfMQkItLR .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfMQkItLR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfMQkItLR .container {
    padding: 0 16px;
  }
}
.cid-uDfMQkItLR .row-content {
  margin: 0 -24px;
}
.cid-uDfMQkItLR .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfMQkItLR .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfMQkItLR .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfMQkItLR .item {
    margin-bottom: 24px;
  }
}
.cid-uDfMQkItLR .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfMQkItLR .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfMQkItLR .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfMQkItLR .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfMQkItLR .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfMQkItLR .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfMQkItLR .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfMQkItLR .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfMQkItLR .mbr-section-title {
  color: #080808;
}
.cid-uDfMQkItLR .card-title {
  color: #080808;
}
.cid-uDfMQkItLR .card-text {
  color: #333333;
}
.cid-uDfSePtkEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfSePtkEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfSePtkEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfSePtkEH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfSePtkEH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSePtkEH .container {
    padding: 0 26px;
  }
}
.cid-uDfSePtkEH .row {
  justify-content: center;
}
.cid-uDfSePtkEH .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfSePtkEH .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSePtkEH .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfSePtkEH .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfSePtkEH .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfSePtkEH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfSePtkEH .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfSePtkEH .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfSePtkEH .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfSePtkEH .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfSePtkEH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfSePtkEH .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfSePtkEH .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfSePtkEH .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfSePtkEH .mbr-section-title {
  color: #000000;
}
.cid-uDfSePtkEH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfSePtkEH .mbr-desc {
  color: #ffffff;
}
.cid-uDfSePtkEH .mbr-text {
  color: #000000;
}
.cid-uDfSePtkEH .mbr-link {
  color: #ffffff;
}
.cid-uD8VZLI4hw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
@media (max-width: 992px) {
  .cid-uD8VZLI4hw .container {
    padding: 0 25px;
  }
}
.cid-uD8VZLI4hw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uD8VZLI4hw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uD8VZLI4hw .panel-group {
  border-bottom: 2px solid #edd786;
}
.cid-uD8VZLI4hw .panel-group .card {
  border-top: 2px solid #edd786;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uD8VZLI4hw .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uD8VZLI4hw .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uD8VZLI4hw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uD8VZLI4hw .mbr-section-title {
  color: #000000;
}
.cid-uD8VZLI4hw .panel-title-edit {
  color: #000000;
}
.cid-uD8VZLI4hw .panel-text {
  color: #000000;
}
.cid-uDfSfV2BAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfSfV2BAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfSfV2BAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfSfV2BAA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfSfV2BAA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSfV2BAA .container {
    padding: 0 26px;
  }
}
.cid-uDfSfV2BAA .row {
  justify-content: center;
}
.cid-uDfSfV2BAA .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfSfV2BAA .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfSfV2BAA .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfSfV2BAA .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfSfV2BAA .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfSfV2BAA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfSfV2BAA .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfSfV2BAA .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfSfV2BAA .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfSfV2BAA .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfSfV2BAA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfSfV2BAA .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfSfV2BAA .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfSfV2BAA .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfSfV2BAA .mbr-section-title {
  color: #000000;
}
.cid-uDfSfV2BAA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfSfV2BAA .mbr-desc {
  color: #ffffff;
}
.cid-uDfSfV2BAA .mbr-text {
  color: #000000;
}
.cid-uDfSfV2BAA .mbr-link {
  color: #ffffff;
}
.cid-uDfQdueFwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfQdueFwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfQdueFwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfQdueFwH .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfQdueFwH .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDfQdueFwH .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfQdueFwH .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDfQdueFwH .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDfQdueFwH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDfQdueFwH .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDfQdueFwH .list-wrapper .list .item-wrap:hover,
.cid-uDfQdueFwH .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDfQdueFwH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDfQdueFwH .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDfQdueFwH .social-wrapper {
    text-align: left;
  }
}
.cid-uDfQdueFwH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDfQdueFwH .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDfQdueFwH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDfQdueFwH .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDfQdueFwH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDfQdueFwH .list {
  color: #9aa0a6;
}
.cid-uD8WQv2tZY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uD8WQv2tZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD8WQv2tZY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uD8WQv2tZY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD8WQv2tZY .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uD8WQv2tZY a {
  font-weight: 600;
}
.cid-uD8WQv2tZY a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uD8WQv2tZY .col-lg-3,
  .cid-uD8WQv2tZY .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uD8WQv2tZY .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uD8WQv2tZY .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uD8WQv2tZY h5 {
  margin: 0;
}
.cid-uD8WQv2tZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD8WQv2tZY .iconfont-wrapper {
  position: relative;
}
.cid-uD8WQv2tZY .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uD8WQv2tZY .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uD8WQv2tZY .sociconfont-wrapper {
  display: flex;
}
.cid-uD8WQv2tZY .card-title,
.cid-uD8WQv2tZY .iconfont-wrapper {
  color: #000000;
}
.cid-uD8WQv2tZY .card-text {
  color: #000000;
}
.cid-uD8WQv2tZY .mbr-section-title {
  color: #000000;
}
.cid-uD8WQv2tZY .main-title,
.cid-uD8WQv2tZY .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-tTSJvi1C2b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-tTSJvi1C2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTSJvi1C2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTSJvi1C2b .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTSJvi1C2b .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTSJvi1C2b .container {
    padding: 0 14px;
  }
}
.cid-tTSJvi1C2b .row {
  justify-content: center;
}
.cid-tTSJvi1C2b .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-tTSJvi1C2b .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-tTSJvi1C2b .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap:hover,
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-tTSJvi1C2b .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJvi1C2b .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-tTSJvi1C2b .mbr-text,
.cid-tTSJvi1C2b .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-tTSJvi1C2b .mbr-list-title {
  color: #ffffff;
}
.cid-tTSJvi1C2b .list {
  color: #ffffff;
}
.cid-tTSJvi1C2b .mbr-contact {
  color: #ffffff;
}
.cid-uDfZL0Lsei {
  background-color: transparent;
}
.cid-uDfZL0Lsei .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDfZL0Lsei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDfZL0Lsei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDfZL0Lsei .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDfZL0Lsei .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDfZL0Lsei .navbar.opened {
  transition: all 0.3s;
}
.cid-uDfZL0Lsei .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDfZL0Lsei .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDfZL0Lsei .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDfZL0Lsei .navbar.collapsed {
  justify-content: center;
}
.cid-uDfZL0Lsei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDfZL0Lsei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDfZL0Lsei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDfZL0Lsei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDfZL0Lsei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDfZL0Lsei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDfZL0Lsei .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDfZL0Lsei .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDfZL0Lsei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDfZL0Lsei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDfZL0Lsei .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDfZL0Lsei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDfZL0Lsei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDfZL0Lsei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDfZL0Lsei .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDfZL0Lsei .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDfZL0Lsei .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDfZL0Lsei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDfZL0Lsei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDfZL0Lsei .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDfZL0Lsei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDfZL0Lsei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDfZL0Lsei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDfZL0Lsei .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDfZL0Lsei .menu_box .navbar.opened,
  .cid-uDfZL0Lsei .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDfZL0Lsei .navbar-dropdown {
  position: relative !important;
}
.cid-uDfZL0Lsei .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDfZL0Lsei .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDfZL0Lsei .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDfZL0Lsei .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .nav-item {
    margin: 0 !important;
  }
}
.cid-uDfZL0Lsei .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDfZL0Lsei .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDfZL0Lsei .nav-item .nav-link:hover,
.cid-uDfZL0Lsei .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDfZL0Lsei .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDfZL0Lsei .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDfZL0Lsei .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDfZL0Lsei .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDfZL0Lsei .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDfZL0Lsei .offcanvas_box {
    display: none;
  }
}
.cid-uDfZL0Lsei .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDfZL0Lsei .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDfZL0Lsei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDfZL0Lsei .container {
  display: flex;
  margin: auto;
}
.cid-uDfZL0Lsei .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfZL0Lsei .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDfZL0Lsei .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .navbar-nav {
    margin: 0;
  }
}
.cid-uDfZL0Lsei .dropdown-menu,
.cid-uDfZL0Lsei .navbar.opened {
  background-color: false !important;
}
.cid-uDfZL0Lsei .nav-item:focus,
.cid-uDfZL0Lsei .nav-link:focus {
  outline: none;
}
.cid-uDfZL0Lsei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDfZL0Lsei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDfZL0Lsei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDfZL0Lsei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDfZL0Lsei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDfZL0Lsei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDfZL0Lsei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDfZL0Lsei .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDfZL0Lsei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDfZL0Lsei .dropdown-item.active,
.cid-uDfZL0Lsei .dropdown-item:active {
  background-color: transparent;
}
.cid-uDfZL0Lsei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDfZL0Lsei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDfZL0Lsei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDfZL0Lsei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDfZL0Lsei ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDfZL0Lsei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDfZL0Lsei button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDfZL0Lsei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDfZL0Lsei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDfZL0Lsei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfZL0Lsei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfZL0Lsei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDfZL0Lsei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfZL0Lsei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDfZL0Lsei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDfZL0Lsei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfZL0Lsei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDfZL0Lsei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDfZL0Lsei .navbar {
    height: 70px;
  }
  .cid-uDfZL0Lsei .navbar.opened {
    height: auto;
  }
  .cid-uDfZL0Lsei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfZL0Lsei .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDfZL0Lsei .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDfZL0Lsei .text_widget {
  margin-bottom: 32px;
}
.cid-uDfZL0Lsei .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDfZL0Lsei .text_widget a:hover,
.cid-uDfZL0Lsei .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDfZL0Lsei .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDfZL0Lsei .navbar-caption {
  color: #050f0f;
}
.cid-uDfZL0Lsei .mbr-section-subtitle,
.cid-uDfZL0Lsei .text_widget,
.cid-uDfZL0Lsei .mbr-section-btn {
  text-align: center;
}
.cid-uDfZL0Lsei a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDfZL2aysk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfZL2aysk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZL2aysk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfZL2aysk .container {
    padding: 0 15px;
  }
}
.cid-uDfZL2aysk .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDfZL2aysk .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDfZL2aysk .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDfZL2aysk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDfZL2aysk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDfZL2aysk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDfZL2aysk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfZL2aysk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDfZL2aysk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDfZL2aysk .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDfZL2aysk .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDfZL2aysk .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDfZL2aysk .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDfZL2aysk .mbr-section-title {
  color: #ffffff;
}
.cid-uDfZL2aysk .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDfZL2aysk .mbr-text {
  color: #000000;
}
.cid-uDfZL2aysk .mbr-section-title,
.cid-uDfZL2aysk .mbr-section-btn {
  color: #000000;
}
.cid-uDfZL3YftX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfZL3YftX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZL3YftX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfZL3YftX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfZL3YftX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfZL3YftX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfZL3YftX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfZL3YftX .container {
    padding: 0 14px;
  }
}
.cid-uDfZL3YftX .row {
  justify-content: center;
}
.cid-uDfZL3YftX .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfZL3YftX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfZL3YftX .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDfZL3YftX .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDfZL3YftX .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDfZL3YftX .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDfZL3YftX .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDfZL3YftX .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDfZL3YftX .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDfZL3YftX .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDfZL3YftX .mbr-text_1 {
  color: #000000;
}
.cid-uDfZL3YftX .list {
  color: #01004c;
}
.cid-uDfZL3YftX .mbr-text_2 {
  color: #01004c;
}
.cid-uDfZLeo9bA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfZLeo9bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZLeo9bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfZLeo9bA .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfZLeo9bA .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDfZLeo9bA .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfZLeo9bA .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDfZLeo9bA .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDfZLeo9bA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDfZLeo9bA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDfZLeo9bA .list-wrapper .list .item-wrap:hover,
.cid-uDfZLeo9bA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDfZLeo9bA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDfZLeo9bA .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDfZLeo9bA .social-wrapper {
    text-align: left;
  }
}
.cid-uDfZLeo9bA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDfZLeo9bA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDfZLeo9bA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDfZLeo9bA .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDfZLeo9bA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDfZLeo9bA .list {
  color: #9aa0a6;
}
.cid-uDfZLfzLG0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uDfZLfzLG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZLfzLG0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDfZLfzLG0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDfZLfzLG0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDfZLfzLG0 a {
  font-weight: 600;
}
.cid-uDfZLfzLG0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDfZLfzLG0 .col-lg-3,
  .cid-uDfZLfzLG0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDfZLfzLG0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDfZLfzLG0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDfZLfzLG0 h5 {
  margin: 0;
}
.cid-uDfZLfzLG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfZLfzLG0 .iconfont-wrapper {
  position: relative;
}
.cid-uDfZLfzLG0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDfZLfzLG0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDfZLfzLG0 .sociconfont-wrapper {
  display: flex;
}
.cid-uDfZLfzLG0 .card-title,
.cid-uDfZLfzLG0 .iconfont-wrapper {
  color: #000000;
}
.cid-uDfZLfzLG0 .card-text {
  color: #000000;
}
.cid-uDfZLfzLG0 .mbr-section-title {
  color: #000000;
}
.cid-uDfZLfzLG0 .main-title,
.cid-uDfZLfzLG0 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDfZLgDCEY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-uDfZLgDCEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZLgDCEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfZLgDCEY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfZLgDCEY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfZLgDCEY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfZLgDCEY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfZLgDCEY .container {
    padding: 0 14px;
  }
}
.cid-uDfZLgDCEY .row {
  justify-content: center;
}
.cid-uDfZLgDCEY .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfZLgDCEY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfZLgDCEY .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDfZLgDCEY .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfZLgDCEY .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfZLgDCEY .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfZLgDCEY .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDfZLgDCEY .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfZLgDCEY .nav-wrapper .list .item-wrap:hover,
.cid-uDfZLgDCEY .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDfZLgDCEY .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfZLgDCEY .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfZLgDCEY .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDfZLgDCEY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfZLgDCEY .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-uDfZLgDCEY .mbr-text,
.cid-uDfZLgDCEY .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDfZLgDCEY .mbr-list-title {
  color: #ffffff;
}
.cid-uDfZLgDCEY .list {
  color: #ffffff;
}
.cid-uDfZLgDCEY .mbr-contact {
  color: #ffffff;
}
.cid-uDg0mb2q0M {
  background-color: transparent;
}
.cid-uDg0mb2q0M .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDg0mb2q0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDg0mb2q0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDg0mb2q0M .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDg0mb2q0M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDg0mb2q0M .navbar.opened {
  transition: all 0.3s;
}
.cid-uDg0mb2q0M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDg0mb2q0M .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDg0mb2q0M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDg0mb2q0M .navbar.collapsed {
  justify-content: center;
}
.cid-uDg0mb2q0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDg0mb2q0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDg0mb2q0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDg0mb2q0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDg0mb2q0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDg0mb2q0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDg0mb2q0M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDg0mb2q0M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDg0mb2q0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDg0mb2q0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDg0mb2q0M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDg0mb2q0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDg0mb2q0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDg0mb2q0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDg0mb2q0M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDg0mb2q0M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDg0mb2q0M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDg0mb2q0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDg0mb2q0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDg0mb2q0M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDg0mb2q0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDg0mb2q0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDg0mb2q0M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDg0mb2q0M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDg0mb2q0M .menu_box .navbar.opened,
  .cid-uDg0mb2q0M .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDg0mb2q0M .navbar-dropdown {
  position: relative !important;
}
.cid-uDg0mb2q0M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDg0mb2q0M .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDg0mb2q0M .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDg0mb2q0M .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .nav-item {
    margin: 0 !important;
  }
}
.cid-uDg0mb2q0M .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDg0mb2q0M .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDg0mb2q0M .nav-item .nav-link:hover,
.cid-uDg0mb2q0M .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDg0mb2q0M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDg0mb2q0M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDg0mb2q0M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDg0mb2q0M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDg0mb2q0M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDg0mb2q0M .offcanvas_box {
    display: none;
  }
}
.cid-uDg0mb2q0M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDg0mb2q0M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDg0mb2q0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDg0mb2q0M .container {
  display: flex;
  margin: auto;
}
.cid-uDg0mb2q0M .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDg0mb2q0M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDg0mb2q0M .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .navbar-nav {
    margin: 0;
  }
}
.cid-uDg0mb2q0M .dropdown-menu,
.cid-uDg0mb2q0M .navbar.opened {
  background-color: false !important;
}
.cid-uDg0mb2q0M .nav-item:focus,
.cid-uDg0mb2q0M .nav-link:focus {
  outline: none;
}
.cid-uDg0mb2q0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDg0mb2q0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDg0mb2q0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDg0mb2q0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDg0mb2q0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDg0mb2q0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDg0mb2q0M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDg0mb2q0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDg0mb2q0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDg0mb2q0M .dropdown-item.active,
.cid-uDg0mb2q0M .dropdown-item:active {
  background-color: transparent;
}
.cid-uDg0mb2q0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDg0mb2q0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDg0mb2q0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDg0mb2q0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDg0mb2q0M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDg0mb2q0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDg0mb2q0M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDg0mb2q0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDg0mb2q0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDg0mb2q0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDg0mb2q0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDg0mb2q0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDg0mb2q0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDg0mb2q0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDg0mb2q0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDg0mb2q0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDg0mb2q0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDg0mb2q0M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDg0mb2q0M .navbar {
    height: 70px;
  }
  .cid-uDg0mb2q0M .navbar.opened {
    height: auto;
  }
  .cid-uDg0mb2q0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDg0mb2q0M .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDg0mb2q0M .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDg0mb2q0M .text_widget {
  margin-bottom: 32px;
}
.cid-uDg0mb2q0M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDg0mb2q0M .text_widget a:hover,
.cid-uDg0mb2q0M .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDg0mb2q0M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDg0mb2q0M .navbar-caption {
  color: #050f0f;
}
.cid-uDg0mb2q0M .mbr-section-subtitle,
.cid-uDg0mb2q0M .text_widget,
.cid-uDg0mb2q0M .mbr-section-btn {
  text-align: center;
}
.cid-uDg0mb2q0M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDg0mcXdlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDg0mcXdlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg0mcXdlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDg0mcXdlk .container {
    padding: 0 15px;
  }
}
.cid-uDg0mcXdlk .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDg0mcXdlk .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDg0mcXdlk .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDg0mcXdlk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDg0mcXdlk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDg0mcXdlk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDg0mcXdlk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDg0mcXdlk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDg0mcXdlk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDg0mcXdlk .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDg0mcXdlk .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDg0mcXdlk .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDg0mcXdlk .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDg0mcXdlk .mbr-section-title {
  color: #ffffff;
}
.cid-uDg0mcXdlk .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDg0mcXdlk .mbr-text {
  color: #000000;
}
.cid-uDg0mcXdlk .mbr-section-title,
.cid-uDg0mcXdlk .mbr-section-btn {
  color: #000000;
}
.cid-uDg0meiT6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDg0meiT6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg0meiT6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg0meiT6P .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDg0meiT6P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDg0meiT6P .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDg0meiT6P .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDg0meiT6P .container {
    padding: 0 14px;
  }
}
.cid-uDg0meiT6P .row {
  justify-content: center;
}
.cid-uDg0meiT6P .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDg0meiT6P .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDg0meiT6P .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDg0meiT6P .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDg0meiT6P .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDg0meiT6P .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDg0meiT6P .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDg0meiT6P .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDg0meiT6P .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDg0meiT6P .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDg0meiT6P .mbr-text_1 {
  color: #000000;
}
.cid-uDg0meiT6P .list {
  color: #01004c;
}
.cid-uDg0meiT6P .mbr-text_2 {
  color: #01004c;
}
.cid-uDg0mggnU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDg0mggnU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg0mggnU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg0mggnU1 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDg0mggnU1 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDg0mggnU1 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDg0mggnU1 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDg0mggnU1 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDg0mggnU1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDg0mggnU1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDg0mggnU1 .list-wrapper .list .item-wrap:hover,
.cid-uDg0mggnU1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDg0mggnU1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDg0mggnU1 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDg0mggnU1 .social-wrapper {
    text-align: left;
  }
}
.cid-uDg0mggnU1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDg0mggnU1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDg0mggnU1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDg0mggnU1 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDg0mggnU1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDg0mggnU1 .list {
  color: #9aa0a6;
}
.cid-uDg0mhM6MF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uDg0mhM6MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg0mhM6MF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDg0mhM6MF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDg0mhM6MF .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDg0mhM6MF a {
  font-weight: 600;
}
.cid-uDg0mhM6MF a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDg0mhM6MF .col-lg-3,
  .cid-uDg0mhM6MF .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDg0mhM6MF .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDg0mhM6MF .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDg0mhM6MF h5 {
  margin: 0;
}
.cid-uDg0mhM6MF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg0mhM6MF .iconfont-wrapper {
  position: relative;
}
.cid-uDg0mhM6MF .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDg0mhM6MF .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDg0mhM6MF .sociconfont-wrapper {
  display: flex;
}
.cid-uDg0mhM6MF .card-title,
.cid-uDg0mhM6MF .iconfont-wrapper {
  color: #000000;
}
.cid-uDg0mhM6MF .card-text {
  color: #000000;
}
.cid-uDg0mhM6MF .mbr-section-title {
  color: #000000;
}
.cid-uDg0mhM6MF .main-title,
.cid-uDg0mhM6MF .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDg0mj9A5j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-uDg0mj9A5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg0mj9A5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg0mj9A5j .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDg0mj9A5j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDg0mj9A5j .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDg0mj9A5j .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDg0mj9A5j .container {
    padding: 0 14px;
  }
}
.cid-uDg0mj9A5j .row {
  justify-content: center;
}
.cid-uDg0mj9A5j .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDg0mj9A5j .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDg0mj9A5j .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDg0mj9A5j .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDg0mj9A5j .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDg0mj9A5j .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDg0mj9A5j .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDg0mj9A5j .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDg0mj9A5j .nav-wrapper .list .item-wrap:hover,
.cid-uDg0mj9A5j .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDg0mj9A5j .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDg0mj9A5j .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDg0mj9A5j .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDg0mj9A5j .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDg0mj9A5j .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-uDg0mj9A5j .mbr-text,
.cid-uDg0mj9A5j .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDg0mj9A5j .mbr-list-title {
  color: #ffffff;
}
.cid-uDg0mj9A5j .list {
  color: #ffffff;
}
.cid-uDg0mj9A5j .mbr-contact {
  color: #ffffff;
}
.cid-uDfYKHoX4Z {
  background-color: transparent;
}
.cid-uDfYKHoX4Z .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDfYKHoX4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDfYKHoX4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDfYKHoX4Z .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDfYKHoX4Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDfYKHoX4Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uDfYKHoX4Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDfYKHoX4Z .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDfYKHoX4Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDfYKHoX4Z .navbar.collapsed {
  justify-content: center;
}
.cid-uDfYKHoX4Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDfYKHoX4Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDfYKHoX4Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDfYKHoX4Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDfYKHoX4Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDfYKHoX4Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDfYKHoX4Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDfYKHoX4Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDfYKHoX4Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDfYKHoX4Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDfYKHoX4Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDfYKHoX4Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDfYKHoX4Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDfYKHoX4Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDfYKHoX4Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDfYKHoX4Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDfYKHoX4Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDfYKHoX4Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDfYKHoX4Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDfYKHoX4Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDfYKHoX4Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDfYKHoX4Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDfYKHoX4Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDfYKHoX4Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDfYKHoX4Z .menu_box .navbar.opened,
  .cid-uDfYKHoX4Z .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDfYKHoX4Z .navbar-dropdown {
  position: relative !important;
}
.cid-uDfYKHoX4Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDfYKHoX4Z .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDfYKHoX4Z .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDfYKHoX4Z .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uDfYKHoX4Z .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDfYKHoX4Z .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDfYKHoX4Z .nav-item .nav-link:hover,
.cid-uDfYKHoX4Z .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDfYKHoX4Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDfYKHoX4Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDfYKHoX4Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDfYKHoX4Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDfYKHoX4Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDfYKHoX4Z .offcanvas_box {
    display: none;
  }
}
.cid-uDfYKHoX4Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDfYKHoX4Z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDfYKHoX4Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDfYKHoX4Z .container {
  display: flex;
  margin: auto;
}
.cid-uDfYKHoX4Z .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKHoX4Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDfYKHoX4Z .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .navbar-nav {
    margin: 0;
  }
}
.cid-uDfYKHoX4Z .dropdown-menu,
.cid-uDfYKHoX4Z .navbar.opened {
  background-color: false !important;
}
.cid-uDfYKHoX4Z .nav-item:focus,
.cid-uDfYKHoX4Z .nav-link:focus {
  outline: none;
}
.cid-uDfYKHoX4Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDfYKHoX4Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDfYKHoX4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDfYKHoX4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDfYKHoX4Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDfYKHoX4Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDfYKHoX4Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDfYKHoX4Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDfYKHoX4Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDfYKHoX4Z .dropdown-item.active,
.cid-uDfYKHoX4Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uDfYKHoX4Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDfYKHoX4Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDfYKHoX4Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDfYKHoX4Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDfYKHoX4Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDfYKHoX4Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDfYKHoX4Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDfYKHoX4Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDfYKHoX4Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDfYKHoX4Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfYKHoX4Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfYKHoX4Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDfYKHoX4Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfYKHoX4Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDfYKHoX4Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDfYKHoX4Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfYKHoX4Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDfYKHoX4Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDfYKHoX4Z .navbar {
    height: 70px;
  }
  .cid-uDfYKHoX4Z .navbar.opened {
    height: auto;
  }
  .cid-uDfYKHoX4Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfYKHoX4Z .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDfYKHoX4Z .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDfYKHoX4Z .text_widget {
  margin-bottom: 32px;
}
.cid-uDfYKHoX4Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDfYKHoX4Z .text_widget a:hover,
.cid-uDfYKHoX4Z .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDfYKHoX4Z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDfYKHoX4Z .navbar-caption {
  color: #050f0f;
}
.cid-uDfYKHoX4Z .mbr-section-subtitle,
.cid-uDfYKHoX4Z .text_widget,
.cid-uDfYKHoX4Z .mbr-section-btn {
  text-align: center;
}
.cid-uDfYKHoX4Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDfYKJ0vda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKJ0vda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKJ0vda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfYKJ0vda .container {
    padding: 0 15px;
  }
}
.cid-uDfYKJ0vda .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDfYKJ0vda .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKJ0vda .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDfYKJ0vda .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDfYKJ0vda .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDfYKJ0vda .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDfYKJ0vda .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfYKJ0vda .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDfYKJ0vda .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDfYKJ0vda .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDfYKJ0vda .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDfYKJ0vda .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDfYKJ0vda .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDfYKJ0vda .mbr-section-title {
  color: #ffffff;
}
.cid-uDfYKJ0vda .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDfYKJ0vda .mbr-text {
  color: #000000;
}
.cid-uDfYKJ0vda .mbr-section-title,
.cid-uDfYKJ0vda .mbr-section-btn {
  color: #000000;
}
.cid-uDfYKKjpxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKKjpxr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDfYKKjpxr .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDfYKKjpxr .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edd786;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDfYKKjpxr .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDfYKKjpxr .mbr-text {
  color: #3d5943;
}
.cid-uDfYKLs4MJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfYKLs4MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKLs4MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKLs4MJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfYKLs4MJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKLs4MJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKLs4MJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKLs4MJ .container {
    padding: 0 14px;
  }
}
.cid-uDfYKLs4MJ .row {
  justify-content: center;
}
.cid-uDfYKLs4MJ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfYKLs4MJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfYKLs4MJ .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDfYKLs4MJ .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDfYKLs4MJ .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDfYKLs4MJ .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDfYKLs4MJ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDfYKLs4MJ .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDfYKLs4MJ .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDfYKLs4MJ .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDfYKLs4MJ .mbr-text_1 {
  color: #000000;
}
.cid-uDfYKLs4MJ .list {
  color: #01004c;
}
.cid-uDfYKLs4MJ .mbr-text_2 {
  color: #01004c;
}
.cid-uDfYKMMlSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfYKMMlSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKMMlSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKMMlSY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDfYKMMlSY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKMMlSY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKMMlSY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKMMlSY .container {
    padding: 0 24px;
  }
}
.cid-uDfYKMMlSY .row {
  justify-content: center;
}
.cid-uDfYKMMlSY .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfYKMMlSY .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKMMlSY .title-wrapper {
    padding-right: 0;
  }
}
.cid-uDfYKMMlSY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDfYKMMlSY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfYKMMlSY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfYKMMlSY .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfYKMMlSY .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKMMlSY .text-wrapper {
    padding-left: 0;
  }
}
.cid-uDfYKMMlSY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfYKMMlSY .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uDfYKMMlSY .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uDfYKMMlSY .mbr-section-title {
  color: #18212d;
}
.cid-uDfYKMMlSY .mbr-desc {
  color: #18212d;
}
.cid-uDfYKMMlSY .mbr-text {
  color: #18212d;
}
.cid-uDfYKNZkj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKNZkj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKNZkj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKNZkj6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDfYKNZkj6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKNZkj6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKNZkj6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYKNZkj6 .container {
    padding: 0 16px;
  }
}
.cid-uDfYKNZkj6 .row {
  justify-content: center;
}
.cid-uDfYKNZkj6 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uDfYKNZkj6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDfYKNZkj6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDfYKNZkj6 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #edd786;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-uDfYKNZkj6 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-uDfYKNZkj6 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uDfYKNZkj6 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uDfYKNZkj6 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKNZkj6 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDfYKNZkj6 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-uDfYKNZkj6 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-uDfYKNZkj6 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uDfYKNZkj6 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uDfYKNZkj6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDfYKNZkj6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDfYKNZkj6 .card-title {
  color: #000000;
}
.cid-uDfYKNZkj6 .card-text {
  color: #000000;
}
.cid-uDfYKPFzg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfYKPFzg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKPFzg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKPFzg3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfYKPFzg3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKPFzg3 .container {
    padding: 0 26px;
  }
}
.cid-uDfYKPFzg3 .row {
  justify-content: center;
}
.cid-uDfYKPFzg3 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfYKPFzg3 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKPFzg3 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfYKPFzg3 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfYKPFzg3 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfYKPFzg3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfYKPFzg3 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfYKPFzg3 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfYKPFzg3 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKPFzg3 .mbr-section-title {
  color: #000000;
}
.cid-uDfYKPFzg3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfYKPFzg3 .mbr-desc {
  color: #ffffff;
}
.cid-uDfYKPFzg3 .mbr-text {
  color: #000000;
}
.cid-uDfYKPFzg3 .mbr-link {
  color: #ffffff;
}
.cid-uDfYKRaHdq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKRaHdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKRaHdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKRaHdq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfYKRaHdq .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKRaHdq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKRaHdq .container {
    padding: 0 16px;
  }
}
.cid-uDfYKRaHdq .row-content {
  margin: 0 -24px;
}
.cid-uDfYKRaHdq .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfYKRaHdq .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfYKRaHdq .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfYKRaHdq .item {
    margin-bottom: 24px;
  }
}
.cid-uDfYKRaHdq .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfYKRaHdq .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfYKRaHdq .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfYKRaHdq .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfYKRaHdq .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfYKRaHdq .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfYKRaHdq .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfYKRaHdq .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfYKRaHdq .mbr-section-title {
  color: #080808;
}
.cid-uDfYKRaHdq .card-title {
  color: #080808;
}
.cid-uDfYKRaHdq .card-text {
  color: #333333;
}
.cid-uDfYKSTyNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfYKSTyNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKSTyNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKSTyNl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfYKSTyNl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKSTyNl .container {
    padding: 0 26px;
  }
}
.cid-uDfYKSTyNl .row {
  justify-content: center;
}
.cid-uDfYKSTyNl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfYKSTyNl .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKSTyNl .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfYKSTyNl .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfYKSTyNl .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfYKSTyNl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfYKSTyNl .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfYKSTyNl .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfYKSTyNl .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfYKSTyNl .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfYKSTyNl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfYKSTyNl .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfYKSTyNl .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfYKSTyNl .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKSTyNl .mbr-section-title {
  color: #000000;
}
.cid-uDfYKSTyNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfYKSTyNl .mbr-desc {
  color: #ffffff;
}
.cid-uDfYKSTyNl .mbr-text {
  color: #000000;
}
.cid-uDfYKSTyNl .mbr-link {
  color: #ffffff;
}
.cid-uDfYKTWpqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKTWpqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKTWpqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKTWpqN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfYKTWpqN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKTWpqN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKTWpqN .container {
    padding: 0 16px;
  }
}
.cid-uDfYKTWpqN .row-content {
  margin: 0 -24px;
}
.cid-uDfYKTWpqN .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfYKTWpqN .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfYKTWpqN .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfYKTWpqN .item {
    margin-bottom: 24px;
  }
}
.cid-uDfYKTWpqN .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfYKTWpqN .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfYKTWpqN .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfYKTWpqN .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfYKTWpqN .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfYKTWpqN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfYKTWpqN .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfYKTWpqN .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfYKTWpqN .mbr-section-title {
  color: #080808;
}
.cid-uDfYKTWpqN .card-title {
  color: #080808;
}
.cid-uDfYKTWpqN .card-text {
  color: #333333;
}
.cid-uDfYKVy0dQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKVy0dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKVy0dQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKVy0dQ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfYKVy0dQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKVy0dQ .container {
    padding: 0 26px;
  }
}
.cid-uDfYKVy0dQ .row {
  justify-content: center;
}
.cid-uDfYKVy0dQ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfYKVy0dQ .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKVy0dQ .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfYKVy0dQ .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfYKVy0dQ .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfYKVy0dQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfYKVy0dQ .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfYKVy0dQ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfYKVy0dQ .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKVy0dQ .mbr-section-title {
  color: #000000;
}
.cid-uDfYKVy0dQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfYKVy0dQ .mbr-desc {
  color: #ffffff;
}
.cid-uDfYKVy0dQ .mbr-text {
  color: #000000;
}
.cid-uDfYKVy0dQ .mbr-link {
  color: #ffffff;
}
.cid-uDfYKWOo5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
@media (max-width: 992px) {
  .cid-uDfYKWOo5o .container {
    padding: 0 25px;
  }
}
.cid-uDfYKWOo5o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfYKWOo5o .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDfYKWOo5o .panel-group {
  border-bottom: 2px solid #edd786;
}
.cid-uDfYKWOo5o .panel-group .card {
  border-top: 2px solid #edd786;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDfYKWOo5o .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDfYKWOo5o .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDfYKWOo5o .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfYKWOo5o .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfYKWOo5o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDfYKWOo5o .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKWOo5o .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDfYKWOo5o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDfYKWOo5o .mbr-section-title {
  color: #000000;
}
.cid-uDfYKWOo5o .panel-title-edit {
  color: #000000;
}
.cid-uDfYKWOo5o .panel-text {
  color: #000000;
}
.cid-uDfYKYo1Hi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfYKYo1Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKYo1Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKYo1Hi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfYKYo1Hi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKYo1Hi .container {
    padding: 0 26px;
  }
}
.cid-uDfYKYo1Hi .row {
  justify-content: center;
}
.cid-uDfYKYo1Hi .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfYKYo1Hi .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKYo1Hi .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfYKYo1Hi .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfYKYo1Hi .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfYKYo1Hi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfYKYo1Hi .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfYKYo1Hi .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfYKYo1Hi .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKYo1Hi .mbr-section-title {
  color: #000000;
}
.cid-uDfYKYo1Hi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfYKYo1Hi .mbr-desc {
  color: #ffffff;
}
.cid-uDfYKYo1Hi .mbr-text {
  color: #000000;
}
.cid-uDfYKYo1Hi .mbr-link {
  color: #ffffff;
}
.cid-uDgdUpeOyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDgdUpeOyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgdUpeOyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgdUpeOyM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDgdUpeOyM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgdUpeOyM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDgdUpeOyM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgdUpeOyM .container {
    padding: 0 14px;
  }
}
.cid-uDgdUpeOyM .row {
  justify-content: center;
}
.cid-uDgdUpeOyM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDgdUpeOyM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDgdUpeOyM .panel-group .card {
  border-bottom: 1px solid #edd786;
  border-radius: 0 !important;
}
.cid-uDgdUpeOyM .panel-group .card:first-child {
  border-top: 1px solid #edd786;
}
.cid-uDgdUpeOyM .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uDgdUpeOyM .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uDgdUpeOyM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDgdUpeOyM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uDgdUpeOyM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDgdUpeOyM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uDgdUpeOyM .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDgdUpeOyM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uDgdUpeOyM .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uDgdUpeOyM .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDgdUpeOyM .panel-title {
  color: #01004c;
}
.cid-uDgdUpeOyM .panel-text {
  color: #000000;
}
.cid-uDgdUpeOyM .panel-title-edit {
  color: #000000;
}
.cid-uDfYKZLVyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfYKZLVyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYKZLVyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYKZLVyK .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfYKZLVyK .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDfYKZLVyK .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfYKZLVyK .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYKZLVyK .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDfYKZLVyK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDfYKZLVyK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYKZLVyK .list-wrapper .list .item-wrap:hover,
.cid-uDfYKZLVyK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDfYKZLVyK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDfYKZLVyK .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDfYKZLVyK .social-wrapper {
    text-align: left;
  }
}
.cid-uDfYKZLVyK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDfYKZLVyK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDfYKZLVyK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDfYKZLVyK .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDfYKZLVyK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDfYKZLVyK .list {
  color: #9aa0a6;
}
.cid-uDfYL1warf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uDfYL1warf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYL1warf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDfYL1warf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDfYL1warf .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDfYL1warf a {
  font-weight: 600;
}
.cid-uDfYL1warf a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDfYL1warf .col-lg-3,
  .cid-uDfYL1warf .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDfYL1warf .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDfYL1warf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDfYL1warf h5 {
  margin: 0;
}
.cid-uDfYL1warf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYL1warf .iconfont-wrapper {
  position: relative;
}
.cid-uDfYL1warf .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDfYL1warf .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDfYL1warf .sociconfont-wrapper {
  display: flex;
}
.cid-uDfYL1warf .card-title,
.cid-uDfYL1warf .iconfont-wrapper {
  color: #000000;
}
.cid-uDfYL1warf .card-text {
  color: #000000;
}
.cid-uDfYL1warf .mbr-section-title {
  color: #000000;
}
.cid-uDfYL1warf .main-title,
.cid-uDfYL1warf .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDfYL31ZwW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-uDfYL31ZwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYL31ZwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfYL31ZwW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfYL31ZwW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYL31ZwW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfYL31ZwW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfYL31ZwW .container {
    padding: 0 14px;
  }
}
.cid-uDfYL31ZwW .row {
  justify-content: center;
}
.cid-uDfYL31ZwW .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfYL31ZwW .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfYL31ZwW .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDfYL31ZwW .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfYL31ZwW .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfYL31ZwW .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfYL31ZwW .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDfYL31ZwW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYL31ZwW .nav-wrapper .list .item-wrap:hover,
.cid-uDfYL31ZwW .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDfYL31ZwW .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfYL31ZwW .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfYL31ZwW .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDfYL31ZwW .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfYL31ZwW .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-uDfYL31ZwW .mbr-text,
.cid-uDfYL31ZwW .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDfYL31ZwW .mbr-list-title {
  color: #ffffff;
}
.cid-uDfYL31ZwW .list {
  color: #ffffff;
}
.cid-uDfYL31ZwW .mbr-contact {
  color: #ffffff;
}
.cid-uDfY0ixVva {
  background-color: transparent;
}
.cid-uDfY0ixVva .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDfY0ixVva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDfY0ixVva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDfY0ixVva .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDfY0ixVva .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDfY0ixVva .navbar.opened {
  transition: all 0.3s;
}
.cid-uDfY0ixVva .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDfY0ixVva .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDfY0ixVva .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDfY0ixVva .navbar.collapsed {
  justify-content: center;
}
.cid-uDfY0ixVva .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDfY0ixVva .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDfY0ixVva .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDfY0ixVva .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDfY0ixVva .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDfY0ixVva .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDfY0ixVva .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDfY0ixVva .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDfY0ixVva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDfY0ixVva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDfY0ixVva .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDfY0ixVva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDfY0ixVva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDfY0ixVva .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDfY0ixVva .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDfY0ixVva .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDfY0ixVva .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDfY0ixVva .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDfY0ixVva .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDfY0ixVva .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDfY0ixVva .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDfY0ixVva .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDfY0ixVva .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDfY0ixVva .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDfY0ixVva .menu_box .navbar.opened,
  .cid-uDfY0ixVva .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDfY0ixVva .navbar-dropdown {
  position: relative !important;
}
.cid-uDfY0ixVva .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDfY0ixVva .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDfY0ixVva .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDfY0ixVva .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .nav-item {
    margin: 0 !important;
  }
}
.cid-uDfY0ixVva .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDfY0ixVva .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDfY0ixVva .nav-item .nav-link:hover,
.cid-uDfY0ixVva .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDfY0ixVva .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDfY0ixVva .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDfY0ixVva .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDfY0ixVva .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDfY0ixVva .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDfY0ixVva .offcanvas_box {
    display: none;
  }
}
.cid-uDfY0ixVva .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDfY0ixVva .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDfY0ixVva .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDfY0ixVva .container {
  display: flex;
  margin: auto;
}
.cid-uDfY0ixVva .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0ixVva .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDfY0ixVva .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .navbar-nav {
    margin: 0;
  }
}
.cid-uDfY0ixVva .dropdown-menu,
.cid-uDfY0ixVva .navbar.opened {
  background-color: false !important;
}
.cid-uDfY0ixVva .nav-item:focus,
.cid-uDfY0ixVva .nav-link:focus {
  outline: none;
}
.cid-uDfY0ixVva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDfY0ixVva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDfY0ixVva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDfY0ixVva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDfY0ixVva .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDfY0ixVva .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDfY0ixVva .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDfY0ixVva .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDfY0ixVva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDfY0ixVva .dropdown-item.active,
.cid-uDfY0ixVva .dropdown-item:active {
  background-color: transparent;
}
.cid-uDfY0ixVva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDfY0ixVva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDfY0ixVva .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDfY0ixVva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDfY0ixVva ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDfY0ixVva .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDfY0ixVva button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDfY0ixVva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDfY0ixVva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDfY0ixVva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfY0ixVva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfY0ixVva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDfY0ixVva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfY0ixVva nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDfY0ixVva nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDfY0ixVva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfY0ixVva a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDfY0ixVva .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDfY0ixVva .navbar {
    height: 70px;
  }
  .cid-uDfY0ixVva .navbar.opened {
    height: auto;
  }
  .cid-uDfY0ixVva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfY0ixVva .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDfY0ixVva .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDfY0ixVva .text_widget {
  margin-bottom: 32px;
}
.cid-uDfY0ixVva .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDfY0ixVva .text_widget a:hover,
.cid-uDfY0ixVva .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDfY0ixVva .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDfY0ixVva .navbar-caption {
  color: #050f0f;
}
.cid-uDfY0ixVva .mbr-section-subtitle,
.cid-uDfY0ixVva .text_widget,
.cid-uDfY0ixVva .mbr-section-btn {
  text-align: center;
}
.cid-uDfY0ixVva a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDfY0kib3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0kib3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0kib3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfY0kib3z .container {
    padding: 0 15px;
  }
}
.cid-uDfY0kib3z .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDfY0kib3z .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0kib3z .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDfY0kib3z .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDfY0kib3z .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDfY0kib3z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDfY0kib3z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfY0kib3z .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDfY0kib3z .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDfY0kib3z .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDfY0kib3z .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDfY0kib3z .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDfY0kib3z .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDfY0kib3z .mbr-section-title {
  color: #ffffff;
}
.cid-uDfY0kib3z .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDfY0kib3z .mbr-text {
  color: #000000;
}
.cid-uDfY0kib3z .mbr-section-title,
.cid-uDfY0kib3z .mbr-section-btn {
  color: #000000;
}
.cid-uDfY0lKgg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0lKgg4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDfY0lKgg4 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDfY0lKgg4 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edd786;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDfY0lKgg4 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDfY0lKgg4 .mbr-text {
  color: #3d5943;
}
.cid-uDfY0n0ovY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfY0n0ovY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0n0ovY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0n0ovY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfY0n0ovY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0n0ovY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0n0ovY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0n0ovY .container {
    padding: 0 14px;
  }
}
.cid-uDfY0n0ovY .row {
  justify-content: center;
}
.cid-uDfY0n0ovY .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfY0n0ovY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfY0n0ovY .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDfY0n0ovY .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDfY0n0ovY .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDfY0n0ovY .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDfY0n0ovY .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDfY0n0ovY .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDfY0n0ovY .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDfY0n0ovY .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDfY0n0ovY .mbr-text_1 {
  color: #000000;
}
.cid-uDfY0n0ovY .list {
  color: #01004c;
}
.cid-uDfY0n0ovY .mbr-text_2 {
  color: #01004c;
}
.cid-uDfY0oxorX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfY0oxorX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0oxorX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0oxorX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDfY0oxorX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0oxorX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0oxorX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0oxorX .container {
    padding: 0 24px;
  }
}
.cid-uDfY0oxorX .row {
  justify-content: center;
}
.cid-uDfY0oxorX .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfY0oxorX .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0oxorX .title-wrapper {
    padding-right: 0;
  }
}
.cid-uDfY0oxorX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDfY0oxorX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfY0oxorX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfY0oxorX .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfY0oxorX .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0oxorX .text-wrapper {
    padding-left: 0;
  }
}
.cid-uDfY0oxorX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfY0oxorX .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uDfY0oxorX .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uDfY0oxorX .mbr-section-title {
  color: #18212d;
}
.cid-uDfY0oxorX .mbr-desc {
  color: #18212d;
}
.cid-uDfY0oxorX .mbr-text {
  color: #18212d;
}
.cid-uDfY0qWR3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0qWR3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0qWR3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0qWR3v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDfY0qWR3v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0qWR3v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0qWR3v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0qWR3v .container {
    padding: 0 16px;
  }
}
.cid-uDfY0qWR3v .row {
  justify-content: center;
}
.cid-uDfY0qWR3v .title-wrapper {
  margin-bottom: 50px;
}
.cid-uDfY0qWR3v .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDfY0qWR3v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDfY0qWR3v .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #edd786;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-uDfY0qWR3v .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-uDfY0qWR3v .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uDfY0qWR3v .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uDfY0qWR3v .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0qWR3v .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDfY0qWR3v .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-uDfY0qWR3v .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-uDfY0qWR3v .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uDfY0qWR3v .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uDfY0qWR3v .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDfY0qWR3v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDfY0qWR3v .card-title {
  color: #000000;
}
.cid-uDfY0qWR3v .card-text {
  color: #000000;
}
.cid-uDfY0w6poR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfY0w6poR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0w6poR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0w6poR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfY0w6poR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0w6poR .container {
    padding: 0 26px;
  }
}
.cid-uDfY0w6poR .row {
  justify-content: center;
}
.cid-uDfY0w6poR .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfY0w6poR .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0w6poR .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfY0w6poR .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfY0w6poR .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfY0w6poR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfY0w6poR .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfY0w6poR .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfY0w6poR .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfY0w6poR .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfY0w6poR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfY0w6poR .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfY0w6poR .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfY0w6poR .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0w6poR .mbr-section-title {
  color: #000000;
}
.cid-uDfY0w6poR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfY0w6poR .mbr-desc {
  color: #ffffff;
}
.cid-uDfY0w6poR .mbr-text {
  color: #000000;
}
.cid-uDfY0w6poR .mbr-link {
  color: #ffffff;
}
.cid-uDfY0ATUfu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0ATUfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0ATUfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0ATUfu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfY0ATUfu .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0ATUfu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0ATUfu .container {
    padding: 0 16px;
  }
}
.cid-uDfY0ATUfu .row-content {
  margin: 0 -24px;
}
.cid-uDfY0ATUfu .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfY0ATUfu .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfY0ATUfu .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfY0ATUfu .item {
    margin-bottom: 24px;
  }
}
.cid-uDfY0ATUfu .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfY0ATUfu .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfY0ATUfu .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfY0ATUfu .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfY0ATUfu .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfY0ATUfu .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfY0ATUfu .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfY0ATUfu .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfY0ATUfu .mbr-section-title {
  color: #080808;
}
.cid-uDfY0ATUfu .card-title {
  color: #080808;
}
.cid-uDfY0ATUfu .card-text {
  color: #333333;
}
.cid-uDfY0FGHzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0FGHzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0FGHzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0FGHzr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfY0FGHzr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0FGHzr .container {
    padding: 0 26px;
  }
}
.cid-uDfY0FGHzr .row {
  justify-content: center;
}
.cid-uDfY0FGHzr .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfY0FGHzr .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0FGHzr .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfY0FGHzr .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfY0FGHzr .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfY0FGHzr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfY0FGHzr .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfY0FGHzr .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfY0FGHzr .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfY0FGHzr .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfY0FGHzr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfY0FGHzr .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfY0FGHzr .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfY0FGHzr .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0FGHzr .mbr-section-title {
  color: #000000;
}
.cid-uDfY0FGHzr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfY0FGHzr .mbr-desc {
  color: #ffffff;
}
.cid-uDfY0FGHzr .mbr-text {
  color: #000000;
}
.cid-uDfY0FGHzr .mbr-link {
  color: #ffffff;
}
.cid-uDfY0IdWdh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0IdWdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0IdWdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0IdWdh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfY0IdWdh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0IdWdh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0IdWdh .container {
    padding: 0 16px;
  }
}
.cid-uDfY0IdWdh .row-content {
  margin: 0 -24px;
}
.cid-uDfY0IdWdh .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfY0IdWdh .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfY0IdWdh .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfY0IdWdh .item {
    margin-bottom: 24px;
  }
}
.cid-uDfY0IdWdh .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfY0IdWdh .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfY0IdWdh .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfY0IdWdh .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfY0IdWdh .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfY0IdWdh .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfY0IdWdh .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfY0IdWdh .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfY0IdWdh .mbr-section-title {
  color: #080808;
}
.cid-uDfY0IdWdh .card-title {
  color: #080808;
}
.cid-uDfY0IdWdh .card-text {
  color: #333333;
}
.cid-uDfY0KPe2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0KPe2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0KPe2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0KPe2y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfY0KPe2y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0KPe2y .container {
    padding: 0 26px;
  }
}
.cid-uDfY0KPe2y .row {
  justify-content: center;
}
.cid-uDfY0KPe2y .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfY0KPe2y .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0KPe2y .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfY0KPe2y .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfY0KPe2y .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfY0KPe2y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfY0KPe2y .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfY0KPe2y .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfY0KPe2y .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfY0KPe2y .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfY0KPe2y .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfY0KPe2y .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfY0KPe2y .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfY0KPe2y .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0KPe2y .mbr-section-title {
  color: #000000;
}
.cid-uDfY0KPe2y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfY0KPe2y .mbr-desc {
  color: #ffffff;
}
.cid-uDfY0KPe2y .mbr-text {
  color: #000000;
}
.cid-uDfY0KPe2y .mbr-link {
  color: #ffffff;
}
.cid-uDfY0MReVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
@media (max-width: 992px) {
  .cid-uDfY0MReVB .container {
    padding: 0 25px;
  }
}
.cid-uDfY0MReVB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfY0MReVB .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDfY0MReVB .panel-group {
  border-bottom: 2px solid #edd786;
}
.cid-uDfY0MReVB .panel-group .card {
  border-top: 2px solid #edd786;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDfY0MReVB .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDfY0MReVB .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDfY0MReVB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfY0MReVB .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfY0MReVB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDfY0MReVB .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0MReVB .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDfY0MReVB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDfY0MReVB .mbr-section-title {
  color: #000000;
}
.cid-uDfY0MReVB .panel-title-edit {
  color: #000000;
}
.cid-uDfY0MReVB .panel-text {
  color: #000000;
}
.cid-uDfY0PIqBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfY0PIqBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0PIqBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0PIqBn .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfY0PIqBn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0PIqBn .container {
    padding: 0 26px;
  }
}
.cid-uDfY0PIqBn .row {
  justify-content: center;
}
.cid-uDfY0PIqBn .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfY0PIqBn .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0PIqBn .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfY0PIqBn .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfY0PIqBn .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfY0PIqBn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfY0PIqBn .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfY0PIqBn .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfY0PIqBn .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfY0PIqBn .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfY0PIqBn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfY0PIqBn .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfY0PIqBn .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfY0PIqBn .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0PIqBn .mbr-section-title {
  color: #000000;
}
.cid-uDfY0PIqBn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfY0PIqBn .mbr-desc {
  color: #ffffff;
}
.cid-uDfY0PIqBn .mbr-text {
  color: #000000;
}
.cid-uDfY0PIqBn .mbr-link {
  color: #ffffff;
}
.cid-uDgdiPBY2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDgdiPBY2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgdiPBY2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgdiPBY2S .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDgdiPBY2S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgdiPBY2S .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDgdiPBY2S .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgdiPBY2S .container {
    padding: 0 14px;
  }
}
.cid-uDgdiPBY2S .row {
  justify-content: center;
}
.cid-uDgdiPBY2S .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDgdiPBY2S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDgdiPBY2S .panel-group .card {
  border-bottom: 1px solid #edd786;
  border-radius: 0 !important;
}
.cid-uDgdiPBY2S .panel-group .card:first-child {
  border-top: 1px solid #edd786;
}
.cid-uDgdiPBY2S .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uDgdiPBY2S .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uDgdiPBY2S .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDgdiPBY2S .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uDgdiPBY2S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDgdiPBY2S .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uDgdiPBY2S .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDgdiPBY2S .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uDgdiPBY2S .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uDgdiPBY2S .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDgdiPBY2S .panel-title {
  color: #01004c;
}
.cid-uDgdiPBY2S .panel-text {
  color: #000000;
}
.cid-uDgdiPBY2S .panel-title-edit {
  color: #000000;
}
.cid-uDfY0RQ0BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfY0RQ0BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0RQ0BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0RQ0BI .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfY0RQ0BI .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDfY0RQ0BI .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfY0RQ0BI .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0RQ0BI .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDfY0RQ0BI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDfY0RQ0BI .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0RQ0BI .list-wrapper .list .item-wrap:hover,
.cid-uDfY0RQ0BI .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDfY0RQ0BI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDfY0RQ0BI .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDfY0RQ0BI .social-wrapper {
    text-align: left;
  }
}
.cid-uDfY0RQ0BI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDfY0RQ0BI .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDfY0RQ0BI .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDfY0RQ0BI .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDfY0RQ0BI .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDfY0RQ0BI .list {
  color: #9aa0a6;
}
.cid-uDfY0UhbKK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uDfY0UhbKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0UhbKK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDfY0UhbKK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDfY0UhbKK .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDfY0UhbKK a {
  font-weight: 600;
}
.cid-uDfY0UhbKK a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDfY0UhbKK .col-lg-3,
  .cid-uDfY0UhbKK .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDfY0UhbKK .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDfY0UhbKK .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDfY0UhbKK h5 {
  margin: 0;
}
.cid-uDfY0UhbKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0UhbKK .iconfont-wrapper {
  position: relative;
}
.cid-uDfY0UhbKK .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDfY0UhbKK .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDfY0UhbKK .sociconfont-wrapper {
  display: flex;
}
.cid-uDfY0UhbKK .card-title,
.cid-uDfY0UhbKK .iconfont-wrapper {
  color: #000000;
}
.cid-uDfY0UhbKK .card-text {
  color: #000000;
}
.cid-uDfY0UhbKK .mbr-section-title {
  color: #000000;
}
.cid-uDfY0UhbKK .main-title,
.cid-uDfY0UhbKK .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDfY0WkUUY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-uDfY0WkUUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfY0WkUUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfY0WkUUY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfY0WkUUY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0WkUUY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfY0WkUUY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfY0WkUUY .container {
    padding: 0 14px;
  }
}
.cid-uDfY0WkUUY .row {
  justify-content: center;
}
.cid-uDfY0WkUUY .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfY0WkUUY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfY0WkUUY .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDfY0WkUUY .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfY0WkUUY .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfY0WkUUY .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfY0WkUUY .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDfY0WkUUY .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0WkUUY .nav-wrapper .list .item-wrap:hover,
.cid-uDfY0WkUUY .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDfY0WkUUY .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfY0WkUUY .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfY0WkUUY .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDfY0WkUUY .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfY0WkUUY .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-uDfY0WkUUY .mbr-text,
.cid-uDfY0WkUUY .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDfY0WkUUY .mbr-list-title {
  color: #ffffff;
}
.cid-uDfY0WkUUY .list {
  color: #ffffff;
}
.cid-uDfY0WkUUY .mbr-contact {
  color: #ffffff;
}
.cid-uDfWWGDxx1 {
  background-color: transparent;
}
.cid-uDfWWGDxx1 .navbar-dropdown {
  background-color: #8cb963 !important;
  padding: 0;
}
.cid-uDfWWGDxx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8cb963 !important;
  background: #8cb963;
}
.cid-uDfWWGDxx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDfWWGDxx1 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDfWWGDxx1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDfWWGDxx1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDfWWGDxx1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDfWWGDxx1 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDfWWGDxx1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDfWWGDxx1 .navbar.collapsed {
  justify-content: center;
}
.cid-uDfWWGDxx1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDfWWGDxx1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDfWWGDxx1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDfWWGDxx1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDfWWGDxx1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDfWWGDxx1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDfWWGDxx1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDfWWGDxx1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDfWWGDxx1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDfWWGDxx1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDfWWGDxx1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDfWWGDxx1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDfWWGDxx1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDfWWGDxx1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDfWWGDxx1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDfWWGDxx1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDfWWGDxx1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDfWWGDxx1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDfWWGDxx1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDfWWGDxx1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDfWWGDxx1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDfWWGDxx1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDfWWGDxx1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDfWWGDxx1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDfWWGDxx1 .menu_box .navbar.opened,
  .cid-uDfWWGDxx1 .menu_box .navbar-collapse {
    background-color: #8cb963 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDfWWGDxx1 .navbar-dropdown {
  position: relative !important;
}
.cid-uDfWWGDxx1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDfWWGDxx1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDfWWGDxx1 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDfWWGDxx1 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uDfWWGDxx1 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDfWWGDxx1 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDfWWGDxx1 .nav-item .nav-link:hover,
.cid-uDfWWGDxx1 .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDfWWGDxx1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDfWWGDxx1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDfWWGDxx1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDfWWGDxx1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDfWWGDxx1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDfWWGDxx1 .offcanvas_box {
    display: none;
  }
}
.cid-uDfWWGDxx1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDfWWGDxx1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDfWWGDxx1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDfWWGDxx1 .container {
  display: flex;
  margin: auto;
}
.cid-uDfWWGDxx1 .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWGDxx1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDfWWGDxx1 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .navbar-nav {
    margin: 0;
  }
}
.cid-uDfWWGDxx1 .dropdown-menu,
.cid-uDfWWGDxx1 .navbar.opened {
  background-color: false !important;
}
.cid-uDfWWGDxx1 .nav-item:focus,
.cid-uDfWWGDxx1 .nav-link:focus {
  outline: none;
}
.cid-uDfWWGDxx1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDfWWGDxx1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDfWWGDxx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDfWWGDxx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDfWWGDxx1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDfWWGDxx1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDfWWGDxx1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDfWWGDxx1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDfWWGDxx1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDfWWGDxx1 .dropdown-item.active,
.cid-uDfWWGDxx1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDfWWGDxx1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDfWWGDxx1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDfWWGDxx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDfWWGDxx1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDfWWGDxx1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDfWWGDxx1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDfWWGDxx1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8cb963;
  background: #ff9063;
}
.cid-uDfWWGDxx1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDfWWGDxx1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDfWWGDxx1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfWWGDxx1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDfWWGDxx1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDfWWGDxx1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfWWGDxx1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDfWWGDxx1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDfWWGDxx1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDfWWGDxx1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDfWWGDxx1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDfWWGDxx1 .navbar {
    height: 70px;
  }
  .cid-uDfWWGDxx1 .navbar.opened {
    height: auto;
  }
  .cid-uDfWWGDxx1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfWWGDxx1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDfWWGDxx1 .navbar-caption:hover {
  color: #edd786;
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDfWWGDxx1 .text_widget {
  margin-bottom: 32px;
}
.cid-uDfWWGDxx1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDfWWGDxx1 .text_widget a:hover,
.cid-uDfWWGDxx1 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDfWWGDxx1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDfWWGDxx1 .navbar-caption {
  color: #050f0f;
}
.cid-uDfWWGDxx1 .mbr-section-subtitle,
.cid-uDfWWGDxx1 .text_widget,
.cid-uDfWWGDxx1 .mbr-section-btn {
  text-align: center;
}
.cid-uDfWWGDxx1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDfWWHZoMo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWHZoMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWHZoMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfWWHZoMo .container {
    padding: 0 15px;
  }
}
.cid-uDfWWHZoMo .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uDfWWHZoMo .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWHZoMo .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uDfWWHZoMo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uDfWWHZoMo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDfWWHZoMo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDfWWHZoMo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfWWHZoMo .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uDfWWHZoMo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uDfWWHZoMo .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #edd786;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uDfWWHZoMo .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uDfWWHZoMo .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uDfWWHZoMo .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uDfWWHZoMo .mbr-section-title {
  color: #ffffff;
}
.cid-uDfWWHZoMo .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uDfWWHZoMo .mbr-text {
  color: #000000;
}
.cid-uDfWWHZoMo .mbr-section-title,
.cid-uDfWWHZoMo .mbr-section-btn {
  color: #000000;
}
.cid-uDfWWJbk9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWJbk9y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDfWWJbk9y .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDfWWJbk9y .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edd786;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uDfWWJbk9y .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uDfWWJbk9y .mbr-text {
  color: #3d5943;
}
.cid-uDfWWJZOPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfWWJZOPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWJZOPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWJZOPs .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfWWJZOPs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWJZOPs .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWJZOPs .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWJZOPs .container {
    padding: 0 14px;
  }
}
.cid-uDfWWJZOPs .row {
  justify-content: center;
}
.cid-uDfWWJZOPs .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfWWJZOPs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfWWJZOPs .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uDfWWJZOPs .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uDfWWJZOPs .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uDfWWJZOPs .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uDfWWJZOPs .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uDfWWJZOPs .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uDfWWJZOPs .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uDfWWJZOPs .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDfWWJZOPs .mbr-text_1 {
  color: #01004c;
}
.cid-uDfWWJZOPs .list {
  color: #01004c;
}
.cid-uDfWWJZOPs .mbr-text_2 {
  color: #01004c;
}
.cid-uDfWWL6NO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfWWL6NO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWL6NO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWL6NO1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDfWWL6NO1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWL6NO1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWL6NO1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWL6NO1 .container {
    padding: 0 24px;
  }
}
.cid-uDfWWL6NO1 .row {
  justify-content: center;
}
.cid-uDfWWL6NO1 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfWWL6NO1 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWL6NO1 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uDfWWL6NO1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDfWWL6NO1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfWWL6NO1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDfWWL6NO1 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uDfWWL6NO1 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWL6NO1 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uDfWWL6NO1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDfWWL6NO1 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uDfWWL6NO1 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uDfWWL6NO1 .mbr-section-title {
  color: #18212d;
}
.cid-uDfWWL6NO1 .mbr-desc {
  color: #18212d;
}
.cid-uDfWWL6NO1 .mbr-text {
  color: #18212d;
}
.cid-uDfWWM1f80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWM1f80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWM1f80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWM1f80 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDfWWM1f80 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWM1f80 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWM1f80 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWWM1f80 .container {
    padding: 0 16px;
  }
}
.cid-uDfWWM1f80 .row {
  justify-content: center;
}
.cid-uDfWWM1f80 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uDfWWM1f80 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDfWWM1f80 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDfWWM1f80 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #edd786;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-uDfWWM1f80 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-uDfWWM1f80 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uDfWWM1f80 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uDfWWM1f80 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWM1f80 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDfWWM1f80 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-uDfWWM1f80 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-uDfWWM1f80 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uDfWWM1f80 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uDfWWM1f80 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDfWWM1f80 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDfWWM1f80 .card-title {
  color: #000000;
}
.cid-uDfWWM1f80 .card-text {
  color: #000000;
}
.cid-uDfWWNldRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfWWNldRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWNldRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWNldRK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfWWNldRK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWNldRK .container {
    padding: 0 26px;
  }
}
.cid-uDfWWNldRK .row {
  justify-content: center;
}
.cid-uDfWWNldRK .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfWWNldRK .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWNldRK .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfWWNldRK .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfWWNldRK .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfWWNldRK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfWWNldRK .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfWWNldRK .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfWWNldRK .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfWWNldRK .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfWWNldRK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfWWNldRK .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfWWNldRK .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfWWNldRK .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWNldRK .mbr-section-title {
  color: #000000;
}
.cid-uDfWWNldRK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfWWNldRK .mbr-desc {
  color: #ffffff;
}
.cid-uDfWWNldRK .mbr-text {
  color: #000000;
}
.cid-uDfWWNldRK .mbr-link {
  color: #ffffff;
}
.cid-uDfWWOd6C4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWOd6C4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWOd6C4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWOd6C4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfWWOd6C4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWOd6C4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWOd6C4 .container {
    padding: 0 16px;
  }
}
.cid-uDfWWOd6C4 .row-content {
  margin: 0 -24px;
}
.cid-uDfWWOd6C4 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfWWOd6C4 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfWWOd6C4 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfWWOd6C4 .item {
    margin-bottom: 24px;
  }
}
.cid-uDfWWOd6C4 .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfWWOd6C4 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfWWOd6C4 .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfWWOd6C4 .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfWWOd6C4 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfWWOd6C4 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfWWOd6C4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfWWOd6C4 .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfWWOd6C4 .mbr-section-title {
  color: #080808;
}
.cid-uDfWWOd6C4 .card-title {
  color: #080808;
}
.cid-uDfWWOd6C4 .card-text {
  color: #333333;
}
.cid-uDfWWSMVGu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDfWWSMVGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWSMVGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWSMVGu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfWWSMVGu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWSMVGu .container {
    padding: 0 26px;
  }
}
.cid-uDfWWSMVGu .row {
  justify-content: center;
}
.cid-uDfWWSMVGu .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8cb963;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfWWSMVGu .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWSMVGu .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfWWSMVGu .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfWWSMVGu .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfWWSMVGu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfWWSMVGu .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfWWSMVGu .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfWWSMVGu .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfWWSMVGu .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfWWSMVGu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfWWSMVGu .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfWWSMVGu .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfWWSMVGu .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWSMVGu .mbr-section-title {
  color: #000000;
}
.cid-uDfWWSMVGu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfWWSMVGu .mbr-desc {
  color: #ffffff;
}
.cid-uDfWWSMVGu .mbr-text {
  color: #000000;
}
.cid-uDfWWSMVGu .mbr-link {
  color: #ffffff;
}
.cid-uDfWWVhPDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWVhPDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWVhPDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWVhPDv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uDfWWVhPDv .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWVhPDv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWVhPDv .container {
    padding: 0 16px;
  }
}
.cid-uDfWWVhPDv .row-content {
  margin: 0 -24px;
}
.cid-uDfWWVhPDv .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDfWWVhPDv .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uDfWWVhPDv .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uDfWWVhPDv .item {
    margin-bottom: 24px;
  }
}
.cid-uDfWWVhPDv .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-uDfWWVhPDv .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #56acff;
}
.cid-uDfWWVhPDv .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-uDfWWVhPDv .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-uDfWWVhPDv .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-uDfWWVhPDv .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-uDfWWVhPDv .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uDfWWVhPDv .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uDfWWVhPDv .mbr-section-title {
  color: #080808;
}
.cid-uDfWWVhPDv .card-title {
  color: #080808;
}
.cid-uDfWWVhPDv .card-text {
  color: #333333;
}
.cid-uDfWWX6edr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWX6edr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWX6edr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWX6edr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfWWX6edr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWX6edr .container {
    padding: 0 26px;
  }
}
.cid-uDfWWX6edr .row {
  justify-content: center;
}
.cid-uDfWWX6edr .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfWWX6edr .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWX6edr .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfWWX6edr .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfWWX6edr .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfWWX6edr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfWWX6edr .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfWWX6edr .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfWWX6edr .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfWWX6edr .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfWWX6edr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfWWX6edr .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfWWX6edr .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfWWX6edr .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWX6edr .mbr-section-title {
  color: #000000;
}
.cid-uDfWWX6edr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfWWX6edr .mbr-desc {
  color: #ffffff;
}
.cid-uDfWWX6edr .mbr-text {
  color: #000000;
}
.cid-uDfWWX6edr .mbr-link {
  color: #ffffff;
}
.cid-uDfWWYlwkR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
@media (max-width: 992px) {
  .cid-uDfWWYlwkR .container {
    padding: 0 25px;
  }
}
.cid-uDfWWYlwkR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfWWYlwkR .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDfWWYlwkR .panel-group {
  border-bottom: 2px solid #edd786;
}
.cid-uDfWWYlwkR .panel-group .card {
  border-top: 2px solid #edd786;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDfWWYlwkR .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDfWWYlwkR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDfWWYlwkR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfWWYlwkR .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDfWWYlwkR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDfWWYlwkR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWYlwkR .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDfWWYlwkR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDfWWYlwkR .mbr-section-title {
  color: #000000;
}
.cid-uDfWWYlwkR .panel-title-edit {
  color: #000000;
}
.cid-uDfWWYlwkR .panel-text {
  color: #000000;
}
.cid-uDfWWZYbWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWWZYbWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWWZYbWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWWZYbWq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uDfWWZYbWq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWZYbWq .container {
    padding: 0 26px;
  }
}
.cid-uDfWWZYbWq .row {
  justify-content: center;
}
.cid-uDfWWZYbWq .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #edd786;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uDfWWZYbWq .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWWZYbWq .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uDfWWZYbWq .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uDfWWZYbWq .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDfWWZYbWq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uDfWWZYbWq .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDfWWZYbWq .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDfWWZYbWq .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDfWWZYbWq .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uDfWWZYbWq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfWWZYbWq .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uDfWWZYbWq .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uDfWWZYbWq .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWWZYbWq .mbr-section-title {
  color: #000000;
}
.cid-uDfWWZYbWq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDfWWZYbWq .mbr-desc {
  color: #ffffff;
}
.cid-uDfWWZYbWq .mbr-text {
  color: #000000;
}
.cid-uDfWWZYbWq .mbr-link {
  color: #ffffff;
}
.cid-uDgcy59TeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd786;
}
.cid-uDgcy59TeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgcy59TeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDgcy59TeJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgcy59TeJ .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDgcy59TeJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDgcy59TeJ .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uDgcy59TeJ .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uDgcy59TeJ .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uDgcy59TeJ .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uDgcy59TeJ .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uDgcy59TeJ .mbr-section-title {
  color: #222222;
}
.cid-uDgcN1i6se {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDgcN1i6se .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgcN1i6se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgcN1i6se .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDgcN1i6se .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgcN1i6se .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDgcN1i6se .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDgcN1i6se .container {
    padding: 0 14px;
  }
}
.cid-uDgcN1i6se .row {
  justify-content: center;
}
.cid-uDgcN1i6se .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDgcN1i6se .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDgcN1i6se .panel-group .card {
  border-bottom: 1px solid #edd786;
  border-radius: 0 !important;
}
.cid-uDgcN1i6se .panel-group .card:first-child {
  border-top: 1px solid #edd786;
}
.cid-uDgcN1i6se .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uDgcN1i6se .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uDgcN1i6se .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDgcN1i6se .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uDgcN1i6se .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDgcN1i6se .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uDgcN1i6se .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDgcN1i6se .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uDgcN1i6se .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uDgcN1i6se .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uDgcN1i6se .panel-title {
  color: #01004c;
}
.cid-uDgcN1i6se .panel-text {
  color: #01004c;
}
.cid-uDfWX59T71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cb963;
}
.cid-uDfWX59T71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWX59T71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWX59T71 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfWX59T71 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uDfWX59T71 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfWX59T71 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWX59T71 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uDfWX59T71 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDfWX59T71 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWX59T71 .list-wrapper .list .item-wrap:hover,
.cid-uDfWX59T71 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDfWX59T71 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDfWX59T71 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uDfWX59T71 .social-wrapper {
    text-align: left;
  }
}
.cid-uDfWX59T71 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDfWX59T71 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDfWX59T71 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDfWX59T71 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uDfWX59T71 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDfWX59T71 .list {
  color: #9aa0a6;
}
.cid-uDfWXkdD8v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8cb963;
}
.cid-uDfWXkdD8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWXkdD8v .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDfWXkdD8v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDfWXkdD8v .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDfWXkdD8v a {
  font-weight: 600;
}
.cid-uDfWXkdD8v a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDfWXkdD8v .col-lg-3,
  .cid-uDfWXkdD8v .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDfWXkdD8v .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDfWXkdD8v .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDfWXkdD8v h5 {
  margin: 0;
}
.cid-uDfWXkdD8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWXkdD8v .iconfont-wrapper {
  position: relative;
}
.cid-uDfWXkdD8v .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDfWXkdD8v .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDfWXkdD8v .sociconfont-wrapper {
  display: flex;
}
.cid-uDfWXkdD8v .card-title,
.cid-uDfWXkdD8v .iconfont-wrapper {
  color: #000000;
}
.cid-uDfWXkdD8v .card-text {
  color: #000000;
}
.cid-uDfWXkdD8v .mbr-section-title {
  color: #000000;
}
.cid-uDfWXkdD8v .main-title,
.cid-uDfWXkdD8v .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDfWXnXijA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cb963;
}
.cid-uDfWXnXijA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfWXnXijA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfWXnXijA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDfWXnXijA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWXnXijA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDfWXnXijA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDfWXnXijA .container {
    padding: 0 14px;
  }
}
.cid-uDfWXnXijA .row {
  justify-content: center;
}
.cid-uDfWXnXijA .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfWXnXijA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfWXnXijA .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDfWXnXijA .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfWXnXijA .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfWXnXijA .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfWXnXijA .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDfWXnXijA .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWXnXijA .nav-wrapper .list .item-wrap:hover,
.cid-uDfWXnXijA .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDfWXnXijA .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDfWXnXijA .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDfWXnXijA .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDfWXnXijA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDfWXnXijA .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: left;
}
.cid-uDfWXnXijA .mbr-text,
.cid-uDfWXnXijA .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDfWXnXijA .mbr-list-title {
  color: #ffffff;
}
.cid-uDfWXnXijA .list {
  color: #ffffff;
}
.cid-uDfWXnXijA .mbr-contact {
  color: #ffffff;
}
