.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: 'Inclusive Sans', sans-serif;
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 4.125rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #262626 !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: #262626 !important;
  border-color: #262626 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !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: #262626;
  color: #262626;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !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: #262626 !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: #000000 !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: #262626;
}
.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: #262626;
  border-color: #262626;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #262626;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #262626 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #262626;
}
/* 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: #262626;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #262626;
}
.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: #262626;
  border-bottom-color: #262626;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #262626 !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='%23262626' %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: #262626 !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-uQgPmoKR4Q {
  background-color: transparent;
}
.cid-uQgPmoKR4Q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uQgPmoKR4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uQgPmoKR4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQgPmoKR4Q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQgPmoKR4Q .menu_box .navbar.opened,
  .cid-uQgPmoKR4Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQgPmoKR4Q .navbar-dropdown {
  position: relative !important;
}
.cid-uQgPmoKR4Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQgPmoKR4Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQgPmoKR4Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQgPmoKR4Q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uQgPmoKR4Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQgPmoKR4Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQgPmoKR4Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQgPmoKR4Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQgPmoKR4Q .offcanvas-body .mbr-text,
  .cid-uQgPmoKR4Q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQgPmoKR4Q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQgPmoKR4Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQgPmoKR4Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQgPmoKR4Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQgPmoKR4Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQgPmoKR4Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQgPmoKR4Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQgPmoKR4Q .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQgPmoKR4Q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQgPmoKR4Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQgPmoKR4Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .nav-item {
    margin: 0 !important;
  }
}
.cid-uQgPmoKR4Q .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uQgPmoKR4Q .nav-item .nav-link:hover,
.cid-uQgPmoKR4Q .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uQgPmoKR4Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQgPmoKR4Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQgPmoKR4Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQgPmoKR4Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQgPmoKR4Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQgPmoKR4Q .offcanvas_box {
    display: none;
  }
}
.cid-uQgPmoKR4Q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQgPmoKR4Q .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQgPmoKR4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQgPmoKR4Q .container {
  display: flex;
  margin: auto;
}
.cid-uQgPmoKR4Q .iconfont-wrapper {
  color: #131313;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQgPmoKR4Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQgPmoKR4Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQgPmoKR4Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQgPmoKR4Q .navbar-nav {
    margin: 0;
  }
}
.cid-uQgPmoKR4Q .dropdown-menu,
.cid-uQgPmoKR4Q .navbar.opened {
  background-color: false !important;
}
.cid-uQgPmoKR4Q .nav-item:focus,
.cid-uQgPmoKR4Q .nav-link:focus {
  outline: none;
}
.cid-uQgPmoKR4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgPmoKR4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQgPmoKR4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgPmoKR4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgPmoKR4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgPmoKR4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgPmoKR4Q .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQgPmoKR4Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQgPmoKR4Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgPmoKR4Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQgPmoKR4Q .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQgPmoKR4Q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQgPmoKR4Q .navbar.collapsed {
  justify-content: center;
}
.cid-uQgPmoKR4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgPmoKR4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQgPmoKR4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgPmoKR4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgPmoKR4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgPmoKR4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQgPmoKR4Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQgPmoKR4Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQgPmoKR4Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQgPmoKR4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgPmoKR4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgPmoKR4Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQgPmoKR4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgPmoKR4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQgPmoKR4Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgPmoKR4Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQgPmoKR4Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQgPmoKR4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQgPmoKR4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQgPmoKR4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgPmoKR4Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQgPmoKR4Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQgPmoKR4Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQgPmoKR4Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQgPmoKR4Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQgPmoKR4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQgPmoKR4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgPmoKR4Q .dropdown-item.active,
.cid-uQgPmoKR4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgPmoKR4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQgPmoKR4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgPmoKR4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgPmoKR4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgPmoKR4Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQgPmoKR4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQgPmoKR4Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e6e6e6;
}
.cid-uQgPmoKR4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uQgPmoKR4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQgPmoKR4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQgPmoKR4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQgPmoKR4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQgPmoKR4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgPmoKR4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgPmoKR4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgPmoKR4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgPmoKR4Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQgPmoKR4Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQgPmoKR4Q .navbar {
    height: 70px;
  }
  .cid-uQgPmoKR4Q .navbar.opened {
    height: auto;
  }
  .cid-uQgPmoKR4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgPmoKR4Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQgPmoKR4Q .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQgPmoKR4Q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQgPmoKR4Q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQgPmoKR4Q .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQgPmoKR4Q .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uQgPmoKR4Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQgPmoKR4Q .text_widget {
  margin-bottom: 32px;
}
.cid-uQgPmoKR4Q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQgPmoKR4Q .text_widget a:hover,
.cid-uQgPmoKR4Q .text_widget a:focus {
  opacity: .6;
}
.cid-uQgPmoKR4Q .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uQgPmoKR4Q .navbar-caption {
  color: #009472;
}
.cid-uQgPmoKR4Q .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uQgPmoKR4Q .mbr-section-subtitle,
.cid-uQgPmoKR4Q .text_widget,
.cid-uQgPmoKR4Q .mbr-section-btn {
  text-align: center;
}
.cid-uQgPmoKR4Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQgPmLVK8z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uQgPmLVK8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPmLVK8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPmLVK8z .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .container {
    padding: 0 6px;
  }
}
.cid-uQgPmLVK8z .row {
  margin: 0;
}
.cid-uQgPmLVK8z .row .card {
  padding: 0;
}
.cid-uQgPmLVK8z .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPmLVK8z .content-wrapper {
    padding: 70px 16px;
  }
}
.cid-uQgPmLVK8z .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uQgPmLVK8z .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .content-wrapper .mbr-section-btn {
    text-align: left;
  }
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uQgPmLVK8z .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-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uQgPmLVK8z .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uQgPmLVK8z .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uQgPmLVK8z .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uQgPmLVK8z .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uQgPmLVK8z .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPmLVK8z .image-wrapper {
    padding: 70px 0;
  }
}
.cid-uQgPmLVK8z .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-uQgPmLVK8z .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uQgPmLVK8z .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uQgPmLVK8z .mbr-section-title {
  color: #131313;
}
.cid-uQgPmLVK8z .mbr-tag {
  color: #131313;
}
.cid-uQgPmLVK8z .mbr-text {
  color: #131313;
}
.cid-uQgPmLVK8z .mbr-section-title,
.cid-uQgPmLVK8z .mbr-section-btn {
  text-align: left;
  color: #00775c;
}
.cid-uQgPAEgM4C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uQgPAEgM4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPAEgM4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPAEgM4C .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .container {
    padding: 0 6px;
  }
}
.cid-uQgPAEgM4C .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPAEgM4C .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPAEgM4C .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPAEgM4C .row {
    padding: 70px 16px;
  }
}
.cid-uQgPAEgM4C .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgPAEgM4C .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .desc-wrapper {
    padding: 0;
  }
}
.cid-uQgPAEgM4C .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uQgPAEgM4C .title-wrapper {
  margin-bottom: 64px;
}
.cid-uQgPAEgM4C .title-wrapper span {
  color: #009472;
}
.cid-uQgPAEgM4C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgPAEgM4C .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .cards-wrapper {
    display: block;
  }
}
.cid-uQgPAEgM4C .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uQgPAEgM4C .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uQgPAEgM4C .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uQgPAEgM4C .cards-wrapper .item:hover .item-desc,
.cid-uQgPAEgM4C .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 10px;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper .item-content .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 22px;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uQgPAEgM4C .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 22px;
}
.cid-uQgPAEgM4C .mbr-desc {
  color: #ffffff;
}
.cid-uQgPAEgM4C .mbr-section-title {
  color: #00775c;
}
.cid-uQgPAEgM4C .card-desc {
  color: #ffffff;
}
.cid-uQgPAEgM4C .card-price {
  color: #131313;
}
.cid-uQgPAEgM4C .card-title {
  color: #131313;
}
.cid-uQgPAEgM4C .card-text {
  color: #131313;
}
.cid-uQgPGUDf13 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQgPGUDf13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPGUDf13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPGUDf13 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPGUDf13 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPGUDf13 .container {
    padding: 0 6px;
  }
}
.cid-uQgPGUDf13 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPGUDf13 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPGUDf13 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPGUDf13 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPGUDf13 .row {
    padding: 70px 16px;
  }
}
.cid-uQgPGUDf13 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
  justify-content: center;
}
.cid-uQgPGUDf13 .image-wrapper {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .cid-uQgPGUDf13 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uQgPGUDf13 .image-wrapper img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQgPGUDf13 .image-wrapper img {
    width: 250px;
    margin: 0 auto;
  }
}
.cid-uQgPGUDf13 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgPGUDf13 .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uQgPGUDf13 .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uQgPGUDf13 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQgPGUDf13 .mbr-section-title {
  color: #131313;
}
.cid-uQgPGUDf13 .mbr-text {
  color: #131313;
}
.cid-uQgPGUDf13 .mbr-section-title,
.cid-uQgPGUDf13 .mbr-section-btn {
  color: #00775c;
}
.cid-uQgPnCaBgE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uQgPnCaBgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPnCaBgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPnCaBgE .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .container {
    padding: 0 6px;
  }
}
.cid-uQgPnCaBgE .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPnCaBgE .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPnCaBgE .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPnCaBgE .row {
    padding: 70px 16px;
  }
}
.cid-uQgPnCaBgE .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgPnCaBgE .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .desc-wrapper {
    padding: 0;
  }
}
.cid-uQgPnCaBgE .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uQgPnCaBgE .title-wrapper {
  margin-bottom: 64px;
}
.cid-uQgPnCaBgE .title-wrapper span {
  color: #009472;
}
.cid-uQgPnCaBgE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .cards-wrapper {
    display: block;
  }
}
.cid-uQgPnCaBgE .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #cfcfcf;
}
.cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 100px;
  padding: 50px;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #131313;
}
.cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQgPnCaBgE .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-uQgPnCaBgE .mbr-desc {
  color: #262626;
}
.cid-uQgPnCaBgE .mbr-section-title {
  color: #00775c;
}
.cid-uQgPnCaBgE .card-title {
  color: #131313;
}
.cid-uQgPnCaBgE .card-text {
  color: #131313;
}
.cid-uQgPnLveTV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uQgPnLveTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPnLveTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPnLveTV .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .container {
    padding: 0 6px;
  }
}
.cid-uQgPnLveTV .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPnLveTV .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPnLveTV .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPnLveTV .row {
    padding: 70px 16px;
  }
}
.cid-uQgPnLveTV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgPnLveTV .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .desc-wrapper {
    padding: 0;
  }
}
.cid-uQgPnLveTV .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uQgPnLveTV .title-wrapper {
  margin-bottom: 64px;
}
.cid-uQgPnLveTV .title-wrapper span {
  color: #009472;
}
.cid-uQgPnLveTV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgPnLveTV .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .cards-wrapper {
    display: block;
  }
}
.cid-uQgPnLveTV .cards-wrapper .item {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper {
  padding: 0 30px 30px;
  border-radius: 16px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgPnLveTV .cards-wrapper .item .item-wrapper {
    padding: 0 22px 22px;
  }
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 10px solid #009472;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 0;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 10px;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 10px;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQgPnLveTV .cards-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  border: none;
  text-decoration: underline;
}
.cid-uQgPnLveTV .mbr-desc {
  color: #262626;
}
.cid-uQgPnLveTV .mbr-section-title {
  color: #00775c;
}
.cid-uQgPnLveTV .card-desc {
  color: #009472;
  text-align: center;
}
.cid-uQgPnLveTV .card-title {
  color: #131313;
}
.cid-uQgPnLveTV .card-text {
  color: #131313;
  text-align: center;
}
.cid-uQgPnLveTV .card-title,
.cid-uQgPnLveTV .mbr-section-btn {
  text-align: center;
}
.cid-uQgPwI2Xsi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uQgPwI2Xsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPwI2Xsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPwI2Xsi .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .container {
    padding: 0 6px;
  }
}
.cid-uQgPwI2Xsi .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPwI2Xsi .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPwI2Xsi .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPwI2Xsi .row {
    padding: 70px 16px;
  }
}
.cid-uQgPwI2Xsi .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgPwI2Xsi .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .desc-wrapper {
    padding: 0;
  }
}
.cid-uQgPwI2Xsi .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uQgPwI2Xsi .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-uQgPwI2Xsi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgPwI2Xsi .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uQgPwI2Xsi .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uQgPwI2Xsi .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #009472;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uQgPwI2Xsi .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
.cid-uQgPwI2Xsi .panel-group {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-uQgPwI2Xsi .panel-group {
    margin: 0;
  }
}
.cid-uQgPwI2Xsi .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #009472;
  transform: rotate(-45deg);
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #009472;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #262626;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uQgPwI2Xsi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uQgPwI2Xsi .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-uQgPwI2Xsi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQgPwI2Xsi .mbr-desc {
  color: #ffffff;
}
.cid-uQgPwI2Xsi .mbr-section-title {
  color: #00775c;
}
.cid-uQgPwI2Xsi .panel-title-edit {
  color: #ffffff;
}
.cid-uQgPwI2Xsi .panel-text {
  color: #ffffff;
}
.cid-uQgSQogCSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uQgSQogCSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgSQogCSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgSQogCSY .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgSQogCSY .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgSQogCSY .container {
    padding: 0 6px;
  }
}
.cid-uQgSQogCSY .row-main {
  margin: 0;
  padding: 0 150px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uQgSQogCSY .row-main {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgSQogCSY .row-main {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgSQogCSY .row-main {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgSQogCSY .row-main {
    padding: 0;
  }
}
.cid-uQgSQogCSY .row-main .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgSQogCSY .form-wrap {
  padding: 40px 45px ;
  background-color: #262626;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQgSQogCSY .form-wrap {
    padding: 22px;
  }
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 32px;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-control {
  padding: 0 20px;
  min-height: 60px;
  border: none !important;
  box-shadow: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #cfcfcf;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #009472;
  border-color: #009472;
}
.cid-uQgSQogCSY .form-wrap .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
  width: 100%;
}
.cid-uQgSQogCSY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQgSQogCSY .mbr-text {
  color: #cfcfcf;
  text-align: center;
}
.cid-uQgSQogCSY label {
  color: #ffffff;
}
.cid-uQgPpXQspy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uQgPpXQspy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPpXQspy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPpXQspy .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPpXQspy .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPpXQspy .container {
    padding: 0 6px;
  }
}
.cid-uQgPpXQspy .row {
  margin: 0;
}
.cid-uQgPpXQspy .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uQgPpXQspy .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uQgPpXQspy .google-map iframe {
    height: 350px;
  }
}
.cid-uQgPqqw4JH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uQgPqqw4JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPqqw4JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPqqw4JH .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container {
    padding: 0 6px;
  }
}
.cid-uQgPqqw4JH .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uQgPqqw4JH .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uQgPqqw4JH .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uQgPqqw4JH .row {
    padding: 70px 0;
  }
}
.cid-uQgPqqw4JH .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uQgPqqw4JH .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-uQgPqqw4JH .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uQgPqqw4JH .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-uQgPqqw4JH .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-uQgPqqw4JH .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-uQgPqqw4JH .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uQgPqqw4JH .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-uQgPqqw4JH .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQgPqqw4JH .mbr-section-title {
  color: #131313;
}
.cid-uQgPqqw4JH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQgPqqw4JH .list {
  color: #131313;
}
.cid-uQgPrQrXBq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00775c;
}
.cid-uQgPrQrXBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgPrQrXBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgPrQrXBq .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uQgPrQrXBq a {
  position: relative;
  width: fit-content;
}
.cid-uQgPrQrXBq a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uQgPrQrXBq a:hover:before {
  width: 0;
}
.cid-uQgPrQrXBq .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uQgPrQrXBq .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uQgPrQrXBq .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uQgPrQrXBq .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQgPrQrXBq .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQgPrQrXBq .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQgPrQrXBq .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uQgPrQrXBq p {
    text-align: center;
  }
}
.cid-uQgPrQrXBq P {
  color: #ffffff;
}
.cid-uQgPrQrXBq H2 {
  color: #ffffff;
}
.cid-uQgVgGQtjk {
  background-color: transparent;
}
.cid-uQgVgGQtjk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uQgVgGQtjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uQgVgGQtjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQgVgGQtjk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQgVgGQtjk .menu_box .navbar.opened,
  .cid-uQgVgGQtjk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQgVgGQtjk .navbar-dropdown {
  position: relative !important;
}
.cid-uQgVgGQtjk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQgVgGQtjk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQgVgGQtjk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQgVgGQtjk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uQgVgGQtjk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQgVgGQtjk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQgVgGQtjk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQgVgGQtjk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQgVgGQtjk .offcanvas-body .mbr-text,
  .cid-uQgVgGQtjk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQgVgGQtjk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQgVgGQtjk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQgVgGQtjk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQgVgGQtjk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQgVgGQtjk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQgVgGQtjk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQgVgGQtjk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQgVgGQtjk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQgVgGQtjk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQgVgGQtjk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQgVgGQtjk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .nav-item {
    margin: 0 !important;
  }
}
.cid-uQgVgGQtjk .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uQgVgGQtjk .nav-item .nav-link:hover,
.cid-uQgVgGQtjk .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uQgVgGQtjk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQgVgGQtjk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQgVgGQtjk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQgVgGQtjk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQgVgGQtjk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQgVgGQtjk .offcanvas_box {
    display: none;
  }
}
.cid-uQgVgGQtjk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQgVgGQtjk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQgVgGQtjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQgVgGQtjk .container {
  display: flex;
  margin: auto;
}
.cid-uQgVgGQtjk .iconfont-wrapper {
  color: #131313;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQgVgGQtjk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQgVgGQtjk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQgVgGQtjk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQgVgGQtjk .navbar-nav {
    margin: 0;
  }
}
.cid-uQgVgGQtjk .dropdown-menu,
.cid-uQgVgGQtjk .navbar.opened {
  background-color: false !important;
}
.cid-uQgVgGQtjk .nav-item:focus,
.cid-uQgVgGQtjk .nav-link:focus {
  outline: none;
}
.cid-uQgVgGQtjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgVgGQtjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQgVgGQtjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgVgGQtjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgVgGQtjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgVgGQtjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgVgGQtjk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQgVgGQtjk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQgVgGQtjk .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgVgGQtjk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQgVgGQtjk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQgVgGQtjk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQgVgGQtjk .navbar.collapsed {
  justify-content: center;
}
.cid-uQgVgGQtjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgVgGQtjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQgVgGQtjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgVgGQtjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgVgGQtjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgVgGQtjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQgVgGQtjk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQgVgGQtjk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQgVgGQtjk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQgVgGQtjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgVgGQtjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgVgGQtjk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQgVgGQtjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgVgGQtjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQgVgGQtjk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgVgGQtjk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQgVgGQtjk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQgVgGQtjk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQgVgGQtjk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQgVgGQtjk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgVgGQtjk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQgVgGQtjk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQgVgGQtjk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQgVgGQtjk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQgVgGQtjk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQgVgGQtjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQgVgGQtjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgVgGQtjk .dropdown-item.active,
.cid-uQgVgGQtjk .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgVgGQtjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQgVgGQtjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgVgGQtjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgVgGQtjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgVgGQtjk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQgVgGQtjk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQgVgGQtjk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #e6e6e6;
}
.cid-uQgVgGQtjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uQgVgGQtjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQgVgGQtjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQgVgGQtjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQgVgGQtjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQgVgGQtjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgVgGQtjk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgVgGQtjk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgVgGQtjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgVgGQtjk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQgVgGQtjk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQgVgGQtjk .navbar {
    height: 70px;
  }
  .cid-uQgVgGQtjk .navbar.opened {
    height: auto;
  }
  .cid-uQgVgGQtjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgVgGQtjk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQgVgGQtjk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQgVgGQtjk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQgVgGQtjk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQgVgGQtjk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQgVgGQtjk .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uQgVgGQtjk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQgVgGQtjk .text_widget {
  margin-bottom: 32px;
}
.cid-uQgVgGQtjk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQgVgGQtjk .text_widget a:hover,
.cid-uQgVgGQtjk .text_widget a:focus {
  opacity: .6;
}
.cid-uQgVgGQtjk .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uQgVgGQtjk .navbar-caption {
  color: #009472;
}
.cid-uQgVgGQtjk .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uQgVgGQtjk .mbr-section-subtitle,
.cid-uQgVgGQtjk .text_widget,
.cid-uQgVgGQtjk .mbr-section-btn {
  text-align: center;
}
.cid-uQgVgGQtjk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQgVm5yX8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQgVm5yX8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgVm5yX8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgVm5yX8T .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQgVm5yX8T .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQgVm5yX8T .container {
    padding: 0 20px;
  }
}
.cid-uQgVm5yX8T .row {
  justify-content: center;
}
.cid-uQgVm5yX8T .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQgVm5yX8T .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uQgVm5yX8T .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQgVm5yX8T .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uQgVm5yX8T .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uQgVm5yX8T .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uQgVm5yX8T .mbr-text {
  color: #00775c;
  text-align: left;
}
.cid-uQgVm5yX8T .mbr-desc {
  color: #e4dfd4;
}
.cid-uQgVm5yX8T .mbr-desc,
.cid-uQgVm5yX8T .desc-wrapper {
  color: #000000;
}
.cid-uQgVgQtL8O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00775c;
}
.cid-uQgVgQtL8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgVgQtL8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgVgQtL8O .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uQgVgQtL8O a {
  position: relative;
  width: fit-content;
}
.cid-uQgVgQtL8O a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uQgVgQtL8O a:hover:before {
  width: 0;
}
.cid-uQgVgQtL8O .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uQgVgQtL8O .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uQgVgQtL8O .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uQgVgQtL8O .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQgVgQtL8O .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQgVgQtL8O .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQgVgQtL8O .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uQgVgQtL8O p {
    text-align: center;
  }
}
.cid-uQgVgQtL8O P {
  color: #ffffff;
}
.cid-uQgVgQtL8O H2 {
  color: #ffffff;
}
