.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inclusive Sans;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'Crimson Text', serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Crimson Text', serif;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((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: 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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffb02c !important;
}
.bg-success {
  background-color: #cfcfcf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e69000 !important;
}
.bg-danger {
  background-color: #e6c300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffb02c !important;
  border-color: #ffb02c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffc35f !important;
  border-color: #ffc35f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffc35f !important;
  border-color: #ffc35f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #009472 !important;
  border-color: #009472 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00c799 !important;
  border-color: #00c799 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00c799 !important;
  border-color: #00c799 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #505050 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #505050 !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e69000 !important;
  border-color: #e69000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffb02c;
  color: #ffb02c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d48500 !important;
  background-color: transparent !important;
  border-color: #d48500 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb02c !important;
  border-color: #ffb02c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #009472;
  color: #009472;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #003d2f !important;
  background-color: transparent !important;
  border-color: #003d2f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #009472 !important;
  border-color: #009472 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a4a4a4 !important;
  background-color: transparent !important;
  border-color: #a4a4a4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #505050 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e69000;
  color: #e69000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f5a00 !important;
  background-color: transparent !important;
  border-color: #8f5a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e69000 !important;
  border-color: #e69000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c300;
  color: #e6c300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f7900 !important;
  background-color: transparent !important;
  border-color: #8f7900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffb02c !important;
}
.text-secondary {
  color: #009472 !important;
}
.text-success {
  color: #cfcfcf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e69000 !important;
}
.text-danger {
  color: #e6c300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c57b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002e23 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9c9c9c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #805000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #806d00 !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: #ffb02c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e69000;
}
.alert-danger {
  background-color: #e6c300;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffb02c;
  border-color: #ffb02c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffb02c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffe3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffb02c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffb02c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffb02c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffb02c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffb02c;
  border-bottom-color: #ffb02c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffb02c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #009472 !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='%23ffb02c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #009472 !important;
  background-color: #ffb02c !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #ffffff !important;
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.cid-uFrM4Bsa89 .navbar-dropdown {
  position: relative !important;
}
.cid-uFrM4Bsa89 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFrM4Bsa89 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFrM4Bsa89 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFrM4Bsa89 .dropdown-item:hover,
.cid-uFrM4Bsa89 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFrM4Bsa89 .dropdown-item:hover span {
  color: white;
}
.cid-uFrM4Bsa89 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFrM4Bsa89 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFrM4Bsa89 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFrM4Bsa89 .nav-link {
  position: relative;
}
.cid-uFrM4Bsa89 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFrM4Bsa89 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFrM4Bsa89 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFrM4Bsa89 .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .dropdown-menu,
.cid-uFrM4Bsa89 .navbar.opened {
  background: #000000 !important;
}
.cid-uFrM4Bsa89 .nav-item:focus,
.cid-uFrM4Bsa89 .nav-link:focus {
  outline: none;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFrM4Bsa89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFrM4Bsa89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFrM4Bsa89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFrM4Bsa89 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFrM4Bsa89 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFrM4Bsa89 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFrM4Bsa89 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFrM4Bsa89 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFrM4Bsa89 .navbar.collapsed {
  justify-content: center;
}
.cid-uFrM4Bsa89 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFrM4Bsa89 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFrM4Bsa89 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFrM4Bsa89 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFrM4Bsa89 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFrM4Bsa89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFrM4Bsa89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFrM4Bsa89 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFrM4Bsa89 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFrM4Bsa89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFrM4Bsa89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFrM4Bsa89 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFrM4Bsa89 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFrM4Bsa89 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFrM4Bsa89 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFrM4Bsa89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFrM4Bsa89 .navbar-brand .navbar-caption:hover,
.cid-uFrM4Bsa89 .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFrM4Bsa89 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFrM4Bsa89 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .dropdown-item.active,
.cid-uFrM4Bsa89 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFrM4Bsa89 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFrM4Bsa89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFrM4Bsa89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFrM4Bsa89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFrM4Bsa89 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFrM4Bsa89 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFrM4Bsa89 .navbar-buttons {
  text-align: center;
}
.cid-uFrM4Bsa89 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFrM4Bsa89 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFrM4Bsa89 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFrM4Bsa89 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFrM4Bsa89 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFrM4Bsa89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFrM4Bsa89 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFrM4Bsa89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFrM4Bsa89 .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-uFrM4Bsa89 .navbar {
    height: 70px;
  }
  .cid-uFrM4Bsa89 .navbar.opened {
    height: auto;
  }
  .cid-uFrM4Bsa89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFrM4Bsa89 .navbar-nav {
  margin: 0 auto;
}
.cid-uFrM4Bsa89 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFrM4Bsa89 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFrM4Bsa89 .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFrM4Bsa89 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFrM4Bsa89 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFrM4Bsa89 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFrM4Bsa89 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFrM4Bsa89 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFrM4Bsa89 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFrM4Bsa89 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFrM4Bsa89 .content-wrap {
  min-height: 110px;
}
.cid-uFrMHBopeC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFrMHBopeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrMHBopeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrMHBopeC .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .container {
    padding: 0 6px;
  }
}
.cid-uFrMHBopeC .row {
  margin: 0;
}
.cid-uFrMHBopeC .row .card {
  padding: 0;
}
.cid-uFrMHBopeC .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFrMHBopeC .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFrMHBopeC .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uFrMHBopeC .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uFrMHBopeC .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uFrMHBopeC .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uFrMHBopeC .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uFrMHBopeC .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFrMHBopeC .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFrMHBopeC .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uFrMHBopeC .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uFrMHBopeC .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uFrMHBopeC .mbr-section-title {
  color: #131313;
}
.cid-uFrMHBopeC .mbr-tag {
  color: #131313;
}
.cid-uFrMHBopeC .mbr-text {
  color: #131313;
}
.cid-uFrMHBopeC .mbr-section-title,
.cid-uFrMHBopeC .mbr-section-btn {
  text-align: left;
}
.cid-uFrN5wdPMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFrN5wdPMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrN5wdPMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrN5wdPMm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFrN5wdPMm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFrN5wdPMm .container {
    padding: 0 26px;
  }
}
.cid-uFrN5wdPMm .row {
  justify-content: center;
}
.cid-uFrN5wdPMm .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uFrN5wdPMm .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFrN5wdPMm .list .item-wrap:hover,
.cid-uFrN5wdPMm .list .item-wrap:focus {
  color: #baab99;
}
.cid-uFrN5wdPMm .list,
.cid-uFrN5wdPMm .mbr-section-btn {
  text-align: center;
}
.cid-uFrNwvdFfI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFrNwvdFfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrNwvdFfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrNwvdFfI .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .container {
    padding: 0 6px;
  }
}
.cid-uFrNwvdFfI .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFrNwvdFfI .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uFrNwvdFfI .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFrNwvdFfI .row {
    padding: 70px 30px;
  }
}
.cid-uFrNwvdFfI .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFrNwvdFfI .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-uFrNwvdFfI .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFrNwvdFfI .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFrNwvdFfI .title-wrapper span {
  color: #009472;
}
.cid-uFrNwvdFfI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFrNwvdFfI .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .content-wrapper {
    display: block;
  }
}
.cid-uFrNwvdFfI .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uFrNwvdFfI .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-uFrNwvdFfI .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-uFrNwvdFfI .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
  margin-left: 0;
}
.cid-uFrNwvdFfI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrNwvdFfI .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFrNwvdFfI .mbr-desc {
  color: #262626;
}
.cid-uFrNwvdFfI .mbr-section-title {
  color: #131313;
}
.cid-uFrNwvdFfI .mbr-text {
  color: #131313;
}
.cid-uFrNwvdFfI .mbr-section-title,
.cid-uFrNwvdFfI .mbr-section-btn {
  text-align: left;
}
.cid-uFvdTEo7OG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFvdTEo7OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvdTEo7OG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvdTEo7OG .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uFvdTEo7OG .row .card {
  padding: 0 24px;
}
.cid-uFvdTEo7OG .card-wrapper {
  border: 3px solid #00775c;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uFvdTEo7OG .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uFvdTEo7OG .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFvdTEo7OG .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uFvdTEo7OG .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvdTEo7OG .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvdTEo7OG .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvdTEo7OG .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFvdTEo7OG .image-wrapper {
  height: 100%;
}
.cid-uFvdTEo7OG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvdTEo7OG .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvdTEo7OG .mbr-section-title {
  color: #cbff5b;
}
.cid-uFvdTEo7OG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFvdTEo7OG .mbr-section-title,
.cid-uFvdTEo7OG .mbr-section-btn {
  text-align: center;
  color: #00775c;
}
.cid-uFve7bfCDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFve7bfCDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFve7bfCDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFve7bfCDA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFve7bfCDA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFve7bfCDA .container {
    padding: 0;
  }
}
.cid-uFve7bfCDA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFve7bfCDA .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFve7bfCDA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFve7bfCDA .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFve7bfCDA .mbr-section-title {
  color: #00775c;
}
.cid-uFve7bfCDA .mbr-text {
  color: #000000;
}
.cid-tQoH4tru27 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-tQoH4tru27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoH4tru27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoH4tru27 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .container {
    padding: 0 6px;
  }
}
.cid-tQoH4tru27 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tQoH4tru27 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tQoH4tru27 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tQoH4tru27 .row {
    padding: 70px 30px;
  }
}
.cid-tQoH4tru27 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tQoH4tru27 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .desc-wrapper {
    padding: 0;
  }
}
.cid-tQoH4tru27 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tQoH4tru27 .title-wrapper {
  margin-bottom: 64px;
}
.cid-tQoH4tru27 .title-wrapper span {
  color: #009472;
}
.cid-tQoH4tru27 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQoH4tru27 .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tQoH4tru27 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .cards-wrapper {
    display: block;
  }
}
.cid-tQoH4tru27 .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tQoH4tru27 .cards-wrapper .item:hover,
.cid-tQoH4tru27 .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tQoH4tru27 .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-tQoH4tru27 .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-tQoH4tru27 .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #009472;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tQoH4tru27 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tQoH4tru27 .mbr-desc {
  color: #262626;
}
.cid-tQoH4tru27 .mbr-section-title {
  color: #131313;
}
.cid-tQoH4tru27 .card-title {
  color: #ffffff;
}
.cid-tQoH4tru27 .card-text {
  color: #131313;
}
.cid-uFvehEGPpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uFvehEGPpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvehEGPpV .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-uFvehEGPpV .container {
    padding: 0 30px;
  }
}
.cid-uFvehEGPpV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uFvehEGPpV .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFvehEGPpV .row.content {
  padding: 30px 0;
  border-top: 1px solid #f1f4e9;
  border-bottom: 1px solid #f1f4e9;
}
.cid-uFvehEGPpV .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFvehEGPpV .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uFvehEGPpV .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFvehEGPpV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uFvehEGPpV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uFvehEGPpV .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uFvehEGPpV .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uFvehEGPpV .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uFvehEGPpV .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvehEGPpV .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uFvehEGPpV .mbr-section-title {
  color: #f1f4e9;
}
.cid-uFvehEGPpV .mbr-desc {
  color: #f1f4e9;
}
.cid-uFvehEGPpV .mbr-text {
  color: #f1f4e9;
}
.cid-uFvehEGPpV .mbr-name {
  color: #f1f4e9;
}
.cid-uFvehEGPpV .mbr-section-title,
.cid-uFvehEGPpV .mbr-section-btn {
  text-align: center;
}
.cid-uFvehEGPpV .mbr-desc,
.cid-uFvehEGPpV .rating-wrapper {
  text-align: center;
}
.cid-tQoH6gqYhF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQoH6gqYhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoH6gqYhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoH6gqYhF .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQoH6gqYhF .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tQoH6gqYhF .container {
    padding: 0 6px;
  }
}
.cid-tQoH6gqYhF .row {
  margin: 0;
}
.cid-tQoH6gqYhF .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-tQoH6gqYhF img {
  height: 800px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tQoH6gqYhF img {
    height: 350px;
  }
}
.cid-uFtq8UL4dh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFtq8UL4dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtq8UL4dh .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-uFtq8UL4dh .container {
    padding: 0 16px;
  }
}
.cid-uFtq8UL4dh .card {
  justify-content: center;
}
.cid-uFtq8UL4dh .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #00775c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFtq8UL4dh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFtq8UL4dh .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFtq8UL4dh .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFtq8UL4dh .mbr-section-title {
  color: #000000;
}
.cid-uFtq8UL4dh .mbr-text {
  color: #000000;
}
.cid-uFtq8UL4dh .mbr-desc {
  color: #000000;
}
.cid-uFtq8UL4dh .mbr-section-title,
.cid-uFtq8UL4dh .title-wrapper {
  color: #ffffff;
}
.cid-uFtsayMlhe {
  background-color: #009472;
}
.cid-uFtsayMlhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtsayMlhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtsayMlhe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .container {
    padding: 0 20px;
  }
}
.cid-uFtsayMlhe .row {
  justify-content: space-between;
}
.cid-uFtsayMlhe .card {
  justify-content: center;
}
.cid-uFtsayMlhe .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFtsayMlhe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFtsayMlhe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtsayMlhe .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFtsayMlhe .image-wrapper img {
    height: 350px;
  }
}
.cid-uFtsayMlhe .mbr-desc {
  color: #ffffff;
}
.cid-uFtsayMlhe .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFtsayMlhe .mbr-text {
  color: #ffffff;
}
.cid-uFtsayMlhe .mbr-section-title,
.cid-uFtsayMlhe .mbr-section-btn {
  color: #ffffff;
}
.cid-tQoHbsvRvm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-tQoHbsvRvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoHbsvRvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoHbsvRvm .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .container {
    padding: 0 6px;
  }
}
.cid-tQoHbsvRvm .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tQoHbsvRvm .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tQoHbsvRvm .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tQoHbsvRvm .row {
    padding: 70px 30px;
  }
}
.cid-tQoHbsvRvm .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tQoHbsvRvm .title-wrapper {
  margin-bottom: 64px;
}
.cid-tQoHbsvRvm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQoHbsvRvm .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-tQoHbsvRvm .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-tQoHbsvRvm .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-tQoHbsvRvm .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-tQoHbsvRvm .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-tQoHbsvRvm .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #131313;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-tQoHbsvRvm .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #cfcfcf;
  background-color: #262626;
}
.cid-tQoHbsvRvm .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .content-wrapper {
    display: block;
  }
}
.cid-tQoHbsvRvm .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tQoHbsvRvm .content-wrapper .item:hover,
.cid-tQoHbsvRvm .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-tQoHbsvRvm .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-tQoHbsvRvm .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-tQoHbsvRvm .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #00775c;
  border-radius: 16px 16px 0 0;
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #00775c;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tQoHbsvRvm .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tQoHbsvRvm .mbr-section-title {
  color: #131313;
}
.cid-tQoHbsvRvm .card-title {
  color: #ffffff;
}
.cid-tQoHbsvRvm .card-text {
  color: #131313;
}
.cid-uFtoDhjiQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00775c;
}
.cid-uFtoDhjiQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtoDhjiQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtoDhjiQi .row {
  justify-content: center;
}
.cid-uFtoDhjiQi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFtoDhjiQi .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFtoDhjiQi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFtoDhjiQi .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFtoDhjiQi .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFtoDhjiQi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtoDhjiQi .mbr-section-title,
.cid-uFtoDhjiQi .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFtoDhjiQi .mbr-desc {
  color: #fff7ee;
}
.cid-uFtoDhjiQi .mbr-text {
  color: #fff7ee;
}
.cid-uFtoDhjiQi .mbr-section-title,
.cid-uFtoDhjiQi .title-wrapper,
.cid-uFtoDhjiQi .mbr-iconfont {
  color: #ffffff;
}
.cid-uFtBpOMjNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtBpOMjNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtBpOMjNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtBpOMjNp .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFtBpOMjNp .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFtBpOMjNp .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFtBpOMjNp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFtBpOMjNp .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFtBpOMjNp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFtBpOMjNp .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFtBpOMjNp .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uFtBpOMjNp .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #00775c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFtBpOMjNp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFtBpOMjNp .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFtBpOMjNp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFtBpOMjNp .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFtBpOMjNp .mbr-section-subtitle {
  color: #747474;
}
.cid-uFtBpOMjNp .mbr-text {
  color: #747474;
}
.cid-uFtBpOMjNp .panel-title-edit {
  color: #00775c;
}
.cid-uFtBpOMjNp .panel-text {
  color: #747474;
}
.cid-uFtBpOMjNp .mbr-section-title,
.cid-uFtBpOMjNp .mbr-section-btn {
  color: #00775c;
}
.cid-uFtqNxJIsf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFtqNxJIsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtqNxJIsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtqNxJIsf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .container {
    padding: 0 20px;
  }
}
.cid-uFtqNxJIsf .row {
  justify-content: space-between;
}
.cid-uFtqNxJIsf .card {
  justify-content: center;
}
.cid-uFtqNxJIsf .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uFtqNxJIsf .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uFtqNxJIsf .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uFtqNxJIsf .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uFtqNxJIsf .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFtqNxJIsf .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFtqNxJIsf .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFtqNxJIsf .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uFtqNxJIsf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFtqNxJIsf .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFtqNxJIsf .mbr-desc {
  color: #1e1d1c;
}
.cid-uFtqNxJIsf .mbr-section-title {
  color: #1e1d1c;
}
.cid-tQoH6J4KH4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-tQoH6J4KH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoH6J4KH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoH6J4KH4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .container {
    padding: 0 6px;
  }
}
.cid-tQoH6J4KH4 .row {
  margin: 0;
}
.cid-tQoH6J4KH4 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-tQoH6J4KH4 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-tQoH6J4KH4 .google-map iframe {
    height: 350px;
  }
}
.cid-uFtJMrrN4I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFtJMrrN4I::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFtJMrrN4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtJMrrN4I .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-uFtJMrrN4I .container {
    padding: 0 22px;
  }
}
.cid-uFtJMrrN4I .row {
  position: relative;
  z-index: 1;
}
.cid-uFtJMrrN4I .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFtJMrrN4I .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFtJMrrN4I .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFtJMrrN4I .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtJMrrN4I .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFtJMrrN4I .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFtJMrrN4I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover,
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover::before,
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFtJMrrN4I .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFtJMrrN4I .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFtJMrrN4I .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFtJMrrN4I .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFtJMrrN4I .mbr-section-title {
  color: #00d0f3;
}
.cid-uFtJMrrN4I .mbr-text {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFtJMrrN4I .list {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-contact {
  color: #ffffff;
}
.cid-uFtJMrrN4I .mbr-desc {
  color: #ffffff;
}
.cid-uFvKcfNnnv .navbar-dropdown {
  position: relative !important;
}
.cid-uFvKcfNnnv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKcfNnnv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvKcfNnnv .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-uFvKcfNnnv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvKcfNnnv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKcfNnnv .dropdown-item:hover,
.cid-uFvKcfNnnv .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKcfNnnv .dropdown-item:hover span {
  color: white;
}
.cid-uFvKcfNnnv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvKcfNnnv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvKcfNnnv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvKcfNnnv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvKcfNnnv .nav-link {
  position: relative;
}
.cid-uFvKcfNnnv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvKcfNnnv .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvKcfNnnv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKcfNnnv .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvKcfNnnv .dropdown-menu,
.cid-uFvKcfNnnv .navbar.opened {
  background: #000000 !important;
}
.cid-uFvKcfNnnv .nav-item:focus,
.cid-uFvKcfNnnv .nav-link:focus {
  outline: none;
}
.cid-uFvKcfNnnv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvKcfNnnv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvKcfNnnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvKcfNnnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvKcfNnnv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvKcfNnnv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvKcfNnnv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKcfNnnv .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvKcfNnnv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvKcfNnnv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvKcfNnnv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvKcfNnnv .navbar.collapsed {
  justify-content: center;
}
.cid-uFvKcfNnnv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvKcfNnnv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvKcfNnnv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFvKcfNnnv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvKcfNnnv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvKcfNnnv .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-uFvKcfNnnv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvKcfNnnv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvKcfNnnv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvKcfNnnv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvKcfNnnv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvKcfNnnv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvKcfNnnv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvKcfNnnv .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-uFvKcfNnnv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvKcfNnnv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvKcfNnnv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvKcfNnnv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvKcfNnnv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvKcfNnnv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvKcfNnnv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvKcfNnnv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvKcfNnnv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFvKcfNnnv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvKcfNnnv .navbar-brand .navbar-caption:hover,
.cid-uFvKcfNnnv .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKcfNnnv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvKcfNnnv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvKcfNnnv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKcfNnnv .dropdown-item.active,
.cid-uFvKcfNnnv .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvKcfNnnv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvKcfNnnv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvKcfNnnv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvKcfNnnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvKcfNnnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvKcfNnnv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvKcfNnnv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvKcfNnnv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvKcfNnnv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvKcfNnnv .navbar-buttons {
  text-align: center;
}
.cid-uFvKcfNnnv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvKcfNnnv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFvKcfNnnv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvKcfNnnv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKcfNnnv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvKcfNnnv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvKcfNnnv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKcfNnnv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKcfNnnv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvKcfNnnv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKcfNnnv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvKcfNnnv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvKcfNnnv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKcfNnnv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvKcfNnnv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKcfNnnv .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-uFvKcfNnnv .navbar {
    height: 70px;
  }
  .cid-uFvKcfNnnv .navbar.opened {
    height: auto;
  }
  .cid-uFvKcfNnnv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvKcfNnnv .navbar-nav {
  margin: 0 auto;
}
.cid-uFvKcfNnnv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvKcfNnnv .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvKcfNnnv .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvKcfNnnv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvKcfNnnv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvKcfNnnv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvKcfNnnv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvKcfNnnv .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFvKcfNnnv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvKcfNnnv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvKcfNnnv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvKcfNnnv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvKcfNnnv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvKcfNnnv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvKcfNnnv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvKcfNnnv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvKcfNnnv .content-wrap {
  min-height: 110px;
}
.cid-uFvKcgfRH0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFvKcgfRH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcgfRH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKcgfRH0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .container {
    padding: 0 6px;
  }
}
.cid-uFvKcgfRH0 .row {
  margin: 0;
}
.cid-uFvKcgfRH0 .row .card {
  padding: 0;
}
.cid-uFvKcgfRH0 .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKcgfRH0 .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uFvKcgfRH0 .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uFvKcgfRH0 .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uFvKcgfRH0 .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uFvKcgfRH0 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKcgfRH0 .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKcgfRH0 .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uFvKcgfRH0 .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uFvKcgfRH0 .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uFvKcgfRH0 .mbr-section-title {
  color: #131313;
}
.cid-uFvKcgfRH0 .mbr-tag {
  color: #131313;
}
.cid-uFvKcgfRH0 .mbr-text {
  color: #131313;
}
.cid-uFvKcgfRH0 .mbr-section-title,
.cid-uFvKcgfRH0 .mbr-section-btn {
  text-align: left;
}
.cid-uFvKcgIMuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKcgIMuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcgIMuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKcgIMuu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFvKcgIMuu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcgIMuu .container {
    padding: 0 26px;
  }
}
.cid-uFvKcgIMuu .row {
  justify-content: center;
}
.cid-uFvKcgIMuu .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uFvKcgIMuu .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKcgIMuu .list .item-wrap:hover,
.cid-uFvKcgIMuu .list .item-wrap:focus {
  color: #baab99;
}
.cid-uFvKcgIMuu .list,
.cid-uFvKcgIMuu .mbr-section-btn {
  text-align: center;
}
.cid-uFvKch63Vq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKch63Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKch63Vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKch63Vq .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .container {
    padding: 0 6px;
  }
}
.cid-uFvKch63Vq .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFvKch63Vq .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKch63Vq .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKch63Vq .row {
    padding: 70px 30px;
  }
}
.cid-uFvKch63Vq .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKch63Vq .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-uFvKch63Vq .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKch63Vq .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKch63Vq .title-wrapper span {
  color: #009472;
}
.cid-uFvKch63Vq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFvKch63Vq .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .content-wrapper {
    display: block;
  }
}
.cid-uFvKch63Vq .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uFvKch63Vq .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-uFvKch63Vq .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-uFvKch63Vq .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
  margin-left: 0;
}
.cid-uFvKch63Vq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKch63Vq .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFvKch63Vq .mbr-desc {
  color: #262626;
}
.cid-uFvKch63Vq .mbr-section-title {
  color: #131313;
}
.cid-uFvKch63Vq .mbr-text {
  color: #131313;
}
.cid-uFvKch63Vq .mbr-section-title,
.cid-uFvKch63Vq .mbr-section-btn {
  text-align: left;
}
.cid-uFvKchy9k4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFvKchy9k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKchy9k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKchy9k4 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uFvKchy9k4 .row .card {
  padding: 0 24px;
}
.cid-uFvKchy9k4 .card-wrapper {
  border: 3px solid #00775c;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uFvKchy9k4 .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uFvKchy9k4 .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKchy9k4 .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uFvKchy9k4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKchy9k4 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKchy9k4 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKchy9k4 .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFvKchy9k4 .image-wrapper {
  height: 100%;
}
.cid-uFvKchy9k4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKchy9k4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKchy9k4 .mbr-section-title {
  color: #cbff5b;
}
.cid-uFvKchy9k4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKchy9k4 .mbr-section-title,
.cid-uFvKchy9k4 .mbr-section-btn {
  text-align: center;
  color: #00775c;
}
.cid-uFvKchYLQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFvKchYLQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKchYLQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKchYLQJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFvKchYLQJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKchYLQJ .container {
    padding: 0;
  }
}
.cid-uFvKchYLQJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKchYLQJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFvKchYLQJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKchYLQJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFvKchYLQJ .mbr-section-title {
  color: #00775c;
}
.cid-uFvKchYLQJ .mbr-text {
  color: #263652;
}
.cid-uFvKcijfFv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uFvKcijfFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcijfFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKcijfFv .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .container {
    padding: 0 6px;
  }
}
.cid-uFvKcijfFv .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFvKcijfFv .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKcijfFv .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKcijfFv .row {
    padding: 70px 30px;
  }
}
.cid-uFvKcijfFv .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKcijfFv .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .desc-wrapper {
    padding: 0;
  }
}
.cid-uFvKcijfFv .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKcijfFv .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKcijfFv .title-wrapper span {
  color: #009472;
}
.cid-uFvKcijfFv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKcijfFv .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uFvKcijfFv .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .cards-wrapper {
    display: block;
  }
}
.cid-uFvKcijfFv .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uFvKcijfFv .cards-wrapper .item:hover,
.cid-uFvKcijfFv .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uFvKcijfFv .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uFvKcijfFv .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uFvKcijfFv .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #009472;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uFvKcijfFv .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKcijfFv .mbr-desc {
  color: #262626;
}
.cid-uFvKcijfFv .mbr-section-title {
  color: #131313;
}
.cid-uFvKcijfFv .card-title {
  color: #ffffff;
}
.cid-uFvKcijfFv .card-text {
  color: #131313;
}
.cid-uFvKciRagY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uFvKciRagY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKciRagY .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-uFvKciRagY .container {
    padding: 0 30px;
  }
}
.cid-uFvKciRagY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uFvKciRagY .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFvKciRagY .row.content {
  padding: 30px 0;
  border-top: 1px solid #f1f4e9;
  border-bottom: 1px solid #f1f4e9;
}
.cid-uFvKciRagY .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFvKciRagY .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uFvKciRagY .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFvKciRagY .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uFvKciRagY .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uFvKciRagY .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uFvKciRagY .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uFvKciRagY .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uFvKciRagY .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvKciRagY .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uFvKciRagY .mbr-section-title {
  color: #f1f4e9;
}
.cid-uFvKciRagY .mbr-desc {
  color: #f1f4e9;
}
.cid-uFvKciRagY .mbr-text {
  color: #f1f4e9;
}
.cid-uFvKciRagY .mbr-name {
  color: #f1f4e9;
}
.cid-uFvKciRagY .mbr-section-title,
.cid-uFvKciRagY .mbr-section-btn {
  text-align: center;
}
.cid-uFvKciRagY .mbr-desc,
.cid-uFvKciRagY .rating-wrapper {
  text-align: center;
}
.cid-uFvKcjDbET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKcjDbET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcjDbET .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-uFvKcjDbET .container {
    padding: 0 16px;
  }
}
.cid-uFvKcjDbET .card {
  justify-content: center;
}
.cid-uFvKcjDbET .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #00775c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFvKcjDbET .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFvKcjDbET .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFvKcjDbET .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFvKcjDbET .mbr-section-title {
  color: #000000;
}
.cid-uFvKcjDbET .mbr-text {
  color: #000000;
}
.cid-uFvKcjDbET .mbr-desc {
  color: #000000;
}
.cid-uFvKcjDbET .mbr-section-title,
.cid-uFvKcjDbET .title-wrapper {
  color: #ffffff;
}
.cid-uFvKck0QMm {
  background-color: #009472;
}
.cid-uFvKck0QMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKck0QMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKck0QMm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKck0QMm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKck0QMm .container {
    padding: 0 20px;
  }
}
.cid-uFvKck0QMm .row {
  justify-content: space-between;
}
.cid-uFvKck0QMm .card {
  justify-content: center;
}
.cid-uFvKck0QMm .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFvKck0QMm .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKck0QMm .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFvKck0QMm .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFvKck0QMm .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFvKck0QMm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFvKck0QMm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKck0QMm .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKck0QMm .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKck0QMm .mbr-desc {
  color: #ffffff;
}
.cid-uFvKck0QMm .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvKck0QMm .mbr-text {
  color: #ffffff;
}
.cid-uFvKck0QMm .mbr-section-title,
.cid-uFvKck0QMm .mbr-section-btn {
  color: #ffffff;
}
.cid-uGCPVTidIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCPVTidIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCPVTidIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCPVTidIn .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .container {
    padding: 0 6px;
  }
}
.cid-uGCPVTidIn .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCPVTidIn .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCPVTidIn .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCPVTidIn .row {
    padding: 70px 30px;
  }
}
.cid-uGCPVTidIn .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCPVTidIn .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCPVTidIn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCPVTidIn .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uGCPVTidIn .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uGCPVTidIn .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uGCPVTidIn .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uGCPVTidIn .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uGCPVTidIn .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #131313;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uGCPVTidIn .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #cfcfcf;
  background-color: #262626;
}
.cid-uGCPVTidIn .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .content-wrapper {
    display: block;
  }
}
.cid-uGCPVTidIn .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uGCPVTidIn .content-wrapper .item:hover,
.cid-uGCPVTidIn .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uGCPVTidIn .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uGCPVTidIn .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uGCPVTidIn .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #00775c;
  border-radius: 16px 16px 0 0;
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #00775c;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uGCPVTidIn .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCPVTidIn .mbr-section-title {
  color: #131313;
}
.cid-uGCPVTidIn .card-title {
  color: #ffffff;
}
.cid-uGCPVTidIn .card-text {
  color: #131313;
}
.cid-uFvMC6YxBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvMC6YxBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvMC6YxBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvMC6YxBK .video-wrapper iframe {
  width: 100%;
}
.cid-uFvMC6YxBK .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uFvMC6YxBK .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uFvMC6YxBK .video-block {
  position: relative;
  z-index: 1;
}
.cid-uFvMC6YxBK .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uFvMC6YxBK .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFvMC6YxBK .video-block .image-absolute {
    display: none;
  }
}
.cid-uFvKclbZ0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00775c;
}
.cid-uFvKclbZ0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKclbZ0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKclbZ0M .row {
  justify-content: center;
}
.cid-uFvKclbZ0M .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFvKclbZ0M .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFvKclbZ0M .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKclbZ0M .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFvKclbZ0M .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFvKclbZ0M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKclbZ0M .mbr-section-title,
.cid-uFvKclbZ0M .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFvKclbZ0M .mbr-desc {
  color: #fff7ee;
}
.cid-uFvKclbZ0M .mbr-text {
  color: #fff7ee;
}
.cid-uFvKclbZ0M .mbr-section-title,
.cid-uFvKclbZ0M .title-wrapper,
.cid-uFvKclbZ0M .mbr-iconfont {
  color: #ffffff;
}
.cid-uFvKclDVeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKclDVeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKclDVeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKclDVeN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFvKclDVeN .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKclDVeN .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFvKclDVeN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFvKclDVeN .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFvKclDVeN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFvKclDVeN .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFvKclDVeN .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uFvKclDVeN .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #00775c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFvKclDVeN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFvKclDVeN .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFvKclDVeN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvKclDVeN .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFvKclDVeN .mbr-section-subtitle {
  color: #747474;
}
.cid-uFvKclDVeN .mbr-text {
  color: #747474;
}
.cid-uFvKclDVeN .panel-title-edit {
  color: #00775c;
}
.cid-uFvKclDVeN .panel-text {
  color: #747474;
}
.cid-uFvKclDVeN .mbr-section-title,
.cid-uFvKclDVeN .mbr-section-btn {
  color: #00775c;
}
.cid-uFvKcmjlhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKcmjlhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcmjlhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKcmjlhp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .container {
    padding: 0 20px;
  }
}
.cid-uFvKcmjlhp .row {
  justify-content: space-between;
}
.cid-uFvKcmjlhp .card {
  justify-content: center;
}
.cid-uFvKcmjlhp .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKcmjlhp .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKcmjlhp .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uFvKcmjlhp .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uFvKcmjlhp .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFvKcmjlhp .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKcmjlhp .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKcmjlhp .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uFvKcmjlhp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFvKcmjlhp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKcmjlhp .mbr-desc {
  color: #1e1d1c;
}
.cid-uFvKcmjlhp .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvVzoJLRH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
  background-image: linear-gradient(45deg, #009472 -20%, #2f2f2f 40%);
}
@media (max-width: 768px) {
  .cid-uFvVzoJLRH {
    background-image: linear-gradient(45deg, #009472 -60%, #2f2f2f 40%);
  }
}
.cid-uFvVzoJLRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvVzoJLRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvVzoJLRH .row {
  justify-content: space-between;
}
.cid-uFvVzoJLRH .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFvVzoJLRH .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFvVzoJLRH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvVzoJLRH .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFvVzoJLRH .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #0b5f4c;
}
@media (max-width: 992px) {
  .cid-uFvVzoJLRH .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFvVzoJLRH .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFvVzoJLRH .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFvVzoJLRH .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFvVzoJLRH .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFvVzoJLRH .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFvVzoJLRH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFvVzoJLRH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFvVzoJLRH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFvVzoJLRH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uFvVzoJLRH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFvVzoJLRH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFvVzoJLRH .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFvVzoJLRH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvVzoJLRH .mbr-section-title {
  color: #ffffff;
}
.cid-uFvVzoJLRH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFvVzoJLRH .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFvVzoJLRH .panel-title-edit {
  color: #ffffff;
}
.cid-uFvVzoJLRH .panel-text {
  color: #ffffff;
}
.cid-uFvKcmM4C0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKcmM4C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcmM4C0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKcmM4C0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKcmM4C0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKcmM4C0 .container {
    padding: 0 6px;
  }
}
.cid-uFvKcmM4C0 .row {
  margin: 0;
}
.cid-uFvKcmM4C0 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFvKcmM4C0 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFvKcmM4C0 .google-map iframe {
    height: 350px;
  }
}
.cid-uFvKcngoU3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFvKcngoU3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvKcngoU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKcngoU3 .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-uFvKcngoU3 .container {
    padding: 0 22px;
  }
}
.cid-uFvKcngoU3 .row {
  position: relative;
  z-index: 1;
}
.cid-uFvKcngoU3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvKcngoU3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKcngoU3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKcngoU3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKcngoU3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvKcngoU3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKcngoU3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvKcngoU3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvKcngoU3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap:hover,
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvKcngoU3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKcngoU3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKcngoU3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKcngoU3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKcngoU3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvKcngoU3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKcngoU3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvKcngoU3 .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvKcngoU3 .mbr-text {
  color: #ffffff;
}
.cid-uFvKcngoU3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKcngoU3 .list {
  color: #ffffff;
}
.cid-uFvKcngoU3 .mbr-contact {
  color: #ffffff;
}
.cid-uFvKcngoU3 .mbr-desc {
  color: #ffffff;
}
.cid-uFvKZhKQ5Y .navbar-dropdown {
  position: relative !important;
}
.cid-uFvKZhKQ5Y .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKZhKQ5Y .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvKZhKQ5Y .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-uFvKZhKQ5Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvKZhKQ5Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKZhKQ5Y .dropdown-item:hover,
.cid-uFvKZhKQ5Y .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKZhKQ5Y .dropdown-item:hover span {
  color: white;
}
.cid-uFvKZhKQ5Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvKZhKQ5Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvKZhKQ5Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvKZhKQ5Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvKZhKQ5Y .nav-link {
  position: relative;
}
.cid-uFvKZhKQ5Y .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvKZhKQ5Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvKZhKQ5Y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKZhKQ5Y .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvKZhKQ5Y .dropdown-menu,
.cid-uFvKZhKQ5Y .navbar.opened {
  background: #000000 !important;
}
.cid-uFvKZhKQ5Y .nav-item:focus,
.cid-uFvKZhKQ5Y .nav-link:focus {
  outline: none;
}
.cid-uFvKZhKQ5Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvKZhKQ5Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvKZhKQ5Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvKZhKQ5Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvKZhKQ5Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvKZhKQ5Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvKZhKQ5Y .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKZhKQ5Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvKZhKQ5Y .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvKZhKQ5Y .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvKZhKQ5Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvKZhKQ5Y .navbar.collapsed {
  justify-content: center;
}
.cid-uFvKZhKQ5Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvKZhKQ5Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvKZhKQ5Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFvKZhKQ5Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvKZhKQ5Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvKZhKQ5Y .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-uFvKZhKQ5Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvKZhKQ5Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvKZhKQ5Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvKZhKQ5Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvKZhKQ5Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvKZhKQ5Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvKZhKQ5Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvKZhKQ5Y .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-uFvKZhKQ5Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvKZhKQ5Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvKZhKQ5Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvKZhKQ5Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvKZhKQ5Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvKZhKQ5Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvKZhKQ5Y .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvKZhKQ5Y .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvKZhKQ5Y .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFvKZhKQ5Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvKZhKQ5Y .navbar-brand .navbar-caption:hover,
.cid-uFvKZhKQ5Y .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKZhKQ5Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvKZhKQ5Y .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvKZhKQ5Y .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKZhKQ5Y .dropdown-item.active,
.cid-uFvKZhKQ5Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvKZhKQ5Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvKZhKQ5Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvKZhKQ5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvKZhKQ5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvKZhKQ5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvKZhKQ5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvKZhKQ5Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvKZhKQ5Y ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvKZhKQ5Y ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvKZhKQ5Y .navbar-buttons {
  text-align: center;
}
.cid-uFvKZhKQ5Y .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvKZhKQ5Y .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFvKZhKQ5Y .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvKZhKQ5Y button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKZhKQ5Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvKZhKQ5Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvKZhKQ5Y button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKZhKQ5Y button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKZhKQ5Y button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvKZhKQ5Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKZhKQ5Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvKZhKQ5Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvKZhKQ5Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKZhKQ5Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvKZhKQ5Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKZhKQ5Y .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-uFvKZhKQ5Y .navbar {
    height: 70px;
  }
  .cid-uFvKZhKQ5Y .navbar.opened {
    height: auto;
  }
  .cid-uFvKZhKQ5Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvKZhKQ5Y .navbar-nav {
  margin: 0 auto;
}
.cid-uFvKZhKQ5Y .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvKZhKQ5Y .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvKZhKQ5Y .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvKZhKQ5Y .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvKZhKQ5Y .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvKZhKQ5Y .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvKZhKQ5Y .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvKZhKQ5Y .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFvKZhKQ5Y .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvKZhKQ5Y .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvKZhKQ5Y .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvKZhKQ5Y .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvKZhKQ5Y .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvKZhKQ5Y .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvKZhKQ5Y .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvKZhKQ5Y .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvKZhKQ5Y .content-wrap {
  min-height: 110px;
}
.cid-uFvKZij92f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFvKZij92f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZij92f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZij92f .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .container {
    padding: 0 6px;
  }
}
.cid-uFvKZij92f .row {
  margin: 0;
}
.cid-uFvKZij92f .row .card {
  padding: 0;
}
.cid-uFvKZij92f .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKZij92f .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKZij92f .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uFvKZij92f .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uFvKZij92f .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uFvKZij92f .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uFvKZij92f .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uFvKZij92f .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKZij92f .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKZij92f .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uFvKZij92f .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uFvKZij92f .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uFvKZij92f .mbr-section-title {
  color: #131313;
}
.cid-uFvKZij92f .mbr-tag {
  color: #131313;
}
.cid-uFvKZij92f .mbr-text {
  color: #131313;
}
.cid-uFvKZij92f .mbr-section-title,
.cid-uFvKZij92f .mbr-section-btn {
  text-align: left;
}
.cid-uFvKZj509Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKZj509Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZj509Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZj509Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFvKZj509Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZj509Z .container {
    padding: 0 26px;
  }
}
.cid-uFvKZj509Z .row {
  justify-content: center;
}
.cid-uFvKZj509Z .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uFvKZj509Z .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKZj509Z .list .item-wrap:hover,
.cid-uFvKZj509Z .list .item-wrap:focus {
  color: #baab99;
}
.cid-uFvKZj509Z .list,
.cid-uFvKZj509Z .mbr-section-btn {
  text-align: center;
}
.cid-uFvKZjuVRi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKZjuVRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZjuVRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZjuVRi .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .container {
    padding: 0 6px;
  }
}
.cid-uFvKZjuVRi .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFvKZjuVRi .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKZjuVRi .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKZjuVRi .row {
    padding: 70px 30px;
  }
}
.cid-uFvKZjuVRi .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKZjuVRi .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-uFvKZjuVRi .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKZjuVRi .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKZjuVRi .title-wrapper span {
  color: #009472;
}
.cid-uFvKZjuVRi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFvKZjuVRi .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .content-wrapper {
    display: block;
  }
}
.cid-uFvKZjuVRi .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uFvKZjuVRi .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-uFvKZjuVRi .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-uFvKZjuVRi .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
  margin-left: 0;
}
.cid-uFvKZjuVRi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKZjuVRi .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFvKZjuVRi .mbr-desc {
  color: #262626;
}
.cid-uFvKZjuVRi .mbr-section-title {
  color: #131313;
}
.cid-uFvKZjuVRi .mbr-text {
  color: #131313;
}
.cid-uFvKZjuVRi .mbr-section-title,
.cid-uFvKZjuVRi .mbr-section-btn {
  text-align: left;
}
.cid-uFvKZjT0zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFvKZjT0zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZjT0zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZjT0zj .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uFvKZjT0zj .row .card {
  padding: 0 24px;
}
.cid-uFvKZjT0zj .card-wrapper {
  border: 3px solid #00775c;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uFvKZjT0zj .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uFvKZjT0zj .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZjT0zj .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uFvKZjT0zj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKZjT0zj .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKZjT0zj .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKZjT0zj .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFvKZjT0zj .image-wrapper {
  height: 100%;
}
.cid-uFvKZjT0zj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKZjT0zj .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKZjT0zj .mbr-section-title {
  color: #cbff5b;
}
.cid-uFvKZjT0zj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKZjT0zj .mbr-section-title,
.cid-uFvKZjT0zj .mbr-section-btn {
  text-align: center;
  color: #00775c;
}
.cid-uFvKZkhlOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFvKZkhlOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZkhlOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZkhlOm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFvKZkhlOm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZkhlOm .container {
    padding: 0;
  }
}
.cid-uFvKZkhlOm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKZkhlOm .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFvKZkhlOm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKZkhlOm .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFvKZkhlOm .mbr-section-title {
  color: #00775c;
}
.cid-uFvKZkhlOm .mbr-text {
  color: #263652;
}
.cid-uFvKZkAk9s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uFvKZkAk9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZkAk9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZkAk9s .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .container {
    padding: 0 6px;
  }
}
.cid-uFvKZkAk9s .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFvKZkAk9s .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKZkAk9s .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKZkAk9s .row {
    padding: 70px 30px;
  }
}
.cid-uFvKZkAk9s .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKZkAk9s .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .desc-wrapper {
    padding: 0;
  }
}
.cid-uFvKZkAk9s .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKZkAk9s .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKZkAk9s .title-wrapper span {
  color: #009472;
}
.cid-uFvKZkAk9s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKZkAk9s .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uFvKZkAk9s .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .cards-wrapper {
    display: block;
  }
}
.cid-uFvKZkAk9s .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uFvKZkAk9s .cards-wrapper .item:hover,
.cid-uFvKZkAk9s .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uFvKZkAk9s .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uFvKZkAk9s .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #009472;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uFvKZkAk9s .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKZkAk9s .mbr-desc {
  color: #262626;
}
.cid-uFvKZkAk9s .mbr-section-title {
  color: #131313;
}
.cid-uFvKZkAk9s .card-title {
  color: #ffffff;
}
.cid-uFvKZkAk9s .card-text {
  color: #131313;
}
.cid-uFvKZl3zrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uFvKZl3zrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZl3zrm .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-uFvKZl3zrm .container {
    padding: 0 30px;
  }
}
.cid-uFvKZl3zrm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uFvKZl3zrm .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFvKZl3zrm .row.content {
  padding: 30px 0;
  border-top: 1px solid #f1f4e9;
  border-bottom: 1px solid #f1f4e9;
}
.cid-uFvKZl3zrm .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFvKZl3zrm .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uFvKZl3zrm .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFvKZl3zrm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uFvKZl3zrm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uFvKZl3zrm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uFvKZl3zrm .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uFvKZl3zrm .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uFvKZl3zrm .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvKZl3zrm .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uFvKZl3zrm .mbr-section-title {
  color: #f1f4e9;
}
.cid-uFvKZl3zrm .mbr-desc {
  color: #f1f4e9;
}
.cid-uFvKZl3zrm .mbr-text {
  color: #f1f4e9;
}
.cid-uFvKZl3zrm .mbr-name {
  color: #f1f4e9;
}
.cid-uFvKZl3zrm .mbr-section-title,
.cid-uFvKZl3zrm .mbr-section-btn {
  text-align: center;
}
.cid-uFvKZl3zrm .mbr-desc,
.cid-uFvKZl3zrm .rating-wrapper {
  text-align: center;
}
.cid-uFvKZlXUT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKZlXUT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZlXUT1 .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-uFvKZlXUT1 .container {
    padding: 0 16px;
  }
}
.cid-uFvKZlXUT1 .card {
  justify-content: center;
}
.cid-uFvKZlXUT1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #00775c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFvKZlXUT1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFvKZlXUT1 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFvKZlXUT1 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFvKZlXUT1 .mbr-section-title {
  color: #000000;
}
.cid-uFvKZlXUT1 .mbr-text {
  color: #000000;
}
.cid-uFvKZlXUT1 .mbr-desc {
  color: #000000;
}
.cid-uFvKZlXUT1 .mbr-section-title,
.cid-uFvKZlXUT1 .title-wrapper {
  color: #ffffff;
}
.cid-uFvKZmhbwO {
  background-color: #009472;
}
.cid-uFvKZmhbwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZmhbwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZmhbwO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKZmhbwO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZmhbwO .container {
    padding: 0 20px;
  }
}
.cid-uFvKZmhbwO .row {
  justify-content: space-between;
}
.cid-uFvKZmhbwO .card {
  justify-content: center;
}
.cid-uFvKZmhbwO .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFvKZmhbwO .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZmhbwO .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFvKZmhbwO .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFvKZmhbwO .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFvKZmhbwO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFvKZmhbwO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKZmhbwO .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKZmhbwO .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKZmhbwO .mbr-desc {
  color: #ffffff;
}
.cid-uFvKZmhbwO .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvKZmhbwO .mbr-text {
  color: #ffffff;
}
.cid-uFvKZmhbwO .mbr-section-title,
.cid-uFvKZmhbwO .mbr-section-btn {
  color: #ffffff;
}
.cid-uFvKZnpdVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00775c;
}
.cid-uFvKZnpdVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZnpdVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZnpdVG .row {
  justify-content: center;
}
.cid-uFvKZnpdVG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFvKZnpdVG .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFvKZnpdVG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKZnpdVG .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFvKZnpdVG .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFvKZnpdVG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKZnpdVG .mbr-section-title,
.cid-uFvKZnpdVG .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFvKZnpdVG .mbr-desc {
  color: #fff7ee;
}
.cid-uFvKZnpdVG .mbr-text {
  color: #fff7ee;
}
.cid-uFvKZnpdVG .mbr-section-title,
.cid-uFvKZnpdVG .title-wrapper,
.cid-uFvKZnpdVG .mbr-iconfont {
  color: #ffffff;
}
.cid-uFvKZnMpLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKZnMpLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZnMpLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZnMpLw .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFvKZnMpLw .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZnMpLw .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFvKZnMpLw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFvKZnMpLw .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFvKZnMpLw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFvKZnMpLw .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFvKZnMpLw .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uFvKZnMpLw .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #00775c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFvKZnMpLw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFvKZnMpLw .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFvKZnMpLw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvKZnMpLw .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFvKZnMpLw .mbr-section-subtitle {
  color: #747474;
}
.cid-uFvKZnMpLw .mbr-text {
  color: #747474;
}
.cid-uFvKZnMpLw .panel-title-edit {
  color: #00775c;
}
.cid-uFvKZnMpLw .panel-text {
  color: #747474;
}
.cid-uFvKZnMpLw .mbr-section-title,
.cid-uFvKZnMpLw .mbr-section-btn {
  color: #00775c;
}
.cid-uGCQ6DJrmV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCQ6DJrmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCQ6DJrmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCQ6DJrmV .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .container {
    padding: 0 6px;
  }
}
.cid-uGCQ6DJrmV .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCQ6DJrmV .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCQ6DJrmV .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCQ6DJrmV .row {
    padding: 70px 30px;
  }
}
.cid-uGCQ6DJrmV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCQ6DJrmV .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCQ6DJrmV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCQ6DJrmV .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uGCQ6DJrmV .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uGCQ6DJrmV .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uGCQ6DJrmV .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uGCQ6DJrmV .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uGCQ6DJrmV .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #131313;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uGCQ6DJrmV .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #cfcfcf;
  background-color: #262626;
}
.cid-uGCQ6DJrmV .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .content-wrapper {
    display: block;
  }
}
.cid-uGCQ6DJrmV .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uGCQ6DJrmV .content-wrapper .item:hover,
.cid-uGCQ6DJrmV .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uGCQ6DJrmV .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uGCQ6DJrmV .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #00775c;
  border-radius: 16px 16px 0 0;
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #00775c;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uGCQ6DJrmV .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCQ6DJrmV .mbr-section-title {
  color: #131313;
}
.cid-uGCQ6DJrmV .card-title {
  color: #ffffff;
}
.cid-uGCQ6DJrmV .card-text {
  color: #131313;
}
.cid-uFvKZorayu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKZorayu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZorayu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZorayu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .container {
    padding: 0 20px;
  }
}
.cid-uFvKZorayu .row {
  justify-content: space-between;
}
.cid-uFvKZorayu .card {
  justify-content: center;
}
.cid-uFvKZorayu .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKZorayu .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKZorayu .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uFvKZorayu .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uFvKZorayu .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFvKZorayu .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKZorayu .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKZorayu .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uFvKZorayu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFvKZorayu .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKZorayu .mbr-desc {
  color: #1e1d1c;
}
.cid-uFvKZorayu .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvWoAsoxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
  background-image: linear-gradient(45deg, #009472 -20%, #2f2f2f 40%);
}
@media (max-width: 768px) {
  .cid-uFvWoAsoxR {
    background-image: linear-gradient(45deg, #009472 -60%, #2f2f2f 40%);
  }
}
.cid-uFvWoAsoxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvWoAsoxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvWoAsoxR .row {
  justify-content: space-between;
}
.cid-uFvWoAsoxR .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFvWoAsoxR .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFvWoAsoxR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvWoAsoxR .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFvWoAsoxR .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #0b5f4c;
}
@media (max-width: 992px) {
  .cid-uFvWoAsoxR .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFvWoAsoxR .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFvWoAsoxR .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFvWoAsoxR .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFvWoAsoxR .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFvWoAsoxR .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFvWoAsoxR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFvWoAsoxR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFvWoAsoxR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFvWoAsoxR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uFvWoAsoxR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFvWoAsoxR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFvWoAsoxR .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFvWoAsoxR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvWoAsoxR .mbr-section-title {
  color: #ffffff;
}
.cid-uFvWoAsoxR .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFvWoAsoxR .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFvWoAsoxR .panel-title-edit {
  color: #ffffff;
}
.cid-uFvWoAsoxR .panel-text {
  color: #ffffff;
}
.cid-uFvKZoSpXv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKZoSpXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZoSpXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKZoSpXv .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKZoSpXv .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKZoSpXv .container {
    padding: 0 6px;
  }
}
.cid-uFvKZoSpXv .row {
  margin: 0;
}
.cid-uFvKZoSpXv .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFvKZoSpXv .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFvKZoSpXv .google-map iframe {
    height: 350px;
  }
}
.cid-uFvKZpogsk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFvKZpogsk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvKZpogsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKZpogsk .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-uFvKZpogsk .container {
    padding: 0 22px;
  }
}
.cid-uFvKZpogsk .row {
  position: relative;
  z-index: 1;
}
.cid-uFvKZpogsk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvKZpogsk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKZpogsk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKZpogsk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKZpogsk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvKZpogsk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKZpogsk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvKZpogsk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvKZpogsk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap:hover,
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvKZpogsk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKZpogsk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKZpogsk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKZpogsk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKZpogsk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvKZpogsk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKZpogsk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvKZpogsk .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvKZpogsk .mbr-text {
  color: #ffffff;
}
.cid-uFvKZpogsk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKZpogsk .list {
  color: #ffffff;
}
.cid-uFvKZpogsk .mbr-contact {
  color: #ffffff;
}
.cid-uFvKZpogsk .mbr-desc {
  color: #ffffff;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  position: relative !important;
}
.cid-uFvKOI2Z8u .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvKOI2Z8u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover,
.cid-uFvKOI2Z8u .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover span {
  color: white;
}
.cid-uFvKOI2Z8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvKOI2Z8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvKOI2Z8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvKOI2Z8u .nav-link {
  position: relative;
}
.cid-uFvKOI2Z8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvKOI2Z8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOI2Z8u .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-menu,
.cid-uFvKOI2Z8u .navbar.opened {
  background: #000000 !important;
}
.cid-uFvKOI2Z8u .nav-item:focus,
.cid-uFvKOI2Z8u .nav-link:focus {
  outline: none;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvKOI2Z8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvKOI2Z8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvKOI2Z8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvKOI2Z8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvKOI2Z8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvKOI2Z8u .navbar.collapsed {
  justify-content: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvKOI2Z8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvKOI2Z8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvKOI2Z8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvKOI2Z8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-item.active,
.cid-uFvKOI2Z8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvKOI2Z8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvKOI2Z8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvKOI2Z8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvKOI2Z8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvKOI2Z8u .navbar-buttons {
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvKOI2Z8u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFvKOI2Z8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvKOI2Z8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvKOI2Z8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar {
    height: 70px;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    height: auto;
  }
  .cid-uFvKOI2Z8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvKOI2Z8u .navbar-nav {
  margin: 0 auto;
}
.cid-uFvKOI2Z8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvKOI2Z8u .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvKOI2Z8u .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvKOI2Z8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvKOI2Z8u .content-wrap {
  min-height: 110px;
}
.cid-uFvKOIupOM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFvKOIupOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOIupOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOIupOM .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .container {
    padding: 0 6px;
  }
}
.cid-uFvKOIupOM .row {
  margin: 0;
}
.cid-uFvKOIupOM .row .card {
  padding: 0;
}
.cid-uFvKOIupOM .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKOIupOM .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKOIupOM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uFvKOIupOM .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uFvKOIupOM .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uFvKOIupOM .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uFvKOIupOM .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uFvKOIupOM .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKOIupOM .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uFvKOIupOM .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uFvKOIupOM .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uFvKOIupOM .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uFvKOIupOM .mbr-section-title {
  color: #131313;
}
.cid-uFvKOIupOM .mbr-tag {
  color: #131313;
}
.cid-uFvKOIupOM .mbr-text {
  color: #131313;
}
.cid-uFvKOIupOM .mbr-section-title,
.cid-uFvKOIupOM .mbr-section-btn {
  text-align: left;
}
.cid-uFvKOJ2jXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKOJ2jXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOJ2jXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOJ2jXV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFvKOJ2jXV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOJ2jXV .container {
    padding: 0 26px;
  }
}
.cid-uFvKOJ2jXV .row {
  justify-content: center;
}
.cid-uFvKOJ2jXV .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uFvKOJ2jXV .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOJ2jXV .list .item-wrap:hover,
.cid-uFvKOJ2jXV .list .item-wrap:focus {
  color: #baab99;
}
.cid-uFvKOJ2jXV .list,
.cid-uFvKOJ2jXV .mbr-section-btn {
  text-align: center;
}
.cid-uFvKOJp6GF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKOJp6GF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOJp6GF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOJp6GF .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .container {
    padding: 0 6px;
  }
}
.cid-uFvKOJp6GF .row {
  margin: 0 80px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFvKOJp6GF .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKOJp6GF .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKOJp6GF .row {
    padding: 70px 30px;
  }
}
.cid-uFvKOJp6GF .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKOJp6GF .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.cid-uFvKOJp6GF .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKOJp6GF .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKOJp6GF .title-wrapper span {
  color: #009472;
}
.cid-uFvKOJp6GF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFvKOJp6GF .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .content-wrapper {
    display: block;
  }
}
.cid-uFvKOJp6GF .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uFvKOJp6GF .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.cid-uFvKOJp6GF .content-wrapper .image-wrapper img {
  width: 104px;
  height: 104px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.cid-uFvKOJp6GF .content-wrapper .image-wrapper .mbr-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
  margin-left: 0;
}
.cid-uFvKOJp6GF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOJp6GF .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFvKOJp6GF .mbr-desc {
  color: #262626;
}
.cid-uFvKOJp6GF .mbr-section-title {
  color: #131313;
}
.cid-uFvKOJp6GF .mbr-text {
  color: #131313;
}
.cid-uFvKOJp6GF .mbr-section-title,
.cid-uFvKOJp6GF .mbr-section-btn {
  text-align: left;
}
.cid-uFvKOJPQHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFvKOJPQHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOJPQHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOJPQHN .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uFvKOJPQHN .row .card {
  padding: 0 24px;
}
.cid-uFvKOJPQHN .card-wrapper {
  border: 3px solid #00775c;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cid-uFvKOJPQHN .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uFvKOJPQHN .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOJPQHN .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cid-uFvKOJPQHN .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKOJPQHN .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKOJPQHN .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFvKOJPQHN .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFvKOJPQHN .image-wrapper {
  height: 100%;
}
.cid-uFvKOJPQHN .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKOJPQHN .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKOJPQHN .mbr-section-title {
  color: #cbff5b;
}
.cid-uFvKOJPQHN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOJPQHN .mbr-section-title,
.cid-uFvKOJPQHN .mbr-section-btn {
  text-align: center;
  color: #00775c;
}
.cid-uFvKOK9EaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uFvKOK9EaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOK9EaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOK9EaB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFvKOK9EaB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOK9EaB .container {
    padding: 0;
  }
}
.cid-uFvKOK9EaB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKOK9EaB .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uFvKOK9EaB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKOK9EaB .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uFvKOK9EaB .mbr-section-title {
  color: #00775c;
}
.cid-uFvKOK9EaB .mbr-text {
  color: #263652;
}
.cid-uFvKOKvwBE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uFvKOKvwBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOKvwBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOKvwBE .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .container {
    padding: 0 6px;
  }
}
.cid-uFvKOKvwBE .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFvKOKvwBE .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvKOKvwBE .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvKOKvwBE .row {
    padding: 70px 30px;
  }
}
.cid-uFvKOKvwBE .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFvKOKvwBE .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .desc-wrapper {
    padding: 0;
  }
}
.cid-uFvKOKvwBE .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uFvKOKvwBE .title-wrapper {
  margin-bottom: 64px;
}
.cid-uFvKOKvwBE .title-wrapper span {
  color: #009472;
}
.cid-uFvKOKvwBE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKOKvwBE .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uFvKOKvwBE .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .cards-wrapper {
    display: block;
  }
}
.cid-uFvKOKvwBE .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uFvKOKvwBE .cards-wrapper .item:hover,
.cid-uFvKOKvwBE .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uFvKOKvwBE .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uFvKOKvwBE .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #009472;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uFvKOKvwBE .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOKvwBE .mbr-desc {
  color: #262626;
}
.cid-uFvKOKvwBE .mbr-section-title {
  color: #131313;
}
.cid-uFvKOKvwBE .card-title {
  color: #ffffff;
}
.cid-uFvKOKvwBE .card-text {
  color: #131313;
}
.cid-uFvKOL3f0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uFvKOL3f0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOL3f0T .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-uFvKOL3f0T .container {
    padding: 0 30px;
  }
}
.cid-uFvKOL3f0T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uFvKOL3f0T .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFvKOL3f0T .row.content {
  padding: 30px 0;
  border-top: 1px solid #f1f4e9;
  border-bottom: 1px solid #f1f4e9;
}
.cid-uFvKOL3f0T .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFvKOL3f0T .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uFvKOL3f0T .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFvKOL3f0T .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uFvKOL3f0T .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uFvKOL3f0T .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uFvKOL3f0T .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uFvKOL3f0T .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uFvKOL3f0T .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvKOL3f0T .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uFvKOL3f0T .mbr-section-title {
  color: #f1f4e9;
}
.cid-uFvKOL3f0T .mbr-desc {
  color: #f1f4e9;
}
.cid-uFvKOL3f0T .mbr-text {
  color: #f1f4e9;
}
.cid-uFvKOL3f0T .mbr-name {
  color: #f1f4e9;
}
.cid-uFvKOL3f0T .mbr-section-title,
.cid-uFvKOL3f0T .mbr-section-btn {
  text-align: center;
}
.cid-uFvKOL3f0T .mbr-desc,
.cid-uFvKOL3f0T .rating-wrapper {
  text-align: center;
}
.cid-uFvKOLKpEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKOLKpEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOLKpEW .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-uFvKOLKpEW .container {
    padding: 0 16px;
  }
}
.cid-uFvKOLKpEW .card {
  justify-content: center;
}
.cid-uFvKOLKpEW .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #00775c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFvKOLKpEW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFvKOLKpEW .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFvKOLKpEW .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFvKOLKpEW .mbr-section-title {
  color: #000000;
}
.cid-uFvKOLKpEW .mbr-text {
  color: #000000;
}
.cid-uFvKOLKpEW .mbr-desc {
  color: #000000;
}
.cid-uFvKOLKpEW .mbr-section-title,
.cid-uFvKOLKpEW .title-wrapper {
  color: #ffffff;
}
.cid-uFvKOM6h6C {
  background-color: #009472;
}
.cid-uFvKOM6h6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOM6h6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOM6h6C .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKOM6h6C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOM6h6C .container {
    padding: 0 20px;
  }
}
.cid-uFvKOM6h6C .row {
  justify-content: space-between;
}
.cid-uFvKOM6h6C .card {
  justify-content: center;
}
.cid-uFvKOM6h6C .content-wrapper {
  padding-top: 120px;
  padding-left: 100px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uFvKOM6h6C .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOM6h6C .content-wrapper {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFvKOM6h6C .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uFvKOM6h6C .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uFvKOM6h6C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFvKOM6h6C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOM6h6C .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKOM6h6C .image-wrapper img {
    height: 350px;
  }
}
.cid-uFvKOM6h6C .mbr-desc {
  color: #ffffff;
}
.cid-uFvKOM6h6C .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvKOM6h6C .mbr-text {
  color: #ffffff;
}
.cid-uFvKOM6h6C .mbr-section-title,
.cid-uFvKOM6h6C .mbr-section-btn {
  color: #ffffff;
}
.cid-uFvKONfCYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00775c;
}
.cid-uFvKONfCYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKONfCYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKONfCYw .row {
  justify-content: center;
}
.cid-uFvKONfCYw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFvKONfCYw .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uFvKONfCYw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvKONfCYw .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uFvKONfCYw .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFvKONfCYw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKONfCYw .mbr-section-title,
.cid-uFvKONfCYw .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uFvKONfCYw .mbr-desc {
  color: #fff7ee;
}
.cid-uFvKONfCYw .mbr-text {
  color: #fff7ee;
}
.cid-uFvKONfCYw .mbr-section-title,
.cid-uFvKONfCYw .title-wrapper,
.cid-uFvKONfCYw .mbr-iconfont {
  color: #ffffff;
}
.cid-uFvKONBuIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFvKONBuIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKONBuIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKONBuIF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uFvKONBuIF .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKONBuIF .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uFvKONBuIF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFvKONBuIF .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uFvKONBuIF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uFvKONBuIF .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uFvKONBuIF .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uFvKONBuIF .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #00775c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uFvKONBuIF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFvKONBuIF .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFvKONBuIF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvKONBuIF .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFvKONBuIF .mbr-section-subtitle {
  color: #747474;
}
.cid-uFvKONBuIF .mbr-text {
  color: #747474;
}
.cid-uFvKONBuIF .panel-title-edit {
  color: #00775c;
}
.cid-uFvKONBuIF .panel-text {
  color: #747474;
}
.cid-uFvKONBuIF .mbr-section-title,
.cid-uFvKONBuIF .mbr-section-btn {
  color: #00775c;
}
.cid-uGCQdhlZN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uGCQdhlZN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCQdhlZN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCQdhlZN6 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .container {
    padding: 0 6px;
  }
}
.cid-uGCQdhlZN6 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uGCQdhlZN6 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uGCQdhlZN6 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uGCQdhlZN6 .row {
    padding: 70px 30px;
  }
}
.cid-uGCQdhlZN6 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uGCQdhlZN6 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uGCQdhlZN6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGCQdhlZN6 .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uGCQdhlZN6 .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-uGCQdhlZN6 .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uGCQdhlZN6 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uGCQdhlZN6 .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uGCQdhlZN6 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #131313;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uGCQdhlZN6 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #cfcfcf;
  background-color: #262626;
}
.cid-uGCQdhlZN6 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .content-wrapper {
    display: block;
  }
}
.cid-uGCQdhlZN6 .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uGCQdhlZN6 .content-wrapper .item:hover,
.cid-uGCQdhlZN6 .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-uGCQdhlZN6 .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #00775c;
}
.cid-uGCQdhlZN6 .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #00775c;
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #00775c;
  border-radius: 16px 16px 0 0;
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #00775c;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uGCQdhlZN6 .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGCQdhlZN6 .mbr-section-title {
  color: #131313;
}
.cid-uGCQdhlZN6 .card-title {
  color: #ffffff;
}
.cid-uGCQdhlZN6 .card-text {
  color: #131313;
}
.cid-uFvKOOeq7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uFvKOOeq7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOOeq7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOOeq7N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .container {
    padding: 0 20px;
  }
}
.cid-uFvKOOeq7N .row {
  justify-content: space-between;
}
.cid-uFvKOOeq7N .card {
  justify-content: center;
}
.cid-uFvKOOeq7N .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKOOeq7N .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKOOeq7N .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uFvKOOeq7N .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uFvKOOeq7N .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFvKOOeq7N .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFvKOOeq7N .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvKOOeq7N .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uFvKOOeq7N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFvKOOeq7N .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFvKOOeq7N .mbr-desc {
  color: #1e1d1c;
}
.cid-uFvKOOeq7N .mbr-section-title {
  color: #1e1d1c;
}
.cid-uFvWWGqbbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f2f2f;
  background-image: linear-gradient(45deg, #009472 -20%, #2f2f2f 40%);
}
@media (max-width: 768px) {
  .cid-uFvWWGqbbW {
    background-image: linear-gradient(45deg, #009472 -60%, #2f2f2f 40%);
  }
}
.cid-uFvWWGqbbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvWWGqbbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvWWGqbbW .row {
  justify-content: space-between;
}
.cid-uFvWWGqbbW .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFvWWGqbbW .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFvWWGqbbW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvWWGqbbW .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFvWWGqbbW .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #0b5f4c;
}
@media (max-width: 992px) {
  .cid-uFvWWGqbbW .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFvWWGqbbW .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFvWWGqbbW .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFvWWGqbbW .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFvWWGqbbW .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFvWWGqbbW .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFvWWGqbbW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFvWWGqbbW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFvWWGqbbW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFvWWGqbbW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uFvWWGqbbW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFvWWGqbbW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFvWWGqbbW .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFvWWGqbbW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFvWWGqbbW .mbr-section-title {
  color: #ffffff;
}
.cid-uFvWWGqbbW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFvWWGqbbW .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFvWWGqbbW .panel-title-edit {
  color: #ffffff;
}
.cid-uFvWWGqbbW .panel-text {
  color: #ffffff;
}
.cid-uFvKOODOjZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #00775c;
}
.cid-uFvKOODOjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOODOjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvKOODOjZ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvKOODOjZ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvKOODOjZ .container {
    padding: 0 6px;
  }
}
.cid-uFvKOODOjZ .row {
  margin: 0;
}
.cid-uFvKOODOjZ .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFvKOODOjZ .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFvKOODOjZ .google-map iframe {
    height: 350px;
  }
}
.cid-uFvKOP6NBI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFvKOP6NBI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvKOP6NBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOP6NBI .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-uFvKOP6NBI .container {
    padding: 0 22px;
  }
}
.cid-uFvKOP6NBI .row {
  position: relative;
  z-index: 1;
}
.cid-uFvKOP6NBI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvKOP6NBI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOP6NBI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .mbr-text {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .list {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-contact {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-desc {
  color: #ffffff;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  position: relative !important;
}
.cid-uFvKOI2Z8u .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvKOI2Z8u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover,
.cid-uFvKOI2Z8u .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .dropdown-item:hover span {
  color: white;
}
.cid-uFvKOI2Z8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvKOI2Z8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvKOI2Z8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvKOI2Z8u .nav-link {
  position: relative;
}
.cid-uFvKOI2Z8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvKOI2Z8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOI2Z8u .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-menu,
.cid-uFvKOI2Z8u .navbar.opened {
  background: #000000 !important;
}
.cid-uFvKOI2Z8u .nav-item:focus,
.cid-uFvKOI2Z8u .nav-link:focus {
  outline: none;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvKOI2Z8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvKOI2Z8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvKOI2Z8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvKOI2Z8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvKOI2Z8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvKOI2Z8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvKOI2Z8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvKOI2Z8u .navbar.collapsed {
  justify-content: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvKOI2Z8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvKOI2Z8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvKOI2Z8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvKOI2Z8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvKOI2Z8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvKOI2Z8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvKOI2Z8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvKOI2Z8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvKOI2Z8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .dropdown-item.active,
.cid-uFvKOI2Z8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvKOI2Z8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvKOI2Z8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvKOI2Z8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvKOI2Z8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvKOI2Z8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvKOI2Z8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvKOI2Z8u .navbar-buttons {
  text-align: center;
}
.cid-uFvKOI2Z8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvKOI2Z8u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFvKOI2Z8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvKOI2Z8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvKOI2Z8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvKOI2Z8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvKOI2Z8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvKOI2Z8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvKOI2Z8u .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-uFvKOI2Z8u .navbar {
    height: 70px;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    height: auto;
  }
  .cid-uFvKOI2Z8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvKOI2Z8u .navbar-nav {
  margin: 0 auto;
}
.cid-uFvKOI2Z8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvKOI2Z8u .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvKOI2Z8u .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvKOI2Z8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvKOI2Z8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFvKOI2Z8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvKOI2Z8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvKOI2Z8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvKOI2Z8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvKOI2Z8u .content-wrap {
  min-height: 110px;
}
.cid-uFvRTWnoKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFvRTWnoKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvRTWnoKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvRTWnoKj .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvRTWnoKj .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvRTWnoKj .container {
    padding: 0 6px;
  }
}
.cid-uFvRTWnoKj .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFvRTWnoKj .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvRTWnoKj .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvRTWnoKj .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvRTWnoKj .row {
    padding: 70px 30px;
  }
}
.cid-uFvRTWnoKj .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
  justify-content: center;
}
.cid-uFvRTWnoKj .image-wrapper {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .cid-uFvRTWnoKj .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvRTWnoKj .image-wrapper img {
  width: 300px;
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvRTWnoKj .image-wrapper img {
    width: 250px;
    margin: 0 auto;
  }
}
.cid-uFvRTWnoKj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvRTWnoKj .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uFvRTWnoKj .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uFvRTWnoKj .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvRTWnoKj .mbr-section-title {
  color: #131313;
}
.cid-uFvRTWnoKj .mbr-text {
  color: #131313;
}
.cid-uFvRWYrnTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #009472;
  background-image: linear-gradient(135deg, #000000 10%, #009472 80%, #ffffff 130%);
}
.cid-uFvRWYrnTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvRWYrnTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvRWYrnTg .row {
  justify-content: center;
}
.cid-uFvRWYrnTg .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uFvRWYrnTg .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvRWYrnTg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvRWYrnTg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uFvRWYrnTg .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uFvRWYrnTg .mbr-section-title {
  color: #ffffff;
}
.cid-uFvRWYrnTg .mbr-text,
.cid-uFvRWYrnTg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFvRWYrnTg .mbr-section-title,
.cid-uFvRWYrnTg .mbr-section-btn,
.cid-uFvRWYrnTg .logo-wrapper {
  text-align: center;
}
.cid-uFvSgJSlLw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFvSgJSlLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSgJSlLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvSgJSlLw .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvSgJSlLw .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvSgJSlLw .container {
    padding: 0 6px;
  }
}
.cid-uFvSgJSlLw .row {
  margin: 0;
}
.cid-uFvSgJSlLw .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFvSgJSlLw .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFvSgJSlLw .google-map iframe {
    height: 350px;
  }
}
.cid-uFvKOP6NBI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFvKOP6NBI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvKOP6NBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvKOP6NBI .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-uFvKOP6NBI .container {
    padding: 0 22px;
  }
}
.cid-uFvKOP6NBI .row {
  position: relative;
  z-index: 1;
}
.cid-uFvKOP6NBI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvKOP6NBI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvKOP6NBI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvKOP6NBI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvKOP6NBI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvKOP6NBI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvKOP6NBI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvKOP6NBI .mbr-text {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvKOP6NBI .list {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-contact {
  color: #ffffff;
}
.cid-uFvKOP6NBI .mbr-desc {
  color: #ffffff;
}
.cid-uFvSt1Oq4A .navbar-dropdown {
  position: relative !important;
}
.cid-uFvSt1Oq4A .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFvSt1Oq4A .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFvSt1Oq4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvSt1Oq4A .dropdown-item:hover,
.cid-uFvSt1Oq4A .dropdown-item:focus {
  background: #000000 !important;
  color: #ffb02c !important;
}
.cid-uFvSt1Oq4A .dropdown-item:hover span {
  color: white;
}
.cid-uFvSt1Oq4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFvSt1Oq4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFvSt1Oq4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFvSt1Oq4A .nav-link {
  position: relative;
}
.cid-uFvSt1Oq4A .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFvSt1Oq4A .container {
    flex-wrap: nowrap;
  }
}
.cid-uFvSt1Oq4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt1Oq4A .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .dropdown-menu,
.cid-uFvSt1Oq4A .navbar.opened {
  background: #000000 !important;
}
.cid-uFvSt1Oq4A .nav-item:focus,
.cid-uFvSt1Oq4A .nav-link:focus {
  outline: none;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvSt1Oq4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvSt1Oq4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvSt1Oq4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvSt1Oq4A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvSt1Oq4A .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvSt1Oq4A .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFvSt1Oq4A .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFvSt1Oq4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFvSt1Oq4A .navbar.collapsed {
  justify-content: center;
}
.cid-uFvSt1Oq4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvSt1Oq4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvSt1Oq4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvSt1Oq4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvSt1Oq4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFvSt1Oq4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvSt1Oq4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvSt1Oq4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFvSt1Oq4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvSt1Oq4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFvSt1Oq4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvSt1Oq4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvSt1Oq4A .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFvSt1Oq4A .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFvSt1Oq4A .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFvSt1Oq4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFvSt1Oq4A .navbar-brand .navbar-caption:hover,
.cid-uFvSt1Oq4A .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvSt1Oq4A .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFvSt1Oq4A .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .dropdown-item.active,
.cid-uFvSt1Oq4A .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvSt1Oq4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvSt1Oq4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFvSt1Oq4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFvSt1Oq4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFvSt1Oq4A ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFvSt1Oq4A ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFvSt1Oq4A .navbar-buttons {
  text-align: center;
}
.cid-uFvSt1Oq4A .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFvSt1Oq4A .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFvSt1Oq4A .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFvSt1Oq4A button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFvSt1Oq4A button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvSt1Oq4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvSt1Oq4A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvSt1Oq4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvSt1Oq4A .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-uFvSt1Oq4A .navbar {
    height: 70px;
  }
  .cid-uFvSt1Oq4A .navbar.opened {
    height: auto;
  }
  .cid-uFvSt1Oq4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvSt1Oq4A .navbar-nav {
  margin: 0 auto;
}
.cid-uFvSt1Oq4A .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFvSt1Oq4A .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFvSt1Oq4A .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFvSt1Oq4A .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uFvSt1Oq4A .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu .dropdown-item {
  color: #ffb02c !important;
}
.cid-uFvSt1Oq4A .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uFvSt1Oq4A .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFvSt1Oq4A .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFvSt1Oq4A .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFvSt1Oq4A .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFvSt1Oq4A .content-wrap {
  min-height: 110px;
}
.cid-uFvSt2erpZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFvSt2erpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt2erpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvSt2erpZ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvSt2erpZ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvSt2erpZ .container {
    padding: 0 6px;
  }
}
.cid-uFvSt2erpZ .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uFvSt2erpZ .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvSt2erpZ .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFvSt2erpZ .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFvSt2erpZ .row {
    padding: 70px 30px;
  }
}
.cid-uFvSt2erpZ .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
  justify-content: center;
}
.cid-uFvSt2erpZ .image-wrapper {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .cid-uFvSt2erpZ .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFvSt2erpZ .image-wrapper img {
  width: 300px;
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFvSt2erpZ .image-wrapper img {
    width: 250px;
    margin: 0 auto;
  }
}
.cid-uFvSt2erpZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFvSt2erpZ .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uFvSt2erpZ .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uFvSt2erpZ .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFvSt2erpZ .mbr-section-title {
  color: #131313;
}
.cid-uFvSt2erpZ .mbr-text {
  color: #131313;
}
.cid-uFvSt2LAOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #009472;
  background-image: linear-gradient(135deg, #000000 10%, #009472 80%, #ffffff 130%);
}
.cid-uFvSt2LAOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt2LAOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvSt2LAOF .row {
  justify-content: center;
}
.cid-uFvSt2LAOF .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uFvSt2LAOF .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFvSt2LAOF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFvSt2LAOF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uFvSt2LAOF .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uFvSt2LAOF .mbr-section-title {
  color: #ffffff;
}
.cid-uFvSt2LAOF .mbr-text,
.cid-uFvSt2LAOF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt2LAOF .mbr-section-title,
.cid-uFvSt2LAOF .mbr-section-btn,
.cid-uFvSt2LAOF .logo-wrapper {
  text-align: center;
}
.cid-uFvSt35uxo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uFvSt35uxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt35uxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvSt35uxo .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFvSt35uxo .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFvSt35uxo .container {
    padding: 0 6px;
  }
}
.cid-uFvSt35uxo .row {
  margin: 0;
}
.cid-uFvSt35uxo .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uFvSt35uxo .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uFvSt35uxo .google-map iframe {
    height: 350px;
  }
}
.cid-uFvSt3upfl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230511-181419-1.webp");
}
.cid-uFvSt3upfl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFvSt3upfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvSt3upfl .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-uFvSt3upfl .container {
    padding: 0 22px;
  }
}
.cid-uFvSt3upfl .row {
  position: relative;
  z-index: 1;
}
.cid-uFvSt3upfl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uFvSt3upfl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvSt3upfl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFvSt3upfl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFvSt3upfl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFvSt3upfl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFvSt3upfl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover,
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover::before,
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFvSt3upfl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFvSt3upfl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFvSt3upfl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uFvSt3upfl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFvSt3upfl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt3upfl .mbr-section-title {
  color: #00d0f3;
}
.cid-uFvSt3upfl .mbr-text {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFvSt3upfl .list {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-contact {
  color: #ffffff;
}
.cid-uFvSt3upfl .mbr-desc {
  color: #ffffff;
}
