body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'font';
  font-size: 6.5rem;
  line-height: 1.1;
  letter-spacing: .05em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3.75rem;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'font';
  font-size: 2.5rem;
  line-height: 1.22222em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'font';
  font-size: 1.25rem;
  line-height: 1.41176em;
  letter-spacing: .03em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 5em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 5em;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #31409c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e37730 !important;
}
.bg-danger {
  background-color: #bd1313 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #80c6b9 !important;
  border-color: #80c6b9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4aa594 !important;
  border-color: #4aa594 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4aa594 !important;
  border-color: #4aa594 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #31409c !important;
  border-color: #31409c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c255a !important;
  border-color: #1c255a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c255a !important;
  border-color: #1c255a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e37730 !important;
  border-color: #e37730 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a64f16 !important;
  border-color: #a64f16 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a64f16 !important;
  border-color: #a64f16 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd1313 !important;
  border-color: #bd1313 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6e0b0b !important;
  border-color: #6e0b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e0b0b !important;
  border-color: #6e0b0b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #80c6b9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4aa594 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #80c6b9 !important;
  border-color: #80c6b9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.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: transparent;
  color: #31409c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c255a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #31409c !important;
  border-color: #31409c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e37730;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a64f16 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e37730 !important;
  border-color: #e37730 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bd1313;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e0b0b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bd1313 !important;
  border-color: #bd1313 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #80c6b9 !important;
}
.text-success {
  color: #31409c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e37730 !important;
}
.text-danger {
  color: #bd1313 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #459b8b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #19204e !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: #984915 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #600a0a !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e37730;
}
.alert-danger {
  background-color: #bd1313;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7885d5;
}
.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: #fbede4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ef6060;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'font';
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'font';
  font-size: 1.06rem;
  line-height: 21px;
  letter-spacing: .05em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #80c6b9 !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='%23ffffff' %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 {
  padding: 5px 25px;
  box-shadow: none;
  font-style: italic;
  font-weight: 400 !important;
}
.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(-45deg);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #80c6b9 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #31409c !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #e37730 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #bd1313 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ffffff !important;
}
.cid-uD5ru05XXU .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uD5ru05XXU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uD5ru05XXU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5ru05XXU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uD5ru05XXU .menu_box .navbar.opened,
  .cid-uD5ru05XXU .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uD5ru05XXU .navbar-dropdown {
  position: relative !important;
}
.cid-uD5ru05XXU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uD5ru05XXU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uD5ru05XXU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uD5ru05XXU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uD5ru05XXU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD5ru05XXU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD5ru05XXU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD5ru05XXU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD5ru05XXU .offcanvas-body .mbr-text,
  .cid-uD5ru05XXU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uD5ru05XXU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD5ru05XXU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD5ru05XXU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD5ru05XXU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5ru05XXU .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-uD5ru05XXU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD5ru05XXU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uD5ru05XXU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD5ru05XXU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uD5ru05XXU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD5ru05XXU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .nav-item {
    margin: 0 !important;
  }
}
.cid-uD5ru05XXU .nav-item .nav-link:hover,
.cid-uD5ru05XXU .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uD5ru05XXU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD5ru05XXU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uD5ru05XXU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5ru05XXU .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-uD5ru05XXU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD5ru05XXU .offcanvas_box {
    display: none;
  }
}
.cid-uD5ru05XXU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uD5ru05XXU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD5ru05XXU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uD5ru05XXU .container {
  display: flex;
  margin: auto;
}
.cid-uD5ru05XXU .iconfont-wrapper {
  color: #ffffff;
  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-uD5ru05XXU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD5ru05XXU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uD5ru05XXU .navbar-caption {
  color: #E33030;
}
.cid-uD5ru05XXU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uD5ru05XXU .navbar-nav {
    margin: 0;
  }
}
.cid-uD5ru05XXU .dropdown-menu,
.cid-uD5ru05XXU .navbar.opened {
  background-color: false !important;
}
.cid-uD5ru05XXU .nav-item:focus,
.cid-uD5ru05XXU .nav-link:focus {
  outline: none;
}
.cid-uD5ru05XXU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5ru05XXU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5ru05XXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5ru05XXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5ru05XXU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5ru05XXU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5ru05XXU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uD5ru05XXU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uD5ru05XXU .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5ru05XXU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD5ru05XXU .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uD5ru05XXU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uD5ru05XXU .navbar.collapsed {
  justify-content: center;
}
.cid-uD5ru05XXU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5ru05XXU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD5ru05XXU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5ru05XXU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5ru05XXU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5ru05XXU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD5ru05XXU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD5ru05XXU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD5ru05XXU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uD5ru05XXU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5ru05XXU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5ru05XXU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD5ru05XXU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5ru05XXU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uD5ru05XXU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5ru05XXU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD5ru05XXU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD5ru05XXU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD5ru05XXU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uD5ru05XXU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5ru05XXU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD5ru05XXU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD5ru05XXU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5ru05XXU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5ru05XXU .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-uD5ru05XXU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uD5ru05XXU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5ru05XXU .dropdown-item.active,
.cid-uD5ru05XXU .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5ru05XXU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5ru05XXU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5ru05XXU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5ru05XXU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5ru05XXU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uD5ru05XXU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5ru05XXU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uD5ru05XXU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5ru05XXU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5ru05XXU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5ru05XXU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5ru05XXU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5ru05XXU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5ru05XXU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5ru05XXU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5ru05XXU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5ru05XXU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD5ru05XXU .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-uD5ru05XXU .navbar {
    height: 70px;
  }
  .cid-uD5ru05XXU .navbar.opened {
    height: auto;
  }
  .cid-uD5ru05XXU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5ru05XXU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uD5ru05XXU .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uD5ru05XXU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uD5ru05XXU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uD5ru05XXU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uD5ru05XXU .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD5ru05XXU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uD5ru05XXU .text_widget {
  margin-bottom: 32px;
}
.cid-uD5ru05XXU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uD5ru05XXU .text_widget a:hover {
  opacity: .5;
}
.cid-uD5ru05XXU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5ru05XXU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5ru05XXU .mbr-section-subtitle,
.cid-uD5ru05XXU .text_widget,
.cid-uD5ru05XXU .mbr-section-btn {
  text-align: center;
}
.cid-uD5ru05XXU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uD5ru1hXfq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD5ru1hXfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5ru1hXfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5ru1hXfq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5ru1hXfq .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD5ru1hXfq .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .cid-uD5ru1hXfq .container {
    padding: 0 25px;
  }
}
.cid-uD5ru1hXfq .row {
  justify-content: center;
}
.cid-uD5ru1hXfq .desc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-uD5ru1hXfq .desc-wrapper .desc-wrap {
  display: flex;
  align-items: center;
}
.cid-uD5ru1hXfq .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 7px;
  color: #00998b;
}
.cid-uD5ru1hXfq .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uD5ru1hXfq .item {
  padding: 0 30px;
}
.cid-uD5ru1hXfq .item .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5ru1hXfq .item .item-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5ru1hXfq .item .item-wrapper .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uD5ru1hXfq .item .item-wrapper .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-uD5ru1hXfq .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 6px;
}
.cid-uD5ru1hXfq .item .item-wrapper .item-content .item-cont .item-desc {
  margin-bottom: 0;
}
.cid-uD5ru1hXfq .mbr-desc {
  color: #E33030;
}
.cid-uD5ru1hXfq .item-title {
  color: #00998b;
}
.cid-uD5ru1hXfq .item-desc {
  color: #00998b;
}
.cid-uD5C3UXVJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD5C3UXVJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5C3UXVJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5C3UXVJr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .container {
    padding: 0 25px;
  }
}
.cid-uD5C3UXVJr .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5C3UXVJr .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5C3UXVJr .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5C3UXVJr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uD5C3UXVJr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5C3UXVJr .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5C3UXVJr .mbr-text {
  color: #E33030;
}
.cid-uD5C3UXVJr .mbr-text,
.cid-uD5C3UXVJr .mbr-section-btn {
  color: #00998b;
}
.cid-uD5FmumW8Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD5FmumW8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5FmumW8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5FmumW8Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .container {
    padding: 0 25px;
  }
}
.cid-uD5FmumW8Q .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5FmumW8Q .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5FmumW8Q .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5FmumW8Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uD5FmumW8Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5FmumW8Q .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5FmumW8Q .mbr-text {
  color: #E33030;
}
.cid-uD5FmumW8Q .mbr-text,
.cid-uD5FmumW8Q .mbr-section-btn {
  color: #00998b;
}
.cid-uD5FnfzfXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD5FnfzfXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5FnfzfXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5FnfzfXm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .container {
    padding: 0 25px;
  }
}
.cid-uD5FnfzfXm .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5FnfzfXm .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5FnfzfXm .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5FnfzfXm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uD5FnfzfXm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5FnfzfXm .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5FnfzfXm .mbr-text {
  color: #E33030;
}
.cid-uD5FnfzfXm .mbr-text,
.cid-uD5FnfzfXm .mbr-section-btn {
  color: #00998b;
}
.cid-uD5BL7jckN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD5BL7jckN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5BL7jckN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5BL7jckN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5BL7jckN .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5BL7jckN .container {
    padding: 0 25px;
  }
}
.cid-uD5BL7jckN .row {
  justify-content: center;
}
.cid-uD5BL7jckN .item-wrapper {
  margin-bottom: 32px;
}
.cid-uD5BL7jckN .item-img {
  overflow: hidden;
}
.cid-uD5BL7jckN .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uD5BL7jckN .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uD5ru20I87 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uD5ru20I87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5ru20I87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5ru20I87 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5ru20I87 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5ru20I87 .container {
    padding: 0 25px;
  }
}
.cid-uD5ru20I87 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uD5ru20I87 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uD5ru20I87 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5ru20I87 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5ru20I87 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uD5ru20I87 .mbr-section-title {
  color: #ffffff;
}
.cid-uD5ru20I87 .mbr-section-title,
.cid-uD5ru20I87 .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5GgmdGyR .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uD5GgmdGyR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uD5GgmdGyR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5GgmdGyR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uD5GgmdGyR .menu_box .navbar.opened,
  .cid-uD5GgmdGyR .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uD5GgmdGyR .navbar-dropdown {
  position: relative !important;
}
.cid-uD5GgmdGyR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uD5GgmdGyR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uD5GgmdGyR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uD5GgmdGyR .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uD5GgmdGyR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD5GgmdGyR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD5GgmdGyR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD5GgmdGyR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD5GgmdGyR .offcanvas-body .mbr-text,
  .cid-uD5GgmdGyR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uD5GgmdGyR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD5GgmdGyR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD5GgmdGyR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD5GgmdGyR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5GgmdGyR .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-uD5GgmdGyR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD5GgmdGyR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uD5GgmdGyR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD5GgmdGyR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uD5GgmdGyR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD5GgmdGyR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .nav-item {
    margin: 0 !important;
  }
}
.cid-uD5GgmdGyR .nav-item .nav-link:hover,
.cid-uD5GgmdGyR .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uD5GgmdGyR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD5GgmdGyR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uD5GgmdGyR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5GgmdGyR .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-uD5GgmdGyR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD5GgmdGyR .offcanvas_box {
    display: none;
  }
}
.cid-uD5GgmdGyR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uD5GgmdGyR .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD5GgmdGyR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uD5GgmdGyR .container {
  display: flex;
  margin: auto;
}
.cid-uD5GgmdGyR .iconfont-wrapper {
  color: #ffffff;
  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-uD5GgmdGyR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD5GgmdGyR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uD5GgmdGyR .navbar-caption {
  color: #E33030;
}
.cid-uD5GgmdGyR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uD5GgmdGyR .navbar-nav {
    margin: 0;
  }
}
.cid-uD5GgmdGyR .dropdown-menu,
.cid-uD5GgmdGyR .navbar.opened {
  background-color: false !important;
}
.cid-uD5GgmdGyR .nav-item:focus,
.cid-uD5GgmdGyR .nav-link:focus {
  outline: none;
}
.cid-uD5GgmdGyR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5GgmdGyR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5GgmdGyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5GgmdGyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5GgmdGyR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5GgmdGyR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5GgmdGyR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uD5GgmdGyR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uD5GgmdGyR .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5GgmdGyR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD5GgmdGyR .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uD5GgmdGyR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uD5GgmdGyR .navbar.collapsed {
  justify-content: center;
}
.cid-uD5GgmdGyR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5GgmdGyR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD5GgmdGyR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5GgmdGyR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5GgmdGyR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5GgmdGyR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD5GgmdGyR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD5GgmdGyR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD5GgmdGyR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uD5GgmdGyR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5GgmdGyR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5GgmdGyR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD5GgmdGyR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5GgmdGyR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uD5GgmdGyR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5GgmdGyR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD5GgmdGyR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD5GgmdGyR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD5GgmdGyR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uD5GgmdGyR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5GgmdGyR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD5GgmdGyR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD5GgmdGyR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5GgmdGyR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5GgmdGyR .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-uD5GgmdGyR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uD5GgmdGyR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5GgmdGyR .dropdown-item.active,
.cid-uD5GgmdGyR .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5GgmdGyR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5GgmdGyR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5GgmdGyR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5GgmdGyR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5GgmdGyR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uD5GgmdGyR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5GgmdGyR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uD5GgmdGyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5GgmdGyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5GgmdGyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5GgmdGyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5GgmdGyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5GgmdGyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5GgmdGyR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5GgmdGyR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5GgmdGyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5GgmdGyR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD5GgmdGyR .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-uD5GgmdGyR .navbar {
    height: 70px;
  }
  .cid-uD5GgmdGyR .navbar.opened {
    height: auto;
  }
  .cid-uD5GgmdGyR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5GgmdGyR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uD5GgmdGyR .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uD5GgmdGyR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uD5GgmdGyR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uD5GgmdGyR .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uD5GgmdGyR .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD5GgmdGyR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uD5GgmdGyR .text_widget {
  margin-bottom: 32px;
}
.cid-uD5GgmdGyR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uD5GgmdGyR .text_widget a:hover {
  opacity: .5;
}
.cid-uD5GgmdGyR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5GgmdGyR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5GgmdGyR .mbr-section-subtitle,
.cid-uD5GgmdGyR .text_widget,
.cid-uD5GgmdGyR .mbr-section-btn {
  text-align: center;
}
.cid-uD5GgmdGyR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uD5GgmXF6Z {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD5GgmXF6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5GgmXF6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5GgmXF6Z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .container {
    padding: 0 25px;
  }
}
.cid-uD5GgmXF6Z .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5GgmXF6Z .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5GgmXF6Z .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5GgmXF6Z .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #00998b;
  transition: all 0.3s ease-in-out;
}
.cid-uD5GgmXF6Z .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5GgmXF6Z .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5GgmXF6Z .mbr-text {
  color: #E33030;
}
.cid-uD5GgmXF6Z .mbr-text,
.cid-uD5GgmXF6Z .mbr-section-btn {
  color: #00998b;
}
.cid-uD5GgozCcE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uD5GgozCcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5GgozCcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5GgozCcE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5GgozCcE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5GgozCcE .container {
    padding: 0 25px;
  }
}
.cid-uD5GgozCcE .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uD5GgozCcE .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uD5GgozCcE .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5GgozCcE .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5GgozCcE .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uD5GgozCcE .mbr-section-title {
  color: #ffffff;
}
.cid-uD5GgozCcE .mbr-section-title,
.cid-uD5GgozCcE .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5HGeYV69 .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uD5HGeYV69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uD5HGeYV69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5HGeYV69 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uD5HGeYV69 .menu_box .navbar.opened,
  .cid-uD5HGeYV69 .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uD5HGeYV69 .navbar-dropdown {
  position: relative !important;
}
.cid-uD5HGeYV69 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uD5HGeYV69 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uD5HGeYV69 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uD5HGeYV69 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uD5HGeYV69 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD5HGeYV69 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD5HGeYV69 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD5HGeYV69 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD5HGeYV69 .offcanvas-body .mbr-text,
  .cid-uD5HGeYV69 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uD5HGeYV69 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD5HGeYV69 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD5HGeYV69 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD5HGeYV69 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5HGeYV69 .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-uD5HGeYV69 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD5HGeYV69 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uD5HGeYV69 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD5HGeYV69 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uD5HGeYV69 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD5HGeYV69 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .nav-item {
    margin: 0 !important;
  }
}
.cid-uD5HGeYV69 .nav-item .nav-link:hover,
.cid-uD5HGeYV69 .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uD5HGeYV69 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD5HGeYV69 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uD5HGeYV69 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5HGeYV69 .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-uD5HGeYV69 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD5HGeYV69 .offcanvas_box {
    display: none;
  }
}
.cid-uD5HGeYV69 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uD5HGeYV69 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD5HGeYV69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uD5HGeYV69 .container {
  display: flex;
  margin: auto;
}
.cid-uD5HGeYV69 .iconfont-wrapper {
  color: #ffffff;
  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-uD5HGeYV69 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD5HGeYV69 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uD5HGeYV69 .navbar-caption {
  color: #E33030;
}
.cid-uD5HGeYV69 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uD5HGeYV69 .navbar-nav {
    margin: 0;
  }
}
.cid-uD5HGeYV69 .dropdown-menu,
.cid-uD5HGeYV69 .navbar.opened {
  background-color: false !important;
}
.cid-uD5HGeYV69 .nav-item:focus,
.cid-uD5HGeYV69 .nav-link:focus {
  outline: none;
}
.cid-uD5HGeYV69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5HGeYV69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5HGeYV69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5HGeYV69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5HGeYV69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5HGeYV69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5HGeYV69 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uD5HGeYV69 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uD5HGeYV69 .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5HGeYV69 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD5HGeYV69 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uD5HGeYV69 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uD5HGeYV69 .navbar.collapsed {
  justify-content: center;
}
.cid-uD5HGeYV69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5HGeYV69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD5HGeYV69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5HGeYV69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5HGeYV69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5HGeYV69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD5HGeYV69 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD5HGeYV69 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD5HGeYV69 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uD5HGeYV69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5HGeYV69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5HGeYV69 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD5HGeYV69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5HGeYV69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uD5HGeYV69 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5HGeYV69 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD5HGeYV69 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD5HGeYV69 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD5HGeYV69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uD5HGeYV69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5HGeYV69 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD5HGeYV69 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD5HGeYV69 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5HGeYV69 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5HGeYV69 .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-uD5HGeYV69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uD5HGeYV69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5HGeYV69 .dropdown-item.active,
.cid-uD5HGeYV69 .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5HGeYV69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5HGeYV69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5HGeYV69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5HGeYV69 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5HGeYV69 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uD5HGeYV69 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5HGeYV69 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uD5HGeYV69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5HGeYV69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5HGeYV69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5HGeYV69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5HGeYV69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5HGeYV69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5HGeYV69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5HGeYV69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5HGeYV69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5HGeYV69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD5HGeYV69 .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-uD5HGeYV69 .navbar {
    height: 70px;
  }
  .cid-uD5HGeYV69 .navbar.opened {
    height: auto;
  }
  .cid-uD5HGeYV69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5HGeYV69 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uD5HGeYV69 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uD5HGeYV69 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uD5HGeYV69 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uD5HGeYV69 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uD5HGeYV69 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD5HGeYV69 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uD5HGeYV69 .text_widget {
  margin-bottom: 32px;
}
.cid-uD5HGeYV69 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uD5HGeYV69 .text_widget a:hover {
  opacity: .5;
}
.cid-uD5HGeYV69 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5HGeYV69 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5HGeYV69 .mbr-section-subtitle,
.cid-uD5HGeYV69 .text_widget,
.cid-uD5HGeYV69 .mbr-section-btn {
  text-align: center;
}
.cid-uD5HGeYV69 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uD5HGftged {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD5HGftged .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5HGftged .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5HGftged .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5HGftged .container {
    padding: 0 25px;
  }
}
.cid-uD5HGftged .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5HGftged .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5HGftged .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5HGftged .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #00998b;
  transition: all 0.3s ease-in-out;
}
.cid-uD5HGftged .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5HGftged .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5HGftged .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5HGftged .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5HGftged .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5HGftged .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5HGftged .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5HGftged .mbr-text {
  color: #E33030;
}
.cid-uD5HGftged .mbr-text,
.cid-uD5HGftged .mbr-section-btn {
  color: #00998b;
}
.cid-uD5HGfINCG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uD5HGfINCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5HGfINCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5HGfINCG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5HGfINCG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5HGfINCG .container {
    padding: 0 25px;
  }
}
.cid-uD5HGfINCG .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uD5HGfINCG .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uD5HGfINCG .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5HGfINCG .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5HGfINCG .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uD5HGfINCG .mbr-section-title {
  color: #ffffff;
}
.cid-uD5HGfINCG .mbr-section-title,
.cid-uD5HGfINCG .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5Iyp1hW0 .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uD5Iyp1hW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uD5Iyp1hW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5Iyp1hW0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uD5Iyp1hW0 .menu_box .navbar.opened,
  .cid-uD5Iyp1hW0 .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uD5Iyp1hW0 .navbar-dropdown {
  position: relative !important;
}
.cid-uD5Iyp1hW0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uD5Iyp1hW0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uD5Iyp1hW0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uD5Iyp1hW0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uD5Iyp1hW0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD5Iyp1hW0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD5Iyp1hW0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD5Iyp1hW0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD5Iyp1hW0 .offcanvas-body .mbr-text,
  .cid-uD5Iyp1hW0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uD5Iyp1hW0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD5Iyp1hW0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD5Iyp1hW0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5Iyp1hW0 .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-uD5Iyp1hW0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD5Iyp1hW0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uD5Iyp1hW0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD5Iyp1hW0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uD5Iyp1hW0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD5Iyp1hW0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uD5Iyp1hW0 .nav-item .nav-link:hover,
.cid-uD5Iyp1hW0 .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uD5Iyp1hW0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD5Iyp1hW0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uD5Iyp1hW0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5Iyp1hW0 .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-uD5Iyp1hW0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD5Iyp1hW0 .offcanvas_box {
    display: none;
  }
}
.cid-uD5Iyp1hW0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uD5Iyp1hW0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD5Iyp1hW0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uD5Iyp1hW0 .container {
  display: flex;
  margin: auto;
}
.cid-uD5Iyp1hW0 .iconfont-wrapper {
  color: #ffffff;
  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-uD5Iyp1hW0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD5Iyp1hW0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uD5Iyp1hW0 .navbar-caption {
  color: #E33030;
}
.cid-uD5Iyp1hW0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uD5Iyp1hW0 .navbar-nav {
    margin: 0;
  }
}
.cid-uD5Iyp1hW0 .dropdown-menu,
.cid-uD5Iyp1hW0 .navbar.opened {
  background-color: false !important;
}
.cid-uD5Iyp1hW0 .nav-item:focus,
.cid-uD5Iyp1hW0 .nav-link:focus {
  outline: none;
}
.cid-uD5Iyp1hW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5Iyp1hW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5Iyp1hW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5Iyp1hW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5Iyp1hW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5Iyp1hW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5Iyp1hW0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uD5Iyp1hW0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uD5Iyp1hW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5Iyp1hW0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD5Iyp1hW0 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uD5Iyp1hW0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uD5Iyp1hW0 .navbar.collapsed {
  justify-content: center;
}
.cid-uD5Iyp1hW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5Iyp1hW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD5Iyp1hW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5Iyp1hW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5Iyp1hW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5Iyp1hW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD5Iyp1hW0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD5Iyp1hW0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD5Iyp1hW0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uD5Iyp1hW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5Iyp1hW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5Iyp1hW0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD5Iyp1hW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5Iyp1hW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uD5Iyp1hW0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5Iyp1hW0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD5Iyp1hW0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD5Iyp1hW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD5Iyp1hW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uD5Iyp1hW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5Iyp1hW0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD5Iyp1hW0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD5Iyp1hW0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5Iyp1hW0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5Iyp1hW0 .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-uD5Iyp1hW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uD5Iyp1hW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5Iyp1hW0 .dropdown-item.active,
.cid-uD5Iyp1hW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5Iyp1hW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5Iyp1hW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5Iyp1hW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5Iyp1hW0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5Iyp1hW0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uD5Iyp1hW0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5Iyp1hW0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uD5Iyp1hW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5Iyp1hW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5Iyp1hW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5Iyp1hW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5Iyp1hW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5Iyp1hW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5Iyp1hW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5Iyp1hW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5Iyp1hW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5Iyp1hW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD5Iyp1hW0 .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-uD5Iyp1hW0 .navbar {
    height: 70px;
  }
  .cid-uD5Iyp1hW0 .navbar.opened {
    height: auto;
  }
  .cid-uD5Iyp1hW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5Iyp1hW0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uD5Iyp1hW0 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uD5Iyp1hW0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uD5Iyp1hW0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uD5Iyp1hW0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uD5Iyp1hW0 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD5Iyp1hW0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uD5Iyp1hW0 .text_widget {
  margin-bottom: 32px;
}
.cid-uD5Iyp1hW0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uD5Iyp1hW0 .text_widget a:hover {
  opacity: .5;
}
.cid-uD5Iyp1hW0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5Iyp1hW0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5Iyp1hW0 .mbr-section-subtitle,
.cid-uD5Iyp1hW0 .text_widget,
.cid-uD5Iyp1hW0 .mbr-section-btn {
  text-align: center;
}
.cid-uD5Iyp1hW0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFSoq4eiHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFSoq4eiHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSoq4eiHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSoq4eiHB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .container {
    padding: 0 25px;
  }
}
.cid-uFSoq4eiHB .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFSoq4eiHB .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uFSoq4eiHB .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uFSoq4eiHB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFSoq4eiHB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFSoq4eiHB .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uFSoq4eiHB .mbr-text {
  color: #E33030;
}
.cid-uFSoq4eiHB .mbr-text,
.cid-uFSoq4eiHB .mbr-section-btn {
  color: #00998b;
  text-align: center;
}
.cid-uD5NxwyBF1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD5NxwyBF1 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uD5NxwyBF1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-uD5NxwyBF1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uD5NxwyBF1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uD5NxwyBF1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uD5NxwyBF1 .special-label {
  color: #fff;
}
.cid-uD5NxwyBF1 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uD5NxwyBF1 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uD5NxwyBF1 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uD5NxwyBF1 .menu-row {
  margin: 0;
}
.cid-uD5NxwyBF1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #00998b;
}
.cid-uD5NxwyBF1 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uD5NxwyBF1 .group-title,
.cid-uD5NxwyBF1 .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uD5NxwyBF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5NxwyBF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDb3FtOZtz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDb3FtOZtz .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uDb3FtOZtz .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-uDb3FtOZtz .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uDb3FtOZtz .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uDb3FtOZtz .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uDb3FtOZtz .special-label {
  color: #fff;
}
.cid-uDb3FtOZtz .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uDb3FtOZtz .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uDb3FtOZtz .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uDb3FtOZtz .menu-row {
  margin: 0;
}
.cid-uDb3FtOZtz .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uDb3FtOZtz .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uDb3FtOZtz .group-title,
.cid-uDb3FtOZtz .align-wrap {
  text-align: left;
  color: #00998b;
}
.cid-uDb3FtOZtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDb3FtOZtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzBqdWspJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEzBqdWspJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzBqdWspJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzBqdWspJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzBqdWspJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-uEzBqdWspJ .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEzBqdWspJ .container {
    padding: 0 25px;
  }
}
.cid-uEzBqdWspJ .row {
  border: 1px solid #00998b;
}
.cid-uEzBqdWspJ .card {
  padding: 0;
}
.cid-uEzBqdWspJ .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uEzBqdWspJ .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-uEzBqdWspJ .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-uEzBqdWspJ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #00998b;
}
@media (max-width: 992px) {
  .cid-uEzBqdWspJ .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-uEzBqdWspJ .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uEzBqdWspJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uEzBqdWspJ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzBqdWspJ .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-uEzBqdWspJ .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEzBqdWspJ .mbr-section-title {
  color: #ffffff;
}
.cid-uEzBqdWspJ .mbr-text {
  color: #ffffff;
}
.cid-uEzBqdWspJ .mbr-desc {
  color: #ffffff;
}
.cid-uD5IypO0tk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uD5IypO0tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5IypO0tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5IypO0tk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5IypO0tk .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5IypO0tk .container {
    padding: 0 25px;
  }
}
.cid-uD5IypO0tk .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uD5IypO0tk .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uD5IypO0tk .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5IypO0tk .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5IypO0tk .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uD5IypO0tk .mbr-section-title {
  color: #ffffff;
}
.cid-uD5IypO0tk .mbr-section-title,
.cid-uD5IypO0tk .mbr-section-btn {
  color: #ffffff;
}
.cid-uDb6uJ2NKE .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uDb6uJ2NKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uDb6uJ2NKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDb6uJ2NKE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDb6uJ2NKE .menu_box .navbar.opened,
  .cid-uDb6uJ2NKE .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDb6uJ2NKE .navbar-dropdown {
  position: relative !important;
}
.cid-uDb6uJ2NKE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDb6uJ2NKE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDb6uJ2NKE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDb6uJ2NKE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uDb6uJ2NKE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDb6uJ2NKE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDb6uJ2NKE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDb6uJ2NKE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDb6uJ2NKE .offcanvas-body .mbr-text,
  .cid-uDb6uJ2NKE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDb6uJ2NKE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDb6uJ2NKE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDb6uJ2NKE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDb6uJ2NKE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDb6uJ2NKE .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-uDb6uJ2NKE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDb6uJ2NKE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDb6uJ2NKE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDb6uJ2NKE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uDb6uJ2NKE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDb6uJ2NKE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .nav-item {
    margin: 0 !important;
  }
}
.cid-uDb6uJ2NKE .nav-item .nav-link:hover,
.cid-uDb6uJ2NKE .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uDb6uJ2NKE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDb6uJ2NKE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDb6uJ2NKE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDb6uJ2NKE .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-uDb6uJ2NKE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDb6uJ2NKE .offcanvas_box {
    display: none;
  }
}
.cid-uDb6uJ2NKE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDb6uJ2NKE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDb6uJ2NKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDb6uJ2NKE .container {
  display: flex;
  margin: auto;
}
.cid-uDb6uJ2NKE .iconfont-wrapper {
  color: #ffffff;
  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-uDb6uJ2NKE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDb6uJ2NKE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDb6uJ2NKE .navbar-caption {
  color: #E33030;
}
.cid-uDb6uJ2NKE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDb6uJ2NKE .navbar-nav {
    margin: 0;
  }
}
.cid-uDb6uJ2NKE .dropdown-menu,
.cid-uDb6uJ2NKE .navbar.opened {
  background-color: false !important;
}
.cid-uDb6uJ2NKE .nav-item:focus,
.cid-uDb6uJ2NKE .nav-link:focus {
  outline: none;
}
.cid-uDb6uJ2NKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDb6uJ2NKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDb6uJ2NKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDb6uJ2NKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDb6uJ2NKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDb6uJ2NKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDb6uJ2NKE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDb6uJ2NKE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDb6uJ2NKE .navbar.opened {
  transition: all 0.3s;
}
.cid-uDb6uJ2NKE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDb6uJ2NKE .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uDb6uJ2NKE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uDb6uJ2NKE .navbar.collapsed {
  justify-content: center;
}
.cid-uDb6uJ2NKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDb6uJ2NKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDb6uJ2NKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDb6uJ2NKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDb6uJ2NKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDb6uJ2NKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDb6uJ2NKE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDb6uJ2NKE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDb6uJ2NKE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDb6uJ2NKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDb6uJ2NKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDb6uJ2NKE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDb6uJ2NKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDb6uJ2NKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDb6uJ2NKE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDb6uJ2NKE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDb6uJ2NKE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDb6uJ2NKE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDb6uJ2NKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDb6uJ2NKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDb6uJ2NKE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDb6uJ2NKE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDb6uJ2NKE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDb6uJ2NKE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDb6uJ2NKE .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-uDb6uJ2NKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDb6uJ2NKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDb6uJ2NKE .dropdown-item.active,
.cid-uDb6uJ2NKE .dropdown-item:active {
  background-color: transparent;
}
.cid-uDb6uJ2NKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDb6uJ2NKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDb6uJ2NKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDb6uJ2NKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDb6uJ2NKE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDb6uJ2NKE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDb6uJ2NKE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uDb6uJ2NKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDb6uJ2NKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDb6uJ2NKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDb6uJ2NKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDb6uJ2NKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDb6uJ2NKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDb6uJ2NKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDb6uJ2NKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDb6uJ2NKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDb6uJ2NKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDb6uJ2NKE .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-uDb6uJ2NKE .navbar {
    height: 70px;
  }
  .cid-uDb6uJ2NKE .navbar.opened {
    height: auto;
  }
  .cid-uDb6uJ2NKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDb6uJ2NKE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDb6uJ2NKE .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uDb6uJ2NKE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDb6uJ2NKE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uDb6uJ2NKE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDb6uJ2NKE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDb6uJ2NKE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDb6uJ2NKE .text_widget {
  margin-bottom: 32px;
}
.cid-uDb6uJ2NKE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDb6uJ2NKE .text_widget a:hover {
  opacity: .5;
}
.cid-uDb6uJ2NKE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDb6uJ2NKE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDb6uJ2NKE .mbr-section-subtitle,
.cid-uDb6uJ2NKE .text_widget,
.cid-uDb6uJ2NKE .mbr-section-btn {
  text-align: center;
}
.cid-uDb6uJ2NKE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDb725H8Ob {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDb725H8Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDb725H8Ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDb725H8Ob .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDb725H8Ob .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDb725H8Ob .container {
    padding: 0 25px;
  }
}
.cid-uDb725H8Ob .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDb725H8Ob .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uDb725H8Ob .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uDb725H8Ob .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uDb725H8Ob .panel-group .card {
  border-bottom: 1px solid #b3e2d9;
  border-radius: 0;
}
.cid-uDb725H8Ob .panel-group .card:first-child {
  border-top: 1px solid #b3e2d9;
}
.cid-uDb725H8Ob .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uDb725H8Ob .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDb725H8Ob .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDb725H8Ob .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDb725H8Ob .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDb725H8Ob .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #b3e2d9;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uDb725H8Ob .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uDb725H8Ob .mbr-section-title {
  color: #00998b;
}
.cid-uDb725H8Ob .panel-title-edit {
  color: #00998b;
}
.cid-uDb725H8Ob .panel-text {
  color: #00998b;
}
.cid-uDb6uKgJui {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uDb6uKgJui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDb6uKgJui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDb6uKgJui .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDb6uKgJui .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDb6uKgJui .container {
    padding: 0 25px;
  }
}
.cid-uDb6uKgJui .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uDb6uKgJui .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uDb6uKgJui .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDb6uKgJui .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDb6uKgJui .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uDb6uKgJui .mbr-section-title {
  color: #ffffff;
}
.cid-uDb6uKgJui .mbr-section-title,
.cid-uDb6uKgJui .mbr-section-btn {
  color: #ffffff;
}
.cid-uDba1gJL8m .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uDba1gJL8m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uDba1gJL8m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDba1gJL8m .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDba1gJL8m .menu_box .navbar.opened,
  .cid-uDba1gJL8m .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDba1gJL8m .navbar-dropdown {
  position: relative !important;
}
.cid-uDba1gJL8m .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDba1gJL8m .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDba1gJL8m .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDba1gJL8m .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uDba1gJL8m .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDba1gJL8m .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDba1gJL8m .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDba1gJL8m .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDba1gJL8m .offcanvas-body .mbr-text,
  .cid-uDba1gJL8m .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDba1gJL8m .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDba1gJL8m .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDba1gJL8m ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDba1gJL8m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDba1gJL8m .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-uDba1gJL8m .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDba1gJL8m li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDba1gJL8m .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDba1gJL8m .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uDba1gJL8m .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDba1gJL8m .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .nav-item {
    margin: 0 !important;
  }
}
.cid-uDba1gJL8m .nav-item .nav-link:hover,
.cid-uDba1gJL8m .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uDba1gJL8m .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDba1gJL8m .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDba1gJL8m .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDba1gJL8m .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-uDba1gJL8m .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDba1gJL8m .offcanvas_box {
    display: none;
  }
}
.cid-uDba1gJL8m .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDba1gJL8m .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDba1gJL8m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDba1gJL8m .container {
  display: flex;
  margin: auto;
}
.cid-uDba1gJL8m .iconfont-wrapper {
  color: #ffffff;
  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-uDba1gJL8m .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDba1gJL8m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDba1gJL8m .navbar-caption {
  color: #E33030;
}
.cid-uDba1gJL8m .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDba1gJL8m .navbar-nav {
    margin: 0;
  }
}
.cid-uDba1gJL8m .dropdown-menu,
.cid-uDba1gJL8m .navbar.opened {
  background-color: false !important;
}
.cid-uDba1gJL8m .nav-item:focus,
.cid-uDba1gJL8m .nav-link:focus {
  outline: none;
}
.cid-uDba1gJL8m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDba1gJL8m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDba1gJL8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDba1gJL8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDba1gJL8m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDba1gJL8m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDba1gJL8m .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDba1gJL8m .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDba1gJL8m .navbar.opened {
  transition: all 0.3s;
}
.cid-uDba1gJL8m .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDba1gJL8m .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uDba1gJL8m .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uDba1gJL8m .navbar.collapsed {
  justify-content: center;
}
.cid-uDba1gJL8m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDba1gJL8m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDba1gJL8m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDba1gJL8m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDba1gJL8m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDba1gJL8m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDba1gJL8m .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDba1gJL8m .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDba1gJL8m .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDba1gJL8m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDba1gJL8m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDba1gJL8m .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDba1gJL8m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDba1gJL8m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDba1gJL8m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDba1gJL8m .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDba1gJL8m .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDba1gJL8m .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDba1gJL8m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDba1gJL8m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDba1gJL8m .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDba1gJL8m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDba1gJL8m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDba1gJL8m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDba1gJL8m .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-uDba1gJL8m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDba1gJL8m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDba1gJL8m .dropdown-item.active,
.cid-uDba1gJL8m .dropdown-item:active {
  background-color: transparent;
}
.cid-uDba1gJL8m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDba1gJL8m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDba1gJL8m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDba1gJL8m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDba1gJL8m ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDba1gJL8m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDba1gJL8m button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uDba1gJL8m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDba1gJL8m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDba1gJL8m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDba1gJL8m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDba1gJL8m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDba1gJL8m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDba1gJL8m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDba1gJL8m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDba1gJL8m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDba1gJL8m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDba1gJL8m .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-uDba1gJL8m .navbar {
    height: 70px;
  }
  .cid-uDba1gJL8m .navbar.opened {
    height: auto;
  }
  .cid-uDba1gJL8m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDba1gJL8m .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDba1gJL8m .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uDba1gJL8m .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDba1gJL8m .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uDba1gJL8m .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDba1gJL8m .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDba1gJL8m .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDba1gJL8m .text_widget {
  margin-bottom: 32px;
}
.cid-uDba1gJL8m .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDba1gJL8m .text_widget a:hover {
  opacity: .5;
}
.cid-uDba1gJL8m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDba1gJL8m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDba1gJL8m .mbr-section-subtitle,
.cid-uDba1gJL8m .text_widget,
.cid-uDba1gJL8m .mbr-section-btn {
  text-align: center;
}
.cid-uDba1gJL8m a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDba1hp6sV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDba1hp6sV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDba1hp6sV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDba1hp6sV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDba1hp6sV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDba1hp6sV .container {
    padding: 0 25px;
  }
}
.cid-uDba1hp6sV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDba1hp6sV .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uDba1hp6sV .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uDba1hp6sV .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uDba1hp6sV .panel-group .card {
  border-bottom: 1px solid #b3e2d9;
  border-radius: 0;
}
.cid-uDba1hp6sV .panel-group .card:first-child {
  border-top: 1px solid #b3e2d9;
}
.cid-uDba1hp6sV .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uDba1hp6sV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDba1hp6sV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDba1hp6sV .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDba1hp6sV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDba1hp6sV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #b3e2d9;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uDba1hp6sV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uDba1hp6sV .mbr-section-title {
  color: #00998b;
}
.cid-uDba1hp6sV .panel-title-edit {
  color: #00998b;
}
.cid-uDba1hp6sV .panel-text {
  color: #00998b;
}
.cid-uDbbyWdK0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDbbyWdK0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbbyWdK0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbbyWdK0g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDbbyWdK0g .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDbbyWdK0g .container {
    padding: 0 25px;
  }
}
.cid-uDbbyWdK0g .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDbbyWdK0g .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uDbbyWdK0g .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uDbbyWdK0g .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uDbbyWdK0g .panel-group .card {
  border-bottom: 1px solid #b3e2d9;
  border-radius: 0;
}
.cid-uDbbyWdK0g .panel-group .card:first-child {
  border-top: 1px solid #b3e2d9;
}
.cid-uDbbyWdK0g .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uDbbyWdK0g .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDbbyWdK0g .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDbbyWdK0g .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDbbyWdK0g .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDbbyWdK0g .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #b3e2d9;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uDbbyWdK0g .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uDbbyWdK0g .mbr-section-title {
  color: #00998b;
}
.cid-uDbbyWdK0g .panel-title-edit {
  color: #00998b;
}
.cid-uDbbyWdK0g .panel-text {
  color: #00998b;
}
.cid-uDbcA0Xvge {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDbcA0Xvge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbcA0Xvge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbcA0Xvge .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDbcA0Xvge .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDbcA0Xvge .container {
    padding: 0 25px;
  }
}
.cid-uDbcA0Xvge .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDbcA0Xvge .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uDbcA0Xvge .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uDbcA0Xvge .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uDbcA0Xvge .panel-group .card {
  border-bottom: 1px solid #b3e2d9;
  border-radius: 0;
}
.cid-uDbcA0Xvge .panel-group .card:first-child {
  border-top: 1px solid #b3e2d9;
}
.cid-uDbcA0Xvge .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uDbcA0Xvge .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDbcA0Xvge .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDbcA0Xvge .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uDbcA0Xvge .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDbcA0Xvge .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #b3e2d9;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uDbcA0Xvge .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uDbcA0Xvge .mbr-section-title {
  color: #00998b;
}
.cid-uDbcA0Xvge .panel-title-edit {
  color: #00998b;
}
.cid-uDbcA0Xvge .panel-text {
  color: #00998b;
}
.cid-uDba1hA2zb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uDba1hA2zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDba1hA2zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDba1hA2zb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDba1hA2zb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDba1hA2zb .container {
    padding: 0 25px;
  }
}
.cid-uDba1hA2zb .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uDba1hA2zb .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uDba1hA2zb .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDba1hA2zb .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDba1hA2zb .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uDba1hA2zb .mbr-section-title {
  color: #ffffff;
}
.cid-uDba1hA2zb .mbr-section-title,
.cid-uDba1hA2zb .mbr-section-btn {
  color: #ffffff;
}
.cid-uDbdOrIZFq .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uDbdOrIZFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uDbdOrIZFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDbdOrIZFq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDbdOrIZFq .menu_box .navbar.opened,
  .cid-uDbdOrIZFq .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDbdOrIZFq .navbar-dropdown {
  position: relative !important;
}
.cid-uDbdOrIZFq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDbdOrIZFq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDbdOrIZFq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDbdOrIZFq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uDbdOrIZFq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDbdOrIZFq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDbdOrIZFq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDbdOrIZFq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDbdOrIZFq .offcanvas-body .mbr-text,
  .cid-uDbdOrIZFq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDbdOrIZFq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDbdOrIZFq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDbdOrIZFq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDbdOrIZFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDbdOrIZFq .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-uDbdOrIZFq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDbdOrIZFq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uDbdOrIZFq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDbdOrIZFq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uDbdOrIZFq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDbdOrIZFq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .nav-item {
    margin: 0 !important;
  }
}
.cid-uDbdOrIZFq .nav-item .nav-link:hover,
.cid-uDbdOrIZFq .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uDbdOrIZFq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDbdOrIZFq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDbdOrIZFq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDbdOrIZFq .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-uDbdOrIZFq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDbdOrIZFq .offcanvas_box {
    display: none;
  }
}
.cid-uDbdOrIZFq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDbdOrIZFq .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDbdOrIZFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDbdOrIZFq .container {
  display: flex;
  margin: auto;
}
.cid-uDbdOrIZFq .iconfont-wrapper {
  color: #ffffff;
  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-uDbdOrIZFq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDbdOrIZFq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDbdOrIZFq .navbar-caption {
  color: #E33030;
}
.cid-uDbdOrIZFq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDbdOrIZFq .navbar-nav {
    margin: 0;
  }
}
.cid-uDbdOrIZFq .dropdown-menu,
.cid-uDbdOrIZFq .navbar.opened {
  background-color: false !important;
}
.cid-uDbdOrIZFq .nav-item:focus,
.cid-uDbdOrIZFq .nav-link:focus {
  outline: none;
}
.cid-uDbdOrIZFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDbdOrIZFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDbdOrIZFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDbdOrIZFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDbdOrIZFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDbdOrIZFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDbdOrIZFq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDbdOrIZFq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDbdOrIZFq .navbar.opened {
  transition: all 0.3s;
}
.cid-uDbdOrIZFq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDbdOrIZFq .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uDbdOrIZFq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uDbdOrIZFq .navbar.collapsed {
  justify-content: center;
}
.cid-uDbdOrIZFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDbdOrIZFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDbdOrIZFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDbdOrIZFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDbdOrIZFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDbdOrIZFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDbdOrIZFq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDbdOrIZFq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDbdOrIZFq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDbdOrIZFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDbdOrIZFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDbdOrIZFq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDbdOrIZFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDbdOrIZFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDbdOrIZFq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDbdOrIZFq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDbdOrIZFq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDbdOrIZFq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDbdOrIZFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDbdOrIZFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDbdOrIZFq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDbdOrIZFq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDbdOrIZFq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDbdOrIZFq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDbdOrIZFq .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-uDbdOrIZFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDbdOrIZFq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDbdOrIZFq .dropdown-item.active,
.cid-uDbdOrIZFq .dropdown-item:active {
  background-color: transparent;
}
.cid-uDbdOrIZFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDbdOrIZFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDbdOrIZFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDbdOrIZFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDbdOrIZFq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDbdOrIZFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDbdOrIZFq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uDbdOrIZFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDbdOrIZFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDbdOrIZFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDbdOrIZFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDbdOrIZFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDbdOrIZFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDbdOrIZFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDbdOrIZFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDbdOrIZFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDbdOrIZFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDbdOrIZFq .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-uDbdOrIZFq .navbar {
    height: 70px;
  }
  .cid-uDbdOrIZFq .navbar.opened {
    height: auto;
  }
  .cid-uDbdOrIZFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDbdOrIZFq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDbdOrIZFq .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uDbdOrIZFq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uDbdOrIZFq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uDbdOrIZFq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uDbdOrIZFq .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDbdOrIZFq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDbdOrIZFq .text_widget {
  margin-bottom: 32px;
}
.cid-uDbdOrIZFq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDbdOrIZFq .text_widget a:hover {
  opacity: .5;
}
.cid-uDbdOrIZFq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDbdOrIZFq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDbdOrIZFq .mbr-section-subtitle,
.cid-uDbdOrIZFq .text_widget,
.cid-uDbdOrIZFq .mbr-section-btn {
  text-align: center;
}
.cid-uDbdOrIZFq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDbel8mcOX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDbel8mcOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbel8mcOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbel8mcOX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDbel8mcOX .container-fluid {
    padding: 0 25px;
  }
}
.cid-uDbel8mcOX .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .cid-uDbel8mcOX .container {
    padding: 0 25px;
  }
}
.cid-uDbel8mcOX .row {
  justify-content: center;
}
.cid-uDbel8mcOX .desc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-uDbel8mcOX .desc-wrapper .desc-wrap {
  display: flex;
  align-items: center;
}
.cid-uDbel8mcOX .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 7px;
  color: #00998b;
}
.cid-uDbel8mcOX .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uDbel8mcOX .item {
  padding: 0 30px;
}
.cid-uDbel8mcOX .item .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDbel8mcOX .item .item-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uDbel8mcOX .item .item-wrapper .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uDbel8mcOX .item .item-wrapper .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-uDbel8mcOX .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 6px;
}
.cid-uDbel8mcOX .item .item-wrapper .item-content .item-cont .item-desc {
  margin-bottom: 0;
}
.cid-uDbel8mcOX .mbr-desc {
  color: #E33030;
}
.cid-uDbel8mcOX .item-title {
  color: #00998b;
}
.cid-uDbel8mcOX .item-desc {
  color: #00998b;
}
.cid-uEzIHkXrAw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEzIHkXrAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzIHkXrAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzIHkXrAw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .container {
    padding: 0 25px;
  }
}
.cid-uEzIHkXrAw .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uEzIHkXrAw .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uEzIHkXrAw .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uEzIHkXrAw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEzIHkXrAw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEzIHkXrAw .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzIHkXrAw .mbr-text {
  color: #E33030;
}
.cid-uEzIHkXrAw .mbr-text,
.cid-uEzIHkXrAw .mbr-section-btn {
  color: #00998b;
}
.cid-uDbdOsLMTC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uDbdOsLMTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbdOsLMTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbdOsLMTC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDbdOsLMTC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDbdOsLMTC .container {
    padding: 0 25px;
  }
}
.cid-uDbdOsLMTC .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uDbdOsLMTC .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uDbdOsLMTC .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDbdOsLMTC .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDbdOsLMTC .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uDbdOsLMTC .mbr-section-title {
  color: #ffffff;
}
.cid-uDbdOsLMTC .mbr-section-title,
.cid-uDbdOsLMTC .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzzzRx5f0 .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uEzzzRx5f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uEzzzRx5f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzzzRx5f0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEzzzRx5f0 .menu_box .navbar.opened,
  .cid-uEzzzRx5f0 .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEzzzRx5f0 .navbar-dropdown {
  position: relative !important;
}
.cid-uEzzzRx5f0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEzzzRx5f0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEzzzRx5f0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEzzzRx5f0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uEzzzRx5f0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEzzzRx5f0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEzzzRx5f0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEzzzRx5f0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEzzzRx5f0 .offcanvas-body .mbr-text,
  .cid-uEzzzRx5f0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEzzzRx5f0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEzzzRx5f0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEzzzRx5f0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEzzzRx5f0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzzzRx5f0 .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-uEzzzRx5f0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEzzzRx5f0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEzzzRx5f0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEzzzRx5f0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uEzzzRx5f0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEzzzRx5f0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uEzzzRx5f0 .nav-item .nav-link:hover,
.cid-uEzzzRx5f0 .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uEzzzRx5f0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEzzzRx5f0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEzzzRx5f0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzzzRx5f0 .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-uEzzzRx5f0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEzzzRx5f0 .offcanvas_box {
    display: none;
  }
}
.cid-uEzzzRx5f0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEzzzRx5f0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEzzzRx5f0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEzzzRx5f0 .container {
  display: flex;
  margin: auto;
}
.cid-uEzzzRx5f0 .iconfont-wrapper {
  color: #ffffff;
  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-uEzzzRx5f0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEzzzRx5f0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEzzzRx5f0 .navbar-caption {
  color: #E33030;
}
.cid-uEzzzRx5f0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEzzzRx5f0 .navbar-nav {
    margin: 0;
  }
}
.cid-uEzzzRx5f0 .dropdown-menu,
.cid-uEzzzRx5f0 .navbar.opened {
  background-color: false !important;
}
.cid-uEzzzRx5f0 .nav-item:focus,
.cid-uEzzzRx5f0 .nav-link:focus {
  outline: none;
}
.cid-uEzzzRx5f0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEzzzRx5f0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEzzzRx5f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEzzzRx5f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEzzzRx5f0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzzzRx5f0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzzzRx5f0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEzzzRx5f0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEzzzRx5f0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEzzzRx5f0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEzzzRx5f0 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uEzzzRx5f0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uEzzzRx5f0 .navbar.collapsed {
  justify-content: center;
}
.cid-uEzzzRx5f0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEzzzRx5f0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzzzRx5f0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzzzRx5f0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzzzRx5f0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzzzRx5f0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEzzzRx5f0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEzzzRx5f0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEzzzRx5f0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEzzzRx5f0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEzzzRx5f0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzzzRx5f0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEzzzRx5f0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzzzRx5f0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEzzzRx5f0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEzzzRx5f0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEzzzRx5f0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEzzzRx5f0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEzzzRx5f0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEzzzRx5f0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEzzzRx5f0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEzzzRx5f0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEzzzRx5f0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEzzzRx5f0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEzzzRx5f0 .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-uEzzzRx5f0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uEzzzRx5f0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzzzRx5f0 .dropdown-item.active,
.cid-uEzzzRx5f0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEzzzRx5f0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzzzRx5f0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEzzzRx5f0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEzzzRx5f0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzzzRx5f0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEzzzRx5f0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEzzzRx5f0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uEzzzRx5f0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzzzRx5f0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzzzRx5f0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzzzRx5f0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzzzRx5f0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzzzRx5f0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzzzRx5f0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzzzRx5f0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzzzRx5f0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzzzRx5f0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEzzzRx5f0 .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-uEzzzRx5f0 .navbar {
    height: 70px;
  }
  .cid-uEzzzRx5f0 .navbar.opened {
    height: auto;
  }
  .cid-uEzzzRx5f0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEzzzRx5f0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEzzzRx5f0 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uEzzzRx5f0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uEzzzRx5f0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uEzzzRx5f0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uEzzzRx5f0 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uEzzzRx5f0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEzzzRx5f0 .text_widget {
  margin-bottom: 32px;
}
.cid-uEzzzRx5f0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEzzzRx5f0 .text_widget a:hover {
  opacity: .5;
}
.cid-uEzzzRx5f0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEzzzRx5f0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEzzzRx5f0 .mbr-section-subtitle,
.cid-uEzzzRx5f0 .text_widget,
.cid-uEzzzRx5f0 .mbr-section-btn {
  text-align: center;
}
.cid-uEzzzRx5f0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEzzzT8ypv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEzzzT8ypv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzzzT8ypv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzzzT8ypv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzzzT8ypv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzzzT8ypv .container {
    padding: 0 25px;
  }
}
.cid-uEzzzT8ypv .row {
  justify-content: center;
}
.cid-uEzzzT8ypv .item-wrapper {
  margin-bottom: 32px;
}
.cid-uEzzzT8ypv .item-img {
  overflow: hidden;
}
.cid-uEzzzT8ypv .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uEzzzT8ypv .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uEzzzSm3H8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEzzzSm3H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzzzSm3H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzzzSm3H8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .container {
    padding: 0 25px;
  }
}
.cid-uEzzzSm3H8 .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uEzzzSm3H8 .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uEzzzSm3H8 .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uEzzzSm3H8 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEzzzSm3H8 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEzzzSm3H8 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzzzSm3H8 .mbr-text {
  color: #E33030;
}
.cid-uEzzzSm3H8 .mbr-text,
.cid-uEzzzSm3H8 .mbr-section-btn {
  color: #00998b;
}
.cid-uEzzzTiJpx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uEzzzTiJpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzzzTiJpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzzzTiJpx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzzzTiJpx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzzzTiJpx .container {
    padding: 0 25px;
  }
}
.cid-uEzzzTiJpx .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uEzzzTiJpx .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uEzzzTiJpx .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uEzzzTiJpx .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEzzzTiJpx .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uEzzzTiJpx .mbr-section-title {
  color: #ffffff;
}
.cid-uEzzzTiJpx .mbr-section-title,
.cid-uEzzzTiJpx .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzJrTVNhN .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uEzJrTVNhN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uEzJrTVNhN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzJrTVNhN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEzJrTVNhN .menu_box .navbar.opened,
  .cid-uEzJrTVNhN .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEzJrTVNhN .navbar-dropdown {
  position: relative !important;
}
.cid-uEzJrTVNhN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEzJrTVNhN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEzJrTVNhN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEzJrTVNhN .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uEzJrTVNhN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEzJrTVNhN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEzJrTVNhN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEzJrTVNhN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEzJrTVNhN .offcanvas-body .mbr-text,
  .cid-uEzJrTVNhN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEzJrTVNhN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEzJrTVNhN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEzJrTVNhN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEzJrTVNhN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzJrTVNhN .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-uEzJrTVNhN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEzJrTVNhN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEzJrTVNhN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEzJrTVNhN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uEzJrTVNhN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEzJrTVNhN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .nav-item {
    margin: 0 !important;
  }
}
.cid-uEzJrTVNhN .nav-item .nav-link:hover,
.cid-uEzJrTVNhN .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uEzJrTVNhN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEzJrTVNhN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEzJrTVNhN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzJrTVNhN .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-uEzJrTVNhN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEzJrTVNhN .offcanvas_box {
    display: none;
  }
}
.cid-uEzJrTVNhN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEzJrTVNhN .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEzJrTVNhN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEzJrTVNhN .container {
  display: flex;
  margin: auto;
}
.cid-uEzJrTVNhN .iconfont-wrapper {
  color: #ffffff;
  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-uEzJrTVNhN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEzJrTVNhN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEzJrTVNhN .navbar-caption {
  color: #E33030;
}
.cid-uEzJrTVNhN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEzJrTVNhN .navbar-nav {
    margin: 0;
  }
}
.cid-uEzJrTVNhN .dropdown-menu,
.cid-uEzJrTVNhN .navbar.opened {
  background-color: false !important;
}
.cid-uEzJrTVNhN .nav-item:focus,
.cid-uEzJrTVNhN .nav-link:focus {
  outline: none;
}
.cid-uEzJrTVNhN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEzJrTVNhN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEzJrTVNhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEzJrTVNhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEzJrTVNhN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzJrTVNhN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzJrTVNhN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEzJrTVNhN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEzJrTVNhN .navbar.opened {
  transition: all 0.3s;
}
.cid-uEzJrTVNhN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEzJrTVNhN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uEzJrTVNhN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uEzJrTVNhN .navbar.collapsed {
  justify-content: center;
}
.cid-uEzJrTVNhN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEzJrTVNhN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzJrTVNhN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzJrTVNhN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzJrTVNhN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzJrTVNhN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEzJrTVNhN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEzJrTVNhN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEzJrTVNhN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEzJrTVNhN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEzJrTVNhN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzJrTVNhN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEzJrTVNhN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzJrTVNhN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEzJrTVNhN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEzJrTVNhN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEzJrTVNhN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEzJrTVNhN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEzJrTVNhN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEzJrTVNhN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEzJrTVNhN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEzJrTVNhN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEzJrTVNhN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEzJrTVNhN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEzJrTVNhN .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-uEzJrTVNhN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uEzJrTVNhN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzJrTVNhN .dropdown-item.active,
.cid-uEzJrTVNhN .dropdown-item:active {
  background-color: transparent;
}
.cid-uEzJrTVNhN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzJrTVNhN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEzJrTVNhN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEzJrTVNhN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzJrTVNhN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEzJrTVNhN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEzJrTVNhN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uEzJrTVNhN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzJrTVNhN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzJrTVNhN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzJrTVNhN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzJrTVNhN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzJrTVNhN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzJrTVNhN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzJrTVNhN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzJrTVNhN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzJrTVNhN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEzJrTVNhN .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-uEzJrTVNhN .navbar {
    height: 70px;
  }
  .cid-uEzJrTVNhN .navbar.opened {
    height: auto;
  }
  .cid-uEzJrTVNhN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEzJrTVNhN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEzJrTVNhN .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uEzJrTVNhN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uEzJrTVNhN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uEzJrTVNhN .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uEzJrTVNhN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uEzJrTVNhN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEzJrTVNhN .text_widget {
  margin-bottom: 32px;
}
.cid-uEzJrTVNhN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEzJrTVNhN .text_widget a:hover {
  opacity: .5;
}
.cid-uEzJrTVNhN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEzJrTVNhN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEzJrTVNhN .mbr-section-subtitle,
.cid-uEzJrTVNhN .text_widget,
.cid-uEzJrTVNhN .mbr-section-btn {
  text-align: center;
}
.cid-uEzJrTVNhN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEzJrV2XTp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEzJrV2XTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzJrV2XTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzJrV2XTp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .container {
    padding: 0 25px;
  }
}
.cid-uEzJrV2XTp .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uEzJrV2XTp .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uEzJrV2XTp .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uEzJrV2XTp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEzJrV2XTp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEzJrV2XTp .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzJrV2XTp .mbr-text {
  color: #E33030;
}
.cid-uEzJrV2XTp .mbr-text,
.cid-uEzJrV2XTp .mbr-section-btn {
  color: #00998b;
}
.cid-uEzJrVdwBl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uEzJrVdwBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzJrVdwBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzJrVdwBl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzJrVdwBl .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzJrVdwBl .container {
    padding: 0 25px;
  }
}
.cid-uEzJrVdwBl .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uEzJrVdwBl .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uEzJrVdwBl .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uEzJrVdwBl .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEzJrVdwBl .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uEzJrVdwBl .mbr-section-title {
  color: #ffffff;
}
.cid-uEzJrVdwBl .mbr-section-title,
.cid-uEzJrVdwBl .mbr-section-btn {
  color: #ffffff;
}
.cid-uEzKz2kIJb .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uEzKz2kIJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uEzKz2kIJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzKz2kIJb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEzKz2kIJb .menu_box .navbar.opened,
  .cid-uEzKz2kIJb .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEzKz2kIJb .navbar-dropdown {
  position: relative !important;
}
.cid-uEzKz2kIJb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uEzKz2kIJb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEzKz2kIJb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEzKz2kIJb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uEzKz2kIJb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEzKz2kIJb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEzKz2kIJb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEzKz2kIJb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEzKz2kIJb .offcanvas-body .mbr-text,
  .cid-uEzKz2kIJb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEzKz2kIJb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEzKz2kIJb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEzKz2kIJb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEzKz2kIJb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzKz2kIJb .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-uEzKz2kIJb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEzKz2kIJb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uEzKz2kIJb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEzKz2kIJb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uEzKz2kIJb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEzKz2kIJb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .nav-item {
    margin: 0 !important;
  }
}
.cid-uEzKz2kIJb .nav-item .nav-link:hover,
.cid-uEzKz2kIJb .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uEzKz2kIJb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEzKz2kIJb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEzKz2kIJb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEzKz2kIJb .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-uEzKz2kIJb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEzKz2kIJb .offcanvas_box {
    display: none;
  }
}
.cid-uEzKz2kIJb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEzKz2kIJb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEzKz2kIJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEzKz2kIJb .container {
  display: flex;
  margin: auto;
}
.cid-uEzKz2kIJb .iconfont-wrapper {
  color: #ffffff;
  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-uEzKz2kIJb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEzKz2kIJb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEzKz2kIJb .navbar-caption {
  color: #E33030;
}
.cid-uEzKz2kIJb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEzKz2kIJb .navbar-nav {
    margin: 0;
  }
}
.cid-uEzKz2kIJb .dropdown-menu,
.cid-uEzKz2kIJb .navbar.opened {
  background-color: false !important;
}
.cid-uEzKz2kIJb .nav-item:focus,
.cid-uEzKz2kIJb .nav-link:focus {
  outline: none;
}
.cid-uEzKz2kIJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEzKz2kIJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEzKz2kIJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEzKz2kIJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEzKz2kIJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzKz2kIJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzKz2kIJb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEzKz2kIJb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEzKz2kIJb .navbar.opened {
  transition: all 0.3s;
}
.cid-uEzKz2kIJb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEzKz2kIJb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uEzKz2kIJb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uEzKz2kIJb .navbar.collapsed {
  justify-content: center;
}
.cid-uEzKz2kIJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEzKz2kIJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEzKz2kIJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzKz2kIJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzKz2kIJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzKz2kIJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEzKz2kIJb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEzKz2kIJb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEzKz2kIJb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEzKz2kIJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEzKz2kIJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzKz2kIJb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEzKz2kIJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzKz2kIJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEzKz2kIJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEzKz2kIJb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEzKz2kIJb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEzKz2kIJb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEzKz2kIJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEzKz2kIJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEzKz2kIJb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEzKz2kIJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEzKz2kIJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEzKz2kIJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEzKz2kIJb .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-uEzKz2kIJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uEzKz2kIJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzKz2kIJb .dropdown-item.active,
.cid-uEzKz2kIJb .dropdown-item:active {
  background-color: transparent;
}
.cid-uEzKz2kIJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzKz2kIJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEzKz2kIJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEzKz2kIJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEzKz2kIJb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEzKz2kIJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEzKz2kIJb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uEzKz2kIJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzKz2kIJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzKz2kIJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzKz2kIJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzKz2kIJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzKz2kIJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzKz2kIJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzKz2kIJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzKz2kIJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzKz2kIJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEzKz2kIJb .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-uEzKz2kIJb .navbar {
    height: 70px;
  }
  .cid-uEzKz2kIJb .navbar.opened {
    height: auto;
  }
  .cid-uEzKz2kIJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEzKz2kIJb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEzKz2kIJb .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uEzKz2kIJb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uEzKz2kIJb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uEzKz2kIJb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uEzKz2kIJb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uEzKz2kIJb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEzKz2kIJb .text_widget {
  margin-bottom: 32px;
}
.cid-uEzKz2kIJb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEzKz2kIJb .text_widget a:hover {
  opacity: .5;
}
.cid-uEzKz2kIJb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEzKz2kIJb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uEzKz2kIJb .mbr-section-subtitle,
.cid-uEzKz2kIJb .text_widget,
.cid-uEzKz2kIJb .mbr-section-btn {
  text-align: center;
}
.cid-uEzKz2kIJb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEzKz3mFQ5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEzKz3mFQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzKz3mFQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzKz3mFQ5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .container {
    padding: 0 25px;
  }
}
.cid-uEzKz3mFQ5 .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uEzKz3mFQ5 .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uEzKz3mFQ5 .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uEzKz3mFQ5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEzKz3mFQ5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uEzKz3mFQ5 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzKz3mFQ5 .mbr-text {
  color: #E33030;
}
.cid-uEzKz3mFQ5 .mbr-text,
.cid-uEzKz3mFQ5 .mbr-section-btn {
  color: #00998b;
}
.cid-uEzKz3EG65 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uEzKz3EG65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzKz3EG65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzKz3EG65 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEzKz3EG65 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uEzKz3EG65 .container {
    padding: 0 25px;
  }
}
.cid-uEzKz3EG65 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uEzKz3EG65 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uEzKz3EG65 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uEzKz3EG65 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEzKz3EG65 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uEzKz3EG65 .mbr-section-title {
  color: #ffffff;
}
.cid-uEzKz3EG65 .mbr-section-title,
.cid-uEzKz3EG65 .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5H8ROEU8 .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uD5H8ROEU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uD5H8ROEU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5H8ROEU8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uD5H8ROEU8 .menu_box .navbar.opened,
  .cid-uD5H8ROEU8 .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uD5H8ROEU8 .navbar-dropdown {
  position: relative !important;
}
.cid-uD5H8ROEU8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uD5H8ROEU8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uD5H8ROEU8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uD5H8ROEU8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uD5H8ROEU8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD5H8ROEU8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD5H8ROEU8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD5H8ROEU8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD5H8ROEU8 .offcanvas-body .mbr-text,
  .cid-uD5H8ROEU8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uD5H8ROEU8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD5H8ROEU8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD5H8ROEU8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD5H8ROEU8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5H8ROEU8 .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-uD5H8ROEU8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD5H8ROEU8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uD5H8ROEU8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD5H8ROEU8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uD5H8ROEU8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD5H8ROEU8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uD5H8ROEU8 .nav-item .nav-link:hover,
.cid-uD5H8ROEU8 .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uD5H8ROEU8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD5H8ROEU8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uD5H8ROEU8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD5H8ROEU8 .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-uD5H8ROEU8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD5H8ROEU8 .offcanvas_box {
    display: none;
  }
}
.cid-uD5H8ROEU8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uD5H8ROEU8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD5H8ROEU8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uD5H8ROEU8 .container {
  display: flex;
  margin: auto;
}
.cid-uD5H8ROEU8 .iconfont-wrapper {
  color: #ffffff;
  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-uD5H8ROEU8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD5H8ROEU8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uD5H8ROEU8 .navbar-caption {
  color: #E33030;
}
.cid-uD5H8ROEU8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uD5H8ROEU8 .navbar-nav {
    margin: 0;
  }
}
.cid-uD5H8ROEU8 .dropdown-menu,
.cid-uD5H8ROEU8 .navbar.opened {
  background-color: false !important;
}
.cid-uD5H8ROEU8 .nav-item:focus,
.cid-uD5H8ROEU8 .nav-link:focus {
  outline: none;
}
.cid-uD5H8ROEU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5H8ROEU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5H8ROEU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5H8ROEU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5H8ROEU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5H8ROEU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5H8ROEU8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uD5H8ROEU8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uD5H8ROEU8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5H8ROEU8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD5H8ROEU8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uD5H8ROEU8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uD5H8ROEU8 .navbar.collapsed {
  justify-content: center;
}
.cid-uD5H8ROEU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5H8ROEU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD5H8ROEU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5H8ROEU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5H8ROEU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5H8ROEU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD5H8ROEU8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD5H8ROEU8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD5H8ROEU8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uD5H8ROEU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5H8ROEU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5H8ROEU8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD5H8ROEU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5H8ROEU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uD5H8ROEU8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5H8ROEU8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD5H8ROEU8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD5H8ROEU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD5H8ROEU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uD5H8ROEU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5H8ROEU8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD5H8ROEU8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD5H8ROEU8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5H8ROEU8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5H8ROEU8 .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-uD5H8ROEU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uD5H8ROEU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5H8ROEU8 .dropdown-item.active,
.cid-uD5H8ROEU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5H8ROEU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5H8ROEU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5H8ROEU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5H8ROEU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5H8ROEU8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uD5H8ROEU8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5H8ROEU8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uD5H8ROEU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5H8ROEU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5H8ROEU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5H8ROEU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5H8ROEU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5H8ROEU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5H8ROEU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5H8ROEU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5H8ROEU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5H8ROEU8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD5H8ROEU8 .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-uD5H8ROEU8 .navbar {
    height: 70px;
  }
  .cid-uD5H8ROEU8 .navbar.opened {
    height: auto;
  }
  .cid-uD5H8ROEU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5H8ROEU8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uD5H8ROEU8 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uD5H8ROEU8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uD5H8ROEU8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uD5H8ROEU8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uD5H8ROEU8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uD5H8ROEU8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uD5H8ROEU8 .text_widget {
  margin-bottom: 32px;
}
.cid-uD5H8ROEU8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uD5H8ROEU8 .text_widget a:hover {
  opacity: .5;
}
.cid-uD5H8ROEU8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5H8ROEU8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5H8ROEU8 .mbr-section-subtitle,
.cid-uD5H8ROEU8 .text_widget,
.cid-uD5H8ROEU8 .mbr-section-btn {
  text-align: center;
}
.cid-uD5H8ROEU8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uD5H8SoFQn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD5H8SoFQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5H8SoFQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5H8SoFQn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .container {
    padding: 0 25px;
  }
}
.cid-uD5H8SoFQn .tabs-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .tabs-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uD5H8SoFQn .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uD5H8SoFQn .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 10px 35px;
}
.cid-uD5H8SoFQn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  opacity: .5;
  border: none;
  color: #00998b;
  transition: all 0.3s ease-in-out;
}
.cid-uD5H8SoFQn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border: 1px solid #e33030;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uD5H8SoFQn .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uD5H8SoFQn .mbr-text {
  color: #E33030;
}
.cid-uD5H8SoFQn .mbr-text,
.cid-uD5H8SoFQn .mbr-section-btn {
  color: #00998b;
}
.cid-uD5H8SB593 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uD5H8SB593 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5H8SB593 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5H8SB593 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD5H8SB593 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uD5H8SB593 .container {
    padding: 0 25px;
  }
}
.cid-uD5H8SB593 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uD5H8SB593 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uD5H8SB593 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5H8SB593 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5H8SB593 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uD5H8SB593 .mbr-section-title {
  color: #ffffff;
}
.cid-uD5H8SB593 .mbr-section-title,
.cid-uD5H8SB593 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFOiXeuWS5 .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-uFOiXeuWS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-uFOiXeuWS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFOiXeuWS5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFOiXeuWS5 .menu_box .navbar.opened,
  .cid-uFOiXeuWS5 .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFOiXeuWS5 .navbar-dropdown {
  position: relative !important;
}
.cid-uFOiXeuWS5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFOiXeuWS5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFOiXeuWS5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFOiXeuWS5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-uFOiXeuWS5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFOiXeuWS5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFOiXeuWS5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFOiXeuWS5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFOiXeuWS5 .offcanvas-body .mbr-text,
  .cid-uFOiXeuWS5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFOiXeuWS5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFOiXeuWS5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFOiXeuWS5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFOiXeuWS5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOiXeuWS5 .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-uFOiXeuWS5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFOiXeuWS5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFOiXeuWS5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFOiXeuWS5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uFOiXeuWS5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFOiXeuWS5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFOiXeuWS5 .nav-item .nav-link:hover,
.cid-uFOiXeuWS5 .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-uFOiXeuWS5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFOiXeuWS5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFOiXeuWS5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOiXeuWS5 .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-uFOiXeuWS5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFOiXeuWS5 .offcanvas_box {
    display: none;
  }
}
.cid-uFOiXeuWS5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFOiXeuWS5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFOiXeuWS5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFOiXeuWS5 .container {
  display: flex;
  margin: auto;
}
.cid-uFOiXeuWS5 .iconfont-wrapper {
  color: #ffffff;
  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-uFOiXeuWS5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFOiXeuWS5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFOiXeuWS5 .navbar-caption {
  color: #E33030;
}
.cid-uFOiXeuWS5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFOiXeuWS5 .navbar-nav {
    margin: 0;
  }
}
.cid-uFOiXeuWS5 .dropdown-menu,
.cid-uFOiXeuWS5 .navbar.opened {
  background-color: false !important;
}
.cid-uFOiXeuWS5 .nav-item:focus,
.cid-uFOiXeuWS5 .nav-link:focus {
  outline: none;
}
.cid-uFOiXeuWS5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOiXeuWS5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOiXeuWS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOiXeuWS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOiXeuWS5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOiXeuWS5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOiXeuWS5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFOiXeuWS5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFOiXeuWS5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOiXeuWS5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFOiXeuWS5 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uFOiXeuWS5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFOiXeuWS5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFOiXeuWS5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOiXeuWS5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFOiXeuWS5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOiXeuWS5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOiXeuWS5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOiXeuWS5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFOiXeuWS5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFOiXeuWS5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFOiXeuWS5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFOiXeuWS5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOiXeuWS5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOiXeuWS5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFOiXeuWS5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOiXeuWS5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFOiXeuWS5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFOiXeuWS5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFOiXeuWS5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFOiXeuWS5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFOiXeuWS5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFOiXeuWS5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOiXeuWS5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFOiXeuWS5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFOiXeuWS5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFOiXeuWS5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFOiXeuWS5 .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-uFOiXeuWS5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFOiXeuWS5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOiXeuWS5 .dropdown-item.active,
.cid-uFOiXeuWS5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOiXeuWS5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOiXeuWS5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOiXeuWS5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOiXeuWS5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFOiXeuWS5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFOiXeuWS5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFOiXeuWS5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-uFOiXeuWS5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFOiXeuWS5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOiXeuWS5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOiXeuWS5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOiXeuWS5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOiXeuWS5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOiXeuWS5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOiXeuWS5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOiXeuWS5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOiXeuWS5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFOiXeuWS5 .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-uFOiXeuWS5 .navbar {
    height: 70px;
  }
  .cid-uFOiXeuWS5 .navbar.opened {
    height: auto;
  }
  .cid-uFOiXeuWS5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOiXeuWS5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFOiXeuWS5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uFOiXeuWS5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFOiXeuWS5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uFOiXeuWS5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFOiXeuWS5 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFOiXeuWS5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFOiXeuWS5 .text_widget {
  margin-bottom: 32px;
}
.cid-uFOiXeuWS5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFOiXeuWS5 .text_widget a:hover {
  opacity: .5;
}
.cid-uFOiXeuWS5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFOiXeuWS5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFOiXeuWS5 .mbr-section-subtitle,
.cid-uFOiXeuWS5 .text_widget,
.cid-uFOiXeuWS5 .mbr-section-btn {
  text-align: center;
}
.cid-uFOiXeuWS5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFOiXf2xN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/logo-longtime-makeup-2-2000x760.jpg");
}
.cid-uFOiXf2xN5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFOiXf2xN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXf2xN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXf2xN5 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uFOiXf2xN5 .image-wrap {
    height: 300px;
  }
}
.cid-uFOiXfabhx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uFOiXfabhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXfabhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXfabhx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOiXfabhx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFOiXfabhx .container {
    padding: 0 25px;
  }
}
.cid-uFOiXfabhx .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}
.cid-uFOiXfabhx .title-wrapper .mbr-text {
  margin-bottom: 0;
  position: relative;
}
.cid-uFOiXfabhx .title-wrapper .image-wrapper img {
  width: 300px;
  height: 410px;
  border-radius: 10rem 10rem 0 0;
  margin: -2rem auto 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFOiXfabhx .title-wrapper .image-wrapper img {
    width: 240px;
    height: 310px;
  }
}
.cid-uFOiXfabhx .title-wrapper .mbr-section-btn {
  margin-top: 25px;
}
.cid-uFOiXfabhx .mbr-section-title {
  color: #E33030;
}
.cid-uFOiXfabhx .mbr-text {
  color: #00998b;
  text-align: center;
}
.cid-uFOiXfabhx .mbr-section-title,
.cid-uFOiXfabhx .mbr-section-btn {
  text-align: center;
  color: #00998b;
}
.cid-uFOiXfjGUW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFOiXfjGUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXfjGUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXfjGUW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOiXfjGUW .container-fluid {
    padding: 0 25px;
  }
}
.cid-uFOiXfjGUW .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .cid-uFOiXfjGUW .container {
    padding: 0 25px;
  }
}
.cid-uFOiXfjGUW .row {
  justify-content: center;
}
.cid-uFOiXfjGUW .desc-wrapper {
  border-top: 1px solid #00998b;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-uFOiXfjGUW .desc-wrapper .desc-wrap {
  display: flex;
  align-items: center;
}
.cid-uFOiXfjGUW .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 7px;
  color: #00998b;
}
.cid-uFOiXfjGUW .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uFOiXfjGUW .item {
  padding: 0 30px;
}
.cid-uFOiXfjGUW .item .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOiXfjGUW .item .item-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uFOiXfjGUW .item .item-wrapper .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uFOiXfjGUW .item .item-wrapper .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-uFOiXfjGUW .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 6px;
}
.cid-uFOiXfjGUW .item .item-wrapper .item-content .item-cont .item-desc {
  margin-bottom: 0;
}
.cid-uFOiXfjGUW .mbr-desc {
  color: #E33030;
}
.cid-uFOiXfjGUW .item-title {
  color: #00998b;
}
.cid-uFOiXfjGUW .item-desc {
  color: #00998b;
}
.cid-uFOiXfzmGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFOiXfzmGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXfzmGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXfzmGv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFOiXfzmGv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFOiXfzmGv .container {
    padding: 0 25px;
  }
}
.cid-uFOiXfzmGv .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOiXfzmGv .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uFOiXfzmGv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uFOiXfzmGv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uFOiXfzmGv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFOiXfzmGv .embla__slide .card-wrap {
  width: 100%;
}
.cid-uFOiXfzmGv .embla__slide .card-wrap a {
  display: block;
}
.cid-uFOiXfzmGv .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-uFOiXfzmGv .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-uFOiXfzmGv .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uFOiXfzmGv .embla__button--next,
.cid-uFOiXfzmGv .embla__button--prev {
  display: flex;
}
.cid-uFOiXfzmGv .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFOiXfzmGv .embla__button {
    display: none;
  }
}
.cid-uFOiXfzmGv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFOiXfzmGv .embla__button:hover {
  background: transparent;
  color: #ffffff;
  opacity: .7;
}
.cid-uFOiXfzmGv .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uFOiXfzmGv .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uFOiXfzmGv .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uFOiXfzmGv .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uFOiXfzmGv .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-uFOiXfzmGv .embla {
  position: relative;
  width: 100%;
}
.cid-uFOiXfzmGv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFOiXfzmGv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFOiXfzmGv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFOiXfzmGv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFOiXfzmGv .mbr-section-title {
  color: #E33030;
}
.cid-uFOiXfzmGv .mbr-section-title,
.cid-uFOiXfzmGv .mbr-section-btn {
  text-align: center;
  color: #00998b;
}
.cid-uFOiXg2Nb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFOiXg2Nb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXg2Nb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXg2Nb9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uFOiXg2Nb9 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .container {
    padding: 0 25px;
  }
}
.cid-uFOiXg2Nb9 .row {
  border: 1px solid #80c6b9;
}
.cid-uFOiXg2Nb9 .card {
  padding: 0;
}
.cid-uFOiXg2Nb9 .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uFOiXg2Nb9 .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .card .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-uFOiXg2Nb9 .form-wrapper {
  padding: 60px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .form-wrapper {
    padding: 60px 25px;
  }
}
.cid-uFOiXg2Nb9 .form-wrapper .mbr-form .row {
  border: none;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea {
  height: 100%;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-control {
  background-color: transparent;
  padding: 13px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #80c6b9 !important;
  border-radius: 0;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-control::placeholder {
  color: #80c6b9;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-control:hover,
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #80c6b9 !important;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group textarea.form-control {
  min-height: 150px;
  padding: 25px !important;
  border: 1px solid #80c6b9 !important;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group textarea.form-control:hover,
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group textarea.form-control:focus {
  border: 1px solid #80c6b9 !important;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .form-group .form-check .form-check-input {
  background-color: #80c6b9;
  border-color: #80c6b9;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .mbr-section-btn {
  width: 100%;
}
.cid-uFOiXg2Nb9 .form-wrapper .row.dragArea .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uFOiXg2Nb9 .mbr-section-title {
  margin-bottom: 100px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uFOiXg2Nb9 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uFOiXg2Nb9 label {
  color: #E33030;
}
.cid-uFOiXg2Nb9 .mbr-section-btn {
  text-align: right;
}
.cid-uFOiXg2Nb9 .mbr-section-title,
.cid-uFOiXg2Nb9 .mbr-section-btn {
  color: #00998b;
}
.cid-uFOiXggK4x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-uFOiXggK4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOiXggK4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOiXggK4x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOiXggK4x .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFOiXggK4x .container {
    padding: 0 25px;
  }
}
.cid-uFOiXggK4x .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-uFOiXggK4x .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFOiXggK4x .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-uFOiXggK4x .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFOiXggK4x .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uFOiXggK4x .mbr-section-title {
  color: #ffffff;
}
.cid-uFOiXggK4x .mbr-section-title,
.cid-uFOiXggK4x .mbr-section-btn {
  color: #ffffff;
}
.cid-tJkHr9dcTi .navbar-dropdown {
  background-color: #00998b !important;
  padding: 0;
}
.cid-tJkHr9dcTi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #00998b !important;
  background: #00998b;
}
.cid-tJkHr9dcTi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJkHr9dcTi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tJkHr9dcTi .menu_box .navbar.opened,
  .cid-tJkHr9dcTi .menu_box .navbar-collapse {
    background-color: #00998b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tJkHr9dcTi .navbar-dropdown {
  position: relative !important;
}
.cid-tJkHr9dcTi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tJkHr9dcTi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tJkHr9dcTi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tJkHr9dcTi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #00998b;
  }
  .cid-tJkHr9dcTi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tJkHr9dcTi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tJkHr9dcTi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tJkHr9dcTi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tJkHr9dcTi .offcanvas-body .mbr-text,
  .cid-tJkHr9dcTi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tJkHr9dcTi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tJkHr9dcTi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tJkHr9dcTi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tJkHr9dcTi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tJkHr9dcTi .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-tJkHr9dcTi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tJkHr9dcTi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tJkHr9dcTi .lg_brand {
    margin: 0 1rem;
  }
  .cid-tJkHr9dcTi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tJkHr9dcTi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tJkHr9dcTi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .nav-item {
    margin: 0 !important;
  }
}
.cid-tJkHr9dcTi .nav-item .nav-link:hover,
.cid-tJkHr9dcTi .nav-item .nav-link:focus {
  opacity: .5;
  color: #ffffff !important;
  transition: all 0.3s ease-out;
}
.cid-tJkHr9dcTi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tJkHr9dcTi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tJkHr9dcTi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tJkHr9dcTi .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-tJkHr9dcTi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tJkHr9dcTi .offcanvas_box {
    display: none;
  }
}
.cid-tJkHr9dcTi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tJkHr9dcTi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tJkHr9dcTi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tJkHr9dcTi .container {
  display: flex;
  margin: auto;
}
.cid-tJkHr9dcTi .iconfont-wrapper {
  color: #ffffff;
  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-tJkHr9dcTi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tJkHr9dcTi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tJkHr9dcTi .navbar-caption {
  color: #E33030;
}
.cid-tJkHr9dcTi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tJkHr9dcTi .navbar-nav {
    margin: 0;
  }
}
.cid-tJkHr9dcTi .dropdown-menu,
.cid-tJkHr9dcTi .navbar.opened {
  background-color: false !important;
}
.cid-tJkHr9dcTi .nav-item:focus,
.cid-tJkHr9dcTi .nav-link:focus {
  outline: none;
}
.cid-tJkHr9dcTi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJkHr9dcTi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJkHr9dcTi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJkHr9dcTi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJkHr9dcTi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJkHr9dcTi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJkHr9dcTi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tJkHr9dcTi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tJkHr9dcTi .navbar.opened {
  transition: all 0.3s;
}
.cid-tJkHr9dcTi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tJkHr9dcTi .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tJkHr9dcTi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tJkHr9dcTi .navbar.collapsed {
  justify-content: center;
}
.cid-tJkHr9dcTi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJkHr9dcTi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tJkHr9dcTi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJkHr9dcTi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJkHr9dcTi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJkHr9dcTi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tJkHr9dcTi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJkHr9dcTi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tJkHr9dcTi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tJkHr9dcTi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJkHr9dcTi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJkHr9dcTi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tJkHr9dcTi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJkHr9dcTi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tJkHr9dcTi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJkHr9dcTi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tJkHr9dcTi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tJkHr9dcTi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tJkHr9dcTi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tJkHr9dcTi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJkHr9dcTi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tJkHr9dcTi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJkHr9dcTi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJkHr9dcTi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJkHr9dcTi .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-tJkHr9dcTi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tJkHr9dcTi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJkHr9dcTi .dropdown-item.active,
.cid-tJkHr9dcTi .dropdown-item:active {
  background-color: transparent;
}
.cid-tJkHr9dcTi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJkHr9dcTi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJkHr9dcTi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJkHr9dcTi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJkHr9dcTi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tJkHr9dcTi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJkHr9dcTi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #00998b;
  background: #ffffff;
}
.cid-tJkHr9dcTi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJkHr9dcTi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJkHr9dcTi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJkHr9dcTi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJkHr9dcTi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJkHr9dcTi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJkHr9dcTi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJkHr9dcTi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJkHr9dcTi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJkHr9dcTi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tJkHr9dcTi .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-tJkHr9dcTi .navbar {
    height: 70px;
  }
  .cid-tJkHr9dcTi .navbar.opened {
    height: auto;
  }
  .cid-tJkHr9dcTi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJkHr9dcTi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tJkHr9dcTi .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tJkHr9dcTi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tJkHr9dcTi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-tJkHr9dcTi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tJkHr9dcTi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tJkHr9dcTi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tJkHr9dcTi .text_widget {
  margin-bottom: 32px;
}
.cid-tJkHr9dcTi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tJkHr9dcTi .text_widget a:hover {
  opacity: .5;
}
.cid-tJkHr9dcTi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJkHr9dcTi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tJkHr9dcTi .mbr-section-subtitle,
.cid-tJkHr9dcTi .text_widget,
.cid-tJkHr9dcTi .mbr-section-btn {
  text-align: center;
}
.cid-tJkHr9dcTi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDbfx18bSz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/logo-longtime-makeup-2-2000x760.jpg");
}
.cid-uDbfx18bSz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uDbfx18bSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDbfx18bSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDbfx18bSz .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uDbfx18bSz .image-wrap {
    height: 300px;
  }
}
.cid-tJkHrjblRU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tJkHrjblRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHrjblRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHrjblRU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHrjblRU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tJkHrjblRU .container {
    padding: 0 25px;
  }
}
.cid-tJkHrjblRU .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}
.cid-tJkHrjblRU .title-wrapper .mbr-text {
  margin-bottom: 0;
  position: relative;
}
.cid-tJkHrjblRU .title-wrapper .image-wrapper img {
  width: 300px;
  height: 410px;
  border-radius: 10rem 10rem 0 0;
  margin: -2rem auto 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJkHrjblRU .title-wrapper .image-wrapper img {
    width: 240px;
    height: 310px;
  }
}
.cid-tJkHrjblRU .title-wrapper .mbr-section-btn {
  margin-top: 25px;
}
.cid-tJkHrjblRU .mbr-section-title {
  color: #E33030;
}
.cid-tJkHrjblRU .mbr-text {
  color: #00998b;
  text-align: center;
}
.cid-tJkHrjblRU .mbr-section-title,
.cid-tJkHrjblRU .mbr-section-btn {
  text-align: center;
  color: #00998b;
}
.cid-tJkHsQyIpq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJkHsQyIpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHsQyIpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHsQyIpq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHsQyIpq .container-fluid {
    padding: 0 25px;
  }
}
.cid-tJkHsQyIpq .container-fluid .row {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .cid-tJkHsQyIpq .container {
    padding: 0 25px;
  }
}
.cid-tJkHsQyIpq .row {
  justify-content: center;
}
.cid-tJkHsQyIpq .desc-wrapper {
  border-top: 1px solid #00998b;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-tJkHsQyIpq .desc-wrapper .desc-wrap {
  display: flex;
  align-items: center;
}
.cid-tJkHsQyIpq .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 7px;
  color: #00998b;
}
.cid-tJkHsQyIpq .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tJkHsQyIpq .item {
  padding: 0 30px;
}
.cid-tJkHsQyIpq .item .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tJkHsQyIpq .item .item-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tJkHsQyIpq .item .item-wrapper .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tJkHsQyIpq .item .item-wrapper .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tJkHsQyIpq .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 6px;
}
.cid-tJkHsQyIpq .item .item-wrapper .item-content .item-cont .item-desc {
  margin-bottom: 0;
}
.cid-tJkHsQyIpq .mbr-desc {
  color: #E33030;
}
.cid-tJkHsQyIpq .item-title {
  color: #00998b;
}
.cid-tJkHsQyIpq .item-desc {
  color: #00998b;
}
.cid-uCBPxG13sx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uCBPxG13sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBPxG13sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBPxG13sx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCBPxG13sx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCBPxG13sx .container {
    padding: 0 25px;
  }
}
.cid-uCBPxG13sx .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCBPxG13sx .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uCBPxG13sx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCBPxG13sx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uCBPxG13sx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCBPxG13sx .embla__slide .card-wrap {
  width: 100%;
}
.cid-uCBPxG13sx .embla__slide .card-wrap a {
  display: block;
}
.cid-uCBPxG13sx .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-uCBPxG13sx .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-uCBPxG13sx .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uCBPxG13sx .embla__button--next,
.cid-uCBPxG13sx .embla__button--prev {
  display: flex;
}
.cid-uCBPxG13sx .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uCBPxG13sx .embla__button {
    display: none;
  }
}
.cid-uCBPxG13sx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCBPxG13sx .embla__button:hover {
  background: transparent;
  color: #ffffff;
  opacity: .7;
}
.cid-uCBPxG13sx .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uCBPxG13sx .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uCBPxG13sx .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uCBPxG13sx .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uCBPxG13sx .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-uCBPxG13sx .embla {
  position: relative;
  width: 100%;
}
.cid-uCBPxG13sx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCBPxG13sx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCBPxG13sx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCBPxG13sx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCBPxG13sx .mbr-section-title {
  color: #E33030;
}
.cid-uCBPxG13sx .mbr-section-title,
.cid-uCBPxG13sx .mbr-section-btn {
  text-align: center;
  color: #00998b;
}
.cid-tJkHPiWQYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJkHPiWQYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHPiWQYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHPiWQYJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-tJkHPiWQYJ .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .container {
    padding: 0 25px;
  }
}
.cid-tJkHPiWQYJ .row {
  border: 1px solid #80c6b9;
}
.cid-tJkHPiWQYJ .card {
  padding: 0;
}
.cid-tJkHPiWQYJ .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tJkHPiWQYJ .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .card .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-tJkHPiWQYJ .form-wrapper {
  padding: 60px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .form-wrapper {
    padding: 60px 25px;
  }
}
.cid-tJkHPiWQYJ .form-wrapper .mbr-form .row {
  border: none;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea {
  height: 100%;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-control {
  background-color: transparent;
  padding: 13px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #80c6b9 !important;
  border-radius: 0;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-control::placeholder {
  color: #80c6b9;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-control:hover,
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #80c6b9 !important;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group textarea.form-control {
  min-height: 150px;
  padding: 25px !important;
  border: 1px solid #80c6b9 !important;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group textarea.form-control:hover,
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group textarea.form-control:focus {
  border: 1px solid #80c6b9 !important;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .form-group .form-check .form-check-input {
  background-color: #80c6b9;
  border-color: #80c6b9;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .mbr-section-btn {
  width: 100%;
}
.cid-tJkHPiWQYJ .form-wrapper .row.dragArea .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tJkHPiWQYJ .mbr-section-title {
  margin-bottom: 100px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tJkHPiWQYJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tJkHPiWQYJ label {
  color: #E33030;
}
.cid-tJkHPiWQYJ .mbr-section-btn {
  text-align: right;
}
.cid-tJkHPiWQYJ .mbr-section-title,
.cid-tJkHPiWQYJ .mbr-section-btn {
  color: #00998b;
}
.cid-tJkHMXDgx4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00998b;
}
.cid-tJkHMXDgx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJkHMXDgx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJkHMXDgx4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJkHMXDgx4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tJkHMXDgx4 .container {
    padding: 0 25px;
  }
}
.cid-tJkHMXDgx4 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.cid-tJkHMXDgx4 .list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-tJkHMXDgx4 .list .item-wrapper {
  margin-bottom: 16px;
}
.cid-tJkHMXDgx4 .list .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-tJkHMXDgx4 .copyright {
  margin: 16px 0;
  opacity: .5;
  color: #ffffff;
}
.cid-tJkHMXDgx4 .mbr-section-title {
  color: #ffffff;
}
.cid-tJkHMXDgx4 .mbr-section-title,
.cid-tJkHMXDgx4 .mbr-section-btn {
  color: #ffffff;
}
