.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-uAZvWADRkw {
  background-color: transparent;
}
.cid-uAZvWADRkw .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZvWADRkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZvWADRkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZvWADRkw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZvWADRkw .menu_box .navbar.opened,
  .cid-uAZvWADRkw .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZvWADRkw .navbar-dropdown {
  position: relative !important;
}
.cid-uAZvWADRkw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZvWADRkw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZvWADRkw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZvWADRkw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZvWADRkw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZvWADRkw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZvWADRkw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZvWADRkw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZvWADRkw .offcanvas-body .mbr-text,
  .cid-uAZvWADRkw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZvWADRkw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZvWADRkw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZvWADRkw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZvWADRkw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZvWADRkw .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-uAZvWADRkw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZvWADRkw 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-uAZvWADRkw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZvWADRkw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZvWADRkw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZvWADRkw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZvWADRkw .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZvWADRkw .nav-item .nav-link:hover,
.cid-uAZvWADRkw .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZvWADRkw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZvWADRkw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZvWADRkw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZvWADRkw .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-uAZvWADRkw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZvWADRkw .offcanvas_box {
    display: none;
  }
}
.cid-uAZvWADRkw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZvWADRkw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZvWADRkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZvWADRkw .container {
  display: flex;
  margin: auto;
}
.cid-uAZvWADRkw .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-uAZvWADRkw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZvWADRkw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZvWADRkw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZvWADRkw .navbar-nav {
    margin: 0;
  }
}
.cid-uAZvWADRkw .dropdown-menu,
.cid-uAZvWADRkw .navbar.opened {
  background-color: false !important;
}
.cid-uAZvWADRkw .nav-item:focus,
.cid-uAZvWADRkw .nav-link:focus {
  outline: none;
}
.cid-uAZvWADRkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZvWADRkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZvWADRkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZvWADRkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZvWADRkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZvWADRkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZvWADRkw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZvWADRkw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZvWADRkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZvWADRkw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZvWADRkw .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZvWADRkw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZvWADRkw .navbar.collapsed {
  justify-content: center;
}
.cid-uAZvWADRkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZvWADRkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZvWADRkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZvWADRkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZvWADRkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZvWADRkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZvWADRkw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZvWADRkw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZvWADRkw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZvWADRkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZvWADRkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZvWADRkw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZvWADRkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZvWADRkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZvWADRkw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZvWADRkw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZvWADRkw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZvWADRkw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZvWADRkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZvWADRkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZvWADRkw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZvWADRkw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZvWADRkw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZvWADRkw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZvWADRkw .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-uAZvWADRkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZvWADRkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZvWADRkw .dropdown-item.active,
.cid-uAZvWADRkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZvWADRkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZvWADRkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZvWADRkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZvWADRkw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZvWADRkw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZvWADRkw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZvWADRkw 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-uAZvWADRkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZvWADRkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZvWADRkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZvWADRkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZvWADRkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZvWADRkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZvWADRkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZvWADRkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZvWADRkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZvWADRkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZvWADRkw .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-uAZvWADRkw .navbar {
    height: 70px;
  }
  .cid-uAZvWADRkw .navbar.opened {
    height: auto;
  }
  .cid-uAZvWADRkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZvWADRkw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZvWADRkw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZvWADRkw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZvWADRkw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZvWADRkw .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZvWADRkw .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZvWADRkw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZvWADRkw .text_widget {
  margin-bottom: 32px;
}
.cid-uAZvWADRkw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZvWADRkw .text_widget a:hover,
.cid-uAZvWADRkw .text_widget a:focus {
  opacity: .6;
}
.cid-uAZvWADRkw .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZvWADRkw .navbar-caption {
  color: #009472;
}
.cid-uAZvWADRkw .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZvWADRkw .mbr-section-subtitle,
.cid-uAZvWADRkw .text_widget,
.cid-uAZvWADRkw .mbr-section-btn {
  text-align: center;
}
.cid-uAZvWADRkw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZw17grel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-144-868x576.png");
}
.cid-uAZw17grel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZw17grel .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-uAZw17grel .container {
    padding: 0 22px;
  }
}
.cid-uAZw17grel .content-wrapper {
  padding-bottom: 60%;
}
.cid-uAZw17grel .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAZw17grel .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAZw17grel .mbr-section-title {
  color: #ffffff;
}
.cid-uAZw17grel .mbr-text {
  color: #ffffff;
}
.cid-uAZw365IWO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uAZw365IWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZw365IWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZw365IWO .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .container {
    padding: 0 6px;
  }
}
.cid-uAZw365IWO .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZw365IWO .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZw365IWO .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZw365IWO .row {
    padding: 70px 30px;
  }
}
.cid-uAZw365IWO .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZw365IWO .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZw365IWO .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZw365IWO .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-uAZw365IWO .title-wrapper span {
  color: #009472;
}
.cid-uAZw365IWO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZw365IWO .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uAZw365IWO .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uAZw365IWO .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-uAZw365IWO .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uAZw365IWO .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-uAZw365IWO .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .cards-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uAZw365IWO .cards-wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #2f2f2f;
}
@media (max-width: 992px) {
  .cid-uAZw365IWO .cards-wrapper .item {
    padding: 22px;
    margin-bottom: 16px;
  }
}
.cid-uAZw365IWO .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uAZw365IWO .cards-wrapper .item .item-wrapper .card-box .card-text {
  opacity: .5;
  margin: 32px 0 0 0;
}
.cid-uAZw365IWO .mbr-desc {
  color: #ffffff;
}
.cid-uAZw365IWO .mbr-section-title {
  color: #ffffff;
}
.cid-uAZw365IWO .card-title {
  color: #ffffff;
}
.cid-uAZw365IWO .card-text {
  color: #ffffff;
}
.cid-uAZw3IoI75 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uAZw3IoI75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZw3IoI75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZw3IoI75 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .container {
    padding: 0 6px;
  }
}
.cid-uAZw3IoI75 .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZw3IoI75 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZw3IoI75 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZw3IoI75 .row {
    padding: 70px 30px;
  }
}
.cid-uAZw3IoI75 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZw3IoI75 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZw3IoI75 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZw3IoI75 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uAZw3IoI75 .title-wrapper span {
  color: #009472;
}
.cid-uAZw3IoI75 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .cards-wrapper {
    display: block;
  }
}
.cid-uAZw3IoI75 .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #cfcfcf;
}
.cid-uAZw3IoI75 .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-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-uAZw3IoI75 .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-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZw3IoI75 .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-uAZw3IoI75 .mbr-desc {
  color: #262626;
}
.cid-uAZw3IoI75 .mbr-section-title {
  color: #131313;
}
.cid-uAZw3IoI75 .card-title {
  color: #131313;
}
.cid-uAZw3IoI75 .card-text {
  color: #131313;
}
.cid-uAZwdCE7Rk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uAZwdCE7Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZwdCE7Rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZwdCE7Rk .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .container {
    padding: 0 6px;
  }
}
.cid-uAZwdCE7Rk .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZwdCE7Rk .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZwdCE7Rk .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZwdCE7Rk .row {
    padding: 70px 30px;
  }
}
.cid-uAZwdCE7Rk .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZwdCE7Rk .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZwdCE7Rk .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZwdCE7Rk .title-wrapper {
  margin-bottom: 64px;
}
.cid-uAZwdCE7Rk .title-wrapper span {
  color: #009472;
}
.cid-uAZwdCE7Rk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZwdCE7Rk .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .cards-wrapper {
    display: block;
  }
}
.cid-uAZwdCE7Rk .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uAZwdCE7Rk .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZwdCE7Rk .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-uAZwdCE7Rk .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uAZwdCE7Rk .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uAZwdCE7Rk .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uAZwdCE7Rk .cards-wrapper .item:hover::before,
.cid-uAZwdCE7Rk .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uAZwdCE7Rk .cards-wrapper .item:hover .item-desc,
.cid-uAZwdCE7Rk .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uAZwdCE7Rk .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-uAZwdCE7Rk .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #262626;
  border-radius: 100%;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uAZwdCE7Rk .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uAZwdCE7Rk .mbr-desc {
  color: #ffffff;
}
.cid-uAZwdCE7Rk .mbr-section-title {
  color: #ffffff;
}
.cid-uAZwdCE7Rk .card-desc {
  color: #ffffff;
}
.cid-uAZwdCE7Rk .card-title {
  color: #131313;
}
.cid-uAZwdCE7Rk .card-text {
  color: #131313;
}
.cid-uAZw8No3Rl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAZw8No3Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZw8No3Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZw8No3Rl .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZw8No3Rl .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw8No3Rl .container {
    padding: 0 6px;
  }
}
.cid-uAZw8No3Rl .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZw8No3Rl .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZw8No3Rl .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw8No3Rl .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZw8No3Rl .row {
    padding: 70px 30px;
  }
}
.cid-uAZw8No3Rl .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
  justify-content: center;
}
.cid-uAZw8No3Rl .image-wrapper {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .cid-uAZw8No3Rl .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uAZw8No3Rl .image-wrapper img {
  width: 300px;
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAZw8No3Rl .image-wrapper img {
    width: 250px;
    margin: 0 auto;
  }
}
.cid-uAZw8No3Rl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZw8No3Rl .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uAZw8No3Rl .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uAZw8No3Rl .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uAZw8No3Rl .mbr-section-title {
  color: #131313;
}
.cid-uAZw8No3Rl .mbr-text {
  color: #131313;
}
.cid-uAZw5l4bQF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uAZw5l4bQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZw5l4bQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZw5l4bQF .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .container {
    padding: 0 6px;
  }
}
.cid-uAZw5l4bQF .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZw5l4bQF .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZw5l4bQF .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZw5l4bQF .row {
    padding: 70px 30px;
  }
}
.cid-uAZw5l4bQF .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZw5l4bQF .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZw5l4bQF .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZw5l4bQF .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-uAZw5l4bQF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZw5l4bQF .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-uAZw5l4bQF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uAZw5l4bQF .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-uAZw5l4bQF .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-uAZw5l4bQF .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-uAZw5l4bQF .panel-group {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-uAZw5l4bQF .panel-group {
    margin: 0;
  }
}
.cid-uAZw5l4bQF .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.cid-uAZw5l4bQF .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #009472;
  transform: rotate(-45deg);
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #009472;
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uAZw5l4bQF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAZw5l4bQF .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-uAZw5l4bQF .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-uAZw5l4bQF .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-uAZw5l4bQF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uAZw5l4bQF .mbr-desc {
  color: #ffffff;
}
.cid-uAZw5l4bQF .mbr-section-title {
  color: #ffffff;
}
.cid-uAZw5l4bQF .panel-title-edit {
  color: #ffffff;
}
.cid-uAZw5l4bQF .panel-text {
  color: #ffffff;
}
.cid-uAZweTKGux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZweTKGux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZweTKGux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZweTKGux .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZweTKGux .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZweTKGux .container {
    padding: 0 6px;
  }
}
.cid-uAZweTKGux .row-main {
  margin: 0;
  padding: 0 150px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uAZweTKGux .row-main {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZweTKGux .row-main {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZweTKGux .row-main {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZweTKGux .row-main {
    padding: 0 30px;
  }
}
.cid-uAZweTKGux .row-main .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZweTKGux .form-wrap {
  padding: 40px 45px ;
  background-color: #131313;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uAZweTKGux .form-wrap {
    padding: 22px;
  }
}
.cid-uAZweTKGux .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 32px;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uAZweTKGux .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-uAZweTKGux .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #cfcfcf;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #009472;
  border-color: #009472;
}
.cid-uAZweTKGux .form-wrap .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
  width: 100%;
}
.cid-uAZweTKGux .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZweTKGux .mbr-text {
  color: #cfcfcf;
  text-align: center;
}
.cid-uAZweTKGux label {
  color: #ffffff;
}
.cid-uAZwlzFrKA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZwlzFrKA .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZwlzFrKA .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZwlzFrKA .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZwlzFrKA .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZwlzFrKA .card-title,
.cid-uAZwlzFrKA .card-text {
  transition: all 0.3s;
}
.cid-uAZwlzFrKA .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZwlzFrKA .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZwlzFrKA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZwlzFrKA .card-title,
.cid-uAZwlzFrKA .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZwlzFrKA .card-text {
  color: #bbbbbb;
}
.cid-uAZwlzFrKA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZwlzFrKA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZwlzFrKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZwlzFrKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZwjezn0g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZwjezn0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZwjezn0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZwjezn0g .copyright {
  color: #ffffff;
}
.cid-uAZwjezn0g .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZwjezn0g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZwjezn0g .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZwjezn0g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZwjezn0g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZwjezn0g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZwjezn0g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZwjezn0g .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZwjezn0g .row-links-soc,
.cid-uAZwjezn0g .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZwjezn0g .copyright,
.cid-uAZwjezn0g .line {
  color: #ffffff;
}
.cid-uAZyPGQHBp {
  background-color: transparent;
}
.cid-uAZyPGQHBp .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyPGQHBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyPGQHBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyPGQHBp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyPGQHBp .menu_box .navbar.opened,
  .cid-uAZyPGQHBp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyPGQHBp .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyPGQHBp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyPGQHBp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyPGQHBp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyPGQHBp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyPGQHBp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyPGQHBp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyPGQHBp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyPGQHBp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyPGQHBp .offcanvas-body .mbr-text,
  .cid-uAZyPGQHBp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyPGQHBp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyPGQHBp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyPGQHBp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyPGQHBp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyPGQHBp .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-uAZyPGQHBp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyPGQHBp 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-uAZyPGQHBp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyPGQHBp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyPGQHBp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyPGQHBp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyPGQHBp .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyPGQHBp .nav-item .nav-link:hover,
.cid-uAZyPGQHBp .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyPGQHBp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyPGQHBp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyPGQHBp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyPGQHBp .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-uAZyPGQHBp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyPGQHBp .offcanvas_box {
    display: none;
  }
}
.cid-uAZyPGQHBp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyPGQHBp .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyPGQHBp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyPGQHBp .container {
  display: flex;
  margin: auto;
}
.cid-uAZyPGQHBp .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-uAZyPGQHBp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyPGQHBp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyPGQHBp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyPGQHBp .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyPGQHBp .dropdown-menu,
.cid-uAZyPGQHBp .navbar.opened {
  background-color: false !important;
}
.cid-uAZyPGQHBp .nav-item:focus,
.cid-uAZyPGQHBp .nav-link:focus {
  outline: none;
}
.cid-uAZyPGQHBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyPGQHBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyPGQHBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyPGQHBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyPGQHBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyPGQHBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyPGQHBp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyPGQHBp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyPGQHBp .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyPGQHBp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyPGQHBp .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyPGQHBp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyPGQHBp .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyPGQHBp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyPGQHBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyPGQHBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyPGQHBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyPGQHBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyPGQHBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyPGQHBp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyPGQHBp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyPGQHBp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyPGQHBp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyPGQHBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyPGQHBp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyPGQHBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyPGQHBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyPGQHBp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyPGQHBp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyPGQHBp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyPGQHBp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyPGQHBp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyPGQHBp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyPGQHBp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyPGQHBp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyPGQHBp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyPGQHBp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyPGQHBp .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-uAZyPGQHBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyPGQHBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyPGQHBp .dropdown-item.active,
.cid-uAZyPGQHBp .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyPGQHBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyPGQHBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyPGQHBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyPGQHBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyPGQHBp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyPGQHBp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyPGQHBp 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-uAZyPGQHBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyPGQHBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyPGQHBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyPGQHBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyPGQHBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyPGQHBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyPGQHBp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyPGQHBp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyPGQHBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyPGQHBp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyPGQHBp .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-uAZyPGQHBp .navbar {
    height: 70px;
  }
  .cid-uAZyPGQHBp .navbar.opened {
    height: auto;
  }
  .cid-uAZyPGQHBp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyPGQHBp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyPGQHBp .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyPGQHBp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyPGQHBp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyPGQHBp .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyPGQHBp .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyPGQHBp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyPGQHBp .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyPGQHBp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyPGQHBp .text_widget a:hover,
.cid-uAZyPGQHBp .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyPGQHBp .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyPGQHBp .navbar-caption {
  color: #009472;
}
.cid-uAZyPGQHBp .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyPGQHBp .mbr-section-subtitle,
.cid-uAZyPGQHBp .text_widget,
.cid-uAZyPGQHBp .mbr-section-btn {
  text-align: center;
}
.cid-uAZyPGQHBp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZzboQbpX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZzboQbpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZzboQbpX .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-uAZzboQbpX .container {
    padding: 0 22px;
  }
}
.cid-uAZzboQbpX .row {
  justify-content: center;
}
.cid-uAZzboQbpX .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAZzboQbpX .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAZzboQbpX .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-uAZzboQbpX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZzboQbpX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uAZzboQbpX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZzboQbpX .mbr-section-title {
  color: #ffffff;
}
.cid-uAZzboQbpX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAZzboQbpX .mbr-section-title,
.cid-uAZzboQbpX .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAZyPHo1mP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyPHo1mP .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyPHo1mP .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyPHo1mP .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyPHo1mP .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyPHo1mP .card-title,
.cid-uAZyPHo1mP .card-text {
  transition: all 0.3s;
}
.cid-uAZyPHo1mP .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyPHo1mP .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyPHo1mP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyPHo1mP .card-title,
.cid-uAZyPHo1mP .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyPHo1mP .card-text {
  color: #bbbbbb;
}
.cid-uAZyPHo1mP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyPHo1mP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyPHo1mP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyPHo1mP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyPHLN7g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyPHLN7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyPHLN7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyPHLN7g .copyright {
  color: #ffffff;
}
.cid-uAZyPHLN7g .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyPHLN7g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyPHLN7g .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyPHLN7g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyPHLN7g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyPHLN7g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyPHLN7g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyPHLN7g .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyPHLN7g .row-links-soc,
.cid-uAZyPHLN7g .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyPHLN7g .copyright,
.cid-uAZyPHLN7g .line {
  color: #ffffff;
}
.cid-uAZyNkxDET {
  background-color: transparent;
}
.cid-uAZyNkxDET .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyNkxDET .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyNkxDET .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyNkxDET .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyNkxDET .menu_box .navbar.opened,
  .cid-uAZyNkxDET .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyNkxDET .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyNkxDET .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyNkxDET .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyNkxDET .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyNkxDET .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyNkxDET .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyNkxDET .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyNkxDET .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyNkxDET .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyNkxDET .offcanvas-body .mbr-text,
  .cid-uAZyNkxDET .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyNkxDET .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyNkxDET .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyNkxDET ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyNkxDET .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyNkxDET .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-uAZyNkxDET .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyNkxDET 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-uAZyNkxDET .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyNkxDET .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyNkxDET .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyNkxDET .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyNkxDET .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyNkxDET .nav-item .nav-link:hover,
.cid-uAZyNkxDET .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyNkxDET .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyNkxDET .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyNkxDET .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyNkxDET .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-uAZyNkxDET .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyNkxDET .offcanvas_box {
    display: none;
  }
}
.cid-uAZyNkxDET .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyNkxDET .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyNkxDET .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyNkxDET .container {
  display: flex;
  margin: auto;
}
.cid-uAZyNkxDET .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-uAZyNkxDET .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyNkxDET .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyNkxDET .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyNkxDET .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyNkxDET .dropdown-menu,
.cid-uAZyNkxDET .navbar.opened {
  background-color: false !important;
}
.cid-uAZyNkxDET .nav-item:focus,
.cid-uAZyNkxDET .nav-link:focus {
  outline: none;
}
.cid-uAZyNkxDET .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyNkxDET .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyNkxDET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyNkxDET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyNkxDET .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyNkxDET .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyNkxDET .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyNkxDET .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyNkxDET .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyNkxDET .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyNkxDET .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyNkxDET .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyNkxDET .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyNkxDET .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyNkxDET .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyNkxDET .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyNkxDET .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyNkxDET .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyNkxDET .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyNkxDET .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyNkxDET .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyNkxDET .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyNkxDET .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyNkxDET .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyNkxDET .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyNkxDET .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyNkxDET .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyNkxDET .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyNkxDET .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyNkxDET .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyNkxDET .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyNkxDET .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyNkxDET .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyNkxDET .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyNkxDET .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyNkxDET .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyNkxDET .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyNkxDET .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-uAZyNkxDET .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyNkxDET .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyNkxDET .dropdown-item.active,
.cid-uAZyNkxDET .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyNkxDET .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyNkxDET .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyNkxDET .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyNkxDET .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyNkxDET ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyNkxDET .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyNkxDET 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-uAZyNkxDET button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyNkxDET button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyNkxDET button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyNkxDET button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyNkxDET button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyNkxDET nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyNkxDET nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyNkxDET nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyNkxDET nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyNkxDET a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyNkxDET .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-uAZyNkxDET .navbar {
    height: 70px;
  }
  .cid-uAZyNkxDET .navbar.opened {
    height: auto;
  }
  .cid-uAZyNkxDET .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyNkxDET .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyNkxDET .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyNkxDET .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyNkxDET .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyNkxDET .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyNkxDET .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyNkxDET .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyNkxDET .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyNkxDET .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyNkxDET .text_widget a:hover,
.cid-uAZyNkxDET .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyNkxDET .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyNkxDET .navbar-caption {
  color: #009472;
}
.cid-uAZyNkxDET .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyNkxDET .mbr-section-subtitle,
.cid-uAZyNkxDET .text_widget,
.cid-uAZyNkxDET .mbr-section-btn {
  text-align: center;
}
.cid-uAZyNkxDET a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZza9VspS {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uAZza9VspS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZza9VspS .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-uAZza9VspS .container {
    padding: 0 30px;
  }
}
.cid-uAZza9VspS .card {
  justify-content: center;
}
.cid-uAZza9VspS .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAZza9VspS .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAZza9VspS .content-wrapper {
    padding: 0;
  }
}
.cid-uAZza9VspS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAZza9VspS .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAZza9VspS .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAZza9VspS .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAZza9VspS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAZza9VspS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uAZza9VspS .mbr-desc {
  color: #254b45;
}
.cid-uAZza9VspS .mbr-section-title {
  color: #254b45;
}
.cid-uAZza9VspS .mbr-text {
  color: #254b45;
}
.cid-uAZza9VspS .mbr-desc,
.cid-uAZza9VspS .desc-wrapper {
  color: #000000;
}
.cid-uAZza9VspS .mbr-section-title,
.cid-uAZza9VspS .mbr-section-btn {
  color: #000000;
}
.cid-uAZyNl7vUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyNl7vUU .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyNl7vUU .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyNl7vUU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyNl7vUU .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyNl7vUU .card-title,
.cid-uAZyNl7vUU .card-text {
  transition: all 0.3s;
}
.cid-uAZyNl7vUU .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyNl7vUU .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyNl7vUU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyNl7vUU .card-title,
.cid-uAZyNl7vUU .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyNl7vUU .card-text {
  color: #bbbbbb;
}
.cid-uAZyNl7vUU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyNl7vUU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyNl7vUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyNl7vUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyNlIe0A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyNlIe0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyNlIe0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyNlIe0A .copyright {
  color: #ffffff;
}
.cid-uAZyNlIe0A .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyNlIe0A .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyNlIe0A .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyNlIe0A .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyNlIe0A .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyNlIe0A .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyNlIe0A .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyNlIe0A .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyNlIe0A .row-links-soc,
.cid-uAZyNlIe0A .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyNlIe0A .copyright,
.cid-uAZyNlIe0A .line {
  color: #ffffff;
}
.cid-uAZyM9lj8b {
  background-color: transparent;
}
.cid-uAZyM9lj8b .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyM9lj8b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyM9lj8b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyM9lj8b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyM9lj8b .menu_box .navbar.opened,
  .cid-uAZyM9lj8b .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyM9lj8b .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyM9lj8b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyM9lj8b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyM9lj8b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyM9lj8b .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyM9lj8b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyM9lj8b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyM9lj8b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyM9lj8b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyM9lj8b .offcanvas-body .mbr-text,
  .cid-uAZyM9lj8b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyM9lj8b .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyM9lj8b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyM9lj8b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyM9lj8b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyM9lj8b .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-uAZyM9lj8b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyM9lj8b 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-uAZyM9lj8b .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyM9lj8b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyM9lj8b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyM9lj8b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyM9lj8b .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyM9lj8b .nav-item .nav-link:hover,
.cid-uAZyM9lj8b .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyM9lj8b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyM9lj8b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyM9lj8b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyM9lj8b .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-uAZyM9lj8b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyM9lj8b .offcanvas_box {
    display: none;
  }
}
.cid-uAZyM9lj8b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyM9lj8b .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyM9lj8b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyM9lj8b .container {
  display: flex;
  margin: auto;
}
.cid-uAZyM9lj8b .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-uAZyM9lj8b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyM9lj8b .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyM9lj8b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyM9lj8b .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyM9lj8b .dropdown-menu,
.cid-uAZyM9lj8b .navbar.opened {
  background-color: false !important;
}
.cid-uAZyM9lj8b .nav-item:focus,
.cid-uAZyM9lj8b .nav-link:focus {
  outline: none;
}
.cid-uAZyM9lj8b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyM9lj8b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyM9lj8b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyM9lj8b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyM9lj8b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyM9lj8b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyM9lj8b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyM9lj8b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyM9lj8b .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyM9lj8b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyM9lj8b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyM9lj8b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyM9lj8b .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyM9lj8b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyM9lj8b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyM9lj8b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyM9lj8b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyM9lj8b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyM9lj8b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyM9lj8b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyM9lj8b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyM9lj8b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyM9lj8b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyM9lj8b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyM9lj8b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyM9lj8b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyM9lj8b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyM9lj8b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyM9lj8b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyM9lj8b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyM9lj8b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyM9lj8b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyM9lj8b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyM9lj8b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyM9lj8b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyM9lj8b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyM9lj8b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyM9lj8b .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-uAZyM9lj8b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyM9lj8b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyM9lj8b .dropdown-item.active,
.cid-uAZyM9lj8b .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyM9lj8b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyM9lj8b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyM9lj8b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyM9lj8b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyM9lj8b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyM9lj8b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyM9lj8b 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-uAZyM9lj8b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyM9lj8b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyM9lj8b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyM9lj8b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyM9lj8b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyM9lj8b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyM9lj8b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyM9lj8b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyM9lj8b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyM9lj8b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyM9lj8b .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-uAZyM9lj8b .navbar {
    height: 70px;
  }
  .cid-uAZyM9lj8b .navbar.opened {
    height: auto;
  }
  .cid-uAZyM9lj8b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyM9lj8b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyM9lj8b .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyM9lj8b .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyM9lj8b .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyM9lj8b .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyM9lj8b .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyM9lj8b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyM9lj8b .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyM9lj8b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyM9lj8b .text_widget a:hover,
.cid-uAZyM9lj8b .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyM9lj8b .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyM9lj8b .navbar-caption {
  color: #009472;
}
.cid-uAZyM9lj8b .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyM9lj8b .mbr-section-subtitle,
.cid-uAZyM9lj8b .text_widget,
.cid-uAZyM9lj8b .mbr-section-btn {
  text-align: center;
}
.cid-uAZyM9lj8b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZz8FNYqg {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZz8FNYqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZz8FNYqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZz8FNYqg .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAZz8FNYqg .content-wrapper {
    padding: 0;
  }
}
.cid-uAZz8FNYqg .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAZz8FNYqg .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZz8FNYqg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAZz8FNYqg .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZz8FNYqg .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZz8FNYqg .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAZz8FNYqg .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uAZz8FNYqg .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAZz8FNYqg .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uAZz8FNYqg .mbr-section-title {
  color: #ffffff;
}
.cid-uAZz8FNYqg .mbr-text,
.cid-uAZz8FNYqg .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uAZz8FNYqg .mbr-section-title,
.cid-uAZz8FNYqg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZyM9WF2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyM9WF2g .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyM9WF2g .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyM9WF2g .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyM9WF2g .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyM9WF2g .card-title,
.cid-uAZyM9WF2g .card-text {
  transition: all 0.3s;
}
.cid-uAZyM9WF2g .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyM9WF2g .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyM9WF2g .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyM9WF2g .card-title,
.cid-uAZyM9WF2g .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyM9WF2g .card-text {
  color: #bbbbbb;
}
.cid-uAZyM9WF2g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyM9WF2g .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyM9WF2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyM9WF2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyMarDkY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyMarDkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyMarDkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyMarDkY .copyright {
  color: #ffffff;
}
.cid-uAZyMarDkY .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyMarDkY .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyMarDkY .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyMarDkY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyMarDkY .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyMarDkY .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyMarDkY .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyMarDkY .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyMarDkY .row-links-soc,
.cid-uAZyMarDkY .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyMarDkY .copyright,
.cid-uAZyMarDkY .line {
  color: #ffffff;
}
.cid-uAZyJvMNiu {
  background-color: transparent;
}
.cid-uAZyJvMNiu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyJvMNiu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyJvMNiu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyJvMNiu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyJvMNiu .menu_box .navbar.opened,
  .cid-uAZyJvMNiu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyJvMNiu .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyJvMNiu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyJvMNiu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyJvMNiu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyJvMNiu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyJvMNiu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyJvMNiu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyJvMNiu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyJvMNiu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyJvMNiu .offcanvas-body .mbr-text,
  .cid-uAZyJvMNiu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyJvMNiu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyJvMNiu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyJvMNiu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyJvMNiu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyJvMNiu .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-uAZyJvMNiu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyJvMNiu 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-uAZyJvMNiu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyJvMNiu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyJvMNiu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyJvMNiu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyJvMNiu .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyJvMNiu .nav-item .nav-link:hover,
.cid-uAZyJvMNiu .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyJvMNiu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyJvMNiu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyJvMNiu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyJvMNiu .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-uAZyJvMNiu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyJvMNiu .offcanvas_box {
    display: none;
  }
}
.cid-uAZyJvMNiu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyJvMNiu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyJvMNiu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyJvMNiu .container {
  display: flex;
  margin: auto;
}
.cid-uAZyJvMNiu .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-uAZyJvMNiu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyJvMNiu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyJvMNiu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyJvMNiu .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyJvMNiu .dropdown-menu,
.cid-uAZyJvMNiu .navbar.opened {
  background-color: false !important;
}
.cid-uAZyJvMNiu .nav-item:focus,
.cid-uAZyJvMNiu .nav-link:focus {
  outline: none;
}
.cid-uAZyJvMNiu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyJvMNiu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyJvMNiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyJvMNiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyJvMNiu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyJvMNiu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyJvMNiu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyJvMNiu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyJvMNiu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyJvMNiu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyJvMNiu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyJvMNiu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyJvMNiu .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyJvMNiu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyJvMNiu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyJvMNiu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyJvMNiu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyJvMNiu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyJvMNiu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyJvMNiu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyJvMNiu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyJvMNiu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyJvMNiu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyJvMNiu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyJvMNiu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyJvMNiu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyJvMNiu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyJvMNiu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyJvMNiu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyJvMNiu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyJvMNiu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyJvMNiu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyJvMNiu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyJvMNiu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyJvMNiu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyJvMNiu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyJvMNiu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyJvMNiu .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-uAZyJvMNiu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyJvMNiu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyJvMNiu .dropdown-item.active,
.cid-uAZyJvMNiu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyJvMNiu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyJvMNiu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyJvMNiu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyJvMNiu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyJvMNiu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyJvMNiu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyJvMNiu 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-uAZyJvMNiu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyJvMNiu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyJvMNiu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyJvMNiu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyJvMNiu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyJvMNiu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyJvMNiu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyJvMNiu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyJvMNiu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyJvMNiu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyJvMNiu .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-uAZyJvMNiu .navbar {
    height: 70px;
  }
  .cid-uAZyJvMNiu .navbar.opened {
    height: auto;
  }
  .cid-uAZyJvMNiu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyJvMNiu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyJvMNiu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyJvMNiu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyJvMNiu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyJvMNiu .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyJvMNiu .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyJvMNiu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyJvMNiu .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyJvMNiu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyJvMNiu .text_widget a:hover,
.cid-uAZyJvMNiu .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyJvMNiu .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyJvMNiu .navbar-caption {
  color: #009472;
}
.cid-uAZyJvMNiu .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyJvMNiu .mbr-section-subtitle,
.cid-uAZyJvMNiu .text_widget,
.cid-uAZyJvMNiu .mbr-section-btn {
  text-align: center;
}
.cid-uAZyJvMNiu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZz6vqHHK {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAZz6vqHHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZz6vqHHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZz6vqHHK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZz6vqHHK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZz6vqHHK .container {
    padding: 0 24px;
  }
}
.cid-uAZz6vqHHK .row {
  justify-content: center;
}
.cid-uAZz6vqHHK .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAZz6vqHHK .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uAZz6vqHHK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eff1f2;
  border-radius: .75rem;
}
.cid-uAZz6vqHHK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZz6vqHHK .mbr-section-title {
  color: #141414;
}
.cid-uAZz6vqHHK .mbr-text {
  color: #141414;
}
.cid-uAZyJDzXou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyJDzXou .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyJDzXou .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyJDzXou .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyJDzXou .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyJDzXou .card-title,
.cid-uAZyJDzXou .card-text {
  transition: all 0.3s;
}
.cid-uAZyJDzXou .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyJDzXou .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyJDzXou .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyJDzXou .card-title,
.cid-uAZyJDzXou .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyJDzXou .card-text {
  color: #bbbbbb;
}
.cid-uAZyJDzXou .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyJDzXou .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyJDzXou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyJDzXou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyJEkxgK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyJEkxgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyJEkxgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyJEkxgK .copyright {
  color: #ffffff;
}
.cid-uAZyJEkxgK .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyJEkxgK .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyJEkxgK .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyJEkxgK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyJEkxgK .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyJEkxgK .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyJEkxgK .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyJEkxgK .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyJEkxgK .row-links-soc,
.cid-uAZyJEkxgK .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyJEkxgK .copyright,
.cid-uAZyJEkxgK .line {
  color: #ffffff;
}
.cid-uAZyIwM9h4 {
  background-color: transparent;
}
.cid-uAZyIwM9h4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyIwM9h4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyIwM9h4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyIwM9h4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyIwM9h4 .menu_box .navbar.opened,
  .cid-uAZyIwM9h4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyIwM9h4 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyIwM9h4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyIwM9h4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyIwM9h4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyIwM9h4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyIwM9h4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyIwM9h4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyIwM9h4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyIwM9h4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyIwM9h4 .offcanvas-body .mbr-text,
  .cid-uAZyIwM9h4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyIwM9h4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyIwM9h4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyIwM9h4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyIwM9h4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyIwM9h4 .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-uAZyIwM9h4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyIwM9h4 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-uAZyIwM9h4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyIwM9h4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyIwM9h4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyIwM9h4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyIwM9h4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyIwM9h4 .nav-item .nav-link:hover,
.cid-uAZyIwM9h4 .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyIwM9h4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyIwM9h4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyIwM9h4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyIwM9h4 .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-uAZyIwM9h4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyIwM9h4 .offcanvas_box {
    display: none;
  }
}
.cid-uAZyIwM9h4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyIwM9h4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyIwM9h4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyIwM9h4 .container {
  display: flex;
  margin: auto;
}
.cid-uAZyIwM9h4 .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-uAZyIwM9h4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyIwM9h4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyIwM9h4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyIwM9h4 .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyIwM9h4 .dropdown-menu,
.cid-uAZyIwM9h4 .navbar.opened {
  background-color: false !important;
}
.cid-uAZyIwM9h4 .nav-item:focus,
.cid-uAZyIwM9h4 .nav-link:focus {
  outline: none;
}
.cid-uAZyIwM9h4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyIwM9h4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyIwM9h4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyIwM9h4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyIwM9h4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyIwM9h4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyIwM9h4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyIwM9h4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyIwM9h4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyIwM9h4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyIwM9h4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyIwM9h4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyIwM9h4 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyIwM9h4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyIwM9h4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyIwM9h4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyIwM9h4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyIwM9h4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyIwM9h4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyIwM9h4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyIwM9h4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyIwM9h4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyIwM9h4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyIwM9h4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyIwM9h4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyIwM9h4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyIwM9h4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyIwM9h4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyIwM9h4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyIwM9h4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyIwM9h4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyIwM9h4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyIwM9h4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyIwM9h4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyIwM9h4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyIwM9h4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyIwM9h4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyIwM9h4 .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-uAZyIwM9h4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyIwM9h4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyIwM9h4 .dropdown-item.active,
.cid-uAZyIwM9h4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyIwM9h4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyIwM9h4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyIwM9h4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyIwM9h4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyIwM9h4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyIwM9h4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyIwM9h4 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-uAZyIwM9h4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyIwM9h4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyIwM9h4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyIwM9h4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyIwM9h4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyIwM9h4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyIwM9h4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyIwM9h4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyIwM9h4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyIwM9h4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyIwM9h4 .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-uAZyIwM9h4 .navbar {
    height: 70px;
  }
  .cid-uAZyIwM9h4 .navbar.opened {
    height: auto;
  }
  .cid-uAZyIwM9h4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyIwM9h4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyIwM9h4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyIwM9h4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyIwM9h4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyIwM9h4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyIwM9h4 .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyIwM9h4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyIwM9h4 .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyIwM9h4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyIwM9h4 .text_widget a:hover,
.cid-uAZyIwM9h4 .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyIwM9h4 .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyIwM9h4 .navbar-caption {
  color: #009472;
}
.cid-uAZyIwM9h4 .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyIwM9h4 .mbr-section-subtitle,
.cid-uAZyIwM9h4 .text_widget,
.cid-uAZyIwM9h4 .mbr-section-btn {
  text-align: center;
}
.cid-uAZyIwM9h4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZyIBIGIs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uAZyIBIGIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyIBIGIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyIBIGIs .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .container {
    padding: 0 6px;
  }
}
.cid-uAZyIBIGIs .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZyIBIGIs .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZyIBIGIs .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZyIBIGIs .row {
    padding: 70px 30px;
  }
}
.cid-uAZyIBIGIs .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZyIBIGIs .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZyIBIGIs .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZyIBIGIs .title-wrapper {
  margin-bottom: 64px;
}
.cid-uAZyIBIGIs .title-wrapper span {
  color: #009472;
}
.cid-uAZyIBIGIs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZyIBIGIs .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .cards-wrapper {
    display: block;
  }
}
.cid-uAZyIBIGIs .cards-wrapper .cards-wrap .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #2f2f2f;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uAZyIBIGIs .cards-wrapper .cards-wrap .item {
    padding: 22px;
  }
}
.cid-uAZyIBIGIs .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uAZyIBIGIs .cards-wrapper .cards-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uAZyIBIGIs .item-menu-overlay .btn-wrapper {
  margin-top: -5%;
}
.cid-uAZyIBIGIs .mbr-desc {
  color: #ffffff;
}
.cid-uAZyIBIGIs .mbr-section-title {
  color: #ffffff;
}
.cid-uAZyIBIGIs .card-text {
  color: #ffffff;
}
.cid-uAZyIBIGIs .card-desc {
  color: #ffffff;
}
.cid-uAZyIEtrhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyIEtrhh .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyIEtrhh .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyIEtrhh .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyIEtrhh .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyIEtrhh .card-title,
.cid-uAZyIEtrhh .card-text {
  transition: all 0.3s;
}
.cid-uAZyIEtrhh .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyIEtrhh .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyIEtrhh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyIEtrhh .card-title,
.cid-uAZyIEtrhh .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyIEtrhh .card-text {
  color: #bbbbbb;
}
.cid-uAZyIEtrhh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyIEtrhh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyIEtrhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyIEtrhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyIFeKYq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyIFeKYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyIFeKYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyIFeKYq .copyright {
  color: #ffffff;
}
.cid-uAZyIFeKYq .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyIFeKYq .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyIFeKYq .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyIFeKYq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyIFeKYq .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyIFeKYq .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyIFeKYq .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyIFeKYq .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyIFeKYq .row-links-soc,
.cid-uAZyIFeKYq .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyIFeKYq .copyright,
.cid-uAZyIFeKYq .line {
  color: #ffffff;
}
.cid-uAZyHvrOHF {
  background-color: transparent;
}
.cid-uAZyHvrOHF .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyHvrOHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyHvrOHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyHvrOHF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyHvrOHF .menu_box .navbar.opened,
  .cid-uAZyHvrOHF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyHvrOHF .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyHvrOHF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyHvrOHF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyHvrOHF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyHvrOHF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyHvrOHF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyHvrOHF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyHvrOHF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyHvrOHF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyHvrOHF .offcanvas-body .mbr-text,
  .cid-uAZyHvrOHF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyHvrOHF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyHvrOHF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyHvrOHF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyHvrOHF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyHvrOHF .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-uAZyHvrOHF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyHvrOHF 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-uAZyHvrOHF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyHvrOHF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyHvrOHF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyHvrOHF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyHvrOHF .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyHvrOHF .nav-item .nav-link:hover,
.cid-uAZyHvrOHF .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyHvrOHF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyHvrOHF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyHvrOHF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyHvrOHF .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-uAZyHvrOHF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyHvrOHF .offcanvas_box {
    display: none;
  }
}
.cid-uAZyHvrOHF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyHvrOHF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyHvrOHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyHvrOHF .container {
  display: flex;
  margin: auto;
}
.cid-uAZyHvrOHF .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-uAZyHvrOHF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyHvrOHF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyHvrOHF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyHvrOHF .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyHvrOHF .dropdown-menu,
.cid-uAZyHvrOHF .navbar.opened {
  background-color: false !important;
}
.cid-uAZyHvrOHF .nav-item:focus,
.cid-uAZyHvrOHF .nav-link:focus {
  outline: none;
}
.cid-uAZyHvrOHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyHvrOHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyHvrOHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyHvrOHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyHvrOHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyHvrOHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyHvrOHF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyHvrOHF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyHvrOHF .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyHvrOHF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyHvrOHF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyHvrOHF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyHvrOHF .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyHvrOHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyHvrOHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyHvrOHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyHvrOHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyHvrOHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyHvrOHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyHvrOHF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyHvrOHF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyHvrOHF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyHvrOHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyHvrOHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyHvrOHF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyHvrOHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyHvrOHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyHvrOHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyHvrOHF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyHvrOHF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyHvrOHF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyHvrOHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyHvrOHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyHvrOHF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyHvrOHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyHvrOHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyHvrOHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyHvrOHF .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-uAZyHvrOHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyHvrOHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyHvrOHF .dropdown-item.active,
.cid-uAZyHvrOHF .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyHvrOHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyHvrOHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyHvrOHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyHvrOHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyHvrOHF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyHvrOHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyHvrOHF 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-uAZyHvrOHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyHvrOHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyHvrOHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyHvrOHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyHvrOHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyHvrOHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyHvrOHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyHvrOHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyHvrOHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyHvrOHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyHvrOHF .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-uAZyHvrOHF .navbar {
    height: 70px;
  }
  .cid-uAZyHvrOHF .navbar.opened {
    height: auto;
  }
  .cid-uAZyHvrOHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyHvrOHF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyHvrOHF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyHvrOHF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyHvrOHF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyHvrOHF .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyHvrOHF .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyHvrOHF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyHvrOHF .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyHvrOHF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyHvrOHF .text_widget a:hover,
.cid-uAZyHvrOHF .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyHvrOHF .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyHvrOHF .navbar-caption {
  color: #009472;
}
.cid-uAZyHvrOHF .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyHvrOHF .mbr-section-subtitle,
.cid-uAZyHvrOHF .text_widget,
.cid-uAZyHvrOHF .mbr-section-btn {
  text-align: center;
}
.cid-uAZyHvrOHF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZyHxOj8c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uAZyHxOj8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyHxOj8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyHxOj8c .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .container {
    padding: 0 6px;
  }
}
.cid-uAZyHxOj8c .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZyHxOj8c .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZyHxOj8c .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZyHxOj8c .row {
    padding: 70px 30px;
  }
}
.cid-uAZyHxOj8c .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uAZyHxOj8c .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .desc-wrapper {
    padding: 0;
  }
}
.cid-uAZyHxOj8c .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uAZyHxOj8c .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-uAZyHxOj8c .title-wrapper span {
  color: #009472;
}
.cid-uAZyHxOj8c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZyHxOj8c .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .cards-wrapper {
    display: block;
  }
}
.cid-uAZyHxOj8c .cards-wrapper .item {
  position: relative;
}
.cid-uAZyHxOj8c .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #009472;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #009472;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uAZyHxOj8c .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-uAZyHxOj8c .mbr-desc {
  color: #262626;
}
.cid-uAZyHxOj8c .mbr-section-title {
  color: #131313;
}
.cid-uAZyHxOj8c .card-number {
  color: #cfcfcf;
}
.cid-uAZyHxOj8c .card-title {
  color: #131313;
}
.cid-uAZyHxOj8c .card-text {
  color: #131313;
}
.cid-uAZyHxOj8c .icon-wrap {
  text-align: right;
}
.cid-uAZyHCZB5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyHCZB5T .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyHCZB5T .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyHCZB5T .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyHCZB5T .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyHCZB5T .card-title,
.cid-uAZyHCZB5T .card-text {
  transition: all 0.3s;
}
.cid-uAZyHCZB5T .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyHCZB5T .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyHCZB5T .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyHCZB5T .card-title,
.cid-uAZyHCZB5T .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyHCZB5T .card-text {
  color: #bbbbbb;
}
.cid-uAZyHCZB5T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyHCZB5T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyHCZB5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyHCZB5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyHDOoNS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyHDOoNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyHDOoNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyHDOoNS .copyright {
  color: #ffffff;
}
.cid-uAZyHDOoNS .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyHDOoNS .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyHDOoNS .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyHDOoNS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyHDOoNS .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyHDOoNS .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyHDOoNS .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyHDOoNS .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyHDOoNS .row-links-soc,
.cid-uAZyHDOoNS .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyHDOoNS .copyright,
.cid-uAZyHDOoNS .line {
  color: #ffffff;
}
.cid-uAZyGCnjXa {
  background-color: transparent;
}
.cid-uAZyGCnjXa .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uAZyGCnjXa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uAZyGCnjXa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZyGCnjXa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAZyGCnjXa .menu_box .navbar.opened,
  .cid-uAZyGCnjXa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAZyGCnjXa .navbar-dropdown {
  position: relative !important;
}
.cid-uAZyGCnjXa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAZyGCnjXa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAZyGCnjXa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAZyGCnjXa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f5;
  }
  .cid-uAZyGCnjXa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAZyGCnjXa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAZyGCnjXa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAZyGCnjXa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAZyGCnjXa .offcanvas-body .mbr-text,
  .cid-uAZyGCnjXa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAZyGCnjXa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #009472;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAZyGCnjXa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAZyGCnjXa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uAZyGCnjXa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyGCnjXa .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-uAZyGCnjXa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAZyGCnjXa 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-uAZyGCnjXa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAZyGCnjXa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uAZyGCnjXa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAZyGCnjXa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .nav-item {
    margin: 0 !important;
  }
}
.cid-uAZyGCnjXa .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uAZyGCnjXa .nav-item .nav-link:hover,
.cid-uAZyGCnjXa .nav-item .nav-link:focus {
  color: #009472 !important;
}
.cid-uAZyGCnjXa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAZyGCnjXa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAZyGCnjXa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAZyGCnjXa .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-uAZyGCnjXa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAZyGCnjXa .offcanvas_box {
    display: none;
  }
}
.cid-uAZyGCnjXa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAZyGCnjXa .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAZyGCnjXa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAZyGCnjXa .container {
  display: flex;
  margin: auto;
}
.cid-uAZyGCnjXa .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-uAZyGCnjXa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAZyGCnjXa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAZyGCnjXa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAZyGCnjXa .navbar-nav {
    margin: 0;
  }
}
.cid-uAZyGCnjXa .dropdown-menu,
.cid-uAZyGCnjXa .navbar.opened {
  background-color: false !important;
}
.cid-uAZyGCnjXa .nav-item:focus,
.cid-uAZyGCnjXa .nav-link:focus {
  outline: none;
}
.cid-uAZyGCnjXa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZyGCnjXa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZyGCnjXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZyGCnjXa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZyGCnjXa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZyGCnjXa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZyGCnjXa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAZyGCnjXa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAZyGCnjXa .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZyGCnjXa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAZyGCnjXa .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAZyGCnjXa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uAZyGCnjXa .navbar.collapsed {
  justify-content: center;
}
.cid-uAZyGCnjXa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZyGCnjXa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAZyGCnjXa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZyGCnjXa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZyGCnjXa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZyGCnjXa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAZyGCnjXa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAZyGCnjXa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAZyGCnjXa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAZyGCnjXa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZyGCnjXa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZyGCnjXa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAZyGCnjXa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZyGCnjXa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAZyGCnjXa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZyGCnjXa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAZyGCnjXa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAZyGCnjXa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAZyGCnjXa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAZyGCnjXa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAZyGCnjXa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAZyGCnjXa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZyGCnjXa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZyGCnjXa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZyGCnjXa .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-uAZyGCnjXa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uAZyGCnjXa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZyGCnjXa .dropdown-item.active,
.cid-uAZyGCnjXa .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZyGCnjXa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uAZyGCnjXa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZyGCnjXa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZyGCnjXa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZyGCnjXa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAZyGCnjXa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZyGCnjXa 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-uAZyGCnjXa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #009472;
}
.cid-uAZyGCnjXa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZyGCnjXa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyGCnjXa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZyGCnjXa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZyGCnjXa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyGCnjXa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZyGCnjXa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZyGCnjXa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZyGCnjXa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAZyGCnjXa .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-uAZyGCnjXa .navbar {
    height: 70px;
  }
  .cid-uAZyGCnjXa .navbar.opened {
    height: auto;
  }
  .cid-uAZyGCnjXa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZyGCnjXa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uAZyGCnjXa .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uAZyGCnjXa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAZyGCnjXa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uAZyGCnjXa .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uAZyGCnjXa .navbar-caption:hover {
  color: #262626;
}
@media (min-width: 992px) {
  .cid-uAZyGCnjXa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAZyGCnjXa .text_widget {
  margin-bottom: 32px;
}
.cid-uAZyGCnjXa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAZyGCnjXa .text_widget a:hover,
.cid-uAZyGCnjXa .text_widget a:focus {
  opacity: .6;
}
.cid-uAZyGCnjXa .mbr-section-subtitle {
  color: #131313;
  text-align: center;
}
.cid-uAZyGCnjXa .navbar-caption {
  color: #009472;
}
.cid-uAZyGCnjXa .mbr-text {
  color: #131313;
  text-align: center;
}
.cid-uAZyGCnjXa .mbr-section-subtitle,
.cid-uAZyGCnjXa .text_widget,
.cid-uAZyGCnjXa .mbr-section-btn {
  text-align: center;
}
.cid-uAZyGCnjXa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAZyGEHskj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAZyGEHskj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyGEHskj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyGEHskj .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uAZyGEHskj .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyGEHskj .container {
    padding: 0 6px;
  }
}
.cid-uAZyGEHskj .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uAZyGEHskj .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uAZyGEHskj .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uAZyGEHskj .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uAZyGEHskj .row {
    padding: 70px 30px;
  }
}
.cid-uAZyGEHskj .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
  justify-content: center;
}
.cid-uAZyGEHskj .image-wrapper {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .cid-uAZyGEHskj .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uAZyGEHskj .image-wrapper img {
  width: 300px;
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAZyGEHskj .image-wrapper img {
    width: 250px;
    margin: 0 auto;
  }
}
.cid-uAZyGEHskj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZyGEHskj .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-uAZyGEHskj .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uAZyGEHskj .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uAZyGEHskj .mbr-section-title {
  color: #131313;
}
.cid-uAZyGEHskj .mbr-text {
  color: #131313;
}
.cid-uAZyGL84zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uAZyGL84zw .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAZyGL84zw .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAZyGL84zw .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #3eb298;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAZyGL84zw .mbr-iconfont-big {
  font-size: 14rem;
  color: #3eb298;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAZyGL84zw .card-title,
.cid-uAZyGL84zw .card-text {
  transition: all 0.3s;
}
.cid-uAZyGL84zw .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #131313;
  transition: all 0.3s;
}
.cid-uAZyGL84zw .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAZyGL84zw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAZyGL84zw .card-title,
.cid-uAZyGL84zw .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAZyGL84zw .card-text {
  color: #bbbbbb;
}
.cid-uAZyGL84zw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyGL84zw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAZyGL84zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyGL84zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyGM0124 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #131313;
}
.cid-uAZyGM0124 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZyGM0124 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZyGM0124 .copyright {
  color: #ffffff;
}
.cid-uAZyGM0124 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZyGM0124 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZyGM0124 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZyGM0124 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZyGM0124 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZyGM0124 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZyGM0124 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZyGM0124 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZyGM0124 .row-links-soc,
.cid-uAZyGM0124 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZyGM0124 .copyright,
.cid-uAZyGM0124 .line {
  color: #ffffff;
}
