.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3.4rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff3f30 !important;
}
.bg-success {
  background-color: #30ffbb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f1edbd !important;
}
.bg-danger {
  background-color: #28dbe5 !important;
}
.btn-primary .mbr-iconfont {
  color: #ff3f30 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff6e63 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
}
.btn-secondary .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #30ffbb !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #63ffcc !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
}
.btn-warning .mbr-iconfont {
  color: #f1edbd !important;
  background-color: #666016 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
  color: #666016 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #faf8e7 !important;
  background-color: #666016 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #666016 !important;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
}
.btn-danger .mbr-iconfont {
  color: #28dbe5 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #28dbe5 !important;
  border-color: #28dbe5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #55e3eb !important;
  border-color: #55e3eb !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #55e3eb !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #55e3eb !important;
  border-color: #55e3eb !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-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:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff3f30 !important;
  border: 2px solid #ff3f30 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3f30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d81000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #d81000 !important;
  border: 2px solid #d81000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #30ffbb !important;
  border: 2px solid #30ffbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #30ffbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00d891 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #00d891 !important;
  border: 2px solid #00d891 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003020 !important;
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #f1edbd !important;
  border: 2px solid #f1edbd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1edbd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e2d975 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #e2d975 !important;
  border: 2px solid #e2d975 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #90881f !important;
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #28dbe5 !important;
  border: 2px solid #28dbe5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #28dbe5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #149ba3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #149ba3 !important;
  border: 2px solid #149ba3 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #28dbe5 !important;
  border-color: #28dbe5 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff3f30 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #30ffbb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f1edbd !important;
}
.text-danger {
  color: #28dbe5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c90f00 !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: #00c987 !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: #dfd669 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #128e95 !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: #ff3f30;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f1edbd;
}
.alert-danger {
  background-color: #28dbe5;
}
.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: #ff3f30;
  border-color: #ff3f30;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff3f30;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcfc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfffe;
}
.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: #def9fb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff3f30 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff3f30;
}
/* 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: #ff3f30;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff3f30;
}
.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: #ff3f30;
  border-bottom-color: #ff3f30;
}
.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: #ff3f30 !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: #232323 !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='%23ff3f30' %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 {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-uFlFDLOceY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFlFDLOceY .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFlFDLOceY .image-wrap {
    padding: 16px;
  }
}
.cid-uFlFDLOceY .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFlFDLOceY .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFlFDLOceY .image-overlay {
    padding: 16px;
  }
}
.cid-uFlFDLOceY .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFlFDLOceY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlFDLOceY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlFDLOceY .row {
  justify-content: center;
}
.cid-uFlFDLOceY .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFlFDLOceY .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlFDLOceY .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFlFDLOceY .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlFDLOceY .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlFDLOceY .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlFDLOceY .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlFDLOceY .mbr-text,
.cid-uFlFDLOceY .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlFDLOceY .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlFDLOceY .mbr-text,
.cid-uFlFDLOceY .mbr-section-btn {
  text-align: center;
}
.cid-uFlFDLOceY .mbr-text,
.cid-uFlFDLOceY .text-wrapper,
.cid-uFlFDLOceY .mbr-section-btn {
  color: #000000;
}
.cid-uD3ojuekLu .navbar-dropdown {
  position: relative !important;
}
.cid-uD3ojuekLu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uD3ojuekLu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uD3ojuekLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover,
.cid-uD3ojuekLu .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover span {
  color: white;
}
.cid-uD3ojuekLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uD3ojuekLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uD3ojuekLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD3ojuekLu .nav-link {
  position: relative;
}
.cid-uD3ojuekLu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .container {
    flex-wrap: nowrap;
  }
}
.cid-uD3ojuekLu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uD3ojuekLu .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .dropdown-menu,
.cid-uD3ojuekLu .navbar.opened {
  background: #000000 !important;
}
.cid-uD3ojuekLu .nav-item:focus,
.cid-uD3ojuekLu .nav-link:focus {
  outline: none;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3ojuekLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3ojuekLu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu .navbar.opened {
  transition: all 0.3s;
}
.cid-uD3ojuekLu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uD3ojuekLu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uD3ojuekLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3ojuekLu .navbar.collapsed {
  justify-content: center;
}
.cid-uD3ojuekLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3ojuekLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uD3ojuekLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD3ojuekLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3ojuekLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uD3ojuekLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD3ojuekLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3ojuekLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uD3ojuekLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD3ojuekLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uD3ojuekLu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .dropdown-item.active,
.cid-uD3ojuekLu .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3ojuekLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uD3ojuekLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD3ojuekLu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uD3ojuekLu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uD3ojuekLu .navbar-buttons {
  text-align: center;
}
.cid-uD3ojuekLu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uD3ojuekLu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uD3ojuekLu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uD3ojuekLu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uD3ojuekLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD3ojuekLu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3ojuekLu .navbar {
    height: 70px;
  }
  .cid-uD3ojuekLu .navbar.opened {
    height: auto;
  }
  .cid-uD3ojuekLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3ojuekLu .navbar-nav {
  margin: 0 auto;
}
.cid-uD3ojuekLu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uD3ojuekLu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uD3ojuekLu .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uD3ojuekLu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uD3ojuekLu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uD3ojuekLu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uD3ojuekLu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uD3ojuekLu .content-wrap {
  min-height: 110px;
}
.cid-uFlCjMXaXp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFlCjMXaXp li {
  list-style: none;
}
.cid-uFlCjMXaXp .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uFlCjMXaXp .item-wrap:hover .mbr-iconfont {
  color: #000000 !important;
}
.cid-uFlCjMXaXp .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uFlCjMXaXp h4 {
  margin: 0;
}
.cid-uFlCjMXaXp ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uFlCjMXaXp .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFlCjMXaXp .col-title2 {
  color: #ed6436;
}
.cid-uFlCjMXaXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlCjMXaXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlCAZ56ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlCAZ56ye .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uFlCAZ56ye .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uFlCAZ56ye .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFlCAZ56ye .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline .active,
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff3f30 !important;
}
.cid-uFlCAZ56ye .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uFlCAZ56ye .image_post {
  display: inline-block;
}
.cid-uFlCAZ56ye .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uFlCAZ56ye .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uFlCAZ56ye .mbr-text,
.cid-uFlCAZ56ye .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlGvozRAh {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFlGvozRAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlGvozRAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlGvozRAh .row {
  justify-content: flex-end;
}
.cid-uFlGvozRAh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFlGvozRAh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlGvozRAh .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlGvozRAh .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFlGvozRAh .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFlGvozRAh .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFlGvozRAh .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlGvozRAh .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlGvozRAh .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlGvozRAh .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlGvozRAh .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlGvozRAh .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlGvozRAh .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlGvozRAh .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFlGvozRAh .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlGvozRAh .image-wrap {
  position: absolute;
}
.cid-uFlGvozRAh .image-wrap img {
  object-fit: cover;
}
.cid-uFlGvozRAh .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uFlGvozRAh .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uFlGvozRAh .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uFlGvozRAh .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uFlGvozRAh .mbr-label {
  color: #FFBE0D;
}
.cid-uFlGvozRAh .mbr-section-title {
  color: #151e11;
}
.cid-uFlGvozRAh .mbr-text {
  color: #151e11;
}
.cid-uFlzUzuBfK {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlzUzuBfK .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlzUzuBfK .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlzUzuBfK .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlzUzuBfK .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlzUzuBfK .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlzUzuBfK .mbr-text {
  color: #000000;
}
.cid-uFkSuNh4ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFkSuNh4ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkSuNh4ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkSuNh4ge .row {
  justify-content: center;
}
.cid-uFkSuNh4ge .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .items-wrapper {
    display: block;
  }
}
.cid-uFkSuNh4ge .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .item {
    margin-bottom: 16px;
  }
}
.cid-uFkSuNh4ge .item:hover .item-wrapper .item-img img,
.cid-uFkSuNh4ge .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFkSuNh4ge .item .item-wrapper {
  height: 100%;
  border: 3px solid #119268;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFkSuNh4ge .mbr-section-title {
  color: #ffffff;
}
.cid-uFkSuNh4ge .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFkSuNh4ge .card-role {
  color: #ffffff;
}
.cid-uFkSuNh4ge .card-text {
  color: #ffffff;
}
.cid-uFkSuNh4ge .mbr-tag {
  color: #000000;
}
.cid-uFlHABO5uC {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlHABO5uC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlHABO5uC .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlHABO5uC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlHABO5uC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlHABO5uC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlHABO5uC .mbr-text {
  color: #000000;
}
.cid-uFkTx29Zch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFkTx29Zch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkTx29Zch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkTx29Zch .content-wrapper {
  padding: 80px 90px;
  background-color: #119268;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .mbr-section-title {
  color: #050f0f;
}
.cid-uFkTx29Zch .mbr-text {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-title-edit {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-text {
  color: #050f0f;
}
.cid-uFkTx29Zch .mbr-section-title,
.cid-uFkTx29Zch .icon-wrapper {
  color: #ffffff;
}
.cid-uFkREiAlPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFkREiAlPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkREiAlPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkREiAlPq .row {
  justify-content: center;
}
.cid-uFkREiAlPq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFkREiAlPq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkREiAlPq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkREiAlPq .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFkREiAlPq .items-wrapper {
    display: block;
  }
}
.cid-uFkREiAlPq .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFkREiAlPq .item {
    margin-bottom: 16px;
  }
}
.cid-uFkREiAlPq .item:hover .item-wrapper .item-img img,
.cid-uFkREiAlPq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFkREiAlPq .item .item-wrapper {
  height: 100%;
  border: 3px solid #119268;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkREiAlPq .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFkREiAlPq .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFkREiAlPq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFkREiAlPq .mbr-section-title {
  color: #ffffff;
}
.cid-uFkREiAlPq .card-name {
  color: #cbff5b;
}
.cid-uFkREiAlPq .card-role {
  color: #ffffff;
}
.cid-uFkREiAlPq .card-text {
  color: #ffffff;
}
.cid-uFkREiAlPq .mbr-tag {
  color: #000000;
}
.cid-uFjRER2LsC {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFjRER2LsC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFjRER2LsC .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFjRER2LsC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFjRER2LsC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFjRER2LsC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFjRER2LsC .mbr-text {
  color: #000000;
}
.cid-uFlBBTsbie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #119268;
}
.cid-uFlBBTsbie .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlBBTsbie .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlBBTsbie .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlBBTsbie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlBBTsbie .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-uFlBBTsbie .container {
    padding: 0 30px;
  }
}
.cid-uFlBBTsbie .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uFlBBTsbie .image-wrapper {
  background-color: #ffffff;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uFlBBTsbie .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uFlBBTsbie .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlBBTsbie .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlzVE6nkC {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlzVE6nkC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlzVE6nkC .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlzVE6nkC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlzVE6nkC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlzVE6nkC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlzVE6nkC .mbr-text {
  color: #000000;
}
.cid-uFlIws6eIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlIws6eIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlIws6eIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlIws6eIW .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlIws6eIW .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uFlIws6eIW .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlIws6eIW .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlIws6eIW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlIws6eIW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlIws6eIW .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlIws6eIW .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uFlIws6eIW .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFlIws6eIW .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uFlIws6eIW .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uFlIws6eIW .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uFlIws6eIW .mbr-section-title {
  color: #050f0f;
}
.cid-uFlIws6eIW .mbr-text {
  color: #050f0f;
}
.cid-uFlIws6eIW .mbr-section-title,
.cid-uFlIws6eIW .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlIws6eIW .mbr-text,
.cid-uFlIws6eIW .text-wrapper,
.cid-uFlIws6eIW .rating-wrapper {
  color: #ffffff;
}
.cid-uD3pAG05Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #119268;
}
.cid-uD3pAG05Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3pAG05Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3pAG05Om .row {
  justify-content: center;
}
.cid-uD3pAG05Om .map-wrapper {
  position: relative;
}
.cid-uD3pAG05Om .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#119268, transparent);
  filter: blur(100px);
}
.cid-uD3pAG05Om .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #119268;
  background-color: #119268;
}
.cid-uD3pAG05Om .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFjOKcgvO5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFjOKcgvO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjOKcgvO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjOKcgvO5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFjOKcgvO5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFjOKcgvO5 .container {
    padding: 0 25px;
  }
}
.cid-uFjOKcgvO5 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFjOKcgvO5 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFjOKcgvO5 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFjOKcgvO5 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFjOKcgvO5 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFjOKcgvO5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk3DOV5z9 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk3DOV5z9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk3DOV5z9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover,
.cid-uFk3DOV5z9 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover span {
  color: white;
}
.cid-uFk3DOV5z9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk3DOV5z9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk3DOV5z9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk3DOV5z9 .nav-link {
  position: relative;
}
.cid-uFk3DOV5z9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk3DOV5z9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk3DOV5z9 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .dropdown-menu,
.cid-uFk3DOV5z9 .navbar.opened {
  background: #000000 !important;
}
.cid-uFk3DOV5z9 .nav-item:focus,
.cid-uFk3DOV5z9 .nav-link:focus {
  outline: none;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk3DOV5z9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk3DOV5z9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk3DOV5z9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk3DOV5z9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk3DOV5z9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk3DOV5z9 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk3DOV5z9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFk3DOV5z9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk3DOV5z9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk3DOV5z9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk3DOV5z9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .dropdown-item.active,
.cid-uFk3DOV5z9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk3DOV5z9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk3DOV5z9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk3DOV5z9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk3DOV5z9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk3DOV5z9 .navbar-buttons {
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk3DOV5z9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk3DOV5z9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk3DOV5z9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk3DOV5z9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk3DOV5z9 .navbar {
    height: 70px;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    height: auto;
  }
  .cid-uFk3DOV5z9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk3DOV5z9 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk3DOV5z9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk3DOV5z9 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk3DOV5z9 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk3DOV5z9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFk3DOV5z9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk3DOV5z9 .content-wrap {
  min-height: 110px;
}
.cid-uFp9BuKfia {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFp9BuKfia .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFp9BuKfia .image-wrap {
    padding: 16px;
  }
}
.cid-uFp9BuKfia .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFp9BuKfia .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFp9BuKfia .image-overlay {
    padding: 16px;
  }
}
.cid-uFp9BuKfia .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFp9BuKfia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp9BuKfia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp9BuKfia .row {
  justify-content: center;
}
.cid-uFp9BuKfia .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFp9BuKfia .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFp9BuKfia .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFp9BuKfia .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #119268;
}
@media (max-width: 992px) {
  .cid-uFp9BuKfia .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFp9BuKfia .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFp9BuKfia .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFp9BuKfia .mbr-text,
.cid-uFp9BuKfia .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFp9BuKfia .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFp9BuKfia .mbr-text,
.cid-uFp9BuKfia .mbr-section-btn {
  text-align: center;
}
.cid-uFp9BuKfia .mbr-text,
.cid-uFp9BuKfia .text-wrapper,
.cid-uFp9BuKfia .mbr-section-btn {
  color: #000000;
}
.cid-uFk3DRSeNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFk3DRSeNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DRSeNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DRSeNI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFk3DRSeNI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .container {
    padding: 0 20px;
  }
}
.cid-uFk3DRSeNI .card {
  padding: 0;
}
.cid-uFk3DRSeNI .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFk3DRSeNI .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFk3DRSeNI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFk3DRSeNI .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFk3DRSeNI .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFk3DSU8Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFk3DSU8Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DSU8Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DSU8Tn .row {
  justify-content: center;
}
.cid-uFk3DSU8Tn .map-wrapper {
  position: relative;
}
.cid-uFk3DSU8Tn .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFk3DSU8Tn .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFk3DTVN9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFk3DTVN9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DTVN9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DTVN9r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFk3DTVN9r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFk3DTVN9r .container {
    padding: 0 25px;
  }
}
.cid-uFk3DTVN9r .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFk3DTVN9r .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFk3DTVN9r .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFk3DTVN9r .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFk3DTVN9r .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFk3DTVN9r .mbr-section-title {
  color: #ffffff;
}
.cid-uFlKIMeFy6 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFlKIMeFy6 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFlKIMeFy6 .image-wrap {
    padding: 16px;
  }
}
.cid-uFlKIMeFy6 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFlKIMeFy6 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFlKIMeFy6 .image-overlay {
    padding: 16px;
  }
}
.cid-uFlKIMeFy6 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFlKIMeFy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKIMeFy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKIMeFy6 .row {
  justify-content: center;
}
.cid-uFlKIMeFy6 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFlKIMeFy6 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKIMeFy6 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFlKIMeFy6 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlKIMeFy6 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlKIMeFy6 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlKIMeFy6 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlKIMeFy6 .mbr-text,
.cid-uFlKIMeFy6 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlKIMeFy6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlKIMeFy6 .mbr-text,
.cid-uFlKIMeFy6 .mbr-section-btn {
  text-align: center;
}
.cid-uFlKIMeFy6 .mbr-text,
.cid-uFlKIMeFy6 .text-wrapper,
.cid-uFlKIMeFy6 .mbr-section-btn {
  color: #000000;
}
.cid-uFlKIOifm5 .navbar-dropdown {
  position: relative !important;
}
.cid-uFlKIOifm5 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFlKIOifm5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFlKIOifm5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlKIOifm5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFlKIOifm5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlKIOifm5 .dropdown-item:hover,
.cid-uFlKIOifm5 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlKIOifm5 .dropdown-item:hover span {
  color: white;
}
.cid-uFlKIOifm5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFlKIOifm5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFlKIOifm5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFlKIOifm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFlKIOifm5 .nav-link {
  position: relative;
}
.cid-uFlKIOifm5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFlKIOifm5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFlKIOifm5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFlKIOifm5 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFlKIOifm5 .dropdown-menu,
.cid-uFlKIOifm5 .navbar.opened {
  background: #000000 !important;
}
.cid-uFlKIOifm5 .nav-item:focus,
.cid-uFlKIOifm5 .nav-link:focus {
  outline: none;
}
.cid-uFlKIOifm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFlKIOifm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFlKIOifm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFlKIOifm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlKIOifm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlKIOifm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlKIOifm5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlKIOifm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFlKIOifm5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFlKIOifm5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFlKIOifm5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlKIOifm5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFlKIOifm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlKIOifm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlKIOifm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFlKIOifm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlKIOifm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlKIOifm5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFlKIOifm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlKIOifm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFlKIOifm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFlKIOifm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlKIOifm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlKIOifm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlKIOifm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlKIOifm5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFlKIOifm5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFlKIOifm5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlKIOifm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlKIOifm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFlKIOifm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlKIOifm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFlKIOifm5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFlKIOifm5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFlKIOifm5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFlKIOifm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFlKIOifm5 .navbar-brand .navbar-caption:hover,
.cid-uFlKIOifm5 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlKIOifm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlKIOifm5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFlKIOifm5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlKIOifm5 .dropdown-item.active,
.cid-uFlKIOifm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlKIOifm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlKIOifm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlKIOifm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlKIOifm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFlKIOifm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFlKIOifm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFlKIOifm5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlKIOifm5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFlKIOifm5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFlKIOifm5 .navbar-buttons {
  text-align: center;
}
.cid-uFlKIOifm5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFlKIOifm5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFlKIOifm5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFlKIOifm5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlKIOifm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFlKIOifm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFlKIOifm5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlKIOifm5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlKIOifm5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFlKIOifm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlKIOifm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFlKIOifm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFlKIOifm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlKIOifm5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFlKIOifm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFlKIOifm5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlKIOifm5 .navbar {
    height: 70px;
  }
  .cid-uFlKIOifm5 .navbar.opened {
    height: auto;
  }
  .cid-uFlKIOifm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlKIOifm5 .navbar-nav {
  margin: 0 auto;
}
.cid-uFlKIOifm5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFlKIOifm5 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFlKIOifm5 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFlKIOifm5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFlKIOifm5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFlKIOifm5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFlKIOifm5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFlKIOifm5 .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFlKIOifm5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFlKIOifm5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFlKIOifm5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFlKIOifm5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFlKIOifm5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlKIOifm5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFlKIOifm5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFlKIOifm5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFlKIOifm5 .content-wrap {
  min-height: 110px;
}
.cid-uFlKIPXjlg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFlKIPXjlg li {
  list-style: none;
}
.cid-uFlKIPXjlg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uFlKIPXjlg .item-wrap:hover .mbr-iconfont {
  color: #000000 !important;
}
.cid-uFlKIPXjlg .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uFlKIPXjlg h4 {
  margin: 0;
}
.cid-uFlKIPXjlg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uFlKIPXjlg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFlKIPXjlg .col-title2 {
  color: #ed6436;
}
.cid-uFlKIPXjlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKIPXjlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKIRxZDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKIRxZDC .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uFlKIRxZDC .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uFlKIRxZDC .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFlKIRxZDC .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uFlKIRxZDC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFlKIRxZDC .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFlKIRxZDC .mbr-section-btn .btn-secondary-outline .active,
.cid-uFlKIRxZDC .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff3f30 !important;
}
.cid-uFlKIRxZDC .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uFlKIRxZDC .image_post {
  display: inline-block;
}
.cid-uFlKIRxZDC .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uFlKIRxZDC .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uFlKIRxZDC .mbr-text,
.cid-uFlKIRxZDC .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlKISO0Ed {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFlKISO0Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKISO0Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKISO0Ed .row {
  justify-content: flex-end;
}
.cid-uFlKISO0Ed .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFlKISO0Ed .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlKISO0Ed .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlKISO0Ed .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFlKISO0Ed .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFlKISO0Ed .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKISO0Ed .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlKISO0Ed .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlKISO0Ed .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlKISO0Ed .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlKISO0Ed .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlKISO0Ed .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlKISO0Ed .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlKISO0Ed .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFlKISO0Ed .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlKISO0Ed .image-wrap {
  position: absolute;
}
.cid-uFlKISO0Ed .image-wrap img {
  object-fit: cover;
}
.cid-uFlKISO0Ed .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uFlKISO0Ed .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uFlKISO0Ed .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uFlKISO0Ed .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uFlKISO0Ed .mbr-label {
  color: #FFBE0D;
}
.cid-uFlKISO0Ed .mbr-section-title {
  color: #151e11;
}
.cid-uFlKISO0Ed .mbr-text {
  color: #151e11;
}
.cid-uFlKIU44BQ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKIU44BQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlKIU44BQ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKIU44BQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKIU44BQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKIU44BQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKIU44BQ .mbr-text {
  color: #000000;
}
.cid-uFlKIVjxe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKIVjxe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKIVjxe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKIVjxe1 .row {
  justify-content: center;
}
.cid-uFlKIVjxe1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlKIVjxe1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlKIVjxe1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlKIVjxe1 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlKIVjxe1 .items-wrapper {
    display: block;
  }
}
.cid-uFlKIVjxe1 .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlKIVjxe1 .item {
    margin-bottom: 16px;
  }
}
.cid-uFlKIVjxe1 .item:hover .item-wrapper .item-img img,
.cid-uFlKIVjxe1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlKIVjxe1 .item .item-wrapper {
  height: 100%;
  border: 3px solid #000000;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlKIVjxe1 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlKIVjxe1 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlKIVjxe1 .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlKIVjxe1 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlKIVjxe1 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlKIVjxe1 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlKIVjxe1 .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlKIVjxe1 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlKIVjxe1 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlKIVjxe1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlKIVjxe1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFlKIVjxe1 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFlKIVjxe1 .card-role {
  color: #ffffff;
}
.cid-uFlKIVjxe1 .card-text {
  color: #ffffff;
}
.cid-uFlKIVjxe1 .mbr-tag {
  color: #000000;
}
.cid-uFlKIYdber {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlKIYdber .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlKIYdber .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKIYdber .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKIYdber .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKIYdber .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKIYdber .mbr-text {
  color: #000000;
}
.cid-uFlKJ124LS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlKJ124LS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJ124LS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKJ124LS .content-wrapper {
  padding: 80px 90px;
  background-color: #119268;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFlKJ124LS .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFlKJ124LS .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFlKJ124LS .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFlKJ124LS .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFlKJ124LS .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFlKJ124LS .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFlKJ124LS .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFlKJ124LS .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFlKJ124LS .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFlKJ124LS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlKJ124LS .mbr-section-title {
  color: #050f0f;
}
.cid-uFlKJ124LS .mbr-text {
  color: #050f0f;
}
.cid-uFlKJ124LS .panel-title-edit {
  color: #050f0f;
}
.cid-uFlKJ124LS .panel-text {
  color: #050f0f;
}
.cid-uFlKJ124LS .mbr-section-title,
.cid-uFlKJ124LS .icon-wrapper {
  color: #ffffff;
}
.cid-uFlKJ4YE2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKJ4YE2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJ4YE2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKJ4YE2y .row {
  justify-content: center;
}
.cid-uFlKJ4YE2y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlKJ4YE2y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlKJ4YE2y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlKJ4YE2y .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlKJ4YE2y .items-wrapper {
    display: block;
  }
}
.cid-uFlKJ4YE2y .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlKJ4YE2y .item {
    margin-bottom: 16px;
  }
}
.cid-uFlKJ4YE2y .item:hover .item-wrapper .item-img img,
.cid-uFlKJ4YE2y .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlKJ4YE2y .item .item-wrapper {
  height: 100%;
  border: 3px solid #119268;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlKJ4YE2y .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlKJ4YE2y .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlKJ4YE2y .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlKJ4YE2y .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlKJ4YE2y .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlKJ4YE2y .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlKJ4YE2y .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlKJ4YE2y .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlKJ4YE2y .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlKJ4YE2y .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlKJ4YE2y .mbr-section-title {
  color: #ffffff;
}
.cid-uFlKJ4YE2y .card-name {
  color: #cbff5b;
}
.cid-uFlKJ4YE2y .card-role {
  color: #ffffff;
}
.cid-uFlKJ4YE2y .card-text {
  color: #ffffff;
}
.cid-uFlKJ4YE2y .mbr-tag {
  color: #000000;
}
.cid-uFlKJ7a7gL {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKJ7a7gL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlKJ7a7gL .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKJ7a7gL .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKJ7a7gL .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKJ7a7gL .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKJ7a7gL .mbr-text {
  color: #000000;
}
.cid-uFlKJ8OJon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #119268;
}
.cid-uFlKJ8OJon .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlKJ8OJon .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlKJ8OJon .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlKJ8OJon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJ8OJon .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-uFlKJ8OJon .container {
    padding: 0 30px;
  }
}
.cid-uFlKJ8OJon .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uFlKJ8OJon .image-wrapper {
  background-color: #ffffff;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uFlKJ8OJon .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uFlKJ8OJon .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlKJ8OJon .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlKJbyLkO {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKJbyLkO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlKJbyLkO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKJbyLkO .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKJbyLkO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlKJbyLkO .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlKJbyLkO .mbr-text {
  color: #000000;
}
.cid-uFlUinQRQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlUinQRQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlUinQRQj .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-uFlUinQRQj .container {
    padding: 0 20px;
  }
}
.cid-uFlUinQRQj .row {
  margin: 0;
}
.cid-uFlUinQRQj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFlUinQRQj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlUinQRQj .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uFlUinQRQj .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFlUinQRQj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFlUinQRQj .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFlUinQRQj .mbr-section-title {
  color: #ffffff;
}
.cid-uFlKJeb39X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKJeb39X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJeb39X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKJeb39X .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlKJeb39X .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uFlKJeb39X .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlKJeb39X .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlKJeb39X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlKJeb39X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlKJeb39X .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlKJeb39X .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uFlKJeb39X .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFlKJeb39X .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uFlKJeb39X .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uFlKJeb39X .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uFlKJeb39X .mbr-section-title {
  color: #050f0f;
}
.cid-uFlKJeb39X .mbr-text {
  color: #050f0f;
}
.cid-uFlKJeb39X .mbr-section-title,
.cid-uFlKJeb39X .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlKJeb39X .mbr-text,
.cid-uFlKJeb39X .text-wrapper,
.cid-uFlKJeb39X .rating-wrapper {
  color: #ffffff;
}
.cid-uFlMWhw9Fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFlMWhw9Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlMWhw9Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlMWhw9Fz .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uFlMWhw9Fz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlMWhw9Fz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFlMWhw9Fz .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #119268;
}
@media (max-width: 992px) {
  .cid-uFlMWhw9Fz .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uFlMWhw9Fz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlMWhw9Fz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #119268;
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uFlMWhw9Fz .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uFlMWhw9Fz .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFlMWhw9Fz .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uFlMWhw9Fz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlMWhw9Fz .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFlMWhw9Fz .card {
  justify-content: space-between;
}
.cid-uFlMWhw9Fz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFlMWhw9Fz .panel-title-edit {
  color: #ffffff;
}
.cid-uFlMWhw9Fz .panel-text {
  color: #f24d4a;
}
.cid-uFlMWhw9Fz .panel-text,
.cid-uFlMWhw9Fz .panel-body {
  color: #ffffff;
}
.cid-uFlKJgTGfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #119268;
}
.cid-uFlKJgTGfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJgTGfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKJgTGfN .row {
  justify-content: center;
}
.cid-uFlKJgTGfN .map-wrapper {
  position: relative;
}
.cid-uFlKJgTGfN .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#119268, transparent);
  filter: blur(100px);
}
.cid-uFlKJgTGfN .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #119268;
  background-color: #119268;
}
.cid-uFlKJgTGfN .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFlKJgTGfN .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJgTGfN .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFlKJj4WKs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlKJj4WKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKJj4WKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKJj4WKs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlKJj4WKs .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFlKJj4WKs .container {
    padding: 0 25px;
  }
}
.cid-uFlKJj4WKs .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFlKJj4WKs .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFlKJj4WKs .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFlKJj4WKs .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFlKJj4WKs .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFlKJj4WKs .mbr-section-title {
  color: #ffffff;
}
.cid-uFlNxpZVzx {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFlNxpZVzx .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFlNxpZVzx .image-wrap {
    padding: 16px;
  }
}
.cid-uFlNxpZVzx .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFlNxpZVzx .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFlNxpZVzx .image-overlay {
    padding: 16px;
  }
}
.cid-uFlNxpZVzx .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFlNxpZVzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxpZVzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxpZVzx .row {
  justify-content: center;
}
.cid-uFlNxpZVzx .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFlNxpZVzx .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxpZVzx .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFlNxpZVzx .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlNxpZVzx .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlNxpZVzx .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlNxpZVzx .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlNxpZVzx .mbr-text,
.cid-uFlNxpZVzx .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlNxpZVzx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlNxpZVzx .mbr-text,
.cid-uFlNxpZVzx .mbr-section-btn {
  text-align: center;
}
.cid-uFlNxpZVzx .mbr-text,
.cid-uFlNxpZVzx .text-wrapper,
.cid-uFlNxpZVzx .mbr-section-btn {
  color: #000000;
}
.cid-uFlNxsensz .navbar-dropdown {
  position: relative !important;
}
.cid-uFlNxsensz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFlNxsensz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFlNxsensz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlNxsensz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFlNxsensz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlNxsensz .dropdown-item:hover,
.cid-uFlNxsensz .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlNxsensz .dropdown-item:hover span {
  color: white;
}
.cid-uFlNxsensz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFlNxsensz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFlNxsensz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFlNxsensz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFlNxsensz .nav-link {
  position: relative;
}
.cid-uFlNxsensz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFlNxsensz .container {
    flex-wrap: nowrap;
  }
}
.cid-uFlNxsensz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFlNxsensz .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFlNxsensz .dropdown-menu,
.cid-uFlNxsensz .navbar.opened {
  background: #000000 !important;
}
.cid-uFlNxsensz .nav-item:focus,
.cid-uFlNxsensz .nav-link:focus {
  outline: none;
}
.cid-uFlNxsensz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFlNxsensz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFlNxsensz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFlNxsensz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlNxsensz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlNxsensz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlNxsensz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlNxsensz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFlNxsensz .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFlNxsensz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFlNxsensz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlNxsensz .navbar.collapsed {
  justify-content: center;
}
.cid-uFlNxsensz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlNxsensz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlNxsensz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFlNxsensz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlNxsensz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlNxsensz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFlNxsensz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlNxsensz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFlNxsensz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFlNxsensz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlNxsensz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlNxsensz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlNxsensz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlNxsensz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFlNxsensz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFlNxsensz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlNxsensz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlNxsensz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFlNxsensz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlNxsensz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFlNxsensz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFlNxsensz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFlNxsensz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFlNxsensz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFlNxsensz .navbar-brand .navbar-caption:hover,
.cid-uFlNxsensz .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlNxsensz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlNxsensz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFlNxsensz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlNxsensz .dropdown-item.active,
.cid-uFlNxsensz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlNxsensz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlNxsensz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlNxsensz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlNxsensz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFlNxsensz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFlNxsensz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFlNxsensz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlNxsensz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFlNxsensz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFlNxsensz .navbar-buttons {
  text-align: center;
}
.cid-uFlNxsensz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFlNxsensz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFlNxsensz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFlNxsensz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlNxsensz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFlNxsensz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFlNxsensz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlNxsensz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlNxsensz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFlNxsensz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlNxsensz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFlNxsensz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFlNxsensz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlNxsensz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFlNxsensz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFlNxsensz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlNxsensz .navbar {
    height: 70px;
  }
  .cid-uFlNxsensz .navbar.opened {
    height: auto;
  }
  .cid-uFlNxsensz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlNxsensz .navbar-nav {
  margin: 0 auto;
}
.cid-uFlNxsensz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFlNxsensz .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFlNxsensz .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFlNxsensz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFlNxsensz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFlNxsensz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFlNxsensz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFlNxsensz .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFlNxsensz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFlNxsensz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFlNxsensz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFlNxsensz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFlNxsensz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlNxsensz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFlNxsensz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFlNxsensz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFlNxsensz .content-wrap {
  min-height: 110px;
}
.cid-uFlNxtMLni {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFlNxtMLni li {
  list-style: none;
}
.cid-uFlNxtMLni .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uFlNxtMLni .item-wrap:hover .mbr-iconfont {
  color: #000000 !important;
}
.cid-uFlNxtMLni .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uFlNxtMLni h4 {
  margin: 0;
}
.cid-uFlNxtMLni ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uFlNxtMLni .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFlNxtMLni .col-title2 {
  color: #ed6436;
}
.cid-uFlNxtMLni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxtMLni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxvydi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxvydi5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uFlNxvydi5 .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uFlNxvydi5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFlNxvydi5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uFlNxvydi5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFlNxvydi5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFlNxvydi5 .mbr-section-btn .btn-secondary-outline .active,
.cid-uFlNxvydi5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff3f30 !important;
}
.cid-uFlNxvydi5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uFlNxvydi5 .image_post {
  display: inline-block;
}
.cid-uFlNxvydi5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uFlNxvydi5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uFlNxvydi5 .mbr-text,
.cid-uFlNxvydi5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlNxwOLfJ {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFlNxwOLfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxwOLfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxwOLfJ .row {
  justify-content: flex-end;
}
.cid-uFlNxwOLfJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFlNxwOLfJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlNxwOLfJ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlNxwOLfJ .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFlNxwOLfJ .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFlNxwOLfJ .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxwOLfJ .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlNxwOLfJ .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlNxwOLfJ .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlNxwOLfJ .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlNxwOLfJ .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlNxwOLfJ .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlNxwOLfJ .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlNxwOLfJ .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFlNxwOLfJ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlNxwOLfJ .image-wrap {
  position: absolute;
}
.cid-uFlNxwOLfJ .image-wrap img {
  object-fit: cover;
}
.cid-uFlNxwOLfJ .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uFlNxwOLfJ .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uFlNxwOLfJ .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uFlNxwOLfJ .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uFlNxwOLfJ .mbr-label {
  color: #FFBE0D;
}
.cid-uFlNxwOLfJ .mbr-section-title {
  color: #151e11;
}
.cid-uFlNxwOLfJ .mbr-text {
  color: #151e11;
}
.cid-uFlNxyiWAA {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxyiWAA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlNxyiWAA .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxyiWAA .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxyiWAA .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxyiWAA .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxyiWAA .mbr-text {
  color: #000000;
}
.cid-uFlNxzqbeQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxzqbeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxzqbeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxzqbeQ .row {
  justify-content: center;
}
.cid-uFlNxzqbeQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlNxzqbeQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlNxzqbeQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlNxzqbeQ .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlNxzqbeQ .items-wrapper {
    display: block;
  }
}
.cid-uFlNxzqbeQ .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlNxzqbeQ .item {
    margin-bottom: 16px;
  }
}
.cid-uFlNxzqbeQ .item:hover .item-wrapper .item-img img,
.cid-uFlNxzqbeQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlNxzqbeQ .item .item-wrapper {
  height: 100%;
  border: 3px solid #000000;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlNxzqbeQ .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlNxzqbeQ .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlNxzqbeQ .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlNxzqbeQ .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlNxzqbeQ .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlNxzqbeQ .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlNxzqbeQ .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlNxzqbeQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlNxzqbeQ .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlNxzqbeQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlNxzqbeQ .mbr-section-title {
  color: #ffffff;
}
.cid-uFlNxzqbeQ .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFlNxzqbeQ .card-role {
  color: #ffffff;
}
.cid-uFlNxzqbeQ .card-text {
  color: #ffffff;
}
.cid-uFlNxzqbeQ .mbr-tag {
  color: #000000;
}
.cid-uFlNxAQkTx {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlNxAQkTx .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlNxAQkTx .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxAQkTx .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxAQkTx .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxAQkTx .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxAQkTx .mbr-text {
  color: #000000;
}
.cid-uFlNxC212L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlNxC212L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxC212L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxC212L .content-wrapper {
  padding: 80px 90px;
  background-color: #119268;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFlNxC212L .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFlNxC212L .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFlNxC212L .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFlNxC212L .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFlNxC212L .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFlNxC212L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFlNxC212L .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFlNxC212L .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFlNxC212L .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFlNxC212L .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFlNxC212L .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFlNxC212L .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlNxC212L .mbr-section-title {
  color: #050f0f;
}
.cid-uFlNxC212L .mbr-text {
  color: #050f0f;
}
.cid-uFlNxC212L .panel-title-edit {
  color: #050f0f;
}
.cid-uFlNxC212L .panel-text {
  color: #050f0f;
}
.cid-uFlNxC212L .mbr-section-title,
.cid-uFlNxC212L .icon-wrapper {
  color: #ffffff;
}
.cid-uFlNxDPt9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxDPt9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxDPt9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxDPt9j .row {
  justify-content: center;
}
.cid-uFlNxDPt9j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlNxDPt9j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlNxDPt9j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlNxDPt9j .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlNxDPt9j .items-wrapper {
    display: block;
  }
}
.cid-uFlNxDPt9j .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlNxDPt9j .item {
    margin-bottom: 16px;
  }
}
.cid-uFlNxDPt9j .item:hover .item-wrapper .item-img img,
.cid-uFlNxDPt9j .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlNxDPt9j .item .item-wrapper {
  height: 100%;
  border: 3px solid #119268;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlNxDPt9j .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlNxDPt9j .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlNxDPt9j .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlNxDPt9j .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlNxDPt9j .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlNxDPt9j .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlNxDPt9j .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlNxDPt9j .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlNxDPt9j .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlNxDPt9j .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlNxDPt9j .mbr-section-title {
  color: #ffffff;
}
.cid-uFlNxDPt9j .card-name {
  color: #cbff5b;
}
.cid-uFlNxDPt9j .card-role {
  color: #ffffff;
}
.cid-uFlNxDPt9j .card-text {
  color: #ffffff;
}
.cid-uFlNxDPt9j .mbr-tag {
  color: #000000;
}
.cid-uFlNxFsjGT {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxFsjGT .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlNxFsjGT .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxFsjGT .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxFsjGT .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxFsjGT .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxFsjGT .mbr-text {
  color: #000000;
}
.cid-uFlNxGFCHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #119268;
}
.cid-uFlNxGFCHZ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlNxGFCHZ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlNxGFCHZ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlNxGFCHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxGFCHZ .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-uFlNxGFCHZ .container {
    padding: 0 30px;
  }
}
.cid-uFlNxGFCHZ .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uFlNxGFCHZ .image-wrapper {
  background-color: #ffffff;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uFlNxGFCHZ .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uFlNxGFCHZ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlNxGFCHZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlNxIb49y {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxIb49y .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlNxIb49y .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxIb49y .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxIb49y .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlNxIb49y .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlNxIb49y .mbr-text {
  color: #000000;
}
.cid-uFlNxJsJ6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxJsJ6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxJsJ6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxJsJ6i .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlNxJsJ6i .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uFlNxJsJ6i .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlNxJsJ6i .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlNxJsJ6i .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlNxJsJ6i .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlNxJsJ6i .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlNxJsJ6i .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uFlNxJsJ6i .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFlNxJsJ6i .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uFlNxJsJ6i .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uFlNxJsJ6i .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uFlNxJsJ6i .mbr-section-title {
  color: #050f0f;
}
.cid-uFlNxJsJ6i .mbr-text {
  color: #050f0f;
}
.cid-uFlNxJsJ6i .mbr-section-title,
.cid-uFlNxJsJ6i .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlNxJsJ6i .mbr-text,
.cid-uFlNxJsJ6i .text-wrapper,
.cid-uFlNxJsJ6i .rating-wrapper {
  color: #ffffff;
}
.cid-uFlNxKNjuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFlNxKNjuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxKNjuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxKNjuO .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uFlNxKNjuO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlNxKNjuO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFlNxKNjuO .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #119268;
}
@media (max-width: 992px) {
  .cid-uFlNxKNjuO .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uFlNxKNjuO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlNxKNjuO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFlNxKNjuO .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #119268;
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uFlNxKNjuO .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uFlNxKNjuO .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFlNxKNjuO .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uFlNxKNjuO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlNxKNjuO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFlNxKNjuO .card {
  justify-content: space-between;
}
.cid-uFlNxKNjuO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFlNxKNjuO .panel-title-edit {
  color: #ffffff;
}
.cid-uFlNxKNjuO .panel-text {
  color: #f24d4a;
}
.cid-uFlNxKNjuO .panel-text,
.cid-uFlNxKNjuO .panel-body {
  color: #ffffff;
}
.cid-uFlNxM88Ik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #119268;
}
.cid-uFlNxM88Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxM88Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxM88Ik .row {
  justify-content: center;
}
.cid-uFlNxM88Ik .map-wrapper {
  position: relative;
}
.cid-uFlNxM88Ik .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#119268, transparent);
  filter: blur(100px);
}
.cid-uFlNxM88Ik .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #119268;
  background-color: #119268;
}
.cid-uFlNxM88Ik .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFlNxM88Ik .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxM88Ik .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFlNxNEh1U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlNxNEh1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNxNEh1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlNxNEh1U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlNxNEh1U .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFlNxNEh1U .container {
    padding: 0 25px;
  }
}
.cid-uFlNxNEh1U .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFlNxNEh1U .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFlNxNEh1U .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFlNxNEh1U .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFlNxNEh1U .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFlNxNEh1U .mbr-section-title {
  color: #ffffff;
}
.cid-uFlROUfyj9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFlROUfyj9 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFlROUfyj9 .image-wrap {
    padding: 16px;
  }
}
.cid-uFlROUfyj9 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFlROUfyj9 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFlROUfyj9 .image-overlay {
    padding: 16px;
  }
}
.cid-uFlROUfyj9 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFlROUfyj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlROUfyj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlROUfyj9 .row {
  justify-content: center;
}
.cid-uFlROUfyj9 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFlROUfyj9 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlROUfyj9 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFlROUfyj9 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlROUfyj9 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlROUfyj9 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlROUfyj9 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlROUfyj9 .mbr-text,
.cid-uFlROUfyj9 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlROUfyj9 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlROUfyj9 .mbr-text,
.cid-uFlROUfyj9 .mbr-section-btn {
  text-align: center;
}
.cid-uFlROUfyj9 .mbr-text,
.cid-uFlROUfyj9 .text-wrapper,
.cid-uFlROUfyj9 .mbr-section-btn {
  color: #000000;
}
.cid-uFlROXLLQN .navbar-dropdown {
  position: relative !important;
}
.cid-uFlROXLLQN .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFlROXLLQN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFlROXLLQN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlROXLLQN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFlROXLLQN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlROXLLQN .dropdown-item:hover,
.cid-uFlROXLLQN .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFlROXLLQN .dropdown-item:hover span {
  color: white;
}
.cid-uFlROXLLQN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFlROXLLQN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFlROXLLQN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFlROXLLQN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFlROXLLQN .nav-link {
  position: relative;
}
.cid-uFlROXLLQN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFlROXLLQN .container {
    flex-wrap: nowrap;
  }
}
.cid-uFlROXLLQN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFlROXLLQN .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFlROXLLQN .dropdown-menu,
.cid-uFlROXLLQN .navbar.opened {
  background: #000000 !important;
}
.cid-uFlROXLLQN .nav-item:focus,
.cid-uFlROXLLQN .nav-link:focus {
  outline: none;
}
.cid-uFlROXLLQN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFlROXLLQN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFlROXLLQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFlROXLLQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlROXLLQN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlROXLLQN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlROXLLQN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlROXLLQN .navbar.opened {
  transition: all 0.3s;
}
.cid-uFlROXLLQN .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFlROXLLQN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFlROXLLQN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlROXLLQN .navbar.collapsed {
  justify-content: center;
}
.cid-uFlROXLLQN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlROXLLQN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlROXLLQN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFlROXLLQN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlROXLLQN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlROXLLQN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFlROXLLQN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlROXLLQN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFlROXLLQN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFlROXLLQN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlROXLLQN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlROXLLQN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlROXLLQN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlROXLLQN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFlROXLLQN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFlROXLLQN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlROXLLQN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlROXLLQN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFlROXLLQN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlROXLLQN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFlROXLLQN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFlROXLLQN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFlROXLLQN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFlROXLLQN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFlROXLLQN .navbar-brand .navbar-caption:hover,
.cid-uFlROXLLQN .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlROXLLQN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlROXLLQN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFlROXLLQN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFlROXLLQN .dropdown-item.active,
.cid-uFlROXLLQN .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlROXLLQN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlROXLLQN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlROXLLQN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlROXLLQN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFlROXLLQN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFlROXLLQN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFlROXLLQN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlROXLLQN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFlROXLLQN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFlROXLLQN .navbar-buttons {
  text-align: center;
}
.cid-uFlROXLLQN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFlROXLLQN .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFlROXLLQN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFlROXLLQN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFlROXLLQN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFlROXLLQN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFlROXLLQN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlROXLLQN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFlROXLLQN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFlROXLLQN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlROXLLQN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFlROXLLQN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFlROXLLQN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlROXLLQN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFlROXLLQN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFlROXLLQN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlROXLLQN .navbar {
    height: 70px;
  }
  .cid-uFlROXLLQN .navbar.opened {
    height: auto;
  }
  .cid-uFlROXLLQN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlROXLLQN .navbar-nav {
  margin: 0 auto;
}
.cid-uFlROXLLQN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFlROXLLQN .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFlROXLLQN .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFlROXLLQN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFlROXLLQN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFlROXLLQN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFlROXLLQN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFlROXLLQN .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFlROXLLQN .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFlROXLLQN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFlROXLLQN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFlROXLLQN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFlROXLLQN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFlROXLLQN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFlROXLLQN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFlROXLLQN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFlROXLLQN .content-wrap {
  min-height: 110px;
}
.cid-uFlROZTW8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFlROZTW8K li {
  list-style: none;
}
.cid-uFlROZTW8K .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uFlROZTW8K .item-wrap:hover .mbr-iconfont {
  color: #000000 !important;
}
.cid-uFlROZTW8K .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uFlROZTW8K h4 {
  margin: 0;
}
.cid-uFlROZTW8K ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uFlROZTW8K .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFlROZTW8K .col-title2 {
  color: #ed6436;
}
.cid-uFlROZTW8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlROZTW8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRP1J3Y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRP1J3Y2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uFlRP1J3Y2 .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uFlRP1J3Y2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFlRP1J3Y2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uFlRP1J3Y2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFlRP1J3Y2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFlRP1J3Y2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uFlRP1J3Y2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff3f30 !important;
}
.cid-uFlRP1J3Y2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uFlRP1J3Y2 .image_post {
  display: inline-block;
}
.cid-uFlRP1J3Y2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uFlRP1J3Y2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uFlRP1J3Y2 .mbr-text,
.cid-uFlRP1J3Y2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlRP3p4nu {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFlRP3p4nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRP3p4nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRP3p4nu .row {
  justify-content: flex-end;
}
.cid-uFlRP3p4nu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFlRP3p4nu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlRP3p4nu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlRP3p4nu .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFlRP3p4nu .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFlRP3p4nu .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRP3p4nu .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFlRP3p4nu .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlRP3p4nu .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlRP3p4nu .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlRP3p4nu .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlRP3p4nu .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlRP3p4nu .card-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlRP3p4nu .card-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFlRP3p4nu .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFlRP3p4nu .image-wrap {
  position: absolute;
}
.cid-uFlRP3p4nu .image-wrap img {
  object-fit: cover;
}
.cid-uFlRP3p4nu .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.cid-uFlRP3p4nu .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.cid-uFlRP3p4nu .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.cid-uFlRP3p4nu .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.cid-uFlRP3p4nu .mbr-label {
  color: #FFBE0D;
}
.cid-uFlRP3p4nu .mbr-section-title {
  color: #151e11;
}
.cid-uFlRP3p4nu .mbr-text {
  color: #151e11;
}
.cid-uFlRP4UvRI {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRP4UvRI .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlRP4UvRI .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRP4UvRI .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRP4UvRI .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRP4UvRI .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRP4UvRI .mbr-text {
  color: #000000;
}
.cid-uFlRP7i5yb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRP7i5yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRP7i5yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRP7i5yb .row {
  justify-content: center;
}
.cid-uFlRP7i5yb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlRP7i5yb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlRP7i5yb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlRP7i5yb .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlRP7i5yb .items-wrapper {
    display: block;
  }
}
.cid-uFlRP7i5yb .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlRP7i5yb .item {
    margin-bottom: 16px;
  }
}
.cid-uFlRP7i5yb .item:hover .item-wrapper .item-img img,
.cid-uFlRP7i5yb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlRP7i5yb .item .item-wrapper {
  height: 100%;
  border: 3px solid #000000;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlRP7i5yb .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlRP7i5yb .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlRP7i5yb .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlRP7i5yb .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlRP7i5yb .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlRP7i5yb .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlRP7i5yb .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlRP7i5yb .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlRP7i5yb .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlRP7i5yb .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlRP7i5yb .mbr-section-title {
  color: #ffffff;
}
.cid-uFlRP7i5yb .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFlRP7i5yb .card-role {
  color: #ffffff;
}
.cid-uFlRP7i5yb .card-text {
  color: #ffffff;
}
.cid-uFlRP7i5yb .mbr-tag {
  color: #000000;
}
.cid-uFlRP9kCCD {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlRP9kCCD .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlRP9kCCD .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRP9kCCD .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRP9kCCD .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRP9kCCD .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRP9kCCD .mbr-text {
  color: #000000;
}
.cid-uFlRPb8SUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlRPb8SUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPb8SUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPb8SUF .content-wrapper {
  padding: 80px 90px;
  background-color: #119268;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFlRPb8SUF .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFlRPb8SUF .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFlRPb8SUF .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFlRPb8SUF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFlRPb8SUF .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFlRPb8SUF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFlRPb8SUF .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFlRPb8SUF .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFlRPb8SUF .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlRPb8SUF .mbr-section-title {
  color: #050f0f;
}
.cid-uFlRPb8SUF .mbr-text {
  color: #050f0f;
}
.cid-uFlRPb8SUF .panel-title-edit {
  color: #050f0f;
}
.cid-uFlRPb8SUF .panel-text {
  color: #050f0f;
}
.cid-uFlRPb8SUF .mbr-section-title,
.cid-uFlRPb8SUF .icon-wrapper {
  color: #ffffff;
}
.cid-uFlRPdoTqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRPdoTqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPdoTqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPdoTqq .row {
  justify-content: center;
}
.cid-uFlRPdoTqq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlRPdoTqq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlRPdoTqq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlRPdoTqq .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlRPdoTqq .items-wrapper {
    display: block;
  }
}
.cid-uFlRPdoTqq .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlRPdoTqq .item {
    margin-bottom: 16px;
  }
}
.cid-uFlRPdoTqq .item:hover .item-wrapper .item-img img,
.cid-uFlRPdoTqq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlRPdoTqq .item .item-wrapper {
  height: 100%;
  border: 3px solid #119268;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlRPdoTqq .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlRPdoTqq .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlRPdoTqq .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlRPdoTqq .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlRPdoTqq .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlRPdoTqq .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlRPdoTqq .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlRPdoTqq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlRPdoTqq .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlRPdoTqq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlRPdoTqq .mbr-section-title {
  color: #ffffff;
}
.cid-uFlRPdoTqq .card-name {
  color: #cbff5b;
}
.cid-uFlRPdoTqq .card-role {
  color: #ffffff;
}
.cid-uFlRPdoTqq .card-text {
  color: #ffffff;
}
.cid-uFlRPdoTqq .mbr-tag {
  color: #000000;
}
.cid-uFlRPfwGr7 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRPfwGr7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlRPfwGr7 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRPfwGr7 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRPfwGr7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRPfwGr7 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRPfwGr7 .mbr-text {
  color: #000000;
}
.cid-uFlRPhJ5R7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #119268;
}
.cid-uFlRPhJ5R7 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlRPhJ5R7 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlRPhJ5R7 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #119268 43%, #246f55 100%);
}
.cid-uFlRPhJ5R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPhJ5R7 .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-uFlRPhJ5R7 .container {
    padding: 0 30px;
  }
}
.cid-uFlRPhJ5R7 .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uFlRPhJ5R7 .image-wrapper {
  background-color: #ffffff;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uFlRPhJ5R7 .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uFlRPhJ5R7 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlRPhJ5R7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlRPkmoBy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRPkmoBy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uFlRPkmoBy .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRPkmoBy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRPkmoBy .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uFlRPkmoBy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uFlRPkmoBy .mbr-text {
  color: #000000;
}
.cid-uFlRPmjaK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRPmjaK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPmjaK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPmjaK9 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlRPmjaK9 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uFlRPmjaK9 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlRPmjaK9 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlRPmjaK9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlRPmjaK9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uFlRPmjaK9 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlRPmjaK9 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uFlRPmjaK9 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFlRPmjaK9 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uFlRPmjaK9 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uFlRPmjaK9 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uFlRPmjaK9 .mbr-section-title {
  color: #050f0f;
}
.cid-uFlRPmjaK9 .mbr-text {
  color: #050f0f;
}
.cid-uFlRPmjaK9 .mbr-section-title,
.cid-uFlRPmjaK9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlRPmjaK9 .mbr-text,
.cid-uFlRPmjaK9 .text-wrapper,
.cid-uFlRPmjaK9 .rating-wrapper {
  color: #ffffff;
}
.cid-uFlRPoP7k7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFlRPoP7k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPoP7k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPoP7k7 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uFlRPoP7k7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlRPoP7k7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFlRPoP7k7 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #119268;
}
@media (max-width: 992px) {
  .cid-uFlRPoP7k7 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uFlRPoP7k7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlRPoP7k7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #119268;
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uFlRPoP7k7 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uFlRPoP7k7 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFlRPoP7k7 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uFlRPoP7k7 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlRPoP7k7 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFlRPoP7k7 .card {
  justify-content: space-between;
}
.cid-uFlRPoP7k7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFlRPoP7k7 .panel-title-edit {
  color: #ffffff;
}
.cid-uFlRPoP7k7 .panel-text {
  color: #f24d4a;
}
.cid-uFlRPoP7k7 .panel-text,
.cid-uFlRPoP7k7 .panel-body {
  color: #ffffff;
}
.cid-uFlRPqXRW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #119268;
}
.cid-uFlRPqXRW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPqXRW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPqXRW9 .row {
  justify-content: center;
}
.cid-uFlRPqXRW9 .map-wrapper {
  position: relative;
}
.cid-uFlRPqXRW9 .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#119268, transparent);
  filter: blur(100px);
}
.cid-uFlRPqXRW9 .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #119268;
  background-color: #119268;
}
.cid-uFlRPqXRW9 .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFlRPqXRW9 .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPqXRW9 .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFlRPsSYYR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFlRPsSYYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlRPsSYYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlRPsSYYR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFlRPsSYYR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFlRPsSYYR .container {
    padding: 0 25px;
  }
}
.cid-uFlRPsSYYR .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFlRPsSYYR .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFlRPsSYYR .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFlRPsSYYR .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFlRPsSYYR .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFlRPsSYYR .mbr-section-title {
  color: #ffffff;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk21OFdU3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk21OFdU3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk21OFdU3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover,
.cid-uFk21OFdU3 .dropdown-item:focus {
  background: #000000 !important;
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover span {
  color: white;
}
.cid-uFk21OFdU3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk21OFdU3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk21OFdU3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk21OFdU3 .nav-link {
  position: relative;
}
.cid-uFk21OFdU3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk21OFdU3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk21OFdU3 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .dropdown-menu,
.cid-uFk21OFdU3 .navbar.opened {
  background: #000000 !important;
}
.cid-uFk21OFdU3 .nav-item:focus,
.cid-uFk21OFdU3 .nav-link:focus {
  outline: none;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk21OFdU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk21OFdU3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk21OFdU3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk21OFdU3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk21OFdU3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk21OFdU3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk21OFdU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFk21OFdU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk21OFdU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFk21OFdU3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk21OFdU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk21OFdU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk21OFdU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk21OFdU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .dropdown-item.active,
.cid-uFk21OFdU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk21OFdU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk21OFdU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk21OFdU3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk21OFdU3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk21OFdU3 .navbar-buttons {
  text-align: center;
}
.cid-uFk21OFdU3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk21OFdU3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk21OFdU3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk21OFdU3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk21OFdU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk21OFdU3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk21OFdU3 .navbar {
    height: 70px;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    height: auto;
  }
  .cid-uFk21OFdU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk21OFdU3 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk21OFdU3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk21OFdU3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk21OFdU3 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk21OFdU3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFk21OFdU3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item {
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk21OFdU3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk21OFdU3 .content-wrap {
  min-height: 110px;
}
.cid-uFp93CEkw7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #119268;
}
.cid-uFp93CEkw7 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFp93CEkw7 .image-wrap {
    padding: 16px;
  }
}
.cid-uFp93CEkw7 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFp93CEkw7 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFp93CEkw7 .image-overlay {
    padding: 16px;
  }
}
.cid-uFp93CEkw7 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFp93CEkw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFp93CEkw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFp93CEkw7 .row {
  justify-content: center;
}
.cid-uFp93CEkw7 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFp93CEkw7 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFp93CEkw7 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFp93CEkw7 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #119268;
}
@media (max-width: 992px) {
  .cid-uFp93CEkw7 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFp93CEkw7 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFp93CEkw7 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFp93CEkw7 .mbr-text,
.cid-uFp93CEkw7 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFp93CEkw7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFp93CEkw7 .mbr-text,
.cid-uFp93CEkw7 .mbr-section-btn {
  text-align: center;
}
.cid-uFp93CEkw7 .mbr-text,
.cid-uFp93CEkw7 .text-wrapper,
.cid-uFp93CEkw7 .mbr-section-btn {
  color: #000000;
}
.cid-uFk21TUTqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFk21TUTqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk21TUTqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk21TUTqj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .container-fluid {
    padding: 0 12px;
  }
}
.cid-uFk21TUTqj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .container {
    padding: 0 20px;
  }
}
.cid-uFk21TUTqj .card {
  padding: 0;
}
.cid-uFk21TUTqj .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #000000;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uFk21TUTqj .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-uFk21TUTqj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFk21TUTqj .mbr-section-title {
  color: #1d1d1d;
}
.cid-uFk21TUTqj .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-uFk22bJiDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFk22bJiDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk22bJiDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk22bJiDY .row {
  justify-content: center;
}
.cid-uFk22bJiDY .map-wrapper {
  position: relative;
}
.cid-uFk22bJiDY .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#28dbe5, transparent);
  filter: blur(100px);
}
.cid-uFk22bJiDY .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #28dbe5;
  background-color: #28dbe5;
}
.cid-uFk22bJiDY .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFk22cWPpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #119268;
}
.cid-uFk22cWPpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk22cWPpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk22cWPpd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFk22cWPpd .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFk22cWPpd .container {
    padding: 0 25px;
  }
}
.cid-uFk22cWPpd .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFk22cWPpd .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #000000;
}
.cid-uFk22cWPpd .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFk22cWPpd .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFk22cWPpd .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #000000;
}
.cid-uFk22cWPpd .mbr-section-title {
  color: #ffffff;
}
