.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.1rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bf3e11 !important;
}
.bg-success {
  background-color: #44cc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #7343ad !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bf3e11 !important;
  border-color: #bf3e11 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ea4f19 !important;
  border-color: #ea4f19 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ea4f19 !important;
  border-color: #ea4f19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7343ad !important;
  border-color: #7343ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bf3e11;
  color: #bf3e11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6f240a !important;
  background-color: transparent !important;
  border-color: #6f240a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf3e11 !important;
  border-color: #bf3e11 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #44cc44;
  color: #44cc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289228 !important;
  background-color: transparent !important;
  border-color: #289228 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7343ad;
  color: #7343ad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #492b6f !important;
  background-color: transparent !important;
  border-color: #492b6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7343ad !important;
  border-color: #7343ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bf3e11 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #44cc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #7343ad !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #612009 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #248624 !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: #422763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !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: #bf3e11;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #7343ad;
}
.alert-danger {
  background-color: #ff8055;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bf3e11;
  border-color: #bf3e11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bf3e11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1855f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f8e4;
}
.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: #b598d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #bf3e11 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bf3e11;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bf3e11;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bf3e11;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bf3e11;
  border-bottom-color: #bf3e11;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #bf3e11 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23bf3e11' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #bf3e11;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #bf3e11;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-tYpQEBsXBC {
  background-color: transparent;
}
.cid-tYpQEBsXBC .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-tYpQEBsXBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-tYpQEBsXBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYpQEBsXBC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYpQEBsXBC .menu_box .navbar.opened,
  .cid-tYpQEBsXBC .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYpQEBsXBC .navbar-dropdown {
  position: relative !important;
}
.cid-tYpQEBsXBC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYpQEBsXBC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYpQEBsXBC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-tYpQEBsXBC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYpQEBsXBC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYpQEBsXBC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYpQEBsXBC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYpQEBsXBC .offcanvas-body .mbr-text,
  .cid-tYpQEBsXBC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYpQEBsXBC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYpQEBsXBC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYpQEBsXBC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpQEBsXBC .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-tYpQEBsXBC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYpQEBsXBC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYpQEBsXBC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYpQEBsXBC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-tYpQEBsXBC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYpQEBsXBC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .nav-item {
    margin: 0 !important;
  }
}
.cid-tYpQEBsXBC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tYpQEBsXBC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tYpQEBsXBC .nav-item .nav-link:hover::before,
.cid-tYpQEBsXBC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYpQEBsXBC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYpQEBsXBC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpQEBsXBC .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-tYpQEBsXBC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYpQEBsXBC .offcanvas_box {
    display: none;
  }
}
.cid-tYpQEBsXBC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYpQEBsXBC .container {
  display: flex;
  margin: auto;
}
.cid-tYpQEBsXBC .iconfont-wrapper {
  color: #000000;
  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-tYpQEBsXBC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYpQEBsXBC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYpQEBsXBC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .navbar-nav {
    margin: 0;
  }
}
.cid-tYpQEBsXBC .dropdown-menu,
.cid-tYpQEBsXBC .navbar.opened {
  background-color: false !important;
}
.cid-tYpQEBsXBC .nav-item:focus,
.cid-tYpQEBsXBC .nav-link:focus {
  outline: none;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYpQEBsXBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYpQEBsXBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYpQEBsXBC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYpQEBsXBC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYpQEBsXBC .navbar.opened {
  transition: all 0.3s;
}
.cid-tYpQEBsXBC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYpQEBsXBC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYpQEBsXBC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYpQEBsXBC .navbar.collapsed {
  justify-content: center;
}
.cid-tYpQEBsXBC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYpQEBsXBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYpQEBsXBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYpQEBsXBC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYpQEBsXBC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYpQEBsXBC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYpQEBsXBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYpQEBsXBC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYpQEBsXBC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYpQEBsXBC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYpQEBsXBC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYpQEBsXBC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYpQEBsXBC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYpQEBsXBC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYpQEBsXBC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYpQEBsXBC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYpQEBsXBC .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-tYpQEBsXBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYpQEBsXBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYpQEBsXBC .dropdown-item.active,
.cid-tYpQEBsXBC .dropdown-item:active {
  background-color: transparent;
}
.cid-tYpQEBsXBC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYpQEBsXBC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYpQEBsXBC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYpQEBsXBC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYpQEBsXBC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYpQEBsXBC .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-tYpQEBsXBC .navbar {
    height: 70px;
  }
  .cid-tYpQEBsXBC .navbar.opened {
    height: auto;
  }
  .cid-tYpQEBsXBC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYpQEBsXBC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tYpQEBsXBC .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-tYpQEBsXBC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYpQEBsXBC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYpQEBsXBC .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-tYpQEBsXBC .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYpQEBsXBC .text_widget {
  margin-bottom: 32px;
}
.cid-tYpQEBsXBC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYpQEBsXBC .text_widget a:hover,
.cid-tYpQEBsXBC .text_widget a:focus {
  opacity: .8;
}
.cid-tYpQEBsXBC .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-tYpQEBsXBC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYpQEBsXBC .navbar-caption {
  color: #000000;
}
.cid-tYpQEBsXBC .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-tYpQEBsXBC .mbr-section-subtitle,
.cid-tYpQEBsXBC .text_widget,
.cid-tYpQEBsXBC .mbr-section-btn {
  text-align: center;
}
.cid-tYpQEBsXBC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTDCdr0UpS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTDCdr0UpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDCdr0UpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDCdr0UpS .row {
  margin: 0 -6px;
}
.cid-uTDCdr0UpS .card {
  padding: 0 6px;
}
.cid-uTDCdr0UpS .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uTDCdr0UpS .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uTDCdr0UpS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTDCdr0UpS .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #000000;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uTDCdr0UpS .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTDCdr0UpS .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTDCdr0UpS .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTDCdr0UpS .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTDCdr0UpS .mbr-section-title {
  color: #000000;
}
.cid-uTDCdr0UpS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTDCdr0UpS .mbr-section-title,
.cid-uTDCdr0UpS .mbr-section-btn {
  text-align: center;
}
.cid-uTDCdr0UpS .mbr-section-title,
.cid-uTDCdr0UpS .mbr-section-btn,
.cid-uTDCdr0UpS .logo-wrapper,
.cid-uTDCdr0UpS .social-wrapper {
  color: #ffffff;
}
.cid-uTDE2PZCYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTDE2PZCYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDE2PZCYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDE2PZCYP .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTDE2PZCYP .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTDE2PZCYP .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTDE2PZCYP .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTDE2PZCYP .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTDE2PZCYP .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTDE2PZCYP .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #000000;
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTDE2PZCYP .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTDE2PZCYP .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uTDE2PZCYP .btn-wrapper {
  margin-top: -5%;
}
.cid-uTDE2PZCYP .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTDE2PZCYP .item-title {
  color: #000000;
}
.cid-uTDE2PZCYP .mbr-section-title,
.cid-uTDE2PZCYP .mbr-section-btn,
.cid-uTDE2PZCYP .title-wrapper {
  color: #000000;
}
.cid-uTDN1AoT5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTDN1AoT5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDN1AoT5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDN1AoT5d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTDN1AoT5d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTDN1AoT5d .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uTDN1AoT5d .mbr-text {
  color: #19171c;
}
.cid-uTDN1AoT5d .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uTDN1AoT5d .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uTDN1AoT5d .mbr-text,
.cid-uTDN1AoT5d .text-wrapper,
.cid-uTDN1AoT5d .person-wrapper {
  text-align: center;
}
.cid-uTDN8Kch5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTDN8Kch5y .mbr-section-title {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uTDN8Kch5y .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uTDN8Kch5y .mbr-text {
  color: #ffffff;
}
.cid-uTDNj5mF34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTDNj5mF34 .title-wrapper {
  margin: 0 260px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTDNj5mF34 .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uTDNj5mF34 .title-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-uTDNj5mF34 .title-wrapper .mbr-section-title {
    margin-bottom: 52px;
  }
}
.cid-uTDNj5mF34 .text-wrapper {
  margin-right: 260px;
  padding-top: 84.5px;
}
@media (max-width: 992px) {
  .cid-uTDNj5mF34 .text-wrapper {
    margin: 0 30px;
    padding-top: 48px;
  }
}
.cid-uTDNj5mF34 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uTDNj5mF34 .mbr-section-title {
  color: #02050a;
}
.cid-uTDNj5mF34 .mbr-text {
  color: #000000;
}
.cid-uTzWoa9mxR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #96f3ea;
}
.cid-uTzWoa9mxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzWoa9mxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzWoa9mxR .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTzWoa9mxR .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTzWoa9mxR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTzWoa9mxR .container {
    padding: 0 20px;
  }
}
.cid-uTzWoa9mxR .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uTzWoa9mxR .row .card {
  padding: 0 10px;
}
.cid-uTzWoa9mxR .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uTzWoa9mxR .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uTzWoa9mxR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTzWoa9mxR .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTzWoa9mxR .item {
    margin-bottom: 40px;
  }
}
.cid-uTzWoa9mxR .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uTzWoa9mxR .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uTzWoa9mxR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTzWoa9mxR .mbr-section-title {
  color: #000000;
}
.cid-uTzWoa9mxR .card-number {
  color: #000000;
}
.cid-uTzWoa9mxR .card-title {
  color: #000000;
  text-align: center;
}
.cid-uTzWoa9mxR .card-text {
  color: #9a9a9a;
}
.cid-uTDNwtnLLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTDNwtnLLN .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTDNwtnLLN .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-uTDNwtnLLN .col-title,
.cid-uTDNwtnLLN .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-uTDNwtnLLN .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTDNwtnLLN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTDNwtnLLN .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uTDNwtnLLN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uTDNwtnLLN .mbr-text {
  color: #02050a;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-uTDNwtnLLN .mbr-text {
    text-align: center !important;
  }
}
.cid-uTzYbbk1We {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTzYbbk1We .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzYbbk1We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzYbbk1We .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uTzYbbk1We .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTzYbbk1We .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTzYbbk1We .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uTzYbbk1We .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTzYbbk1We .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTzYbbk1We .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTzYbbk1We .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTzYbbk1We .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uTzYbbk1We .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uTzYbbk1We .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTzYbbk1We .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTzYbbk1We .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTzYbbk1We .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uTzYbbk1We .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uTzYbbk1We .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTzYbbk1We .mbr-section-title {
  color: #000000;
}
.cid-uTzYbbk1We .mbr-label,
.cid-uTzYbbk1We .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTzYbbk1We .card-label {
  color: #000000;
  text-align: center;
}
.cid-uTzYbbk1We .card-title {
  color: #000000;
}
.cid-uTzYbbk1We .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTzYbbk1We .mbr-section-title,
.cid-uTzYbbk1We .main-btn {
  text-align: center;
}
.cid-uTzYbbk1We .card-title,
.cid-uTzYbbk1We .item-btn,
.cid-uTzYbbk1We .iconfont-wrapper {
  text-align: center;
}
.cid-uTDND3OMZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTDND3OMZ7 .wrapper {
  background: #ffffff;
}
.cid-uTDND3OMZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDND3OMZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzZLk7mtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTzZLk7mtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzZLk7mtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzZLk7mtB .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTzZLk7mtB .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTzZLk7mtB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTzZLk7mtB .container {
    padding: 0 20px;
  }
}
.cid-uTzZLk7mtB .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uTzZLk7mtB .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uTzZLk7mtB .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uTzZLk7mtB .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTzZLk7mtB .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTzZLk7mtB .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uTzZLk7mtB .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uTzZLk7mtB .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uTzZLk7mtB .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uTzZLk7mtB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTzZLk7mtB .panel-number {
  color: #000000;
}
.cid-uTzZLk7mtB .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uTzZLk7mtB .panel-text {
  color: #9a9a9a;
}
.cid-uTDNKdc4r4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTDNKdc4r4 .mbr-section-title {
  color: #000000;
}
.cid-uTDNKdc4r4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTDNKdc4r4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uTDNKdc4r4 .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-uTDNKdc4r4 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-uTDNKdc4r4 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-uTDNKdc4r4 .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTDNKdc4r4 .link-wrapper {
    justify-content: center;
  }
}
.cid-uTDNKdc4r4 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-uTDNKdc4r4 .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-uTDNKdc4r4 .mbr-section-subtitle:hover {
  background: #bf3e11;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTDNKdc4r4 .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-uTDNKdc4r4 .link,
.cid-uTDNKdc4r4 .link-icon {
  color: #000000;
}
.cid-uTDNKdc4r4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDNKdc4r4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDNKdc4r4 .mbr-text,
.cid-uTDNKdc4r4 .mbr-section-btn {
  color: #02050a;
}
.cid-uTDL8AkV8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTDL8AkV8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTDL8AkV8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTDL8AkV8n .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTDL8AkV8n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTDL8AkV8n .items-wrapper {
  margin: 0 -2px;
}
.cid-uTDL8AkV8n .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTDL8AkV8n .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uTDL8AkV8n .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTDL8AkV8n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTDL8AkV8n .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTDL8AkV8n .card-title {
  color: #0f0f0f;
}
.cid-uTDL8AkV8n .card-text {
  color: #666666;
}
.cid-uTDL8AkV8n .card-price {
  color: #0f0f0f;
}
.cid-uTDNUUama2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uTDNUUama2 .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-uTDNUUama2 .p {
  padding-top: 30px;
  color: #ffffff;
}
.cid-uTDNUUama2 .row {
  justify-content: center;
}
.cid-uTDNUUama2 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uTDNUUama2 .card-heading1 {
  color: #ffffff;
}
.cid-uTEf8bGSji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTEf8bGSji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEf8bGSji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEf8bGSji .row {
  justify-content: center;
}
.cid-uTEf8bGSji .map-wrapper {
  position: relative;
}
.cid-uTEf8bGSji .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#96f3ea, transparent);
  filter: blur(100px);
}
.cid-uTEf8bGSji .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #96f3ea;
  background-color: #96f3ea;
}
.cid-uTEf8bGSji .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uTEf8bGSji .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uTEf8bGSji .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uTzXCscbnl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uTzXCscbnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzXCscbnl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTzXCscbnl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTzXCscbnl .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTzXCscbnl a {
  font-weight: 600;
}
.cid-uTzXCscbnl a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTzXCscbnl .col-lg-3,
  .cid-uTzXCscbnl .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTzXCscbnl .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTzXCscbnl .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTzXCscbnl h5 {
  margin: 0;
}
.cid-uTzXCscbnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzXCscbnl .iconfont-wrapper {
  position: relative;
}
.cid-uTzXCscbnl .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTzXCscbnl .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTzXCscbnl .sociconfont-wrapper {
  display: flex;
}
.cid-uTzXCscbnl .card-title,
.cid-uTzXCscbnl .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTzXCscbnl .card-text {
  color: #ffffff;
}
.cid-uTzXCscbnl .mbr-section-title {
  color: #000000;
}
.cid-uTzXCscbnl .main-title,
.cid-uTzXCscbnl .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-tYpRhPpa7b {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tYpRhPpa7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRhPpa7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpRhPpa7b .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container {
    padding: 0 20px;
  }
}
.cid-tYpRhPpa7b .row {
  justify-content: center;
}
.cid-tYpRhPpa7b .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-tYpRhPpa7b .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-tYpRhPpa7b .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:hover,
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tYpRhPpa7b .mbr-text {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-list-title {
  color: #000000;
}
.cid-tYpRhPpa7b .list {
  color: #9a9a9a;
}
.cid-uTA5ZI6BUi {
  background-color: transparent;
}
.cid-uTA5ZI6BUi .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-uTA5ZI6BUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-uTA5ZI6BUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTA5ZI6BUi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTA5ZI6BUi .menu_box .navbar.opened,
  .cid-uTA5ZI6BUi .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTA5ZI6BUi .navbar-dropdown {
  position: relative !important;
}
.cid-uTA5ZI6BUi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTA5ZI6BUi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTA5ZI6BUi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTA5ZI6BUi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uTA5ZI6BUi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTA5ZI6BUi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTA5ZI6BUi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTA5ZI6BUi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTA5ZI6BUi .offcanvas-body .mbr-text,
  .cid-uTA5ZI6BUi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTA5ZI6BUi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTA5ZI6BUi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTA5ZI6BUi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTA5ZI6BUi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTA5ZI6BUi .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-uTA5ZI6BUi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTA5ZI6BUi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uTA5ZI6BUi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTA5ZI6BUi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uTA5ZI6BUi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTA5ZI6BUi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .nav-item {
    margin: 0 !important;
  }
}
.cid-uTA5ZI6BUi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTA5ZI6BUi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTA5ZI6BUi .nav-item .nav-link:hover::before,
.cid-uTA5ZI6BUi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTA5ZI6BUi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTA5ZI6BUi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTA5ZI6BUi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTA5ZI6BUi .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-uTA5ZI6BUi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTA5ZI6BUi .offcanvas_box {
    display: none;
  }
}
.cid-uTA5ZI6BUi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTA5ZI6BUi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTA5ZI6BUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTA5ZI6BUi .container {
  display: flex;
  margin: auto;
}
.cid-uTA5ZI6BUi .iconfont-wrapper {
  color: #000000;
  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-uTA5ZI6BUi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTA5ZI6BUi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTA5ZI6BUi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTA5ZI6BUi .navbar-nav {
    margin: 0;
  }
}
.cid-uTA5ZI6BUi .dropdown-menu,
.cid-uTA5ZI6BUi .navbar.opened {
  background-color: false !important;
}
.cid-uTA5ZI6BUi .nav-item:focus,
.cid-uTA5ZI6BUi .nav-link:focus {
  outline: none;
}
.cid-uTA5ZI6BUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTA5ZI6BUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTA5ZI6BUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTA5ZI6BUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTA5ZI6BUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTA5ZI6BUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTA5ZI6BUi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTA5ZI6BUi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTA5ZI6BUi .navbar.opened {
  transition: all 0.3s;
}
.cid-uTA5ZI6BUi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTA5ZI6BUi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTA5ZI6BUi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTA5ZI6BUi .navbar.collapsed {
  justify-content: center;
}
.cid-uTA5ZI6BUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTA5ZI6BUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTA5ZI6BUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTA5ZI6BUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTA5ZI6BUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTA5ZI6BUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTA5ZI6BUi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTA5ZI6BUi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTA5ZI6BUi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTA5ZI6BUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTA5ZI6BUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTA5ZI6BUi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTA5ZI6BUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTA5ZI6BUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTA5ZI6BUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTA5ZI6BUi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTA5ZI6BUi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTA5ZI6BUi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTA5ZI6BUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTA5ZI6BUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTA5ZI6BUi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTA5ZI6BUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTA5ZI6BUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTA5ZI6BUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTA5ZI6BUi .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-uTA5ZI6BUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTA5ZI6BUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTA5ZI6BUi .dropdown-item.active,
.cid-uTA5ZI6BUi .dropdown-item:active {
  background-color: transparent;
}
.cid-uTA5ZI6BUi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTA5ZI6BUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTA5ZI6BUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTA5ZI6BUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTA5ZI6BUi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTA5ZI6BUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTA5ZI6BUi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-uTA5ZI6BUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTA5ZI6BUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTA5ZI6BUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTA5ZI6BUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTA5ZI6BUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTA5ZI6BUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTA5ZI6BUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTA5ZI6BUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTA5ZI6BUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTA5ZI6BUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTA5ZI6BUi .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-uTA5ZI6BUi .navbar {
    height: 70px;
  }
  .cid-uTA5ZI6BUi .navbar.opened {
    height: auto;
  }
  .cid-uTA5ZI6BUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTA5ZI6BUi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTA5ZI6BUi .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uTA5ZI6BUi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTA5ZI6BUi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTA5ZI6BUi .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uTA5ZI6BUi .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-uTA5ZI6BUi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTA5ZI6BUi .text_widget {
  margin-bottom: 32px;
}
.cid-uTA5ZI6BUi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTA5ZI6BUi .text_widget a:hover,
.cid-uTA5ZI6BUi .text_widget a:focus {
  opacity: .8;
}
.cid-uTA5ZI6BUi .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-uTA5ZI6BUi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTA5ZI6BUi .navbar-caption {
  color: #000000;
}
.cid-uTA5ZI6BUi .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uTA5ZI6BUi .mbr-section-subtitle,
.cid-uTA5ZI6BUi .text_widget,
.cid-uTA5ZI6BUi .mbr-section-btn {
  text-align: center;
}
.cid-uTA5ZI6BUi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEsfuK2DN {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTEsfuK2DN .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #96f3ea;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTEsfuK2DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEsfuK2DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEsfuK2DN .row {
  position: relative;
  z-index: 1;
}
.cid-uTEsfuK2DN .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uTEsfuK2DN .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .image-wrapper {
    margin-left: 0;
  }
}
.cid-uTEsfuK2DN .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .image-wrapper img {
    height: 350px;
  }
}
.cid-uTEsfuK2DN .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uTEsfuK2DN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTEsfuK2DN .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uTEsfuK2DN .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uTEsfuK2DN .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uTEsfuK2DN .mbr-text {
  color: #51565c;
}
.cid-uTEsfuK2DN .mbr-desc {
  color: #51565c;
}
.cid-uTEsfuK2DN .mbr-text,
.cid-uTEsfuK2DN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEs49JvQU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #96f3ea;
}
.cid-uTEs49JvQU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #bf3e11;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uTEs49JvQU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uTEs49JvQU .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uTEs49JvQU .main-title.display-2 {
  line-height: 1.375;
}
.cid-uTEs49JvQU .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uTEs49JvQU .mbr-text {
  color: #606060;
}
.cid-uTEs49JvQU .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uTEs49JvQU .mbr-section-btn {
  margin-top: 24px;
}
.cid-uTEs49JvQU .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uTEs49JvQU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uTEs49JvQU .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uTEs49JvQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEs49JvQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEs49JvQU .mbr-text,
.cid-uTEs49JvQU .mbr-section-btn {
  color: #1e1e1e;
}
.cid-uTEs49JvQU .main-title,
.cid-uTEs49JvQU .mbr-section-btn {
  color: #000000;
}
.cid-uTA5ZKsrDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uTA5ZKsrDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA5ZKsrDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA5ZKsrDe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTA5ZKsrDe .container {
    padding: 0;
  }
}
.cid-uTA5ZKsrDe .row {
  margin: 0;
}
.cid-uTA5ZKsrDe .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-uTA5ZKsrDe .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uTA5ZKsrDe .google-map iframe {
    height: 350px;
  }
}
.cid-uTA5ZL6jA4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTA5ZL6jA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA5ZL6jA4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTA5ZL6jA4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTA5ZL6jA4 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTA5ZL6jA4 a {
  font-weight: 600;
}
.cid-uTA5ZL6jA4 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTA5ZL6jA4 .col-lg-3,
  .cid-uTA5ZL6jA4 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTA5ZL6jA4 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTA5ZL6jA4 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTA5ZL6jA4 h5 {
  margin: 0;
}
.cid-uTA5ZL6jA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA5ZL6jA4 .iconfont-wrapper {
  position: relative;
}
.cid-uTA5ZL6jA4 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTA5ZL6jA4 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTA5ZL6jA4 .sociconfont-wrapper {
  display: flex;
}
.cid-uTA5ZL6jA4 .card-title,
.cid-uTA5ZL6jA4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTA5ZL6jA4 .card-text {
  color: #ffffff;
}
.cid-uTA5ZL6jA4 .mbr-section-title {
  color: #000000;
}
.cid-uTA5ZL6jA4 .main-title,
.cid-uTA5ZL6jA4 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uTA5ZLHgqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTA5ZLHgqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA5ZLHgqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA5ZLHgqu .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTA5ZLHgqu .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .container {
    padding: 0 20px;
  }
}
.cid-uTA5ZLHgqu .row {
  justify-content: center;
}
.cid-uTA5ZLHgqu .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uTA5ZLHgqu .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTA5ZLHgqu .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTA5ZLHgqu .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTA5ZLHgqu .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTA5ZLHgqu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTA5ZLHgqu .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uTA5ZLHgqu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTA5ZLHgqu .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uTA5ZLHgqu .nav-wrapper .list .item-wrap:hover,
.cid-uTA5ZLHgqu .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTA5ZLHgqu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTA5ZLHgqu .mbr-text {
  color: #000000;
}
.cid-uTA5ZLHgqu .mbr-list-title {
  color: #000000;
}
.cid-uTA5ZLHgqu .list {
  color: #9a9a9a;
}
.cid-uTA5D2D8wa {
  background-color: transparent;
}
.cid-uTA5D2D8wa .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-uTA5D2D8wa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-uTA5D2D8wa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTA5D2D8wa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTA5D2D8wa .menu_box .navbar.opened,
  .cid-uTA5D2D8wa .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTA5D2D8wa .navbar-dropdown {
  position: relative !important;
}
.cid-uTA5D2D8wa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTA5D2D8wa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTA5D2D8wa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTA5D2D8wa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uTA5D2D8wa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTA5D2D8wa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTA5D2D8wa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTA5D2D8wa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTA5D2D8wa .offcanvas-body .mbr-text,
  .cid-uTA5D2D8wa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTA5D2D8wa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTA5D2D8wa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTA5D2D8wa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTA5D2D8wa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTA5D2D8wa .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-uTA5D2D8wa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTA5D2D8wa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uTA5D2D8wa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTA5D2D8wa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uTA5D2D8wa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTA5D2D8wa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .nav-item {
    margin: 0 !important;
  }
}
.cid-uTA5D2D8wa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTA5D2D8wa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTA5D2D8wa .nav-item .nav-link:hover::before,
.cid-uTA5D2D8wa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTA5D2D8wa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTA5D2D8wa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTA5D2D8wa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTA5D2D8wa .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-uTA5D2D8wa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTA5D2D8wa .offcanvas_box {
    display: none;
  }
}
.cid-uTA5D2D8wa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTA5D2D8wa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTA5D2D8wa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTA5D2D8wa .container {
  display: flex;
  margin: auto;
}
.cid-uTA5D2D8wa .iconfont-wrapper {
  color: #000000;
  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-uTA5D2D8wa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTA5D2D8wa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTA5D2D8wa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTA5D2D8wa .navbar-nav {
    margin: 0;
  }
}
.cid-uTA5D2D8wa .dropdown-menu,
.cid-uTA5D2D8wa .navbar.opened {
  background-color: false !important;
}
.cid-uTA5D2D8wa .nav-item:focus,
.cid-uTA5D2D8wa .nav-link:focus {
  outline: none;
}
.cid-uTA5D2D8wa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTA5D2D8wa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTA5D2D8wa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTA5D2D8wa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTA5D2D8wa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTA5D2D8wa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTA5D2D8wa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTA5D2D8wa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTA5D2D8wa .navbar.opened {
  transition: all 0.3s;
}
.cid-uTA5D2D8wa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTA5D2D8wa .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTA5D2D8wa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTA5D2D8wa .navbar.collapsed {
  justify-content: center;
}
.cid-uTA5D2D8wa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTA5D2D8wa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTA5D2D8wa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTA5D2D8wa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTA5D2D8wa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTA5D2D8wa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTA5D2D8wa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTA5D2D8wa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTA5D2D8wa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTA5D2D8wa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTA5D2D8wa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTA5D2D8wa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTA5D2D8wa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTA5D2D8wa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTA5D2D8wa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTA5D2D8wa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTA5D2D8wa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTA5D2D8wa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTA5D2D8wa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTA5D2D8wa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTA5D2D8wa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTA5D2D8wa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTA5D2D8wa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTA5D2D8wa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTA5D2D8wa .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-uTA5D2D8wa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTA5D2D8wa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTA5D2D8wa .dropdown-item.active,
.cid-uTA5D2D8wa .dropdown-item:active {
  background-color: transparent;
}
.cid-uTA5D2D8wa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTA5D2D8wa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTA5D2D8wa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTA5D2D8wa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTA5D2D8wa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTA5D2D8wa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTA5D2D8wa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-uTA5D2D8wa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTA5D2D8wa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTA5D2D8wa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTA5D2D8wa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTA5D2D8wa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTA5D2D8wa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTA5D2D8wa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTA5D2D8wa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTA5D2D8wa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTA5D2D8wa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTA5D2D8wa .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-uTA5D2D8wa .navbar {
    height: 70px;
  }
  .cid-uTA5D2D8wa .navbar.opened {
    height: auto;
  }
  .cid-uTA5D2D8wa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTA5D2D8wa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTA5D2D8wa .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uTA5D2D8wa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTA5D2D8wa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTA5D2D8wa .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uTA5D2D8wa .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-uTA5D2D8wa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTA5D2D8wa .text_widget {
  margin-bottom: 32px;
}
.cid-uTA5D2D8wa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTA5D2D8wa .text_widget a:hover,
.cid-uTA5D2D8wa .text_widget a:focus {
  opacity: .8;
}
.cid-uTA5D2D8wa .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-uTA5D2D8wa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTA5D2D8wa .navbar-caption {
  color: #000000;
}
.cid-uTA5D2D8wa .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uTA5D2D8wa .mbr-section-subtitle,
.cid-uTA5D2D8wa .text_widget,
.cid-uTA5D2D8wa .mbr-section-btn {
  text-align: center;
}
.cid-uTA5D2D8wa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEruvKnSV {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTEruvKnSV .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #96f3ea;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTEruvKnSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEruvKnSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEruvKnSV .row {
  position: relative;
  z-index: 1;
}
.cid-uTEruvKnSV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uTEruvKnSV .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .image-wrapper {
    margin-left: 0;
  }
}
.cid-uTEruvKnSV .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .image-wrapper img {
    height: 350px;
  }
}
.cid-uTEruvKnSV .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uTEruvKnSV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTEruvKnSV .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uTEruvKnSV .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uTEruvKnSV .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uTEruvKnSV .mbr-text {
  color: #51565c;
}
.cid-uTEruvKnSV .mbr-desc {
  color: #51565c;
}
.cid-uTEruvKnSV .mbr-text,
.cid-uTEruvKnSV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEpH0ZkKV {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #96f3ea;
}
.cid-uTEpH0ZkKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpH0ZkKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpH0ZkKV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTEpH0ZkKV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpH0ZkKV .container {
    padding: 0 26px;
  }
}
.cid-uTEpH0ZkKV .row {
  justify-content: center;
}
.cid-uTEpH0ZkKV .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uTEpH0ZkKV .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uTEpH0ZkKV .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uTEpH0ZkKV .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTEpH0ZkKV .mbr-text,
.cid-uTEpH0ZkKV .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEpwcsN0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpwcsN0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpwcsN0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpwcsN0y .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uTEpwcsN0y .google-map iframe {
    height: 350px;
  }
}
.cid-uTA5DkC8Jo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uTA5DkC8Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA5DkC8Jo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTA5DkC8Jo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTA5DkC8Jo .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTA5DkC8Jo a {
  font-weight: 600;
}
.cid-uTA5DkC8Jo a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTA5DkC8Jo .col-lg-3,
  .cid-uTA5DkC8Jo .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTA5DkC8Jo .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTA5DkC8Jo .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTA5DkC8Jo h5 {
  margin: 0;
}
.cid-uTA5DkC8Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA5DkC8Jo .iconfont-wrapper {
  position: relative;
}
.cid-uTA5DkC8Jo .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTA5DkC8Jo .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTA5DkC8Jo .sociconfont-wrapper {
  display: flex;
}
.cid-uTA5DkC8Jo .card-title,
.cid-uTA5DkC8Jo .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTA5DkC8Jo .card-text {
  color: #ffffff;
}
.cid-uTA5DkC8Jo .mbr-section-title {
  color: #000000;
}
.cid-uTA5DkC8Jo .main-title,
.cid-uTA5DkC8Jo .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uTA5Dlv62L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTA5Dlv62L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA5Dlv62L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA5Dlv62L .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTA5Dlv62L .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .container {
    padding: 0 20px;
  }
}
.cid-uTA5Dlv62L .row {
  justify-content: center;
}
.cid-uTA5Dlv62L .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uTA5Dlv62L .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTA5Dlv62L .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTA5Dlv62L .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTA5Dlv62L .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTA5Dlv62L .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTA5Dlv62L .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uTA5Dlv62L .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTA5Dlv62L .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uTA5Dlv62L .nav-wrapper .list .item-wrap:hover,
.cid-uTA5Dlv62L .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTA5Dlv62L .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTA5Dlv62L .mbr-text {
  color: #000000;
}
.cid-uTA5Dlv62L .mbr-list-title {
  color: #000000;
}
.cid-uTA5Dlv62L .list {
  color: #9a9a9a;
}
.cid-uTEpqktXfD {
  background-color: transparent;
}
.cid-uTEpqktXfD .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-uTEpqktXfD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-uTEpqktXfD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEpqktXfD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTEpqktXfD .menu_box .navbar.opened,
  .cid-uTEpqktXfD .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTEpqktXfD .navbar-dropdown {
  position: relative !important;
}
.cid-uTEpqktXfD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTEpqktXfD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTEpqktXfD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTEpqktXfD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uTEpqktXfD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTEpqktXfD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTEpqktXfD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTEpqktXfD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTEpqktXfD .offcanvas-body .mbr-text,
  .cid-uTEpqktXfD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTEpqktXfD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTEpqktXfD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTEpqktXfD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTEpqktXfD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEpqktXfD .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-uTEpqktXfD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTEpqktXfD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uTEpqktXfD .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTEpqktXfD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uTEpqktXfD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTEpqktXfD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .nav-item {
    margin: 0 !important;
  }
}
.cid-uTEpqktXfD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTEpqktXfD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTEpqktXfD .nav-item .nav-link:hover::before,
.cid-uTEpqktXfD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTEpqktXfD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTEpqktXfD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTEpqktXfD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEpqktXfD .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-uTEpqktXfD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTEpqktXfD .offcanvas_box {
    display: none;
  }
}
.cid-uTEpqktXfD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTEpqktXfD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTEpqktXfD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTEpqktXfD .container {
  display: flex;
  margin: auto;
}
.cid-uTEpqktXfD .iconfont-wrapper {
  color: #000000;
  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-uTEpqktXfD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTEpqktXfD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTEpqktXfD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTEpqktXfD .navbar-nav {
    margin: 0;
  }
}
.cid-uTEpqktXfD .dropdown-menu,
.cid-uTEpqktXfD .navbar.opened {
  background-color: false !important;
}
.cid-uTEpqktXfD .nav-item:focus,
.cid-uTEpqktXfD .nav-link:focus {
  outline: none;
}
.cid-uTEpqktXfD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEpqktXfD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEpqktXfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEpqktXfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEpqktXfD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEpqktXfD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEpqktXfD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTEpqktXfD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTEpqktXfD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEpqktXfD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTEpqktXfD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTEpqktXfD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTEpqktXfD .navbar.collapsed {
  justify-content: center;
}
.cid-uTEpqktXfD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEpqktXfD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTEpqktXfD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEpqktXfD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEpqktXfD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEpqktXfD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTEpqktXfD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEpqktXfD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTEpqktXfD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTEpqktXfD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEpqktXfD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEpqktXfD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTEpqktXfD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEpqktXfD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTEpqktXfD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEpqktXfD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTEpqktXfD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTEpqktXfD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTEpqktXfD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTEpqktXfD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEpqktXfD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTEpqktXfD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEpqktXfD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEpqktXfD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEpqktXfD .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-uTEpqktXfD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTEpqktXfD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEpqktXfD .dropdown-item.active,
.cid-uTEpqktXfD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEpqktXfD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTEpqktXfD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEpqktXfD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEpqktXfD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEpqktXfD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTEpqktXfD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEpqktXfD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-uTEpqktXfD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTEpqktXfD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEpqktXfD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEpqktXfD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEpqktXfD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEpqktXfD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEpqktXfD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEpqktXfD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEpqktXfD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEpqktXfD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTEpqktXfD .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-uTEpqktXfD .navbar {
    height: 70px;
  }
  .cid-uTEpqktXfD .navbar.opened {
    height: auto;
  }
  .cid-uTEpqktXfD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEpqktXfD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTEpqktXfD .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uTEpqktXfD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTEpqktXfD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTEpqktXfD .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uTEpqktXfD .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-uTEpqktXfD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTEpqktXfD .text_widget {
  margin-bottom: 32px;
}
.cid-uTEpqktXfD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTEpqktXfD .text_widget a:hover,
.cid-uTEpqktXfD .text_widget a:focus {
  opacity: .8;
}
.cid-uTEpqktXfD .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-uTEpqktXfD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTEpqktXfD .navbar-caption {
  color: #000000;
}
.cid-uTEpqktXfD .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uTEpqktXfD .mbr-section-subtitle,
.cid-uTEpqktXfD .text_widget,
.cid-uTEpqktXfD .mbr-section-btn {
  text-align: center;
}
.cid-uTEpqktXfD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEpqlKBDK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEpqlKBDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqlKBDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqlKBDK .row {
  margin: 0 -6px;
}
.cid-uTEpqlKBDK .card {
  padding: 0 6px;
}
.cid-uTEpqlKBDK .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uTEpqlKBDK .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uTEpqlKBDK .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTEpqlKBDK .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #000000;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uTEpqlKBDK .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqlKBDK .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTEpqlKBDK .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEpqlKBDK .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTEpqlKBDK .mbr-section-title {
  color: #000000;
}
.cid-uTEpqlKBDK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTEpqlKBDK .mbr-section-title,
.cid-uTEpqlKBDK .mbr-section-btn {
  text-align: center;
}
.cid-uTEpqlKBDK .mbr-section-title,
.cid-uTEpqlKBDK .mbr-section-btn,
.cid-uTEpqlKBDK .logo-wrapper,
.cid-uTEpqlKBDK .social-wrapper {
  color: #ffffff;
}
.cid-uTEpqmlai5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpqmlai5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqmlai5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqmlai5 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTEpqmlai5 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTEpqmlai5 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTEpqmlai5 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEpqmlai5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEpqmlai5 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTEpqmlai5 .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #000000;
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEpqmlai5 .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTEpqmlai5 .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uTEpqmlai5 .btn-wrapper {
  margin-top: -5%;
}
.cid-uTEpqmlai5 .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTEpqmlai5 .item-title {
  color: #000000;
}
.cid-uTEpqmlai5 .mbr-section-title,
.cid-uTEpqmlai5 .mbr-section-btn,
.cid-uTEpqmlai5 .title-wrapper {
  color: #000000;
}
.cid-uTEpqmXs9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEpqmXs9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqmXs9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqmXs9f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEpqmXs9f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTEpqmXs9f .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uTEpqmXs9f .mbr-text {
  color: #19171c;
}
.cid-uTEpqmXs9f .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uTEpqmXs9f .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uTEpqmXs9f .mbr-text,
.cid-uTEpqmXs9f .text-wrapper,
.cid-uTEpqmXs9f .person-wrapper {
  text-align: center;
}
.cid-uTEpqnyMg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpqnyMg4 .mbr-section-title {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uTEpqnyMg4 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uTEpqnyMg4 .mbr-text {
  color: #ffffff;
}
.cid-uTEpqo0MuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTEpqo0MuI .title-wrapper {
  margin: 0 260px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEpqo0MuI .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uTEpqo0MuI .title-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-uTEpqo0MuI .title-wrapper .mbr-section-title {
    margin-bottom: 52px;
  }
}
.cid-uTEpqo0MuI .text-wrapper {
  margin-right: 260px;
  padding-top: 84.5px;
}
@media (max-width: 992px) {
  .cid-uTEpqo0MuI .text-wrapper {
    margin: 0 30px;
    padding-top: 48px;
  }
}
.cid-uTEpqo0MuI .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uTEpqo0MuI .mbr-section-title {
  color: #02050a;
}
.cid-uTEpqo0MuI .mbr-text {
  color: #000000;
}
.cid-uTEpqoqgfm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #96f3ea;
}
.cid-uTEpqoqgfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqoqgfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqoqgfm .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEpqoqgfm .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqoqgfm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqoqgfm .container {
    padding: 0 20px;
  }
}
.cid-uTEpqoqgfm .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uTEpqoqgfm .row .card {
  padding: 0 10px;
}
.cid-uTEpqoqgfm .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uTEpqoqgfm .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqoqgfm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTEpqoqgfm .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEpqoqgfm .item {
    margin-bottom: 40px;
  }
}
.cid-uTEpqoqgfm .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uTEpqoqgfm .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uTEpqoqgfm .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEpqoqgfm .mbr-section-title {
  color: #000000;
}
.cid-uTEpqoqgfm .card-number {
  color: #000000;
}
.cid-uTEpqoqgfm .card-title {
  color: #000000;
  text-align: center;
}
.cid-uTEpqoqgfm .card-text {
  color: #9a9a9a;
}
.cid-uTEpqp8Ztn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEpqp8Ztn .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEpqp8Ztn .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-uTEpqp8Ztn .col-title,
.cid-uTEpqp8Ztn .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-uTEpqp8Ztn .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTEpqp8Ztn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTEpqp8Ztn .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uTEpqp8Ztn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uTEpqp8Ztn .mbr-text {
  color: #02050a;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-uTEpqp8Ztn .mbr-text {
    text-align: center !important;
  }
}
.cid-uTEpqpykKz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTEpqpykKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqpykKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqpykKz .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uTEpqpykKz .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTEpqpykKz .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEpqpykKz .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uTEpqpykKz .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEpqpykKz .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEpqpykKz .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEpqpykKz .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEpqpykKz .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uTEpqpykKz .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uTEpqpykKz .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEpqpykKz .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEpqpykKz .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTEpqpykKz .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uTEpqpykKz .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uTEpqpykKz .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEpqpykKz .mbr-section-title {
  color: #000000;
}
.cid-uTEpqpykKz .mbr-label,
.cid-uTEpqpykKz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEpqpykKz .card-label {
  color: #000000;
  text-align: center;
}
.cid-uTEpqpykKz .card-title {
  color: #000000;
}
.cid-uTEpqpykKz .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTEpqpykKz .mbr-section-title,
.cid-uTEpqpykKz .main-btn {
  text-align: center;
}
.cid-uTEpqpykKz .card-title,
.cid-uTEpqpykKz .item-btn,
.cid-uTEpqpykKz .iconfont-wrapper {
  text-align: center;
}
.cid-uTEpqqho5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEpqqho5i .wrapper {
  background: #ffffff;
}
.cid-uTEpqqho5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqqho5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqqNbQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpqqNbQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqqNbQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqqNbQN .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEpqqNbQN .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqqNbQN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqqNbQN .container {
    padding: 0 20px;
  }
}
.cid-uTEpqqNbQN .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uTEpqqNbQN .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uTEpqqNbQN .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uTEpqqNbQN .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTEpqqNbQN .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTEpqqNbQN .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uTEpqqNbQN .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uTEpqqNbQN .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uTEpqqNbQN .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uTEpqqNbQN .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTEpqqNbQN .panel-number {
  color: #000000;
}
.cid-uTEpqqNbQN .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uTEpqqNbQN .panel-text {
  color: #9a9a9a;
}
.cid-uTEpqrNcjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEpqrNcjJ .mbr-section-title {
  color: #000000;
}
.cid-uTEpqrNcjJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTEpqrNcjJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uTEpqrNcjJ .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-uTEpqrNcjJ .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-uTEpqrNcjJ .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-uTEpqrNcjJ .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEpqrNcjJ .link-wrapper {
    justify-content: center;
  }
}
.cid-uTEpqrNcjJ .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-uTEpqrNcjJ .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-uTEpqrNcjJ .mbr-section-subtitle:hover {
  background: #bf3e11;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEpqrNcjJ .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-uTEpqrNcjJ .link,
.cid-uTEpqrNcjJ .link-icon {
  color: #000000;
}
.cid-uTEpqrNcjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqrNcjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqrNcjJ .mbr-text,
.cid-uTEpqrNcjJ .mbr-section-btn {
  color: #02050a;
}
.cid-uTECFpyQEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-uTECFpyQEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTECFpyQEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTECFpyQEJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTECFpyQEJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTECFpyQEJ .container {
    padding: 0 30px;
  }
}
.cid-uTECFpyQEJ .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTECFpyQEJ .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTECFpyQEJ .video-block .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  border-radius: 2em;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uTECFpyQEJ .video-block .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uTECFpyQEJ .video-block .mbr-figure iframe {
  object-fit: cover;
  border-radius: 2em;
  height: 700px !important;
}
@media (max-width: 992px) {
  .cid-uTECFpyQEJ .video-block .mbr-figure iframe {
    height: 350px !important;
  }
}
.cid-uTEpqsknes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTEpqsknes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqsknes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqsknes .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEpqsknes .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTEpqsknes .items-wrapper {
  margin: 0 -2px;
}
.cid-uTEpqsknes .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTEpqsknes .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uTEpqsknes .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEpqsknes .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTEpqsknes .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEpqsknes .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTEpqsknes .card-title {
  color: #0f0f0f;
}
.cid-uTEpqsknes .card-text {
  color: #666666;
}
.cid-uTEpqsknes .card-price {
  color: #0f0f0f;
}
.cid-uTEpqt3oMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uTEpqt3oMT .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-uTEpqt3oMT .p {
  padding-top: 30px;
  color: #ffffff;
}
.cid-uTEpqt3oMT .row {
  justify-content: center;
}
.cid-uTEpqt3oMT .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uTEpqt3oMT .card-heading1 {
  color: #ffffff;
}
.cid-uTFc89SnqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTFc89SnqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFc89SnqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFc89SnqR .row {
  justify-content: center;
}
.cid-uTFc89SnqR .content-wrapper .title-wrapper {
  margin-bottom: 4rem;
}
.cid-uTFc89SnqR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card {
  border-radius: 64px !important;
  padding: 32px;
  background-color: #96f3ea;
  margin-top: 20px;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uTFc89SnqR .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 100%;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uTFc89SnqR .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTFc89SnqR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFc89SnqR .mbr-desc,
.cid-uTFc89SnqR .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uTFc89SnqR .panel-title-edit {
  color: #000000;
}
.cid-uTFc89SnqR .panel-text {
  color: #000000;
}
.cid-uTEpqtQeoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTEpqtQeoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqtQeoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqtQeoH .row {
  justify-content: center;
}
.cid-uTEpqtQeoH .map-wrapper {
  position: relative;
}
.cid-uTEpqtQeoH .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#96f3ea, transparent);
  filter: blur(100px);
}
.cid-uTEpqtQeoH .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #96f3ea;
  background-color: #96f3ea;
}
.cid-uTEpqtQeoH .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uTEpqtQeoH .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqtQeoH .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uTEpqusDUT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uTEpqusDUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqusDUT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTEpqusDUT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTEpqusDUT .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTEpqusDUT a {
  font-weight: 600;
}
.cid-uTEpqusDUT a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTEpqusDUT .col-lg-3,
  .cid-uTEpqusDUT .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTEpqusDUT .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTEpqusDUT .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTEpqusDUT h5 {
  margin: 0;
}
.cid-uTEpqusDUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqusDUT .iconfont-wrapper {
  position: relative;
}
.cid-uTEpqusDUT .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTEpqusDUT .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTEpqusDUT .sociconfont-wrapper {
  display: flex;
}
.cid-uTEpqusDUT .card-title,
.cid-uTEpqusDUT .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTEpqusDUT .card-text {
  color: #ffffff;
}
.cid-uTEpqusDUT .mbr-section-title {
  color: #000000;
}
.cid-uTEpqusDUT .main-title,
.cid-uTEpqusDUT .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uTEpqvco4x {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpqvco4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpqvco4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpqvco4x .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEpqvco4x .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .container {
    padding: 0 20px;
  }
}
.cid-uTEpqvco4x .row {
  justify-content: center;
}
.cid-uTEpqvco4x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uTEpqvco4x .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEpqvco4x .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEpqvco4x .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEpqvco4x .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEpqvco4x .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEpqvco4x .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uTEpqvco4x .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTEpqvco4x .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEpqvco4x .nav-wrapper .list .item-wrap:hover,
.cid-uTEpqvco4x .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTEpqvco4x .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTEpqvco4x .mbr-text {
  color: #000000;
}
.cid-uTEpqvco4x .mbr-list-title {
  color: #000000;
}
.cid-uTEpqvco4x .list {
  color: #9a9a9a;
}
.cid-uTEpr8u4Fj {
  background-color: transparent;
}
.cid-uTEpr8u4Fj .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-uTEpr8u4Fj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-uTEpr8u4Fj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEpr8u4Fj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTEpr8u4Fj .menu_box .navbar.opened,
  .cid-uTEpr8u4Fj .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTEpr8u4Fj .navbar-dropdown {
  position: relative !important;
}
.cid-uTEpr8u4Fj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTEpr8u4Fj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTEpr8u4Fj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTEpr8u4Fj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uTEpr8u4Fj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTEpr8u4Fj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTEpr8u4Fj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTEpr8u4Fj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTEpr8u4Fj .offcanvas-body .mbr-text,
  .cid-uTEpr8u4Fj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTEpr8u4Fj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTEpr8u4Fj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTEpr8u4Fj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTEpr8u4Fj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEpr8u4Fj .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-uTEpr8u4Fj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTEpr8u4Fj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uTEpr8u4Fj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTEpr8u4Fj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uTEpr8u4Fj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTEpr8u4Fj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .nav-item {
    margin: 0 !important;
  }
}
.cid-uTEpr8u4Fj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTEpr8u4Fj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTEpr8u4Fj .nav-item .nav-link:hover::before,
.cid-uTEpr8u4Fj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTEpr8u4Fj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTEpr8u4Fj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTEpr8u4Fj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEpr8u4Fj .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-uTEpr8u4Fj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTEpr8u4Fj .offcanvas_box {
    display: none;
  }
}
.cid-uTEpr8u4Fj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTEpr8u4Fj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTEpr8u4Fj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTEpr8u4Fj .container {
  display: flex;
  margin: auto;
}
.cid-uTEpr8u4Fj .iconfont-wrapper {
  color: #000000;
  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-uTEpr8u4Fj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTEpr8u4Fj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTEpr8u4Fj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTEpr8u4Fj .navbar-nav {
    margin: 0;
  }
}
.cid-uTEpr8u4Fj .dropdown-menu,
.cid-uTEpr8u4Fj .navbar.opened {
  background-color: false !important;
}
.cid-uTEpr8u4Fj .nav-item:focus,
.cid-uTEpr8u4Fj .nav-link:focus {
  outline: none;
}
.cid-uTEpr8u4Fj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEpr8u4Fj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEpr8u4Fj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEpr8u4Fj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEpr8u4Fj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEpr8u4Fj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEpr8u4Fj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTEpr8u4Fj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTEpr8u4Fj .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEpr8u4Fj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTEpr8u4Fj .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTEpr8u4Fj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTEpr8u4Fj .navbar.collapsed {
  justify-content: center;
}
.cid-uTEpr8u4Fj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEpr8u4Fj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTEpr8u4Fj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEpr8u4Fj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEpr8u4Fj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEpr8u4Fj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTEpr8u4Fj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEpr8u4Fj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTEpr8u4Fj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTEpr8u4Fj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEpr8u4Fj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEpr8u4Fj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTEpr8u4Fj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEpr8u4Fj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTEpr8u4Fj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEpr8u4Fj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTEpr8u4Fj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTEpr8u4Fj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTEpr8u4Fj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTEpr8u4Fj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEpr8u4Fj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTEpr8u4Fj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEpr8u4Fj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEpr8u4Fj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEpr8u4Fj .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-uTEpr8u4Fj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTEpr8u4Fj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEpr8u4Fj .dropdown-item.active,
.cid-uTEpr8u4Fj .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEpr8u4Fj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTEpr8u4Fj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEpr8u4Fj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEpr8u4Fj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEpr8u4Fj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTEpr8u4Fj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEpr8u4Fj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-uTEpr8u4Fj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTEpr8u4Fj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEpr8u4Fj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEpr8u4Fj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEpr8u4Fj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEpr8u4Fj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEpr8u4Fj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEpr8u4Fj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEpr8u4Fj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEpr8u4Fj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTEpr8u4Fj .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-uTEpr8u4Fj .navbar {
    height: 70px;
  }
  .cid-uTEpr8u4Fj .navbar.opened {
    height: auto;
  }
  .cid-uTEpr8u4Fj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEpr8u4Fj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTEpr8u4Fj .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uTEpr8u4Fj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTEpr8u4Fj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTEpr8u4Fj .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uTEpr8u4Fj .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-uTEpr8u4Fj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTEpr8u4Fj .text_widget {
  margin-bottom: 32px;
}
.cid-uTEpr8u4Fj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTEpr8u4Fj .text_widget a:hover,
.cid-uTEpr8u4Fj .text_widget a:focus {
  opacity: .8;
}
.cid-uTEpr8u4Fj .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-uTEpr8u4Fj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTEpr8u4Fj .navbar-caption {
  color: #000000;
}
.cid-uTEpr8u4Fj .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uTEpr8u4Fj .mbr-section-subtitle,
.cid-uTEpr8u4Fj .text_widget,
.cid-uTEpr8u4Fj .mbr-section-btn {
  text-align: center;
}
.cid-uTEpr8u4Fj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEpr9aH8N {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEpr9aH8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpr9aH8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpr9aH8N .row {
  margin: 0 -6px;
}
.cid-uTEpr9aH8N .card {
  padding: 0 6px;
}
.cid-uTEpr9aH8N .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uTEpr9aH8N .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uTEpr9aH8N .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTEpr9aH8N .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #000000;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uTEpr9aH8N .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpr9aH8N .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTEpr9aH8N .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEpr9aH8N .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTEpr9aH8N .mbr-section-title {
  color: #000000;
}
.cid-uTEpr9aH8N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTEpr9aH8N .mbr-section-title,
.cid-uTEpr9aH8N .mbr-section-btn {
  text-align: center;
}
.cid-uTEpr9aH8N .mbr-section-title,
.cid-uTEpr9aH8N .mbr-section-btn,
.cid-uTEpr9aH8N .logo-wrapper,
.cid-uTEpr9aH8N .social-wrapper {
  color: #ffffff;
}
.cid-uTEpr9DnKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEpr9DnKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpr9DnKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpr9DnKG .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTEpr9DnKG .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTEpr9DnKG .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTEpr9DnKG .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEpr9DnKG .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEpr9DnKG .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTEpr9DnKG .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #000000;
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEpr9DnKG .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTEpr9DnKG .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uTEpr9DnKG .btn-wrapper {
  margin-top: -5%;
}
.cid-uTEpr9DnKG .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTEpr9DnKG .item-title {
  color: #000000;
}
.cid-uTEpr9DnKG .mbr-section-title,
.cid-uTEpr9DnKG .mbr-section-btn,
.cid-uTEpr9DnKG .title-wrapper {
  color: #000000;
}
.cid-uTEpra42is {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEpra42is .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpra42is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpra42is .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEpra42is .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTEpra42is .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uTEpra42is .mbr-text {
  color: #19171c;
}
.cid-uTEpra42is .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uTEpra42is .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uTEpra42is .mbr-text,
.cid-uTEpra42is .text-wrapper,
.cid-uTEpra42is .person-wrapper {
  text-align: center;
}
.cid-uTEprau37h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprau37h .mbr-section-title {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uTEprau37h .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uTEprau37h .mbr-text {
  color: #ffffff;
}
.cid-uTEpraUvEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTEpraUvEi .title-wrapper {
  margin: 0 260px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEpraUvEi .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uTEpraUvEi .title-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-uTEpraUvEi .title-wrapper .mbr-section-title {
    margin-bottom: 52px;
  }
}
.cid-uTEpraUvEi .text-wrapper {
  margin-right: 260px;
  padding-top: 84.5px;
}
@media (max-width: 992px) {
  .cid-uTEpraUvEi .text-wrapper {
    margin: 0 30px;
    padding-top: 48px;
  }
}
.cid-uTEpraUvEi .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uTEpraUvEi .mbr-section-title {
  color: #02050a;
}
.cid-uTEpraUvEi .mbr-text {
  color: #000000;
}
.cid-uTEprbkubS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #96f3ea;
}
.cid-uTEprbkubS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprbkubS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprbkubS .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEprbkubS .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprbkubS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprbkubS .container {
    padding: 0 20px;
  }
}
.cid-uTEprbkubS .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uTEprbkubS .row .card {
  padding: 0 10px;
}
.cid-uTEprbkubS .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uTEprbkubS .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uTEprbkubS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTEprbkubS .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEprbkubS .item {
    margin-bottom: 40px;
  }
}
.cid-uTEprbkubS .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uTEprbkubS .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uTEprbkubS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEprbkubS .mbr-section-title {
  color: #000000;
}
.cid-uTEprbkubS .card-number {
  color: #000000;
}
.cid-uTEprbkubS .card-title {
  color: #000000;
  text-align: center;
}
.cid-uTEprbkubS .card-text {
  color: #9a9a9a;
}
.cid-uTEprbUKfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEprbUKfp .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEprbUKfp .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-uTEprbUKfp .col-title,
.cid-uTEprbUKfp .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-uTEprbUKfp .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTEprbUKfp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTEprbUKfp .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uTEprbUKfp .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uTEprbUKfp .mbr-text {
  color: #02050a;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-uTEprbUKfp .mbr-text {
    text-align: center !important;
  }
}
.cid-uTEprciA5g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTEprciA5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprciA5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprciA5g .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uTEprciA5g .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTEprciA5g .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprciA5g .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uTEprciA5g .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEprciA5g .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprciA5g .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEprciA5g .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTEprciA5g .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprciA5g .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uTEprciA5g .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uTEprciA5g .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprciA5g .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprciA5g .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTEprciA5g .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uTEprciA5g .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uTEprciA5g .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprciA5g .mbr-section-title {
  color: #000000;
}
.cid-uTEprciA5g .mbr-label,
.cid-uTEprciA5g .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEprciA5g .card-label {
  color: #000000;
  text-align: center;
}
.cid-uTEprciA5g .card-title {
  color: #000000;
}
.cid-uTEprciA5g .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTEprciA5g .mbr-section-title,
.cid-uTEprciA5g .main-btn {
  text-align: center;
}
.cid-uTEprciA5g .card-title,
.cid-uTEprciA5g .item-btn,
.cid-uTEprciA5g .iconfont-wrapper {
  text-align: center;
}
.cid-uTEprcZBCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEprcZBCO .wrapper {
  background: #ffffff;
}
.cid-uTEprcZBCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprcZBCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprdD8v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprdD8v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprdD8v1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprdD8v1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEprdD8v1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprdD8v1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprdD8v1 .container {
    padding: 0 20px;
  }
}
.cid-uTEprdD8v1 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uTEprdD8v1 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uTEprdD8v1 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uTEprdD8v1 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprdD8v1 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTEprdD8v1 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uTEprdD8v1 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uTEprdD8v1 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uTEprdD8v1 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uTEprdD8v1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTEprdD8v1 .panel-number {
  color: #000000;
}
.cid-uTEprdD8v1 .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uTEprdD8v1 .panel-text {
  color: #9a9a9a;
}
.cid-uTEpret0cn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEpret0cn .mbr-section-title {
  color: #000000;
}
.cid-uTEpret0cn .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTEpret0cn .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uTEpret0cn .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-uTEpret0cn .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-uTEpret0cn .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-uTEpret0cn .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEpret0cn .link-wrapper {
    justify-content: center;
  }
}
.cid-uTEpret0cn .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-uTEpret0cn .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-uTEpret0cn .mbr-section-subtitle:hover {
  background: #bf3e11;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEpret0cn .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-uTEpret0cn .link,
.cid-uTEpret0cn .link-icon {
  color: #000000;
}
.cid-uTEpret0cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEpret0cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEpret0cn .mbr-text,
.cid-uTEpret0cn .mbr-section-btn {
  color: #02050a;
}
.cid-uTEprf9rYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTEprf9rYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprf9rYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprf9rYy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEprf9rYy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTEprf9rYy .items-wrapper {
  margin: 0 -2px;
}
.cid-uTEprf9rYy .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTEprf9rYy .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uTEprf9rYy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEprf9rYy .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTEprf9rYy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprf9rYy .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTEprf9rYy .card-title {
  color: #0f0f0f;
}
.cid-uTEprf9rYy .card-text {
  color: #666666;
}
.cid-uTEprf9rYy .card-price {
  color: #0f0f0f;
}
.cid-uTEprfVrnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uTEprfVrnN .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-uTEprfVrnN .p {
  padding-top: 30px;
  color: #ffffff;
}
.cid-uTEprfVrnN .row {
  justify-content: center;
}
.cid-uTEprfVrnN .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uTEprfVrnN .card-heading1 {
  color: #ffffff;
}
.cid-uTFfG5ox2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTFfG5ox2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFfG5ox2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFfG5ox2y .row {
  justify-content: center;
}
.cid-uTFfG5ox2y .content-wrapper .title-wrapper {
  margin-bottom: 4rem;
}
.cid-uTFfG5ox2y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card {
  border-radius: 64px !important;
  padding: 32px;
  background-color: #96f3ea;
  margin-top: 20px;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uTFfG5ox2y .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 100%;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uTFfG5ox2y .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTFfG5ox2y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFfG5ox2y .mbr-desc,
.cid-uTFfG5ox2y .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uTFfG5ox2y .panel-title-edit {
  color: #000000;
}
.cid-uTFfG5ox2y .panel-text {
  color: #000000;
}
.cid-uTEprgwjQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTEprgwjQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprgwjQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprgwjQy .row {
  justify-content: center;
}
.cid-uTEprgwjQy .map-wrapper {
  position: relative;
}
.cid-uTEprgwjQy .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#96f3ea, transparent);
  filter: blur(100px);
}
.cid-uTEprgwjQy .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #96f3ea;
  background-color: #96f3ea;
}
.cid-uTEprgwjQy .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uTEprgwjQy .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprgwjQy .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uTEprhfEU2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uTEprhfEU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprhfEU2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTEprhfEU2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTEprhfEU2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTEprhfEU2 a {
  font-weight: 600;
}
.cid-uTEprhfEU2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTEprhfEU2 .col-lg-3,
  .cid-uTEprhfEU2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTEprhfEU2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTEprhfEU2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTEprhfEU2 h5 {
  margin: 0;
}
.cid-uTEprhfEU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprhfEU2 .iconfont-wrapper {
  position: relative;
}
.cid-uTEprhfEU2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTEprhfEU2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTEprhfEU2 .sociconfont-wrapper {
  display: flex;
}
.cid-uTEprhfEU2 .card-title,
.cid-uTEprhfEU2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTEprhfEU2 .card-text {
  color: #ffffff;
}
.cid-uTEprhfEU2 .mbr-section-title {
  color: #000000;
}
.cid-uTEprhfEU2 .main-title,
.cid-uTEprhfEU2 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uTEprhYuKq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprhYuKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprhYuKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprhYuKq .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEprhYuKq .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .container {
    padding: 0 20px;
  }
}
.cid-uTEprhYuKq .row {
  justify-content: center;
}
.cid-uTEprhYuKq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uTEprhYuKq .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEprhYuKq .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEprhYuKq .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEprhYuKq .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEprhYuKq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEprhYuKq .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uTEprhYuKq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTEprhYuKq .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprhYuKq .nav-wrapper .list .item-wrap:hover,
.cid-uTEprhYuKq .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTEprhYuKq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTEprhYuKq .mbr-text {
  color: #000000;
}
.cid-uTEprhYuKq .mbr-list-title {
  color: #000000;
}
.cid-uTEprhYuKq .list {
  color: #9a9a9a;
}
.cid-uTEprQjtaO {
  background-color: transparent;
}
.cid-uTEprQjtaO .navbar-dropdown {
  background-color: #96f3ea !important;
  padding: 0;
}
.cid-uTEprQjtaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #96f3ea !important;
  background: #96f3ea;
}
.cid-uTEprQjtaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTEprQjtaO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTEprQjtaO .menu_box .navbar.opened,
  .cid-uTEprQjtaO .menu_box .navbar-collapse {
    background-color: #96f3ea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTEprQjtaO .navbar-dropdown {
  position: relative !important;
}
.cid-uTEprQjtaO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTEprQjtaO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTEprQjtaO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uTEprQjtaO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uTEprQjtaO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uTEprQjtaO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uTEprQjtaO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uTEprQjtaO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uTEprQjtaO .offcanvas-body .mbr-text,
  .cid-uTEprQjtaO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uTEprQjtaO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uTEprQjtaO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uTEprQjtaO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uTEprQjtaO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEprQjtaO .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-uTEprQjtaO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uTEprQjtaO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uTEprQjtaO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uTEprQjtaO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uTEprQjtaO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uTEprQjtaO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .nav-item {
    margin: 0 !important;
  }
}
.cid-uTEprQjtaO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uTEprQjtaO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprQjtaO .nav-item .nav-link:hover::before,
.cid-uTEprQjtaO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTEprQjtaO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTEprQjtaO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTEprQjtaO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTEprQjtaO .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-uTEprQjtaO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTEprQjtaO .offcanvas_box {
    display: none;
  }
}
.cid-uTEprQjtaO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTEprQjtaO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTEprQjtaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTEprQjtaO .container {
  display: flex;
  margin: auto;
}
.cid-uTEprQjtaO .iconfont-wrapper {
  color: #000000;
  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-uTEprQjtaO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTEprQjtaO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTEprQjtaO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uTEprQjtaO .navbar-nav {
    margin: 0;
  }
}
.cid-uTEprQjtaO .dropdown-menu,
.cid-uTEprQjtaO .navbar.opened {
  background-color: false !important;
}
.cid-uTEprQjtaO .nav-item:focus,
.cid-uTEprQjtaO .nav-link:focus {
  outline: none;
}
.cid-uTEprQjtaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEprQjtaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEprQjtaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEprQjtaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEprQjtaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEprQjtaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEprQjtaO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTEprQjtaO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTEprQjtaO .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEprQjtaO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTEprQjtaO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uTEprQjtaO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uTEprQjtaO .navbar.collapsed {
  justify-content: center;
}
.cid-uTEprQjtaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEprQjtaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTEprQjtaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEprQjtaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEprQjtaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEprQjtaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTEprQjtaO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEprQjtaO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTEprQjtaO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTEprQjtaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEprQjtaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEprQjtaO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTEprQjtaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEprQjtaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTEprQjtaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTEprQjtaO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uTEprQjtaO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTEprQjtaO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTEprQjtaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTEprQjtaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEprQjtaO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTEprQjtaO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTEprQjtaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTEprQjtaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTEprQjtaO .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-uTEprQjtaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uTEprQjtaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEprQjtaO .dropdown-item.active,
.cid-uTEprQjtaO .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEprQjtaO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uTEprQjtaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEprQjtaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEprQjtaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTEprQjtaO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTEprQjtaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTEprQjtaO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #96f3ea;
  background: #225085;
}
.cid-uTEprQjtaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTEprQjtaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEprQjtaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEprQjtaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEprQjtaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEprQjtaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEprQjtaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEprQjtaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEprQjtaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEprQjtaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTEprQjtaO .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-uTEprQjtaO .navbar {
    height: 70px;
  }
  .cid-uTEprQjtaO .navbar.opened {
    height: auto;
  }
  .cid-uTEprQjtaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEprQjtaO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uTEprQjtaO .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uTEprQjtaO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTEprQjtaO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uTEprQjtaO .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uTEprQjtaO .navbar-caption:hover {
  color: #bf3e11;
}
@media (min-width: 992px) {
  .cid-uTEprQjtaO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTEprQjtaO .text_widget {
  margin-bottom: 32px;
}
.cid-uTEprQjtaO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTEprQjtaO .text_widget a:hover,
.cid-uTEprQjtaO .text_widget a:focus {
  opacity: .8;
}
.cid-uTEprQjtaO .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #225085;
}
.cid-uTEprQjtaO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTEprQjtaO .navbar-caption {
  color: #000000;
}
.cid-uTEprQjtaO .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uTEprQjtaO .mbr-section-subtitle,
.cid-uTEprQjtaO .text_widget,
.cid-uTEprQjtaO .mbr-section-btn {
  text-align: center;
}
.cid-uTEprQjtaO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTEprR6j2G {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEprR6j2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprR6j2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprR6j2G .row {
  margin: 0 -6px;
}
.cid-uTEprR6j2G .card {
  padding: 0 6px;
}
.cid-uTEprR6j2G .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uTEprR6j2G .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uTEprR6j2G .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTEprR6j2G .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #000000;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uTEprR6j2G .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprR6j2G .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uTEprR6j2G .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprR6j2G .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTEprR6j2G .mbr-section-title {
  color: #000000;
}
.cid-uTEprR6j2G .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTEprR6j2G .mbr-section-title,
.cid-uTEprR6j2G .mbr-section-btn {
  text-align: center;
}
.cid-uTEprR6j2G .mbr-section-title,
.cid-uTEprR6j2G .mbr-section-btn,
.cid-uTEprR6j2G .logo-wrapper,
.cid-uTEprR6j2G .social-wrapper {
  color: #ffffff;
}
.cid-uTEprRuz6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprRuz6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprRuz6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprRuz6b .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTEprRuz6b .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTEprRuz6b .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTEprRuz6b .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEprRuz6b .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEprRuz6b .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTEprRuz6b .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #000000;
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEprRuz6b .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTEprRuz6b .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uTEprRuz6b .btn-wrapper {
  margin-top: -5%;
}
.cid-uTEprRuz6b .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTEprRuz6b .item-title {
  color: #000000;
}
.cid-uTEprRuz6b .mbr-section-title,
.cid-uTEprRuz6b .mbr-section-btn,
.cid-uTEprRuz6b .title-wrapper {
  color: #000000;
}
.cid-uTEprS1h2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEprS1h2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprS1h2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprS1h2o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEprS1h2o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uTEprS1h2o .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uTEprS1h2o .mbr-text {
  color: #19171c;
}
.cid-uTEprS1h2o .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uTEprS1h2o .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uTEprS1h2o .mbr-text,
.cid-uTEprS1h2o .text-wrapper,
.cid-uTEprS1h2o .person-wrapper {
  text-align: center;
}
.cid-uTEprSyOoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprSyOoP .mbr-section-title {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uTEprSyOoP .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uTEprSyOoP .mbr-text {
  color: #ffffff;
}
.cid-uTEprSX9QI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTEprSX9QI .title-wrapper {
  margin: 0 260px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTEprSX9QI .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uTEprSX9QI .title-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-uTEprSX9QI .title-wrapper .mbr-section-title {
    margin-bottom: 52px;
  }
}
.cid-uTEprSX9QI .text-wrapper {
  margin-right: 260px;
  padding-top: 84.5px;
}
@media (max-width: 992px) {
  .cid-uTEprSX9QI .text-wrapper {
    margin: 0 30px;
    padding-top: 48px;
  }
}
.cid-uTEprSX9QI .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uTEprSX9QI .mbr-section-title {
  color: #02050a;
}
.cid-uTEprSX9QI .mbr-text {
  color: #000000;
}
.cid-uTEprTmS2T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #96f3ea;
}
.cid-uTEprTmS2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprTmS2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprTmS2T .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEprTmS2T .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprTmS2T .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprTmS2T .container {
    padding: 0 20px;
  }
}
.cid-uTEprTmS2T .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uTEprTmS2T .row .card {
  padding: 0 10px;
}
.cid-uTEprTmS2T .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uTEprTmS2T .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uTEprTmS2T .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTEprTmS2T .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEprTmS2T .item {
    margin-bottom: 40px;
  }
}
.cid-uTEprTmS2T .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uTEprTmS2T .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uTEprTmS2T .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEprTmS2T .mbr-section-title {
  color: #000000;
}
.cid-uTEprTmS2T .card-number {
  color: #000000;
}
.cid-uTEprTmS2T .card-title {
  color: #000000;
  text-align: center;
}
.cid-uTEprTmS2T .card-text {
  color: #9a9a9a;
}
.cid-uTEprURBjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTEprURBjw .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTEprURBjw .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-uTEprURBjw .col-title,
.cid-uTEprURBjw .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-uTEprURBjw .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTEprURBjw .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTEprURBjw .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uTEprURBjw .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uTEprURBjw .mbr-text {
  color: #02050a;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-uTEprURBjw .mbr-text {
    text-align: center !important;
  }
}
.cid-uTEprVs5S3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTEprVs5S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprVs5S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprVs5S3 .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uTEprVs5S3 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uTEprVs5S3 .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprVs5S3 .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uTEprVs5S3 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTEprVs5S3 .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprVs5S3 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTEprVs5S3 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #225085;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uTEprVs5S3 .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprVs5S3 .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uTEprVs5S3 .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTEprVs5S3 .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uTEprVs5S3 .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uTEprVs5S3 .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprVs5S3 .mbr-section-title {
  color: #000000;
}
.cid-uTEprVs5S3 .mbr-label,
.cid-uTEprVs5S3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTEprVs5S3 .card-label {
  color: #000000;
  text-align: center;
}
.cid-uTEprVs5S3 .card-title {
  color: #000000;
}
.cid-uTEprVs5S3 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTEprVs5S3 .mbr-section-title,
.cid-uTEprVs5S3 .main-btn {
  text-align: center;
}
.cid-uTEprVs5S3 .card-title,
.cid-uTEprVs5S3 .item-btn,
.cid-uTEprVs5S3 .iconfont-wrapper {
  text-align: center;
}
.cid-uTEprW3YMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEprW3YMf .wrapper {
  background: #ffffff;
}
.cid-uTEprW3YMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprW3YMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprWHchU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEprWHchU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprWHchU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprWHchU .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEprWHchU .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprWHchU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprWHchU .container {
    padding: 0 20px;
  }
}
.cid-uTEprWHchU .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uTEprWHchU .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uTEprWHchU .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uTEprWHchU .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTEprWHchU .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTEprWHchU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTEprWHchU .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTEprWHchU .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uTEprWHchU .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uTEprWHchU .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uTEprWHchU .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uTEprWHchU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTEprWHchU .panel-number {
  color: #000000;
}
.cid-uTEprWHchU .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uTEprWHchU .panel-text {
  color: #9a9a9a;
}
.cid-uTEprXyNzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #96f3ea;
}
.cid-uTEprXyNzr .mbr-section-title {
  color: #000000;
}
.cid-uTEprXyNzr .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTEprXyNzr .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uTEprXyNzr .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-uTEprXyNzr .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-uTEprXyNzr .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-uTEprXyNzr .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEprXyNzr .link-wrapper {
    justify-content: center;
  }
}
.cid-uTEprXyNzr .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-uTEprXyNzr .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-uTEprXyNzr .mbr-section-subtitle:hover {
  background: #bf3e11;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEprXyNzr .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-uTEprXyNzr .link,
.cid-uTEprXyNzr .link-icon {
  color: #000000;
}
.cid-uTEprXyNzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprXyNzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprXyNzr .mbr-text,
.cid-uTEprXyNzr .mbr-section-btn {
  color: #02050a;
}
.cid-uTEprYc906 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uTEprYc906 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprYc906 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprYc906 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTEprYc906 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTEprYc906 .items-wrapper {
  margin: 0 -2px;
}
.cid-uTEprYc906 .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uTEprYc906 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uTEprYc906 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTEprYc906 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTEprYc906 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTEprYc906 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uTEprYc906 .card-title {
  color: #0f0f0f;
}
.cid-uTEprYc906 .card-text {
  color: #666666;
}
.cid-uTEprYc906 .card-price {
  color: #0f0f0f;
}
.cid-uTEprYSq6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uTEprYSq6t .card-heading {
  margin-top: 15px;
  color: #808080;
}
.cid-uTEprYSq6t .p {
  padding-top: 30px;
  color: #ffffff;
}
.cid-uTEprYSq6t .row {
  justify-content: center;
}
.cid-uTEprYSq6t .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uTEprYSq6t .card-heading1 {
  color: #ffffff;
}
.cid-uTFgTC9PiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTFgTC9PiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFgTC9PiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFgTC9PiZ .row {
  justify-content: center;
}
.cid-uTFgTC9PiZ .content-wrapper .title-wrapper {
  margin-bottom: 4rem;
}
.cid-uTFgTC9PiZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card {
  border-radius: 64px !important;
  padding: 32px;
  background-color: #96f3ea;
  margin-top: 20px;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uTFgTC9PiZ .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  border-radius: 100%;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uTFgTC9PiZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTFgTC9PiZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFgTC9PiZ .mbr-desc,
.cid-uTFgTC9PiZ .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uTFgTC9PiZ .panel-title-edit {
  color: #000000;
}
.cid-uTFgTC9PiZ .panel-text {
  color: #000000;
}
.cid-uTEprZt9yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTEprZt9yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEprZt9yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEprZt9yu .row {
  justify-content: center;
}
.cid-uTEprZt9yu .map-wrapper {
  position: relative;
}
.cid-uTEprZt9yu .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#96f3ea, transparent);
  filter: blur(100px);
}
.cid-uTEprZt9yu .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #96f3ea;
  background-color: #96f3ea;
}
.cid-uTEprZt9yu .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uTEprZt9yu .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uTEprZt9yu .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uTEps06U2m {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uTEps06U2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEps06U2m .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uTEps06U2m .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTEps06U2m .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uTEps06U2m a {
  font-weight: 600;
}
.cid-uTEps06U2m a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uTEps06U2m .col-lg-3,
  .cid-uTEps06U2m .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uTEps06U2m .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uTEps06U2m .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uTEps06U2m h5 {
  margin: 0;
}
.cid-uTEps06U2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEps06U2m .iconfont-wrapper {
  position: relative;
}
.cid-uTEps06U2m .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uTEps06U2m .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uTEps06U2m .sociconfont-wrapper {
  display: flex;
}
.cid-uTEps06U2m .card-title,
.cid-uTEps06U2m .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTEps06U2m .card-text {
  color: #ffffff;
}
.cid-uTEps06U2m .mbr-section-title {
  color: #000000;
}
.cid-uTEps06U2m .main-title,
.cid-uTEps06U2m .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uTEps0MDyE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTEps0MDyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEps0MDyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEps0MDyE .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uTEps0MDyE .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .container {
    padding: 0 20px;
  }
}
.cid-uTEps0MDyE .row {
  justify-content: center;
}
.cid-uTEps0MDyE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uTEps0MDyE .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEps0MDyE .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTEps0MDyE .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTEps0MDyE .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uTEps0MDyE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTEps0MDyE .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uTEps0MDyE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTEps0MDyE .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uTEps0MDyE .nav-wrapper .list .item-wrap:hover,
.cid-uTEps0MDyE .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTEps0MDyE .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTEps0MDyE .mbr-text {
  color: #000000;
}
.cid-uTEps0MDyE .mbr-list-title {
  color: #000000;
}
.cid-uTEps0MDyE .list {
  color: #9a9a9a;
}
