.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: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6d9878 !important;
}
.bg-success {
  background-color: #0a6120 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9d7e !important;
}
.bg-danger {
  background-color: #ff7c53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6d9878 !important;
  border-color: #6d9878 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8bad94 !important;
  border-color: #8bad94 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8bad94 !important;
  border-color: #8bad94 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a6120 !important;
  border-color: #0a6120 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0f8f2f !important;
  border-color: #0f8f2f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f8f2f !important;
  border-color: #0f8f2f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9d7e !important;
  border-color: #ff9d7e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc4b1 !important;
  border-color: #ffc4b1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc4b1 !important;
  border-color: #ffc4b1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7c53 !important;
  border-color: #ff7c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa386 !important;
  border-color: #ffa386 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa386 !important;
  border-color: #ffa386 !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: #6d9878;
  color: #6d9878;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #486650 !important;
  background-color: transparent !important;
  border-color: #486650 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9878 !important;
  border-color: #6d9878 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0a6120;
  color: #0a6120;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #021206 !important;
  background-color: transparent !important;
  border-color: #021206 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0a6120 !important;
  border-color: #0a6120 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9d7e;
  color: #ff9d7e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5b27 !important;
  background-color: transparent !important;
  border-color: #ff5b27 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9d7e !important;
  border-color: #ff9d7e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff7c53;
  color: #ff7c53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb3c00 !important;
  background-color: transparent !important;
  border-color: #fb3c00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c53 !important;
  border-color: #ff7c53 !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: #6d9878 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #0a6120 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9d7e !important;
}
.text-danger {
  color: #ff7c53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #425d49 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000501 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5018 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec3800 !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: #6d9878;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9d7e;
}
.alert-danger {
  background-color: #ff7c53;
}
.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: #6d9878;
  border-color: #6d9878;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6d9878;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8cdbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #16d546;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #6d9878 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6d9878;
}
/* 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: #6d9878;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6d9878;
}
.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: #6d9878;
  border-bottom-color: #6d9878;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6d9878 !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: #000000 !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='%236d9878' %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 {
  padding: 10px 15px;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
  border-width: 1px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #6d9878 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -50px 0 0 #0a6120 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ff9d7e !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ff7c53 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tX4YVN4FZX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tX4YVN4FZX .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-tX4YVN4FZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tX4YVN4FZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX4YVN4FZX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tX4YVN4FZX .menu_box .navbar.opened,
  .cid-tX4YVN4FZX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tX4YVN4FZX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tX4YVN4FZX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tX4YVN4FZX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tX4YVN4FZX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tX4YVN4FZX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #becdc2;
  }
  .cid-tX4YVN4FZX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tX4YVN4FZX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tX4YVN4FZX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tX4YVN4FZX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tX4YVN4FZX .offcanvas-body .mbr-text,
  .cid-tX4YVN4FZX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tX4YVN4FZX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a6251;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tX4YVN4FZX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tX4YVN4FZX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tX4YVN4FZX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tX4YVN4FZX .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);
  }
  .cid-tX4YVN4FZX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tX4YVN4FZX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tX4YVN4FZX .lg_brand {
    margin: 0 1rem;
  }
  .cid-tX4YVN4FZX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-tX4YVN4FZX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tX4YVN4FZX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .nav-item {
    margin: 0 !important;
  }
}
.cid-tX4YVN4FZX .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
}
.cid-tX4YVN4FZX .nav-item .nav-link:hover,
.cid-tX4YVN4FZX .nav-item .nav-link:focus {
  color: #6d9878 !important;
}
.cid-tX4YVN4FZX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tX4YVN4FZX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tX4YVN4FZX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tX4YVN4FZX .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-tX4YVN4FZX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tX4YVN4FZX .offcanvas_box {
    display: none;
  }
}
.cid-tX4YVN4FZX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tX4YVN4FZX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tX4YVN4FZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tX4YVN4FZX .container {
  display: flex;
  margin: auto;
}
.cid-tX4YVN4FZX .iconfont-wrapper {
  color: #706cff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tX4YVN4FZX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tX4YVN4FZX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tX4YVN4FZX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tX4YVN4FZX .navbar-nav {
    margin: 0;
  }
}
.cid-tX4YVN4FZX .dropdown-menu,
.cid-tX4YVN4FZX .navbar.opened {
  background-color: true !important;
}
.cid-tX4YVN4FZX .nav-item:focus,
.cid-tX4YVN4FZX .nav-link:focus {
  outline: none;
}
.cid-tX4YVN4FZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX4YVN4FZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX4YVN4FZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX4YVN4FZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX4YVN4FZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX4YVN4FZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX4YVN4FZX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tX4YVN4FZX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tX4YVN4FZX .navbar.opened {
  transition: all 0.3s;
}
.cid-tX4YVN4FZX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tX4YVN4FZX .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tX4YVN4FZX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tX4YVN4FZX .navbar.collapsed {
  justify-content: center;
}
.cid-tX4YVN4FZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX4YVN4FZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tX4YVN4FZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX4YVN4FZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX4YVN4FZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX4YVN4FZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tX4YVN4FZX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tX4YVN4FZX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tX4YVN4FZX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tX4YVN4FZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX4YVN4FZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX4YVN4FZX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tX4YVN4FZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX4YVN4FZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tX4YVN4FZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX4YVN4FZX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tX4YVN4FZX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tX4YVN4FZX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tX4YVN4FZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tX4YVN4FZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX4YVN4FZX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tX4YVN4FZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX4YVN4FZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tX4YVN4FZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX4YVN4FZX .navbar-brand {
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tX4YVN4FZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tX4YVN4FZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX4YVN4FZX .dropdown-item.active,
.cid-tX4YVN4FZX .dropdown-item:active {
  background-color: transparent;
}
.cid-tX4YVN4FZX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tX4YVN4FZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX4YVN4FZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX4YVN4FZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX4YVN4FZX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tX4YVN4FZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX4YVN4FZX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tX4YVN4FZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a6251;
}
.cid-tX4YVN4FZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tX4YVN4FZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX4YVN4FZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX4YVN4FZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tX4YVN4FZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX4YVN4FZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tX4YVN4FZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tX4YVN4FZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX4YVN4FZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tX4YVN4FZX .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-tX4YVN4FZX .navbar {
    height: 70px;
  }
  .cid-tX4YVN4FZX .navbar.opened {
    height: auto;
  }
  .cid-tX4YVN4FZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX4YVN4FZX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tX4YVN4FZX .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-tX4YVN4FZX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tX4YVN4FZX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tX4YVN4FZX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
}
.cid-tX4YVN4FZX .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .cid-tX4YVN4FZX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tX4YVN4FZX .text_widget {
  margin-bottom: 32px;
}
.cid-tX4YVN4FZX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tX4YVN4FZX .text_widget a:hover,
.cid-tX4YVN4FZX .text_widget a:focus {
  opacity: .8;
}
.cid-tX4YVN4FZX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tX4YVN4FZX .navbar-caption {
  color: #ffffff;
}
.cid-tX4YVN4FZX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tX4YVN4FZX .mbr-section-subtitle,
.cid-tX4YVN4FZX .text_widget,
.cid-tX4YVN4FZX .mbr-section-btn {
  text-align: center;
}
.cid-tX4YVN4FZX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tX4YVY9A8m {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1259.jpg");
}
.cid-tX4YVY9A8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4YVY9A8m .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-tX4YVY9A8m .container {
    padding: 0 16px;
  }
}
.cid-tX4YVY9A8m .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tX4YVY9A8m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tX4YVY9A8m .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-tX4YVY9A8m .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tX4YVY9A8m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tX4YVY9A8m .mbr-text {
  color: #ffffff;
}
.cid-tX4YVY9A8m .mbr-text,
.cid-tX4YVY9A8m .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tX4YVY9A8m .mbr-section-title,
.cid-tX4YVY9A8m .title-wrap {
  color: #ffffff;
}
.cid-ugYs4RnL2L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0e2916;
  flex-direction: column;
  justify-content: center;
}
.cid-ugYs4RnL2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugYs4RnL2L .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-ugYs4RnL2L .container {
    padding: 0 16px;
  }
}
.cid-ugYs4RnL2L .row {
  justify-content: space-between;
}
.cid-ugYs4RnL2L .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ugYs4RnL2L .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ugYs4RnL2L .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ugYs4RnL2L .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ugYs4RnL2L .image-wrapper img {
  height: 550px;
  object-fit: contain;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ugYs4RnL2L .image-wrapper img {
    height: 350px;
  }
}
.cid-ugYs4RnL2L .mbr-desc {
  color: #706cff;
}
.cid-ugYs4RnL2L .mbr-section-title {
  color: #000000;
}
.cid-ugYs4RnL2L .mbr-text {
  color: #000000;
}
.cid-ugYs4RnL2L .mbr-section-title,
.cid-ugYs4RnL2L .mbr-section-btn {
  color: #f6cb0e;
}
.cid-ugYs4RnL2L .mbr-text,
.cid-ugYs4RnL2L .text-wrapper {
  color: #ffffff;
}
.cid-ugYs4RnL2L H3 {
  color: #ffffff;
}
.cid-tX4ZbTVF0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-tX4ZbTVF0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4ZbTVF0M .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-tX4ZbTVF0M .container {
    padding: 0 16px;
  }
}
.cid-tX4ZbTVF0M .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tX4ZbTVF0M .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tX4ZbTVF0M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tX4ZbTVF0M .mbr-desc {
  color: #0a6120;
}
.cid-tX4ZbTVF0M .mbr-text {
  color: #000000;
}
.cid-tX4ZgmKJgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-tX4ZgmKJgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX4ZgmKJgj .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-tX4ZgmKJgj .container {
    padding: 0 16px;
  }
}
.cid-tX4ZgmKJgj .row {
  justify-content: center;
}
.cid-tX4ZgmKJgj .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tX4ZgmKJgj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #6d9878 !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0a6120 !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9d7e !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff7c53 !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-tX4ZgmKJgj .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-tX4ZgmKJgj .mbr-desc {
  color: #0a6120;
}
.cid-tX4ZgmKJgj .mbr-section-title {
  color: #000000;
}
.cid-tX4ZgmKJgj .mbr-text {
  color: #000000;
}
.cid-tX4ZgmKJgj .mbr-section-btn {
  text-align: center;
}
.cid-ugRX3Ynf8u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #272523;
}
.cid-ugRX3Ynf8u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .col-lg-3 {
    text-align: center;
  }
}
.cid-ugRX3Ynf8u .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-ugRX3Ynf8u .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-ugRX3Ynf8u .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ugRX3Ynf8u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugRX3Ynf8u .foot-menu-item {
  color: #bbbbbb;
}
.cid-ugRX3Ynf8u .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-ugRX3Ynf8u .media-container-row .mbr-text {
  text-align: left;
}
.cid-ugRpd46pr7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ugRpd46pr7 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-ugRpd46pr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ugRpd46pr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugRpd46pr7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugRpd46pr7 .menu_box .navbar.opened,
  .cid-ugRpd46pr7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugRpd46pr7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ugRpd46pr7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugRpd46pr7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugRpd46pr7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugRpd46pr7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #becdc2;
  }
  .cid-ugRpd46pr7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugRpd46pr7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugRpd46pr7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugRpd46pr7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugRpd46pr7 .offcanvas-body .mbr-text,
  .cid-ugRpd46pr7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugRpd46pr7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a6251;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugRpd46pr7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugRpd46pr7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugRpd46pr7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRpd46pr7 .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);
  }
  .cid-ugRpd46pr7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugRpd46pr7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugRpd46pr7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugRpd46pr7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ugRpd46pr7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugRpd46pr7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .nav-item {
    margin: 0 !important;
  }
}
.cid-ugRpd46pr7 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
}
.cid-ugRpd46pr7 .nav-item .nav-link:hover,
.cid-ugRpd46pr7 .nav-item .nav-link:focus {
  color: #6d9878 !important;
}
.cid-ugRpd46pr7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugRpd46pr7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugRpd46pr7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRpd46pr7 .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-ugRpd46pr7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugRpd46pr7 .offcanvas_box {
    display: none;
  }
}
.cid-ugRpd46pr7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugRpd46pr7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugRpd46pr7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugRpd46pr7 .container {
  display: flex;
  margin: auto;
}
.cid-ugRpd46pr7 .iconfont-wrapper {
  color: #706cff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ugRpd46pr7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugRpd46pr7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugRpd46pr7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugRpd46pr7 .navbar-nav {
    margin: 0;
  }
}
.cid-ugRpd46pr7 .dropdown-menu,
.cid-ugRpd46pr7 .navbar.opened {
  background-color: true !important;
}
.cid-ugRpd46pr7 .nav-item:focus,
.cid-ugRpd46pr7 .nav-link:focus {
  outline: none;
}
.cid-ugRpd46pr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugRpd46pr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugRpd46pr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugRpd46pr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugRpd46pr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugRpd46pr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugRpd46pr7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugRpd46pr7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugRpd46pr7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugRpd46pr7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugRpd46pr7 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-ugRpd46pr7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugRpd46pr7 .navbar.collapsed {
  justify-content: center;
}
.cid-ugRpd46pr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugRpd46pr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugRpd46pr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugRpd46pr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugRpd46pr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugRpd46pr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugRpd46pr7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugRpd46pr7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugRpd46pr7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugRpd46pr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugRpd46pr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugRpd46pr7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugRpd46pr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugRpd46pr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugRpd46pr7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugRpd46pr7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugRpd46pr7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugRpd46pr7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugRpd46pr7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugRpd46pr7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugRpd46pr7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugRpd46pr7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugRpd46pr7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugRpd46pr7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugRpd46pr7 .navbar-brand {
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugRpd46pr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ugRpd46pr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugRpd46pr7 .dropdown-item.active,
.cid-ugRpd46pr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugRpd46pr7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugRpd46pr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugRpd46pr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugRpd46pr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugRpd46pr7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugRpd46pr7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugRpd46pr7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ugRpd46pr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a6251;
}
.cid-ugRpd46pr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugRpd46pr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRpd46pr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRpd46pr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugRpd46pr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRpd46pr7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugRpd46pr7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugRpd46pr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRpd46pr7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugRpd46pr7 .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-ugRpd46pr7 .navbar {
    height: 70px;
  }
  .cid-ugRpd46pr7 .navbar.opened {
    height: auto;
  }
  .cid-ugRpd46pr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugRpd46pr7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugRpd46pr7 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-ugRpd46pr7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugRpd46pr7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugRpd46pr7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
}
.cid-ugRpd46pr7 .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .cid-ugRpd46pr7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugRpd46pr7 .text_widget {
  margin-bottom: 32px;
}
.cid-ugRpd46pr7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugRpd46pr7 .text_widget a:hover,
.cid-ugRpd46pr7 .text_widget a:focus {
  opacity: .8;
}
.cid-ugRpd46pr7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugRpd46pr7 .navbar-caption {
  color: #ffffff;
}
.cid-ugRpd46pr7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugRpd46pr7 .mbr-section-subtitle,
.cid-ugRpd46pr7 .text_widget,
.cid-ugRpd46pr7 .mbr-section-btn {
  text-align: center;
}
.cid-ugRpd46pr7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uh0IdagdED {
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uh0IdagdED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0IdagdED .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-uh0IdagdED .container {
    padding: 0 16px;
  }
}
.cid-uh0IdagdED .row {
  justify-content: space-between;
}
.cid-uh0IdagdED .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uh0IdagdED .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uh0IdagdED .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uh0IdagdED .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uh0IdagdED .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uh0IdagdED .image-wrapper img {
    height: 350px;
  }
}
.cid-uh0IdagdED .mbr-desc {
  color: #706cff;
}
.cid-uh0IdagdED .mbr-section-title {
  color: #000000;
}
.cid-uh0IdagdED .mbr-text {
  color: #000000;
}
.cid-ugRX3Ynf8u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #272523;
}
.cid-ugRX3Ynf8u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .col-lg-3 {
    text-align: center;
  }
}
.cid-ugRX3Ynf8u .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-ugRX3Ynf8u .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-ugRX3Ynf8u .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ugRX3Ynf8u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugRX3Ynf8u .foot-menu-item {
  color: #bbbbbb;
}
.cid-ugRX3Ynf8u .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-ugRX3Ynf8u .media-container-row .mbr-text {
  text-align: left;
}
.cid-ugRplROY0t {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ugRplROY0t .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-ugRplROY0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ugRplROY0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugRplROY0t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugRplROY0t .menu_box .navbar.opened,
  .cid-ugRplROY0t .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugRplROY0t nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ugRplROY0t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugRplROY0t .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugRplROY0t .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugRplROY0t .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #becdc2;
  }
  .cid-ugRplROY0t .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugRplROY0t .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugRplROY0t .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugRplROY0t .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugRplROY0t .offcanvas-body .mbr-text,
  .cid-ugRplROY0t .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugRplROY0t .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a6251;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugRplROY0t .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugRplROY0t ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugRplROY0t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRplROY0t .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);
  }
  .cid-ugRplROY0t .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugRplROY0t li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugRplROY0t .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugRplROY0t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ugRplROY0t .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugRplROY0t .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .nav-item {
    margin: 0 !important;
  }
}
.cid-ugRplROY0t .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
}
.cid-ugRplROY0t .nav-item .nav-link:hover,
.cid-ugRplROY0t .nav-item .nav-link:focus {
  color: #6d9878 !important;
}
.cid-ugRplROY0t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugRplROY0t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugRplROY0t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRplROY0t .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-ugRplROY0t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugRplROY0t .offcanvas_box {
    display: none;
  }
}
.cid-ugRplROY0t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugRplROY0t .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugRplROY0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugRplROY0t .container {
  display: flex;
  margin: auto;
}
.cid-ugRplROY0t .iconfont-wrapper {
  color: #706cff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ugRplROY0t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugRplROY0t .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugRplROY0t .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugRplROY0t .navbar-nav {
    margin: 0;
  }
}
.cid-ugRplROY0t .dropdown-menu,
.cid-ugRplROY0t .navbar.opened {
  background-color: true !important;
}
.cid-ugRplROY0t .nav-item:focus,
.cid-ugRplROY0t .nav-link:focus {
  outline: none;
}
.cid-ugRplROY0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugRplROY0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugRplROY0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugRplROY0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugRplROY0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugRplROY0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugRplROY0t .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugRplROY0t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugRplROY0t .navbar.opened {
  transition: all 0.3s;
}
.cid-ugRplROY0t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugRplROY0t .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-ugRplROY0t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugRplROY0t .navbar.collapsed {
  justify-content: center;
}
.cid-ugRplROY0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugRplROY0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugRplROY0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugRplROY0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugRplROY0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugRplROY0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugRplROY0t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugRplROY0t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugRplROY0t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugRplROY0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugRplROY0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugRplROY0t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugRplROY0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugRplROY0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugRplROY0t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugRplROY0t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugRplROY0t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugRplROY0t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugRplROY0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugRplROY0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugRplROY0t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugRplROY0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugRplROY0t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugRplROY0t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugRplROY0t .navbar-brand {
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugRplROY0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ugRplROY0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugRplROY0t .dropdown-item.active,
.cid-ugRplROY0t .dropdown-item:active {
  background-color: transparent;
}
.cid-ugRplROY0t .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugRplROY0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugRplROY0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugRplROY0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugRplROY0t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugRplROY0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugRplROY0t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ugRplROY0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a6251;
}
.cid-ugRplROY0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugRplROY0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRplROY0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRplROY0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugRplROY0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRplROY0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugRplROY0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugRplROY0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRplROY0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugRplROY0t .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-ugRplROY0t .navbar {
    height: 70px;
  }
  .cid-ugRplROY0t .navbar.opened {
    height: auto;
  }
  .cid-ugRplROY0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugRplROY0t .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugRplROY0t .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-ugRplROY0t .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugRplROY0t .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugRplROY0t .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
}
.cid-ugRplROY0t .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .cid-ugRplROY0t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugRplROY0t .text_widget {
  margin-bottom: 32px;
}
.cid-ugRplROY0t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugRplROY0t .text_widget a:hover,
.cid-ugRplROY0t .text_widget a:focus {
  opacity: .8;
}
.cid-ugRplROY0t .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugRplROY0t .navbar-caption {
  color: #ffffff;
}
.cid-ugRplROY0t .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugRplROY0t .mbr-section-subtitle,
.cid-ugRplROY0t .text_widget,
.cid-ugRplROY0t .mbr-section-btn {
  text-align: center;
}
.cid-ugRplROY0t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugRplSogtN {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #0a6120;
  flex-direction: column;
  justify-content: center;
}
.cid-ugRplSogtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugRplSogtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugRplSogtN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ugRplSogtN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugRplSogtN .container {
    padding: 0 16px;
  }
}
.cid-ugRplSogtN .item {
  margin-bottom: 32px;
}
.cid-ugRplSogtN .item .item-wrapper {
  height: 100%;
}
.cid-ugRplSogtN .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ugRplSogtN .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ugRplSogtN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e4e8e5;
  font-size: 100px;
  width: 220px;
  height: 220px;
  border: 10px solid #e4e8e5;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ugRplSogtN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    width: 160px;
    height: 160px;
    font-size: 64px;
  }
}
.cid-ugRplSogtN .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-ugRplSogtN .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-ugRplSogtN .card-title {
  color: #ffffff;
}
.cid-ugRplSogtN .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ugRplSogtN .card-title,
.cid-ugRplSogtN .icon-wrapper {
  text-align: center;
}
#programs-detailed {
  /* Type valid CSS here */
}
#programs-detailed p {
  font-size: 1em;
  color: #000;
  text-align: left;
}
#programs-detailed h2 {
  padding-bottom: 30px;
}
#programs-detailed li {
  text-align: left;
}
#programs-detailed ul {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
#programs-detailed .programs-detailed {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #000;
  text-align: center;
}
#programs-detailed .programs-p {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
#programs-detailed .programs-last-item {
  padding-bottom: 10px;
}
#programs-detailed .programs-last-item-ul {
  border-bottom: 0px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
#programs-detailed .rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#programs-detailed .card {
  width: 400px;
  display: flex;
  border-radius: 5px !important;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 35px 4px #e6e3e6;
  -moz-box-shadow: 0px 0px 35px 4px #e6e3e6;
  box-shadow: 0px 0px 35px 4px #e6e3e6;
}
#programs-detailed .card-title {
  weight: 600;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#programs-detailed .mid-card {
  diplay: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  #programs-detailed .programs-detailed {
    padding-top: 50px;
  }
  #programs-detailed .rows {
    grid-template-columns: 1fr;
    gap: 20;
  }
  #programs-detailed .card {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y .stabilized-section-block {
  padding-bottom: 30px;
}
#custom-html-y .stabilized-section {
  margin: 20px;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 5px !important;
  padding: 50px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 35px 4px #e6e3e6;
  -moz-box-shadow: 0px 0px 35px 4px #e6e3e6;
  box-shadow: 0px 0px 35px 4px #e6e3e6;
}
#custom-html-y table {
  width: 100%;
  display: flex;
}
#custom-html-y th,
#custom-html-y td {
  border: 0px solid #ddd;
  padding: 8px;
  text-align: left;
}
#custom-html-y th {
  background-color: #fff;
}
#custom-html-y .card-title {
  weight: 600;
  text-align: center !important;
  padding-bottom: 25px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  #custom-html-y .stabilized-section {
    padding: 10px;
  }
  #custom-html-y table {
    overflow-x: scroll;
    width: 100vw;
  }
}
.cid-ugRX3Ynf8u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #272523;
}
.cid-ugRX3Ynf8u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugRX3Ynf8u img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .col-lg-3 {
    text-align: center;
  }
}
.cid-ugRX3Ynf8u .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-ugRX3Ynf8u .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-ugRX3Ynf8u .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ugRX3Ynf8u .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ugRX3Ynf8u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugRX3Ynf8u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugRX3Ynf8u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugRX3Ynf8u .foot-menu-item {
  color: #bbbbbb;
}
.cid-ugRX3Ynf8u .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-ugRX3Ynf8u .media-container-row .mbr-text {
  text-align: left;
}
.cid-ugRX92gGyJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ugRX92gGyJ .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-ugRX92gGyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ugRX92gGyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugRX92gGyJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugRX92gGyJ .menu_box .navbar.opened,
  .cid-ugRX92gGyJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugRX92gGyJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ugRX92gGyJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugRX92gGyJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugRX92gGyJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugRX92gGyJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #becdc2;
  }
  .cid-ugRX92gGyJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugRX92gGyJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugRX92gGyJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugRX92gGyJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugRX92gGyJ .offcanvas-body .mbr-text,
  .cid-ugRX92gGyJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugRX92gGyJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4a6251;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugRX92gGyJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugRX92gGyJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugRX92gGyJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRX92gGyJ .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);
  }
  .cid-ugRX92gGyJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugRX92gGyJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugRX92gGyJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugRX92gGyJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ugRX92gGyJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugRX92gGyJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .nav-item {
    margin: 0 !important;
  }
}
.cid-ugRX92gGyJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
}
.cid-ugRX92gGyJ .nav-item .nav-link:hover,
.cid-ugRX92gGyJ .nav-item .nav-link:focus {
  color: #6d9878 !important;
}
.cid-ugRX92gGyJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugRX92gGyJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugRX92gGyJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugRX92gGyJ .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-ugRX92gGyJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugRX92gGyJ .offcanvas_box {
    display: none;
  }
}
.cid-ugRX92gGyJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugRX92gGyJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugRX92gGyJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugRX92gGyJ .container {
  display: flex;
  margin: auto;
}
.cid-ugRX92gGyJ .iconfont-wrapper {
  color: #706cff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ugRX92gGyJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugRX92gGyJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugRX92gGyJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugRX92gGyJ .navbar-nav {
    margin: 0;
  }
}
.cid-ugRX92gGyJ .dropdown-menu,
.cid-ugRX92gGyJ .navbar.opened {
  background-color: true !important;
}
.cid-ugRX92gGyJ .nav-item:focus,
.cid-ugRX92gGyJ .nav-link:focus {
  outline: none;
}
.cid-ugRX92gGyJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugRX92gGyJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugRX92gGyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugRX92gGyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugRX92gGyJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugRX92gGyJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugRX92gGyJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugRX92gGyJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugRX92gGyJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ugRX92gGyJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugRX92gGyJ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-ugRX92gGyJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugRX92gGyJ .navbar.collapsed {
  justify-content: center;
}
.cid-ugRX92gGyJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugRX92gGyJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugRX92gGyJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugRX92gGyJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugRX92gGyJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugRX92gGyJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugRX92gGyJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugRX92gGyJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugRX92gGyJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugRX92gGyJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugRX92gGyJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugRX92gGyJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugRX92gGyJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugRX92gGyJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugRX92gGyJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugRX92gGyJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugRX92gGyJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugRX92gGyJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugRX92gGyJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugRX92gGyJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugRX92gGyJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugRX92gGyJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugRX92gGyJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugRX92gGyJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugRX92gGyJ .navbar-brand {
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugRX92gGyJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ugRX92gGyJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugRX92gGyJ .dropdown-item.active,
.cid-ugRX92gGyJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugRX92gGyJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugRX92gGyJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugRX92gGyJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugRX92gGyJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugRX92gGyJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugRX92gGyJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugRX92gGyJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ugRX92gGyJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4a6251;
}
.cid-ugRX92gGyJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugRX92gGyJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRX92gGyJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugRX92gGyJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugRX92gGyJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRX92gGyJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugRX92gGyJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugRX92gGyJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugRX92gGyJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugRX92gGyJ .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-ugRX92gGyJ .navbar {
    height: 70px;
  }
  .cid-ugRX92gGyJ .navbar.opened {
    height: auto;
  }
  .cid-ugRX92gGyJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugRX92gGyJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugRX92gGyJ .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-ugRX92gGyJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugRX92gGyJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugRX92gGyJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
}
.cid-ugRX92gGyJ .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .cid-ugRX92gGyJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugRX92gGyJ .text_widget {
  margin-bottom: 32px;
}
.cid-ugRX92gGyJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugRX92gGyJ .text_widget a:hover,
.cid-ugRX92gGyJ .text_widget a:focus {
  opacity: .8;
}
.cid-ugRX92gGyJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugRX92gGyJ .navbar-caption {
  color: #ffffff;
}
.cid-ugRX92gGyJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugRX92gGyJ .mbr-section-subtitle,
.cid-ugRX92gGyJ .text_widget,
.cid-ugRX92gGyJ .mbr-section-btn {
  text-align: center;
}
.cid-ugRX92gGyJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugRXrzt3RT {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-ugRXrzt3RT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugRXrzt3RT .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-ugRXrzt3RT .container {
    padding: 0 16px;
  }
}
.cid-ugRXrzt3RT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ugRXrzt3RT .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ugRXrzt3RT .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ugRXrzt3RT .content-wrapper .text-wrapper .mbr-section-title {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugRXrzt3RT .content-wrapper .text-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 32px !important;
  }
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 32px !important;
  }
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group {
    margin-bottom: 32px !important;
  }
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control {
  padding: 0 0 16px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #706cff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 32px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-primary:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-secondary:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-success:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-info:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-warning:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-danger:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-black:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-white:hover,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-primary:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-secondary:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-success:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-info:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-warning:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-danger:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-black:focus,
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #6d9878 !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0a6120 !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9d7e !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff7c53 !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-ugRXrzt3RT .form-wrap .dragArea.row .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-ugRXrzt3RT .mbr-desc {
  color: #0a6120;
}
.cid-ugRXrzt3RT .mbr-section-title {
  color: #000000;
}
.cid-ugRXrzt3RT label {
  color: #000000;
}
.cid-ugRXrzt3RT .mbr-section-btn {
  text-align: right;
}
.cid-ugRXvwOZZ0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ugRXvwOZZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugRXvwOZZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugRXvwOZZ0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ugRXvwOZZ0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugRXvwOZZ0 .container {
    padding: 0 16px;
  }
}
.cid-ugRXvwOZZ0 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ugRXvwOZZ0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugRXvwOZZ0 .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ugRXvwOZZ0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugRXvwOZZ0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-ugRXvwOZZ0 .items-wrapper {
    padding: 0 16px;
    display: block;
  }
}
.cid-ugRXvwOZZ0 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugRXvwOZZ0 .item {
    margin-bottom: 32px;
  }
}
.cid-ugRXvwOZZ0 .item .item-wrapper {
  height: 100%;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .title-wrap .card-title {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .title-wrap .card-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #0a6120;
  border-radius: 50%;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .number-wrap {
  display: block;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .number-wrap:hover .card-number,
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .number-wrap:focus .card-number {
  color: #706cff;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .number-wrap .card-number {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-ugRXvwOZZ0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ugRXvwOZZ0 .mbr-desc {
  color: #0a6120;
}
.cid-ugRXvwOZZ0 .mbr-section-title {
  color: #000000;
}
.cid-ugRXvwOZZ0 .card-title {
  color: #000000;
}
.cid-ugRXvwOZZ0 .card-number {
  color: #0a6120;
}
.cid-ugRXvwOZZ0 .card-text {
  color: #000000;
}
.cid-ugRX940PUw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #272523;
}
.cid-ugRX940PUw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugRX940PUw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugRX940PUw img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-ugRX940PUw .col-lg-3 {
    text-align: center;
  }
}
.cid-ugRX940PUw .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-ugRX940PUw .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-ugRX940PUw .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ugRX940PUw .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ugRX940PUw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugRX940PUw .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-ugRX940PUw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugRX940PUw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugRX940PUw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugRX940PUw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugRX940PUw .foot-menu-item {
  color: #bbbbbb;
}
.cid-ugRX940PUw .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-ugRX940PUw .media-container-row .mbr-text {
  text-align: left;
}
