body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Unna', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Unna', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Unna', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Unna', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Unna', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e36c35 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e36c35 !important;
  border-color: #e36c35 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #aa4618 !important;
  border-color: #aa4618 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa4618 !important;
  border-color: #aa4618 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e36c35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aa4618 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e36c35 !important;
  border-color: #e36c35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e36c35 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c4016 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #e36c35;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e36c35;
  border-color: #e36c35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e36c35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fceee8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Unna', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #e36c35 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Unna', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e36c35;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e36c35;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e36c35;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e36c35;
  border-bottom-color: #e36c35;
}
.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: #e36c35 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23e36c35' %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;
}
.cid-uqfH8H5jhv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqfH8H5jhv nav.navbar {
  position: fixed;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqfH8H5jhv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqfH8H5jhv .dropdown-item:hover,
.cid-uqfH8H5jhv .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqfH8H5jhv .dropdown-item:hover span {
  color: white;
}
.cid-uqfH8H5jhv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqfH8H5jhv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqfH8H5jhv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqfH8H5jhv .nav-link {
  position: relative;
}
.cid-uqfH8H5jhv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown-menu,
.cid-uqfH8H5jhv .navbar.opened {
  background: #074730 !important;
}
.cid-uqfH8H5jhv .nav-item:focus,
.cid-uqfH8H5jhv .nav-link:focus {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqfH8H5jhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqfH8H5jhv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.opened {
  transition: all 0.3s;
}
.cid-uqfH8H5jhv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqfH8H5jhv .navbar .navbar-logo img {
  width: auto;
}
.cid-uqfH8H5jhv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar.collapsed {
  justify-content: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqfH8H5jhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqfH8H5jhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqfH8H5jhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqfH8H5jhv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqfH8H5jhv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqfH8H5jhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqfH8H5jhv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqfH8H5jhv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown-item.active,
.cid-uqfH8H5jhv .dropdown-item:active {
  background-color: transparent;
}
.cid-uqfH8H5jhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqfH8H5jhv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqfH8H5jhv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqfH8H5jhv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqfH8H5jhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqfH8H5jhv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar {
    height: 70px;
  }
  .cid-uqfH8H5jhv .navbar.opened {
    height: auto;
  }
  .cid-uqfH8H5jhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqlWZEx3PP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #0a7f54;
}
.cid-uqlWZEx3PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqlWZEx3PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqlWZEx3PP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqlWZEx3PP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqlWZEx3PP .container {
    padding: 0 24px;
  }
}
.cid-uqlWZEx3PP .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #074730;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uqlWZEx3PP .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #074730;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uqlWZEx3PP .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqlWZEx3PP .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqlWZEx3PP .mbr-section-title {
  color: #18212d;
}
.cid-uqlWZEx3PP .mbr-desc,
.cid-uqlWZEx3PP .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqlWZEx3PP .mbr-text,
.cid-uqlWZEx3PP .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqlWZEx3PP .mbr-rating {
  color: #EFCC4E;
}
.cid-uqlWZEx3PP .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uqlWZEx3PP .mbr-section-title,
.cid-uqlWZEx3PP .mbr-section-btn {
  text-align: center;
}
.cid-uqlWZEx3PP .mbr-rating,
.cid-uqlWZEx3PP .rating-wrapper,
.cid-uqlWZEx3PP .people-wrapper {
  text-align: center;
}
.cid-uqk0OD7ptS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqk0OD7ptS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqk0OD7ptS .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqk0OD7ptS .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #074730;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uqk0OD7ptS .mbr-section-title {
  text-align: left;
  color: #252434;
}
.cid-uqk0OD7ptS .mbr-text {
  color: #192227;
}
.cid-upAihnnL54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #074730;
}
.cid-upAihnnL54 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upAihnnL54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAihnnL54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAihnnL54 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upAihnnL54 .content-wrap .card {
  justify-content: space-between;
}
.cid-upAihnnL54 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upAihnnL54 .content-wrapper {
    padding: 0;
  }
}
.cid-upAihnnL54 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upAihnnL54 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-upAihnnL54 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-upAihnnL54 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upAihnnL54 .mbr-desc,
.cid-upAihnnL54 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-upAihnnL54 .mbr-section-title,
.cid-upAihnnL54 .mbr-section-btn {
  color: #fafafa;
}
.cid-uqmgUYSpd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-uqmgUYSpd6 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqmgUYSpd6 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqmgUYSpd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqmgUYSpd6 .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-uqmgUYSpd6 .container {
    padding: 0 30px;
  }
}
.cid-uqmgUYSpd6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqmgUYSpd6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqmgUYSpd6 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqmgUYSpd6 .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uqmgUYSpd6 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uqmgUYSpd6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqmgUYSpd6 .mbr-section-title {
  color: #000000;
}
.cid-uqmgUYSpd6 .mbr-text {
  color: #000000;
}
.cid-uqmgFONg5I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqmgFONg5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqmgFONg5I .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-uqmgFONg5I .container {
    padding: 0 15px;
  }
}
.cid-uqmgFONg5I .content-wrapper {
  position: relative;
}
.cid-uqmgFONg5I .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqmgFONg5I .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqmgFONg5I .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqmgFONg5I .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqmgFONg5I .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uqmgFONg5I .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqmgFONg5I .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqmgFONg5I .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uqmgFONg5I .mbr-text {
  color: #f7f5f6;
}
.cid-uqmgFONg5I .mbr-section-title {
  color: #ffffff;
}
.cid-uqmgFONg5I .mbr-text,
.cid-uqmgFONg5I .icon-wrapper {
  color: #fafafa;
}
.cid-uqjnj4x5ga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqjnj4x5ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqjnj4x5ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjnj4x5ga .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqjnj4x5ga .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqjnj4x5ga .container {
    padding: 0 14px;
  }
}
.cid-uqjnj4x5ga .row {
  justify-content: center;
}
.cid-uqjnj4x5ga .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqjnj4x5ga .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 30px !important;
  background-color: #fafafa;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #e36c35;
  pointer-events: none;
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-uqjnj4x5ga .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqjnj4x5ga .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .content-wrapper {
    display: block;
  }
}
.cid-uqjnj4x5ga .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #074730;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uqjnj4x5ga .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uqjnj4x5ga .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqjnj4x5ga .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-uqjnj4x5ga .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqjnj4x5ga .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uqjnj4x5ga .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqjnj4x5ga .card-text {
  color: #000000;
}
.cid-upH36VsdoJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-upH36VsdoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upH36VsdoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upH36VsdoJ .mbr-section-title {
  color: #fafafa;
}
.cid-upH36VsdoJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-upJ3FqRRiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upJ3FqRRiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upJ3FqRRiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upJ3FqRRiN .row {
  justify-content: center;
}
.cid-upJ3FqRRiN .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upJ3FqRRiN .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-upJ3FqRRiN .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-upJ3FqRRiN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upJ3FqRRiN .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upJ3FqRRiN .item {
    margin-bottom: 35px;
  }
}
.cid-upJ3FqRRiN .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upJ3FqRRiN .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-upJ3FqRRiN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-upJ3FqRRiN .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-upJ3FqRRiN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-upJ3FqRRiN .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-upJ3FqRRiN .mbr-section-title {
  color: #fafafa;
}
.cid-upJ3FqRRiN .mbr-text {
  color: #000000;
}
.cid-upJ3FqRRiN .item-title {
  color: #000000;
}
.cid-upJ3FqRRiN .item-text {
  color: #000000;
}
.cid-uqmiy6ckui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqmiy6ckui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqmiy6ckui .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-uqmiy6ckui .container {
    padding: 0 22px;
  }
}
.cid-uqmiy6ckui .row {
  justify-content: space-between;
}
.cid-uqmiy6ckui .row .card {
  justify-content: center;
}
.cid-uqmiy6ckui .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqmiy6ckui .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uqmiy6ckui .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uqmiy6ckui .image-wrapper {
  position: relative;
}
.cid-uqmiy6ckui .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqmiy6ckui .image-wrapper img {
    height: 350px;
  }
}
.cid-uqmiy6ckui .mbr-section-title {
  color: #fafafa;
}
.cid-uqmiy6ckui .mbr-desc {
  color: #000000;
}
.cid-uqmiy6ckui .mbr-text {
  color: #fafafa;
}
.cid-uqfOQivvx6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqfOQivvx6 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqfOQivvx6 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uqfOQivvx6 .panel-group {
  border: none;
}
.cid-uqfOQivvx6 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqfOQivvx6 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqfOQivvx6 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqfOQivvx6 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqfOQivvx6 .content {
  margin: 5rem auto;
}
.cid-uqfOQivvx6 .img-col {
  padding: 0;
}
.cid-uqfOQivvx6 .img-item {
  height: 100%;
}
.cid-uqfOQivvx6 img {
  height: 100%;
  object-fit: cover;
}
.cid-uqfOQivvx6 .collapsed span {
  transform: rotate(0deg);
}
.cid-uqfOQivvx6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqfOQivvx6 p {
  margin-bottom: 0.3rem;
}
.cid-uqfOQivvx6 .panel-title-edit {
  color: #ffffff;
}
.cid-uqfOQivvx6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqfOQivvx6 .card {
  background: #074730;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqfOQivvx6 .card {
    padding: 1rem;
  }
}
.cid-uqfOQivvx6 .panel-text {
  color: #1b1818;
}
.cid-uqfOQivvx6 H3 {
  text-align: center;
  color: #000000;
}
.cid-uqfOQivvx6 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqnQTA4S8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqnQTA4S8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnQTA4S8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnQTA4S8W .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnQTA4S8W .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqnQTA4S8W .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnQTA4S8W .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnQTA4S8W .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqnQTA4S8W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnQTA4S8W .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnQTA4S8W .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqnQTA4S8W .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqnQTA4S8W .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #074730;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqnQTA4S8W .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqnQTA4S8W .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqnQTA4S8W .mbr-section-title {
  color: #050f0f;
}
.cid-uqnQTA4S8W .mbr-text {
  color: #050f0f;
}
.cid-upAN18eCRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upAN18eCRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAN18eCRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAN18eCRf .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-upAN18eCRf .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-upAN18eCRf .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upAN18eCRf .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upAN18eCRf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-upAN18eCRf .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #074730;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper:hover,
.cid-upAN18eCRf .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-upAN18eCRf .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-upAN18eCRf .item-title {
  color: #fafafa;
}
.cid-upAN18eCRf .item-text {
  color: #050f0f;
}
.cid-upAN18eCRf .list {
  color: #050f0f;
}
.cid-upG140q9db {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #074730;
}
.cid-upG140q9db .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-upG140q9db .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-upG140q9db .video-block {
    width: 100% !important;
  }
}
.cid-upG140q9db .mbr-section-title {
  color: #ffffff;
}
.cid-uqmjE9PvCR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #edeceb;
}
.cid-uqmjE9PvCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqmjE9PvCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqmjE9PvCR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .container {
    padding: 0 16px;
  }
}
.cid-uqmjE9PvCR .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .row {
    margin: 0 10px;
  }
}
.cid-uqmjE9PvCR .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .row .card {
    padding: 0;
  }
}
.cid-uqmjE9PvCR .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uqmjE9PvCR .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-uqmjE9PvCR .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-uqmjE9PvCR .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqmjE9PvCR .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #074730;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uqmjE9PvCR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqmjE9PvCR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqmjE9PvCR .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uqmjE9PvCR .mbr-section-title {
  color: #fdfcfc;
}
.cid-uqmjE9PvCR .mbr-text {
  color: #F9A600;
}
.cid-uqmjE9PvCR .mbr-text,
.cid-uqmjE9PvCR .mbr-section-btn {
  color: #000000;
}
.cid-uqmjE9PvCR .mbr-section-title,
.cid-uqmjE9PvCR .icon-wrapper {
  color: #000000;
}
.cid-uqnPBxamP3 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #074730, #ffffff);
}
.cid-uqnPBxamP3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uqnPBxamP3 .mbr-text,
.cid-uqnPBxamP3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uqnPBxamP3 .mbr-section-title,
.cid-uqnPBxamP3 .line {
  color: #edeceb;
}
.cid-uqnPBxamP3 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uqnPBxamP3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uqnPBxamP3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqnPBxamP3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqnPBxamP3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqnPBxamP3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uqnPBxamP3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uqnPBxamP3 .mbr-section-subtitle,
.cid-uqnPBxamP3 .align {
  text-align: left;
  color: #edeceb;
}
.cid-upAjxif2Ho {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-upAjxif2Ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAjxif2Ho .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-upAjxif2Ho .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upAjxif2Ho .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-upAjxif2Ho a {
  font-weight: 600;
}
.cid-upAjxif2Ho a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-upAjxif2Ho .col-lg-3,
  .cid-upAjxif2Ho .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-upAjxif2Ho .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-upAjxif2Ho .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-upAjxif2Ho h5 {
  margin: 0;
}
.cid-upAjxif2Ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAjxif2Ho .iconfont-wrapper {
  position: relative;
}
.cid-upAjxif2Ho .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-upAjxif2Ho .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-upAjxif2Ho .sociconfont-wrapper {
  display: flex;
}
.cid-upAjxif2Ho .card-title,
.cid-upAjxif2Ho .iconfont-wrapper {
  color: #fafafa;
}
.cid-upAjxif2Ho .card-text {
  color: #fafafa;
}
.cid-upAjxif2Ho .mbr-section-title {
  color: #000000;
}
.cid-upAjxif2Ho .main-title,
.cid-upAjxif2Ho .iconfont-wrapper {
  text-align: left;
}
.cid-upAR4uwR3u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-upAR4uwR3u .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uqlZ7xQYEr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqlZ7xQYEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqlZ7xQYEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqlZ7xQYEr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .container {
    padding: 0 20px;
  }
}
.cid-uqlZ7xQYEr .row {
  justify-content: space-between;
}
.cid-uqlZ7xQYEr .card {
  justify-content: center;
}
.cid-uqlZ7xQYEr .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uqlZ7xQYEr .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uqlZ7xQYEr .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uqlZ7xQYEr .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uqlZ7xQYEr .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqlZ7xQYEr .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uqlZ7xQYEr .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqlZ7xQYEr .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uqlZ7xQYEr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqlZ7xQYEr .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqlZ7xQYEr .mbr-desc {
  color: #1e1d1c;
}
.cid-uqlZ7xQYEr .mbr-section-title {
  color: #1e1d1c;
}
.cid-upD7xbhdev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-upD7xbhdev .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD7xbhdev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD7xbhdev .card-wrapper {
  background: #074730;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upD7xbhdev .card-wrapper {
    padding: 4rem;
  }
}
.cid-upD7xbhdev .mbr-text,
.cid-upD7xbhdev .mbr-section-btn {
  color: #fafafa;
}
.cid-upD8RDvkZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeceb;
}
.cid-upD8RDvkZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upD8RDvkZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upD8RDvkZv .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper {
    padding: 0;
  }
}
.cid-upD8RDvkZv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upD8RDvkZv .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upD8RDvkZv .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upD8RDvkZv .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upD8RDvkZv .mbr-section-title {
  color: #050f0f;
}
.cid-upD8RDvkZv .mbr-section-title,
.cid-upD8RDvkZv .mbr-section-btn {
  color: #000000;
}
.cid-uqfWzNA6fm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqfWzNA6fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfWzNA6fm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqfWzNA6fm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqfWzNA6fm .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqfWzNA6fm a {
  font-weight: 600;
}
.cid-uqfWzNA6fm a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqfWzNA6fm .col-lg-3,
  .cid-uqfWzNA6fm .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqfWzNA6fm .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqfWzNA6fm .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqfWzNA6fm h5 {
  margin: 0;
}
.cid-uqfWzNA6fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqfWzNA6fm .iconfont-wrapper {
  position: relative;
}
.cid-uqfWzNA6fm .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqfWzNA6fm .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqfWzNA6fm .sociconfont-wrapper {
  display: flex;
}
.cid-uqfWzNA6fm .card-title,
.cid-uqfWzNA6fm .iconfont-wrapper {
  color: #fafafa;
}
.cid-uqfWzNA6fm .card-text {
  color: #fafafa;
}
.cid-uqfWzNA6fm .mbr-section-title {
  color: #000000;
}
.cid-uqfWzNA6fm .main-title,
.cid-uqfWzNA6fm .iconfont-wrapper {
  text-align: left;
}
.cid-upAR4uwR3u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-upAR4uwR3u .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uqfH8H5jhv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqfH8H5jhv nav.navbar {
  position: fixed;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqfH8H5jhv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqfH8H5jhv .dropdown-item:hover,
.cid-uqfH8H5jhv .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqfH8H5jhv .dropdown-item:hover span {
  color: white;
}
.cid-uqfH8H5jhv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqfH8H5jhv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqfH8H5jhv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqfH8H5jhv .nav-link {
  position: relative;
}
.cid-uqfH8H5jhv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown-menu,
.cid-uqfH8H5jhv .navbar.opened {
  background: #074730 !important;
}
.cid-uqfH8H5jhv .nav-item:focus,
.cid-uqfH8H5jhv .nav-link:focus {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqfH8H5jhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqfH8H5jhv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.opened {
  transition: all 0.3s;
}
.cid-uqfH8H5jhv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqfH8H5jhv .navbar .navbar-logo img {
  width: auto;
}
.cid-uqfH8H5jhv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar.collapsed {
  justify-content: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqfH8H5jhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqfH8H5jhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqfH8H5jhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqfH8H5jhv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqfH8H5jhv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqfH8H5jhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqfH8H5jhv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqfH8H5jhv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown-item.active,
.cid-uqfH8H5jhv .dropdown-item:active {
  background-color: transparent;
}
.cid-uqfH8H5jhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqfH8H5jhv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqfH8H5jhv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqfH8H5jhv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqfH8H5jhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqfH8H5jhv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar {
    height: 70px;
  }
  .cid-uqfH8H5jhv .navbar.opened {
    height: auto;
  }
  .cid-uqfH8H5jhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqm18j9LHJ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqm18j9LHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqm18j9LHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqm18j9LHJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .container {
    padding: 0 20px;
  }
}
.cid-uqm18j9LHJ .row {
  justify-content: space-between;
}
.cid-uqm18j9LHJ .card {
  justify-content: center;
}
.cid-uqm18j9LHJ .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uqm18j9LHJ .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uqm18j9LHJ .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uqm18j9LHJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uqm18j9LHJ .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqm18j9LHJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uqm18j9LHJ .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqm18j9LHJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uqm18j9LHJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqm18j9LHJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqm18j9LHJ .mbr-desc {
  color: #1e1d1c;
}
.cid-uqm18j9LHJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-upG8gAHV9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-upG8gAHV9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-upG8gAHV9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upG8gAHV9N .card-wrapper {
  background: #074730;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upG8gAHV9N .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upG8gAHV9N .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upG8gAHV9N .card-wrapper {
    padding: 4rem;
  }
}
.cid-upG8gAHV9N .mbr-text,
.cid-upG8gAHV9N .mbr-section-btn {
  color: #fafafa;
}
.cid-upG8gB0hgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-upG8gB0hgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upG8gB0hgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upG8gB0hgX .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upG8gB0hgX .content-wrapper {
    padding: 0;
  }
}
.cid-upG8gB0hgX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upG8gB0hgX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upG8gB0hgX .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upG8gB0hgX .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upG8gB0hgX .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upG8gB0hgX .mbr-section-title {
  color: #050f0f;
}
.cid-upG8gB0hgX .mbr-section-title,
.cid-upG8gB0hgX .mbr-section-btn {
  color: #fafafa;
}
.cid-uqfWPwROo0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqfWPwROo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfWPwROo0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqfWPwROo0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqfWPwROo0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqfWPwROo0 a {
  font-weight: 600;
}
.cid-uqfWPwROo0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqfWPwROo0 .col-lg-3,
  .cid-uqfWPwROo0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqfWPwROo0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqfWPwROo0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqfWPwROo0 h5 {
  margin: 0;
}
.cid-uqfWPwROo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqfWPwROo0 .iconfont-wrapper {
  position: relative;
}
.cid-uqfWPwROo0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqfWPwROo0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqfWPwROo0 .sociconfont-wrapper {
  display: flex;
}
.cid-uqfWPwROo0 .card-title,
.cid-uqfWPwROo0 .iconfont-wrapper {
  color: #fafafa;
}
.cid-uqfWPwROo0 .card-text {
  color: #fafafa;
}
.cid-uqfWPwROo0 .mbr-section-title {
  color: #000000;
}
.cid-uqfWPwROo0 .main-title,
.cid-uqfWPwROo0 .iconfont-wrapper {
  text-align: left;
}
.cid-upG8gBWyYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-upG8gBWyYd .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uqfH8H5jhv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqfH8H5jhv nav.navbar {
  position: fixed;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqfH8H5jhv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqfH8H5jhv .dropdown-item:hover,
.cid-uqfH8H5jhv .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqfH8H5jhv .dropdown-item:hover span {
  color: white;
}
.cid-uqfH8H5jhv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqfH8H5jhv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqfH8H5jhv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqfH8H5jhv .nav-link {
  position: relative;
}
.cid-uqfH8H5jhv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqfH8H5jhv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown-menu,
.cid-uqfH8H5jhv .navbar.opened {
  background: #074730 !important;
}
.cid-uqfH8H5jhv .nav-item:focus,
.cid-uqfH8H5jhv .nav-link:focus {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqfH8H5jhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqfH8H5jhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqfH8H5jhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqfH8H5jhv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.opened {
  transition: all 0.3s;
}
.cid-uqfH8H5jhv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqfH8H5jhv .navbar .navbar-logo img {
  width: auto;
}
.cid-uqfH8H5jhv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar.collapsed {
  justify-content: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqfH8H5jhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqfH8H5jhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqfH8H5jhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqfH8H5jhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqfH8H5jhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqfH8H5jhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqfH8H5jhv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqfH8H5jhv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqfH8H5jhv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqfH8H5jhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqfH8H5jhv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqfH8H5jhv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqfH8H5jhv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqfH8H5jhv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqfH8H5jhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqfH8H5jhv .dropdown-item.active,
.cid-uqfH8H5jhv .dropdown-item:active {
  background-color: transparent;
}
.cid-uqfH8H5jhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqfH8H5jhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqfH8H5jhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqfH8H5jhv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqfH8H5jhv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqfH8H5jhv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqfH8H5jhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqfH8H5jhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqfH8H5jhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqfH8H5jhv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqfH8H5jhv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqfH8H5jhv .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-uqfH8H5jhv .navbar {
    height: 70px;
  }
  .cid-uqfH8H5jhv .navbar.opened {
    height: auto;
  }
  .cid-uqfH8H5jhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqnYkL3Soa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqnYkL3Soa nav.navbar {
  position: fixed;
}
.cid-uqnYkL3Soa .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-uqnYkL3Soa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqnYkL3Soa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqnYkL3Soa .dropdown-item:hover,
.cid-uqnYkL3Soa .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqnYkL3Soa .dropdown-item:hover span {
  color: white;
}
.cid-uqnYkL3Soa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqnYkL3Soa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqnYkL3Soa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqnYkL3Soa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqnYkL3Soa .nav-link {
  position: relative;
}
.cid-uqnYkL3Soa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqnYkL3Soa .container {
    flex-wrap: wrap;
  }
}
.cid-uqnYkL3Soa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqnYkL3Soa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqnYkL3Soa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqnYkL3Soa .dropdown-menu,
.cid-uqnYkL3Soa .navbar.opened {
  background: #074730 !important;
}
.cid-uqnYkL3Soa .nav-item:focus,
.cid-uqnYkL3Soa .nav-link:focus {
  outline: none;
}
.cid-uqnYkL3Soa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqnYkL3Soa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqnYkL3Soa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqnYkL3Soa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqnYkL3Soa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqnYkL3Soa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqnYkL3Soa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqnYkL3Soa .navbar.opened {
  transition: all 0.3s;
}
.cid-uqnYkL3Soa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqnYkL3Soa .navbar .navbar-logo img {
  width: auto;
}
.cid-uqnYkL3Soa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqnYkL3Soa .navbar.collapsed {
  justify-content: center;
}
.cid-uqnYkL3Soa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqnYkL3Soa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqnYkL3Soa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqnYkL3Soa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqnYkL3Soa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqnYkL3Soa .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-uqnYkL3Soa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqnYkL3Soa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqnYkL3Soa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqnYkL3Soa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqnYkL3Soa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqnYkL3Soa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqnYkL3Soa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqnYkL3Soa .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-uqnYkL3Soa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqnYkL3Soa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqnYkL3Soa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqnYkL3Soa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqnYkL3Soa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqnYkL3Soa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqnYkL3Soa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqnYkL3Soa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqnYkL3Soa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqnYkL3Soa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqnYkL3Soa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqnYkL3Soa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqnYkL3Soa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqnYkL3Soa .dropdown-item.active,
.cid-uqnYkL3Soa .dropdown-item:active {
  background-color: transparent;
}
.cid-uqnYkL3Soa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqnYkL3Soa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqnYkL3Soa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqnYkL3Soa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqnYkL3Soa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqnYkL3Soa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqnYkL3Soa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqnYkL3Soa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqnYkL3Soa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqnYkL3Soa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqnYkL3Soa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqnYkL3Soa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqnYkL3Soa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqnYkL3Soa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqnYkL3Soa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqnYkL3Soa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqnYkL3Soa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqnYkL3Soa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqnYkL3Soa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqnYkL3Soa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqnYkL3Soa .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-uqnYkL3Soa .navbar {
    height: 70px;
  }
  .cid-uqnYkL3Soa .navbar.opened {
    height: auto;
  }
  .cid-uqnYkL3Soa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqnYkLE7Vx {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #0a7f54;
}
.cid-uqnYkLE7Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkLE7Vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkLE7Vx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYkLE7Vx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYkLE7Vx .container {
    padding: 0 24px;
  }
}
.cid-uqnYkLE7Vx .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #074730;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #074730;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uqnYkLE7Vx .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYkLE7Vx .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqnYkLE7Vx .mbr-section-title {
  color: #18212d;
}
.cid-uqnYkLE7Vx .mbr-desc,
.cid-uqnYkLE7Vx .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqnYkLE7Vx .mbr-text,
.cid-uqnYkLE7Vx .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqnYkLE7Vx .mbr-rating {
  color: #EFCC4E;
}
.cid-uqnYkLE7Vx .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uqnYkLE7Vx .mbr-section-title,
.cid-uqnYkLE7Vx .mbr-section-btn {
  text-align: center;
}
.cid-uqnYkLE7Vx .mbr-rating,
.cid-uqnYkLE7Vx .rating-wrapper,
.cid-uqnYkLE7Vx .people-wrapper {
  text-align: center;
}
.cid-uqnYkMj0sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqnYkMj0sm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqnYkMj0sm .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqnYkMj0sm .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #074730;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uqnYkMj0sm .mbr-section-title {
  text-align: left;
  color: #252434;
}
.cid-uqnYkMj0sm .mbr-text {
  color: #192227;
}
.cid-uqnYkMEmnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqnYkMEmnT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uqnYkMEmnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkMEmnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkMEmnT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uqnYkMEmnT .content-wrap .card {
  justify-content: space-between;
}
.cid-uqnYkMEmnT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uqnYkMEmnT .content-wrapper {
    padding: 0;
  }
}
.cid-uqnYkMEmnT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqnYkMEmnT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uqnYkMEmnT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uqnYkMEmnT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uqnYkMEmnT .mbr-desc,
.cid-uqnYkMEmnT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uqnYkMEmnT .mbr-section-title,
.cid-uqnYkMEmnT .mbr-section-btn {
  color: #fafafa;
}
.cid-uqnYkN0goF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-uqnYkN0goF .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqnYkN0goF .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqnYkN0goF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkN0goF .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-uqnYkN0goF .container {
    padding: 0 30px;
  }
}
.cid-uqnYkN0goF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqnYkN0goF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnYkN0goF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqnYkN0goF .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uqnYkN0goF .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uqnYkN0goF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYkN0goF .mbr-section-title {
  color: #000000;
}
.cid-uqnYkN0goF .mbr-text {
  color: #000000;
}
.cid-uqnYkNljeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqnYkNljeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkNljeR .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-uqnYkNljeR .container {
    padding: 0 15px;
  }
}
.cid-uqnYkNljeR .content-wrapper {
  position: relative;
}
.cid-uqnYkNljeR .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqnYkNljeR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqnYkNljeR .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYkNljeR .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqnYkNljeR .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uqnYkNljeR .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqnYkNljeR .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqnYkNljeR .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYkNljeR .mbr-text {
  color: #f7f5f6;
}
.cid-uqnYkNljeR .mbr-section-title {
  color: #ffffff;
}
.cid-uqnYkNljeR .mbr-text,
.cid-uqnYkNljeR .icon-wrapper {
  color: #fafafa;
}
.cid-uqnYkNKQlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqnYkNKQlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkNKQlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkNKQlJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYkNKQlJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYkNKQlJ .container {
    padding: 0 14px;
  }
}
.cid-uqnYkNKQlJ .row {
  justify-content: center;
}
.cid-uqnYkNKQlJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqnYkNKQlJ .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 30px !important;
  background-color: #fafafa;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #e36c35;
  pointer-events: none;
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-uqnYkNKQlJ .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqnYkNKQlJ .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .content-wrapper {
    display: block;
  }
}
.cid-uqnYkNKQlJ .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #074730;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uqnYkNKQlJ .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uqnYkNKQlJ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYkNKQlJ .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-uqnYkNKQlJ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqnYkNKQlJ .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uqnYkNKQlJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqnYkNKQlJ .card-text {
  color: #000000;
}
.cid-uqnYkOpGqm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqnYkOpGqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkOpGqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkOpGqm .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYkOpGqm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uqnYkOPlna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqnYkOPlna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkOPlna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkOPlna .row {
  justify-content: center;
}
.cid-uqnYkOPlna .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqnYkOPlna .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uqnYkOPlna .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uqnYkOPlna .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYkOPlna .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqnYkOPlna .item {
    margin-bottom: 35px;
  }
}
.cid-uqnYkOPlna .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqnYkOPlna .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uqnYkOPlna .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uqnYkOPlna .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uqnYkOPlna .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqnYkOPlna .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-uqnYkOPlna .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYkOPlna .mbr-text {
  color: #000000;
}
.cid-uqnYkOPlna .item-title {
  color: #000000;
}
.cid-uqnYkOPlna .item-text {
  color: #000000;
}
.cid-uqnYkPodBu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqnYkPodBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkPodBu .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-uqnYkPodBu .container {
    padding: 0 22px;
  }
}
.cid-uqnYkPodBu .row {
  justify-content: space-between;
}
.cid-uqnYkPodBu .row .card {
  justify-content: center;
}
.cid-uqnYkPodBu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqnYkPodBu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uqnYkPodBu .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uqnYkPodBu .image-wrapper {
  position: relative;
}
.cid-uqnYkPodBu .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYkPodBu .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYkPodBu .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYkPodBu .mbr-desc {
  color: #000000;
}
.cid-uqnYkPodBu .mbr-text {
  color: #fafafa;
}
.cid-uqnYkPMS8Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqnYkPMS8Y .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqnYkPMS8Y .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uqnYkPMS8Y .panel-group {
  border: none;
}
.cid-uqnYkPMS8Y .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqnYkPMS8Y .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqnYkPMS8Y .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqnYkPMS8Y .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqnYkPMS8Y .content {
  margin: 5rem auto;
}
.cid-uqnYkPMS8Y .img-col {
  padding: 0;
}
.cid-uqnYkPMS8Y .img-item {
  height: 100%;
}
.cid-uqnYkPMS8Y img {
  height: 100%;
  object-fit: cover;
}
.cid-uqnYkPMS8Y .collapsed span {
  transform: rotate(0deg);
}
.cid-uqnYkPMS8Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqnYkPMS8Y p {
  margin-bottom: 0.3rem;
}
.cid-uqnYkPMS8Y .panel-title-edit {
  color: #ffffff;
}
.cid-uqnYkPMS8Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqnYkPMS8Y .card {
  background: #074730;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqnYkPMS8Y .card {
    padding: 1rem;
  }
}
.cid-uqnYkPMS8Y .panel-text {
  color: #1b1818;
}
.cid-uqnYkPMS8Y H3 {
  text-align: center;
  color: #000000;
}
.cid-uqnYkPMS8Y H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqnYkQobOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqnYkQobOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkQobOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkQobOH .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYkQobOH .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqnYkQobOH .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnYkQobOH .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnYkQobOH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqnYkQobOH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnYkQobOH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYkQobOH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqnYkQobOH .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqnYkQobOH .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #074730;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqnYkQobOH .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqnYkQobOH .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqnYkQobOH .mbr-section-title {
  color: #050f0f;
}
.cid-uqnYkQobOH .mbr-text {
  color: #050f0f;
}
.cid-uqnYkQPtav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqnYkQPtav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkQPtav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkQPtav .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uqnYkQPtav .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uqnYkQPtav .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqnYkQPtav .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqnYkQPtav .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqnYkQPtav .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper:hover,
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uqnYkQPtav .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uqnYkQPtav .item-title {
  color: #fafafa;
}
.cid-uqnYkQPtav .item-text {
  color: #050f0f;
}
.cid-uqnYkQPtav .list {
  color: #050f0f;
}
.cid-uqnYkRnFWa {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #074730;
}
.cid-uqnYkRnFWa .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqnYkRnFWa .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uqnYkRnFWa .video-block {
    width: 100% !important;
  }
}
.cid-uqnYkRnFWa .mbr-section-title {
  color: #ffffff;
}
.cid-uqnYkRNGi3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uqnYkRNGi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkRNGi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkRNGi3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .container {
    padding: 0 16px;
  }
}
.cid-uqnYkRNGi3 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .row {
    margin: 0 10px;
  }
}
.cid-uqnYkRNGi3 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .row .card {
    padding: 0;
  }
}
.cid-uqnYkRNGi3 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uqnYkRNGi3 .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-uqnYkRNGi3 .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-uqnYkRNGi3 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqnYkRNGi3 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #074730;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uqnYkRNGi3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnYkRNGi3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqnYkRNGi3 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uqnYkRNGi3 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uqnYkRNGi3 .mbr-text {
  color: #F9A600;
}
.cid-uqnYkRNGi3 .mbr-text,
.cid-uqnYkRNGi3 .mbr-section-btn {
  color: #000000;
}
.cid-uqnYkRNGi3 .mbr-section-title,
.cid-uqnYkRNGi3 .icon-wrapper {
  color: #000000;
}
.cid-uqoJGBGdTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqoJGBGdTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqoJGBGdTH .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-uqoJGBGdTH .container {
    padding: 0 16px;
  }
}
.cid-uqoJGBGdTH .row {
  justify-content: center;
}
.cid-uqoJGBGdTH .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #074730;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uqoJGBGdTH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqoJGBGdTH .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #074730;
}
@media (max-width: 992px) {
  .cid-uqoJGBGdTH .panel-group .card {
    padding: 24px;
  }
}
.cid-uqoJGBGdTH .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqoJGBGdTH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #93c9b5;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #93c9b5;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uqoJGBGdTH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uqoJGBGdTH .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uqoJGBGdTH .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uqoJGBGdTH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqoJGBGdTH .mbr-section-title {
  color: #000000;
}
.cid-uqoJGBGdTH .panel-title-edit {
  color: #ffffff;
}
.cid-uqoJGBGdTH .panel-text {
  color: #ffffff;
}
.cid-uqoJGBGdTH .mbr-section-title,
.cid-uqoJGBGdTH .title-wrapper {
  color: #fafafa;
}
.cid-uqnYkScDGm {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #074730, #ffffff);
}
.cid-uqnYkScDGm .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uqnYkScDGm .mbr-text,
.cid-uqnYkScDGm .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uqnYkScDGm .mbr-section-title,
.cid-uqnYkScDGm .line {
  color: #edeceb;
}
.cid-uqnYkScDGm .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uqnYkScDGm .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uqnYkScDGm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqnYkScDGm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqnYkScDGm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqnYkScDGm h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uqnYkScDGm h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uqnYkScDGm .mbr-section-subtitle,
.cid-uqnYkScDGm .align {
  text-align: left;
  color: #edeceb;
}
.cid-uqnYkSNnuz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqnYkSNnuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYkSNnuz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqnYkSNnuz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqnYkSNnuz .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqnYkSNnuz a {
  font-weight: 600;
}
.cid-uqnYkSNnuz a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqnYkSNnuz .col-lg-3,
  .cid-uqnYkSNnuz .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqnYkSNnuz .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqnYkSNnuz .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqnYkSNnuz h5 {
  margin: 0;
}
.cid-uqnYkSNnuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYkSNnuz .iconfont-wrapper {
  position: relative;
}
.cid-uqnYkSNnuz .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqnYkSNnuz .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqnYkSNnuz .sociconfont-wrapper {
  display: flex;
}
.cid-uqnYkSNnuz .card-title,
.cid-uqnYkSNnuz .iconfont-wrapper {
  color: #fafafa;
}
.cid-uqnYkSNnuz .card-text {
  color: #fafafa;
}
.cid-uqnYkSNnuz .mbr-section-title {
  color: #000000;
}
.cid-uqnYkSNnuz .main-title,
.cid-uqnYkSNnuz .iconfont-wrapper {
  text-align: left;
}
.cid-uqnYkTnyYn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-uqnYkTnyYn .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uqnYlqylYN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqnYlqylYN nav.navbar {
  position: fixed;
}
.cid-uqnYlqylYN .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-uqnYlqylYN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqnYlqylYN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqnYlqylYN .dropdown-item:hover,
.cid-uqnYlqylYN .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqnYlqylYN .dropdown-item:hover span {
  color: white;
}
.cid-uqnYlqylYN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqnYlqylYN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqnYlqylYN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqnYlqylYN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqnYlqylYN .nav-link {
  position: relative;
}
.cid-uqnYlqylYN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqnYlqylYN .container {
    flex-wrap: wrap;
  }
}
.cid-uqnYlqylYN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqnYlqylYN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqnYlqylYN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqnYlqylYN .dropdown-menu,
.cid-uqnYlqylYN .navbar.opened {
  background: #074730 !important;
}
.cid-uqnYlqylYN .nav-item:focus,
.cid-uqnYlqylYN .nav-link:focus {
  outline: none;
}
.cid-uqnYlqylYN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqnYlqylYN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqnYlqylYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqnYlqylYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqnYlqylYN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqnYlqylYN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqnYlqylYN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqnYlqylYN .navbar.opened {
  transition: all 0.3s;
}
.cid-uqnYlqylYN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqnYlqylYN .navbar .navbar-logo img {
  width: auto;
}
.cid-uqnYlqylYN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqnYlqylYN .navbar.collapsed {
  justify-content: center;
}
.cid-uqnYlqylYN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqnYlqylYN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqnYlqylYN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqnYlqylYN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqnYlqylYN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqnYlqylYN .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-uqnYlqylYN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqnYlqylYN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqnYlqylYN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqnYlqylYN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqnYlqylYN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqnYlqylYN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqnYlqylYN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqnYlqylYN .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-uqnYlqylYN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqnYlqylYN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqnYlqylYN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqnYlqylYN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqnYlqylYN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqnYlqylYN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqnYlqylYN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqnYlqylYN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqnYlqylYN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqnYlqylYN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqnYlqylYN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqnYlqylYN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqnYlqylYN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqnYlqylYN .dropdown-item.active,
.cid-uqnYlqylYN .dropdown-item:active {
  background-color: transparent;
}
.cid-uqnYlqylYN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqnYlqylYN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqnYlqylYN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqnYlqylYN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqnYlqylYN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqnYlqylYN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqnYlqylYN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqnYlqylYN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqnYlqylYN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqnYlqylYN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqnYlqylYN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqnYlqylYN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqnYlqylYN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqnYlqylYN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqnYlqylYN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqnYlqylYN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqnYlqylYN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqnYlqylYN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqnYlqylYN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqnYlqylYN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqnYlqylYN .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-uqnYlqylYN .navbar {
    height: 70px;
  }
  .cid-uqnYlqylYN .navbar.opened {
    height: auto;
  }
  .cid-uqnYlqylYN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqnYlr3Eaq {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #0a7f54;
}
.cid-uqnYlr3Eaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlr3Eaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlr3Eaq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYlr3Eaq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYlr3Eaq .container {
    padding: 0 24px;
  }
}
.cid-uqnYlr3Eaq .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #074730;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #074730;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uqnYlr3Eaq .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYlr3Eaq .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqnYlr3Eaq .mbr-section-title {
  color: #18212d;
}
.cid-uqnYlr3Eaq .mbr-desc,
.cid-uqnYlr3Eaq .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqnYlr3Eaq .mbr-text,
.cid-uqnYlr3Eaq .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqnYlr3Eaq .mbr-rating {
  color: #EFCC4E;
}
.cid-uqnYlr3Eaq .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uqnYlr3Eaq .mbr-section-title,
.cid-uqnYlr3Eaq .mbr-section-btn {
  text-align: center;
}
.cid-uqnYlr3Eaq .mbr-rating,
.cid-uqnYlr3Eaq .rating-wrapper,
.cid-uqnYlr3Eaq .people-wrapper {
  text-align: center;
}
.cid-uqnYlrxLXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqnYlrxLXS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqnYlrxLXS .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqnYlrxLXS .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #074730;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uqnYlrxLXS .mbr-section-title {
  text-align: left;
  color: #252434;
}
.cid-uqnYlrxLXS .mbr-text {
  color: #192227;
}
.cid-uqnYlrOdBN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqnYlrOdBN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uqnYlrOdBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlrOdBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlrOdBN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uqnYlrOdBN .content-wrap .card {
  justify-content: space-between;
}
.cid-uqnYlrOdBN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uqnYlrOdBN .content-wrapper {
    padding: 0;
  }
}
.cid-uqnYlrOdBN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqnYlrOdBN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uqnYlrOdBN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uqnYlrOdBN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uqnYlrOdBN .mbr-desc,
.cid-uqnYlrOdBN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uqnYlrOdBN .mbr-section-title,
.cid-uqnYlrOdBN .mbr-section-btn {
  color: #fafafa;
}
.cid-uqnYlsaUoG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-uqnYlsaUoG .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqnYlsaUoG .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqnYlsaUoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlsaUoG .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-uqnYlsaUoG .container {
    padding: 0 30px;
  }
}
.cid-uqnYlsaUoG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqnYlsaUoG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnYlsaUoG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqnYlsaUoG .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uqnYlsaUoG .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uqnYlsaUoG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYlsaUoG .mbr-section-title {
  color: #000000;
}
.cid-uqnYlsaUoG .mbr-text {
  color: #000000;
}
.cid-uqnYlsu1Bn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqnYlsu1Bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlsu1Bn .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-uqnYlsu1Bn .container {
    padding: 0 15px;
  }
}
.cid-uqnYlsu1Bn .content-wrapper {
  position: relative;
}
.cid-uqnYlsu1Bn .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqnYlsu1Bn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYlsu1Bn .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqnYlsu1Bn .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uqnYlsu1Bn .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqnYlsu1Bn .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqnYlsu1Bn .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYlsu1Bn .mbr-text {
  color: #f7f5f6;
}
.cid-uqnYlsu1Bn .mbr-section-title {
  color: #ffffff;
}
.cid-uqnYlsu1Bn .mbr-text,
.cid-uqnYlsu1Bn .icon-wrapper {
  color: #fafafa;
}
.cid-uqnYlsRAde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqnYlsRAde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlsRAde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlsRAde .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYlsRAde .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqnYlsRAde .container {
    padding: 0 14px;
  }
}
.cid-uqnYlsRAde .row {
  justify-content: center;
}
.cid-uqnYlsRAde .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqnYlsRAde .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 30px !important;
  background-color: #fafafa;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #e36c35;
  pointer-events: none;
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-uqnYlsRAde .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqnYlsRAde .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .content-wrapper {
    display: block;
  }
}
.cid-uqnYlsRAde .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #074730;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uqnYlsRAde .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uqnYlsRAde .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYlsRAde .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-uqnYlsRAde .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqnYlsRAde .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uqnYlsRAde .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqnYlsRAde .card-text {
  color: #000000;
}
.cid-uqnYltvMze {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqnYltvMze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYltvMze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYltvMze .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYltvMze .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uqnYltQ2nn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqnYltQ2nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYltQ2nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYltQ2nn .row {
  justify-content: center;
}
.cid-uqnYltQ2nn .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqnYltQ2nn .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uqnYltQ2nn .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uqnYltQ2nn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYltQ2nn .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqnYltQ2nn .item {
    margin-bottom: 35px;
  }
}
.cid-uqnYltQ2nn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqnYltQ2nn .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uqnYltQ2nn .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uqnYltQ2nn .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uqnYltQ2nn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqnYltQ2nn .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-uqnYltQ2nn .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYltQ2nn .mbr-text {
  color: #000000;
}
.cid-uqnYltQ2nn .item-title {
  color: #000000;
}
.cid-uqnYltQ2nn .item-text {
  color: #000000;
}
.cid-uqnYlulK08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqnYlulK08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlulK08 .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-uqnYlulK08 .container {
    padding: 0 22px;
  }
}
.cid-uqnYlulK08 .row {
  justify-content: space-between;
}
.cid-uqnYlulK08 .row .card {
  justify-content: center;
}
.cid-uqnYlulK08 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqnYlulK08 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uqnYlulK08 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uqnYlulK08 .image-wrapper {
  position: relative;
}
.cid-uqnYlulK08 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYlulK08 .image-wrapper img {
    height: 350px;
  }
}
.cid-uqnYlulK08 .mbr-section-title {
  color: #fafafa;
}
.cid-uqnYlulK08 .mbr-desc {
  color: #000000;
}
.cid-uqnYlulK08 .mbr-text {
  color: #fafafa;
}
.cid-uqnYluFQUF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqnYluFQUF .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqnYluFQUF .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uqnYluFQUF .panel-group {
  border: none;
}
.cid-uqnYluFQUF .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqnYluFQUF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqnYluFQUF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqnYluFQUF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqnYluFQUF .content {
  margin: 5rem auto;
}
.cid-uqnYluFQUF .img-col {
  padding: 0;
}
.cid-uqnYluFQUF .img-item {
  height: 100%;
}
.cid-uqnYluFQUF img {
  height: 100%;
  object-fit: cover;
}
.cid-uqnYluFQUF .collapsed span {
  transform: rotate(0deg);
}
.cid-uqnYluFQUF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqnYluFQUF p {
  margin-bottom: 0.3rem;
}
.cid-uqnYluFQUF .panel-title-edit {
  color: #ffffff;
}
.cid-uqnYluFQUF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqnYluFQUF .card {
  background: #074730;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqnYluFQUF .card {
    padding: 1rem;
  }
}
.cid-uqnYluFQUF .panel-text {
  color: #1b1818;
}
.cid-uqnYluFQUF H3 {
  text-align: center;
  color: #000000;
}
.cid-uqnYluFQUF H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqnYlvkLkX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqnYlvkLkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlvkLkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlvkLkX .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqnYlvkLkX .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqnYlvkLkX .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnYlvkLkX .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnYlvkLkX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqnYlvkLkX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqnYlvkLkX .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqnYlvkLkX .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqnYlvkLkX .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqnYlvkLkX .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #074730;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqnYlvkLkX .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqnYlvkLkX .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqnYlvkLkX .mbr-section-title {
  color: #050f0f;
}
.cid-uqnYlvkLkX .mbr-text {
  color: #050f0f;
}
.cid-uqnYlvOV2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqnYlvOV2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlvOV2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlvOV2l .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uqnYlvOV2l .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uqnYlvOV2l .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqnYlvOV2l .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqnYlvOV2l .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqnYlvOV2l .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper:hover,
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uqnYlvOV2l .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uqnYlvOV2l .item-title {
  color: #fafafa;
}
.cid-uqnYlvOV2l .item-text {
  color: #050f0f;
}
.cid-uqnYlvOV2l .list {
  color: #050f0f;
}
.cid-uqnYlwn1n8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #074730;
}
.cid-uqnYlwn1n8 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqnYlwn1n8 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uqnYlwn1n8 .video-block {
    width: 100% !important;
  }
}
.cid-uqnYlwn1n8 .mbr-section-title {
  color: #ffffff;
}
.cid-uqnYlwHr64 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uqnYlwHr64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlwHr64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlwHr64 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .container {
    padding: 0 16px;
  }
}
.cid-uqnYlwHr64 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .row {
    margin: 0 10px;
  }
}
.cid-uqnYlwHr64 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .row .card {
    padding: 0;
  }
}
.cid-uqnYlwHr64 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uqnYlwHr64 .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-uqnYlwHr64 .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-uqnYlwHr64 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqnYlwHr64 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #074730;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uqnYlwHr64 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnYlwHr64 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqnYlwHr64 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uqnYlwHr64 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uqnYlwHr64 .mbr-text {
  color: #F9A600;
}
.cid-uqnYlwHr64 .mbr-text,
.cid-uqnYlwHr64 .mbr-section-btn {
  color: #000000;
}
.cid-uqnYlwHr64 .mbr-section-title,
.cid-uqnYlwHr64 .icon-wrapper {
  color: #000000;
}
.cid-uqoLvvVKKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqoLvvVKKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqoLvvVKKz .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-uqoLvvVKKz .container {
    padding: 0 16px;
  }
}
.cid-uqoLvvVKKz .row {
  justify-content: center;
}
.cid-uqoLvvVKKz .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #074730;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uqoLvvVKKz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqoLvvVKKz .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #074730;
}
@media (max-width: 992px) {
  .cid-uqoLvvVKKz .panel-group .card {
    padding: 24px;
  }
}
.cid-uqoLvvVKKz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqoLvvVKKz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6f15c;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #c6f15c;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uqoLvvVKKz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uqoLvvVKKz .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uqoLvvVKKz .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uqoLvvVKKz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqoLvvVKKz .mbr-section-title {
  color: #000000;
}
.cid-uqoLvvVKKz .panel-title-edit {
  color: #ffffff;
}
.cid-uqoLvvVKKz .panel-text {
  color: #ffffff;
}
.cid-uqoLvvVKKz .mbr-section-title,
.cid-uqoLvvVKKz .title-wrapper {
  color: #fafafa;
}
.cid-uqnYlx7GRy {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #074730, #ffffff);
}
.cid-uqnYlx7GRy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uqnYlx7GRy .mbr-text,
.cid-uqnYlx7GRy .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uqnYlx7GRy .mbr-section-title,
.cid-uqnYlx7GRy .line {
  color: #edeceb;
}
.cid-uqnYlx7GRy .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uqnYlx7GRy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uqnYlx7GRy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqnYlx7GRy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqnYlx7GRy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqnYlx7GRy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uqnYlx7GRy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uqnYlx7GRy .mbr-section-subtitle,
.cid-uqnYlx7GRy .align {
  text-align: left;
  color: #edeceb;
}
.cid-uqnYlxGVjX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqnYlxGVjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnYlxGVjX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqnYlxGVjX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqnYlxGVjX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqnYlxGVjX a {
  font-weight: 600;
}
.cid-uqnYlxGVjX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqnYlxGVjX .col-lg-3,
  .cid-uqnYlxGVjX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqnYlxGVjX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqnYlxGVjX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqnYlxGVjX h5 {
  margin: 0;
}
.cid-uqnYlxGVjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnYlxGVjX .iconfont-wrapper {
  position: relative;
}
.cid-uqnYlxGVjX .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqnYlxGVjX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqnYlxGVjX .sociconfont-wrapper {
  display: flex;
}
.cid-uqnYlxGVjX .card-title,
.cid-uqnYlxGVjX .iconfont-wrapper {
  color: #fafafa;
}
.cid-uqnYlxGVjX .card-text {
  color: #fafafa;
}
.cid-uqnYlxGVjX .mbr-section-title {
  color: #000000;
}
.cid-uqnYlxGVjX .main-title,
.cid-uqnYlxGVjX .iconfont-wrapper {
  text-align: left;
}
.cid-uqnYlyboY3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-uqnYlyboY3 .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uqobE1zlFI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqobE1zlFI nav.navbar {
  position: fixed;
}
.cid-uqobE1zlFI .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-uqobE1zlFI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqobE1zlFI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqobE1zlFI .dropdown-item:hover,
.cid-uqobE1zlFI .dropdown-item:focus {
  background: #e36c35 !important;
  color: white !important;
}
.cid-uqobE1zlFI .dropdown-item:hover span {
  color: white;
}
.cid-uqobE1zlFI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqobE1zlFI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqobE1zlFI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqobE1zlFI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqobE1zlFI .nav-link {
  position: relative;
}
.cid-uqobE1zlFI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqobE1zlFI .container {
    flex-wrap: wrap;
  }
}
.cid-uqobE1zlFI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqobE1zlFI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uqobE1zlFI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqobE1zlFI .dropdown-menu,
.cid-uqobE1zlFI .navbar.opened {
  background: #074730 !important;
}
.cid-uqobE1zlFI .nav-item:focus,
.cid-uqobE1zlFI .nav-link:focus {
  outline: none;
}
.cid-uqobE1zlFI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqobE1zlFI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqobE1zlFI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqobE1zlFI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqobE1zlFI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqobE1zlFI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqobE1zlFI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #074730;
}
.cid-uqobE1zlFI .navbar.opened {
  transition: all 0.3s;
}
.cid-uqobE1zlFI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqobE1zlFI .navbar .navbar-logo img {
  width: auto;
}
.cid-uqobE1zlFI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqobE1zlFI .navbar.collapsed {
  justify-content: center;
}
.cid-uqobE1zlFI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqobE1zlFI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqobE1zlFI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uqobE1zlFI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqobE1zlFI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqobE1zlFI .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-uqobE1zlFI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqobE1zlFI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqobE1zlFI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqobE1zlFI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqobE1zlFI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqobE1zlFI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqobE1zlFI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqobE1zlFI .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-uqobE1zlFI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqobE1zlFI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqobE1zlFI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqobE1zlFI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqobE1zlFI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqobE1zlFI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqobE1zlFI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqobE1zlFI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqobE1zlFI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqobE1zlFI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqobE1zlFI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqobE1zlFI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqobE1zlFI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqobE1zlFI .dropdown-item.active,
.cid-uqobE1zlFI .dropdown-item:active {
  background-color: transparent;
}
.cid-uqobE1zlFI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqobE1zlFI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqobE1zlFI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqobE1zlFI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #074730;
}
.cid-uqobE1zlFI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqobE1zlFI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqobE1zlFI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqobE1zlFI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqobE1zlFI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqobE1zlFI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqobE1zlFI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqobE1zlFI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqobE1zlFI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqobE1zlFI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqobE1zlFI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqobE1zlFI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqobE1zlFI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqobE1zlFI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqobE1zlFI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqobE1zlFI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqobE1zlFI .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-uqobE1zlFI .navbar {
    height: 70px;
  }
  .cid-uqobE1zlFI .navbar.opened {
    height: auto;
  }
  .cid-uqobE1zlFI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqobE249V6 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #0a7f54;
}
.cid-uqobE249V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE249V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE249V6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqobE249V6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqobE249V6 .container {
    padding: 0 24px;
  }
}
.cid-uqobE249V6 .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #074730;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uqobE249V6 .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqobE249V6 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #074730;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uqobE249V6 .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uqobE249V6 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqobE249V6 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqobE249V6 .mbr-section-title {
  color: #18212d;
}
.cid-uqobE249V6 .mbr-desc,
.cid-uqobE249V6 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqobE249V6 .mbr-text,
.cid-uqobE249V6 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqobE249V6 .mbr-rating {
  color: #EFCC4E;
}
.cid-uqobE249V6 .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uqobE249V6 .mbr-section-title,
.cid-uqobE249V6 .mbr-section-btn {
  text-align: center;
}
.cid-uqobE249V6 .mbr-rating,
.cid-uqobE249V6 .rating-wrapper,
.cid-uqobE249V6 .people-wrapper {
  text-align: center;
}
.cid-uqobE2LyLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqobE2LyLH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqobE2LyLH .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqobE2LyLH .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #074730;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uqobE2LyLH .mbr-section-title {
  text-align: left;
  color: #252434;
}
.cid-uqobE2LyLH .mbr-text {
  color: #192227;
}
.cid-uqobE35ukF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqobE35ukF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uqobE35ukF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE35ukF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE35ukF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uqobE35ukF .content-wrap .card {
  justify-content: space-between;
}
.cid-uqobE35ukF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uqobE35ukF .content-wrapper {
    padding: 0;
  }
}
.cid-uqobE35ukF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqobE35ukF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uqobE35ukF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uqobE35ukF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uqobE35ukF .mbr-desc,
.cid-uqobE35ukF .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uqobE35ukF .mbr-section-title,
.cid-uqobE35ukF .mbr-section-btn {
  color: #fafafa;
}
.cid-uqobE3pwLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-uqobE3pwLV .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqobE3pwLV .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0a7f54 0, #074730 43%, #074730 100%);
}
.cid-uqobE3pwLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE3pwLV .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-uqobE3pwLV .container {
    padding: 0 30px;
  }
}
.cid-uqobE3pwLV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqobE3pwLV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqobE3pwLV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uqobE3pwLV .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uqobE3pwLV .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uqobE3pwLV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqobE3pwLV .mbr-section-title {
  color: #000000;
}
.cid-uqobE3pwLV .mbr-text {
  color: #000000;
}
.cid-uqobE3KLEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqobE3KLEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE3KLEr .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-uqobE3KLEr .container {
    padding: 0 15px;
  }
}
.cid-uqobE3KLEr .content-wrapper {
  position: relative;
}
.cid-uqobE3KLEr .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqobE3KLEr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqobE3KLEr .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqobE3KLEr .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqobE3KLEr .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uqobE3KLEr .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqobE3KLEr .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqobE3KLEr .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uqobE3KLEr .mbr-text {
  color: #f7f5f6;
}
.cid-uqobE3KLEr .mbr-section-title {
  color: #ffffff;
}
.cid-uqobE3KLEr .mbr-text,
.cid-uqobE3KLEr .icon-wrapper {
  color: #fafafa;
}
.cid-uqobE485Lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqobE485Lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE485Lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE485Lj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqobE485Lj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqobE485Lj .container {
    padding: 0 14px;
  }
}
.cid-uqobE485Lj .row {
  justify-content: center;
}
.cid-uqobE485Lj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqobE485Lj .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 30px !important;
  background-color: #fafafa;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #e36c35;
  pointer-events: none;
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-uqobE485Lj .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-uqobE485Lj .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .content-wrapper {
    display: block;
  }
}
.cid-uqobE485Lj .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #074730;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uqobE485Lj .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uqobE485Lj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqobE485Lj .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-uqobE485Lj .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqobE485Lj .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uqobE485Lj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqobE485Lj .card-text {
  color: #000000;
}
.cid-uqobE4KWL1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqobE4KWL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE4KWL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE4KWL1 .mbr-section-title {
  color: #fafafa;
}
.cid-uqobE4KWL1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uqobE5dHq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqobE5dHq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE5dHq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE5dHq8 .row {
  justify-content: center;
}
.cid-uqobE5dHq8 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqobE5dHq8 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uqobE5dHq8 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uqobE5dHq8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqobE5dHq8 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqobE5dHq8 .item {
    margin-bottom: 35px;
  }
}
.cid-uqobE5dHq8 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqobE5dHq8 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uqobE5dHq8 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uqobE5dHq8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uqobE5dHq8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqobE5dHq8 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #fafafa;
}
.cid-uqobE5dHq8 .mbr-section-title {
  color: #fafafa;
}
.cid-uqobE5dHq8 .mbr-text {
  color: #000000;
}
.cid-uqobE5dHq8 .item-title {
  color: #000000;
}
.cid-uqobE5dHq8 .item-text {
  color: #000000;
}
.cid-uqobE5ODMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #074730;
}
.cid-uqobE5ODMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE5ODMy .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-uqobE5ODMy .container {
    padding: 0 22px;
  }
}
.cid-uqobE5ODMy .row {
  justify-content: space-between;
}
.cid-uqobE5ODMy .row .card {
  justify-content: center;
}
.cid-uqobE5ODMy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqobE5ODMy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uqobE5ODMy .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uqobE5ODMy .image-wrapper {
  position: relative;
}
.cid-uqobE5ODMy .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uqobE5ODMy .image-wrapper img {
    height: 350px;
  }
}
.cid-uqobE5ODMy .mbr-section-title {
  color: #fafafa;
}
.cid-uqobE5ODMy .mbr-desc {
  color: #000000;
}
.cid-uqobE5ODMy .mbr-text {
  color: #fafafa;
}
.cid-uqobE6c8Z8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqobE6c8Z8 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqobE6c8Z8 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uqobE6c8Z8 .panel-group {
  border: none;
}
.cid-uqobE6c8Z8 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqobE6c8Z8 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqobE6c8Z8 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqobE6c8Z8 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqobE6c8Z8 .content {
  margin: 5rem auto;
}
.cid-uqobE6c8Z8 .img-col {
  padding: 0;
}
.cid-uqobE6c8Z8 .img-item {
  height: 100%;
}
.cid-uqobE6c8Z8 img {
  height: 100%;
  object-fit: cover;
}
.cid-uqobE6c8Z8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uqobE6c8Z8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqobE6c8Z8 p {
  margin-bottom: 0.3rem;
}
.cid-uqobE6c8Z8 .panel-title-edit {
  color: #ffffff;
}
.cid-uqobE6c8Z8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqobE6c8Z8 .card {
  background: #074730;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqobE6c8Z8 .card {
    padding: 1rem;
  }
}
.cid-uqobE6c8Z8 .panel-text {
  color: #1b1818;
}
.cid-uqobE6c8Z8 H3 {
  text-align: center;
  color: #000000;
}
.cid-uqobE6c8Z8 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqobE6LpTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqobE6LpTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE6LpTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE6LpTk .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqobE6LpTk .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqobE6LpTk .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqobE6LpTk .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqobE6LpTk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqobE6LpTk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqobE6LpTk .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqobE6LpTk .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqobE6LpTk .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqobE6LpTk .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #074730;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqobE6LpTk .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqobE6LpTk .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqobE6LpTk .mbr-section-title {
  color: #050f0f;
}
.cid-uqobE6LpTk .mbr-text {
  color: #050f0f;
}
.cid-uqobE7gono {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uqobE7gono .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE7gono .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE7gono .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uqobE7gono .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uqobE7gono .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqobE7gono .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqobE7gono .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqobE7gono .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #074730;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper:hover,
.cid-uqobE7gono .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uqobE7gono .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uqobE7gono .item-title {
  color: #fafafa;
}
.cid-uqobE7gono .item-text {
  color: #050f0f;
}
.cid-uqobE7gono .list {
  color: #050f0f;
}
.cid-uqobE7Qtbj {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #074730;
}
.cid-uqobE7Qtbj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqobE7Qtbj .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uqobE7Qtbj .video-block {
    width: 100% !important;
  }
}
.cid-uqobE7Qtbj .mbr-section-title {
  color: #ffffff;
}
.cid-uqobE8fXyL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uqobE8fXyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE8fXyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE8fXyL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .container {
    padding: 0 16px;
  }
}
.cid-uqobE8fXyL .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .row {
    margin: 0 10px;
  }
}
.cid-uqobE8fXyL .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .row .card {
    padding: 0;
  }
}
.cid-uqobE8fXyL .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uqobE8fXyL .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #074730;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-uqobE8fXyL .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-uqobE8fXyL .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqobE8fXyL .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #074730;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uqobE8fXyL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqobE8fXyL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqobE8fXyL .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uqobE8fXyL .mbr-section-title {
  color: #fdfcfc;
}
.cid-uqobE8fXyL .mbr-text {
  color: #F9A600;
}
.cid-uqobE8fXyL .mbr-text,
.cid-uqobE8fXyL .mbr-section-btn {
  color: #000000;
}
.cid-uqobE8fXyL .mbr-section-title,
.cid-uqobE8fXyL .icon-wrapper {
  color: #000000;
}
.cid-uqoMywzDId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqoMywzDId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqoMywzDId .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-uqoMywzDId .container {
    padding: 0 16px;
  }
}
.cid-uqoMywzDId .row {
  justify-content: center;
}
.cid-uqoMywzDId .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #074730;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uqoMywzDId .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqoMywzDId .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #074730;
}
@media (max-width: 992px) {
  .cid-uqoMywzDId .panel-group .card {
    padding: 24px;
  }
}
.cid-uqoMywzDId .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqoMywzDId .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a7f54;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #0a7f54;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uqoMywzDId .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uqoMywzDId .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uqoMywzDId .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uqoMywzDId .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqoMywzDId .mbr-section-title {
  color: #000000;
}
.cid-uqoMywzDId .panel-title-edit {
  color: #ffffff;
}
.cid-uqoMywzDId .panel-text {
  color: #ffffff;
}
.cid-uqoMywzDId .mbr-section-title,
.cid-uqoMywzDId .title-wrapper {
  color: #fafafa;
}
.cid-uqobE8EOdY {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #074730, #ffffff);
}
.cid-uqobE8EOdY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uqobE8EOdY .mbr-text,
.cid-uqobE8EOdY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uqobE8EOdY .mbr-section-title,
.cid-uqobE8EOdY .line {
  color: #edeceb;
}
.cid-uqobE8EOdY .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uqobE8EOdY .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uqobE8EOdY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqobE8EOdY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqobE8EOdY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqobE8EOdY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uqobE8EOdY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uqobE8EOdY .mbr-section-subtitle,
.cid-uqobE8EOdY .align {
  text-align: left;
  color: #edeceb;
}
.cid-uqobE9dtFC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #074730;
}
.cid-uqobE9dtFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqobE9dtFC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqobE9dtFC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqobE9dtFC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqobE9dtFC a {
  font-weight: 600;
}
.cid-uqobE9dtFC a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqobE9dtFC .col-lg-3,
  .cid-uqobE9dtFC .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqobE9dtFC .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqobE9dtFC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqobE9dtFC h5 {
  margin: 0;
}
.cid-uqobE9dtFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqobE9dtFC .iconfont-wrapper {
  position: relative;
}
.cid-uqobE9dtFC .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqobE9dtFC .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqobE9dtFC .sociconfont-wrapper {
  display: flex;
}
.cid-uqobE9dtFC .card-title,
.cid-uqobE9dtFC .iconfont-wrapper {
  color: #fafafa;
}
.cid-uqobE9dtFC .card-text {
  color: #fafafa;
}
.cid-uqobE9dtFC .mbr-section-title {
  color: #000000;
}
.cid-uqobE9dtFC .main-title,
.cid-uqobE9dtFC .iconfont-wrapper {
  text-align: left;
}
.cid-uqobE9N8HY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #074730;
  overflow: hidden;
}
.cid-uqobE9N8HY .media-container-row .mbr-text {
  color: #fafafa;
}
