.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #006f8b !important;
}
.bg-success {
  background-color: #5ec553 !important;
}
.bg-info {
  background-color: #e0e0e0 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #f06c65 !important;
}
.btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #8be8ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006f8b !important;
  border-color: #006f8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0098be !important;
  border-color: #0098be !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0098be !important;
  border-color: #0098be !important;
}
.btn-secondary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-info .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
}
.btn-warning .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
}
.btn-white .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !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 .mbr-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !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 .mbr-iconfont {
  color: #000000 !important;
  background-color: #006f8b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #006f8b;
  color: #006f8b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002a34 !important;
  background-color: transparent !important;
  border-color: #002a34 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006f8b !important;
  border-color: #006f8b !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #8a8a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5f5f5f !important;
  background-color: transparent !important;
  border-color: #5f5f5f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.btn-info-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: #b5b5b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #5ec553 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5ec553;
  color: #5ec553;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3a9131 !important;
  background-color: transparent !important;
  border-color: #3a9131 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f06c65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06c65;
  color: #f06c65;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e82117 !important;
  background-color: transparent !important;
  border-color: #e82117 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #232323 !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 .mbr-iconfont {
  color: #000000 !important;
  background-color: #fafafa !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: #006f8b !important;
}
.text-secondary {
  color: #8a8a8a !important;
}
.text-success {
  color: #5ec553 !important;
}
.text-info {
  color: #e0e0e0 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #f06c65 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001e25 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #575757 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #35852d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #adadad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da1f15 !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: #006f8b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0e0;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #f06c65;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006f8b;
  border-color: #006f8b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006f8b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0bceff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7e5b2;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #006f8b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #006f8b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006f8b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006f8b;
}
.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: #006f8b;
  border-bottom-color: #006f8b;
}
.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: #006f8b !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: #8a8a8a !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='%23006f8b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.mbr-section-btn .btn span {
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img {
  border-radius: 0 !important;
}
.item-blur {
  border-radius: 30px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 0 !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 0 !important;
  }
}
.mbr-label,
.card-label {
  border-radius: 2rem;
  border-radius: 0 !important;
}
.item-icon {
  border-radius: 0 !important;
}
.item-img.small-radius {
  border-radius: 25px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
.navbar-collapse {
  border-radius: 30px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 0 !important;
  }
}
.navbar .container,
.navbar .container-fluid {
  border-radius: 0 !important;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uMqhPzpDE7 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/1-eqikta3vfengmifp6p3i4a.jpg-1400x934.jpg");
}
.cid-uMqhPzpDE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhPzpDE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhPzpDE7 .row {
  justify-content: center;
}
.cid-uMqhPzpDE7 .card {
  justify-content: flex-end;
}
.cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqhPzpDE7 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uMqhPzpDE7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-text,
.cid-uMqhPzpDE7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-desc {
  color: #ffffff;
}
.cid-uUpvTGneiY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUpvTGneiY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUpvTGneiY h4 {
  font-weight: 500;
}
.cid-uUpvTGneiY h4,
.cid-uUpvTGneiY h5 {
  text-align: center;
}
.cid-uUpvTGneiY p {
  text-align: center;
}
.cid-uUpvTGneiY .card-box {
  text-align: center;
}
.cid-uUpvTGneiY .card-img {
  font-size: 3rem;
}
.cid-uUpvTGneiY .mbr-iconfont {
  color: #006f8b;
}
.cid-uUpvTGneiY .mbr-section-subtitle {
  text-align: left;
}
.cid-uUpvTGneiY B {
  color: #333333;
}
.cid-uUpvTGneiY H2 {
  color: #006f8b;
}
.cid-uUpvTGneiY .card-title {
  text-align: center;
}
.cid-uUpvTGneiY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUpG34u8YS {
  background-image: url("../../../assets/images/website-main-pic.jpg-1600x900.jpg");
}
.cid-uUpG34u8YS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpG34u8YS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpG34u8YS .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUpG34u8YS .image-wrap {
    height: 450px;
  }
}
.cid-uMqhRWdmbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqhRWdmbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhRWdmbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhRWdmbs .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uMqhRWdmbs .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uMqhRWdmbs .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uMqhRWdmbs .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqhRWdmbs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #006f8b;
  border-radius: 100%;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uMqhRWdmbs .mbr-label,
.cid-uMqhRWdmbs .label-wrapper {
  color: #000000;
}
.cid-uMqhRWdmbs .mbr-section-title {
  color: #006f8b;
}
.cid-uMqhRWdmbs .mbr-text {
  color: #232323;
}
.cid-uMqhRWdmbs .card-title {
  color: #006f8b;
}
.cid-uMqhRWdmbs .card-text {
  color: #8a8a8a;
}
.cid-uMqhRWdmbs .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uMqhRWdmbs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhRWdmbs .item-star,
.cid-uMqhRWdmbs .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uMqhRWdmbs .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUpERgmPri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpERgmPri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/image-1.jpg-1350x850.jpg");
}
.cid-uUpERgmPri .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uUpERgmPri .image-wrap {
    height: 450px;
  }
}
.cid-uMqiyePDHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqiyePDHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiyePDHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiyePDHi .row {
  justify-content: space-between;
}
.cid-uMqiyePDHi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uMqiyePDHi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #006f8b;
  transition: all 0.3s ease-in-out;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #006f8b;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqiyePDHi .mbr-label {
  color: #000000;
}
.cid-uMqiyePDHi .mbr-section-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-text {
  color: #8a8a8a;
}
.cid-uMqiyePDHi .item-title,
.cid-uMqiyePDHi .mbr-section-btn {
  color: #006f8b;
}
.cid-uMqiyePDHi .mbr-section-title,
.cid-uMqiyePDHi .tabs-wrapper {
  color: #006f8b;
}
.cid-uUpW4BW5Cv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUpW4BW5Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpW4BW5Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpW4BW5Cv .row {
  justify-content: space-between;
}
.cid-uUpW4BW5Cv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uUpW4BW5Cv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUpW4BW5Cv .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uUpW4BW5Cv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUpW4BW5Cv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uUpW4BW5Cv .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUpW4BW5Cv .mbr-label {
  color: #000000;
}
.cid-uUpW4BW5Cv .mbr-section-title {
  color: #006f8b;
}
.cid-uUpW4BW5Cv .mbr-desc {
  color: #006f8b;
}
.cid-uUpW4BW5Cv .mbr-text {
  color: #8a8a8a;
}
.cid-uUFYqqyUMG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUFYqqyUMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFYqqyUMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUFYqqyUMG .title-wrapper {
  border-top: 1px solid #e0e0e0;
  padding-top: 90px;
}
@media (max-width: 992px) {
  .cid-uUFYqqyUMG .title-wrapper {
    padding-top: 30px;
  }
}
.cid-uUFYqqyUMG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFYqqyUMG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUFYqqyUMG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uUFYqqyUMG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUFYqqyUMG .embla__slide .slide-content {
  width: 100%;
}
.cid-uUFYqqyUMG .embla__slide .slide-content:hover .item-wrapper,
.cid-uUFYqqyUMG .embla__slide .slide-content:focus .item-wrapper {
  background-color: #e4ed64;
}
.cid-uUFYqqyUMG .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uUFYqqyUMG .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUFYqqyUMG .embla__button--next,
.cid-uUFYqqyUMG .embla__button--prev {
  display: flex;
}
.cid-uUFYqqyUMG .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUFYqqyUMG .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uUFYqqyUMG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uUFYqqyUMG .embla__button.embla__button--next {
  right: 0;
}
.cid-uUFYqqyUMG .embla {
  position: relative;
  width: 100%;
}
.cid-uUFYqqyUMG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUFYqqyUMG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUFYqqyUMG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUFYqqyUMG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUFYqqyUMG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUFYqqyUMG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUFYqqyUMG .mbr-section-title,
.cid-uUFYqqyUMG .mbr-section-btn {
  color: #006f8b;
}
.cid-uUG0nIDHkR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20250820-wa0046.jpg-1280x960.jpg");
}
.cid-uMqivGReQI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqivGReQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqivGReQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqivGReQI .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uMqivGReQI .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item {
    margin-bottom: 15px;
  }
}
.cid-uMqivGReQI .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uMqivGReQI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMqivGReQI .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMqivGReQI .card-title {
  color: #000000;
}
.cid-uMqivGReQI .card-text {
  color: #8a8a8a;
}
.cid-uMqivGReQI .card-title,
.cid-uMqivGReQI .iconfont-wrapper {
  color: #006f8b;
}
.cid-uMqivGReQI .card-text,
.cid-uMqivGReQI .mbr-section-btn {
  color: #006f8b;
}
.cid-uMqiDfTMz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uMqiDfTMz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiDfTMz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiDfTMz1 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .mbr-section-title {
  color: #006f8b;
}
.cid-uMqiDfTMz1 .mbr-text {
  color: #8a8a8a;
}
.cid-uMqiDfTMz1 .list {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUtR7DXazZ .modal-body .close {
  background: #1b1b1b;
}
.cid-uUtR7DXazZ .modal-body .close span {
  font-style: normal;
}
.cid-uUtR7DXazZ .carousel-inner > .active,
.cid-uUtR7DXazZ .carousel-inner > .next,
.cid-uUtR7DXazZ .carousel-inner > .prev {
  display: table;
}
.cid-uUtR7DXazZ .carousel-control .icon-next,
.cid-uUtR7DXazZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUtR7DXazZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUtR7DXazZ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUtR7DXazZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uUtR7DXazZ .boxed-slider > div {
  position: relative;
}
.cid-uUtR7DXazZ .container img {
  width: 100%;
}
.cid-uUtR7DXazZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uUtR7DXazZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUtR7DXazZ .mbr-table-cell {
  padding: 0;
}
.cid-uUtR7DXazZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUtR7DXazZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUtR7DXazZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUtR7DXazZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uUtR7DXazZ .carousel-item .container {
    width: 100%;
  }
}
.cid-uUtR7DXazZ .carousel-item-next.carousel-item-left,
.cid-uUtR7DXazZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uUtR7DXazZ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uUtR7DXazZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators li.active,
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators li::after,
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uUtR7DXazZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uUtR7DXazZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uUtR7DXazZ .mbr-slider > .container img {
  width: 100%;
}
.cid-uUtR7DXazZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUtR7DXazZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uUtR7DXazZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUtR7DXazZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUtR7DXazZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uUtR7DXazZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uUtR7DXazZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uUtR7DXazZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uUtR7DXazZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uUtR7DXazZ .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUtR7DXazZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uUtR7DXazZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uUtR7DXazZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uUtR7DXazZ P {
  text-align: center;
}
.cid-uUpZSztORt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUpZSztORt .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUpZSztORt h4 {
  font-weight: 500;
}
.cid-uUpZSztORt h4,
.cid-uUpZSztORt h5 {
  text-align: center;
}
.cid-uUpZSztORt p {
  text-align: center;
}
.cid-uUpZSztORt .card-box {
  text-align: center;
}
.cid-uUpZSztORt .card-img {
  font-size: 3rem;
}
.cid-uUpZSztORt .mbr-iconfont {
  color: #006f8b;
}
.cid-uUpZSztORt .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUpZSztORt B {
  color: #333333;
}
.cid-uUpZSztORt H2 {
  color: #006f8b;
}
.cid-uUpZSztORt .card-title {
  text-align: center;
}
.cid-uUpZSztORt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUq5iMWmcv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-08-20-at-13.20.22-f18a2929.jpg-1600x1200.jpg");
}
.cid-uUq5iMWmcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq5iMWmcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq5iMWmcv .card {
  justify-content: flex-end;
}
.cid-uUq5iMWmcv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUq5iMWmcv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUq5iMWmcv .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uUq5iMWmcv .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUq5iMWmcv .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uUq5iMWmcv .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uUq5iMWmcv .items-wrapper .item {
  padding: 0 15px;
}
.cid-uUq5iMWmcv .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq5iMWmcv .item {
    margin-bottom: 15px;
  }
}
.cid-uUq5iMWmcv .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUq5iMWmcv .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUq5iMWmcv .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  background-color: #000000;
}
.cid-uUq5iMWmcv .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uUq5iMWmcv .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #006f8b;
}
.cid-uUq5iMWmcv .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uUq5iMWmcv .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUq5iMWmcv .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #006f8b;
  transition: all .6s ease;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUq5iMWmcv .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUq5iMWmcv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uUq5iMWmcv .card-title {
  color: #ffffff;
}
.cid-uUq5iMWmcv .card-text {
  color: #ffffff;
}
.cid-uUtR9BCKIb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUtR9BCKIb .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUtR9BCKIb .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUtR9BCKIb .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUtR9BCKIb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUtR9BCKIb .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUtR9BCKIb {
    text-align: center !important;
  }
}
.cid-uUtR9BCKIb .mbr-text {
  color: #4b4b4b;
}
.cid-uUtTCOEBIc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUtTCOEBIc .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUtTCOEBIc .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUtTCOEBIc .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUtTCOEBIc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUtTCOEBIc .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUtTCOEBIc {
    text-align: center !important;
  }
}
.cid-uUtTCOEBIc .mbr-text {
  color: #4b4b4b;
}
.cid-uUFUTVHrzM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20250820-wa0031.jpg-1600x1200.jpg");
}
.cid-uUFKW0cEVC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUFKW0cEVC .title {
  padding-bottom: 2.5rem;
}
.cid-uUFKW0cEVC h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uUFKW0cEVC .bottom-line p {
  color: #767676;
}
.cid-uUFKW0cEVC .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uUFKW0cEVC .card-wrapper .card-box {
  width: 100%;
}
.cid-uUFKW0cEVC .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uUFKW0cEVC .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUFKW0cEVC .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uUFKW0cEVC .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uUFKW0cEVC .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uUFKW0cEVC .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uUFKW0cEVC .wrapper {
    padding-top: 1rem;
  }
}
.cid-uUFKW0cEVC .cost {
  color: #ffffff;
}
.cid-uUFKW0cEVC H2 {
  color: #006f8b;
  text-align: center;
}
.cid-uUFKW0cEVC .mbr-section-subtitle {
  text-align: center;
}
.cid-uUFKW0cEVC .card-title {
  color: #006f8b;
}
.cid-uUpZSL9DSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUpZSL9DSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpZSL9DSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpZSL9DSz .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUpZSL9DSz .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper {
    padding: 30px;
  }
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUpZSL9DSz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUpZSL9DSz .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUpZSL9DSz .mbr-section-title {
  color: #006f8b;
}
.cid-uUpZSL9DSz .mbr-text {
  color: #8a8a8a;
}
.cid-uUpZSL9DSz .list {
  color: #000000;
}
.cid-uUpZSL9DSz .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUu256Vipj .modal-body .close {
  background: #1b1b1b;
}
.cid-uUu256Vipj .modal-body .close span {
  font-style: normal;
}
.cid-uUu256Vipj .carousel-inner > .active,
.cid-uUu256Vipj .carousel-inner > .next,
.cid-uUu256Vipj .carousel-inner > .prev {
  display: table;
}
.cid-uUu256Vipj .carousel-control .icon-next,
.cid-uUu256Vipj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUu256Vipj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUu256Vipj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUu256Vipj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uUu256Vipj .boxed-slider > div {
  position: relative;
}
.cid-uUu256Vipj .container img {
  width: 100%;
}
.cid-uUu256Vipj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uUu256Vipj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUu256Vipj .mbr-table-cell {
  padding: 0;
}
.cid-uUu256Vipj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUu256Vipj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUu256Vipj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUu256Vipj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uUu256Vipj .carousel-item .container {
    width: 100%;
  }
}
.cid-uUu256Vipj .carousel-item-next.carousel-item-left,
.cid-uUu256Vipj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uUu256Vipj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUu256Vipj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUu256Vipj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUu256Vipj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uUu256Vipj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUu256Vipj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUu256Vipj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uUu256Vipj .mbr-slider .carousel-indicators li.active,
.cid-uUu256Vipj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uUu256Vipj .mbr-slider .carousel-indicators li::after,
.cid-uUu256Vipj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uUu256Vipj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uUu256Vipj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uUu256Vipj .mbr-slider > .container img {
  width: 100%;
}
.cid-uUu256Vipj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUu256Vipj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uUu256Vipj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUu256Vipj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUu256Vipj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uUu256Vipj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uUu256Vipj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uUu256Vipj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uUu256Vipj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uUu256Vipj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUu256Vipj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uUu256Vipj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uUu256Vipj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uUu256Vipj P {
  text-align: center;
}
.cid-uUu2580qMf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUu2580qMf .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUu2580qMf h4 {
  font-weight: 500;
}
.cid-uUu2580qMf h4,
.cid-uUu2580qMf h5 {
  text-align: center;
}
.cid-uUu2580qMf p {
  text-align: center;
}
.cid-uUu2580qMf .card-box {
  text-align: center;
}
.cid-uUu2580qMf .card-img {
  font-size: 3rem;
}
.cid-uUu2580qMf .mbr-iconfont {
  color: #006f8b;
}
.cid-uUu2580qMf .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUu2580qMf B {
  color: #333333;
}
.cid-uUu2580qMf H2 {
  color: #006f8b;
}
.cid-uUu2580qMf .card-title {
  text-align: center;
}
.cid-uUu2580qMf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUu2tVyXqb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUufpRtSlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #006f8b;
  background-image: linear-gradient(#ffffff 50%, #006f8b);
}
.cid-uUufpRtSlC .item:focus,
.cid-uUufpRtSlC span:focus {
  outline: none;
}
.cid-uUufpRtSlC .item {
  cursor: pointer;
}
.cid-uUufpRtSlC .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-uUufpRtSlC .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-uUufpRtSlC .grid-container-1,
.cid-uUufpRtSlC .grid-container-2,
.cid-uUufpRtSlC .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-uUufpRtSlC .grid-container-1,
  .cid-uUufpRtSlC .grid-container-2,
  .cid-uUufpRtSlC .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-uUufpRtSlC .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUufpRtSlC .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUufpRtSlC .content-head {
  max-width: 800px;
}
.cid-uUufpRtSlC .container,
.cid-uUufpRtSlC .container-fluid {
  overflow: hidden;
}
.cid-uUufpRtSlC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUufpRtSlC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUufpRtSlC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUufpRtSlC .grid-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uUufpRtSlC .grid-item img {
    height: 150px;
  }
}
.cid-uUufpRtSlC .grid-container-1,
.cid-uUufpRtSlC .grid-container-2,
.cid-uUufpRtSlC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUufpRtSlC .grid-container-1 {
  align-items: flex-end;
}
.cid-uUufpRtSlC .grid-container-2 {
  align-items: flex-start;
}
.cid-uUu25bfpDi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUu25bfpDi .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUu25bfpDi .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUu25bfpDi .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUu25bfpDi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUu25bfpDi .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUu25bfpDi {
    text-align: center !important;
  }
}
.cid-uUu25bfpDi .mbr-text {
  color: #4b4b4b;
}
.cid-uUu25e0pd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUu25e0pd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUu25e0pd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUu25e0pd2 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUu25e0pd2 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper {
    padding: 30px;
  }
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUu25e0pd2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUu25e0pd2 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUu25e0pd2 .mbr-section-title {
  color: #006f8b;
}
.cid-uUu25e0pd2 .mbr-text {
  color: #8a8a8a;
}
.cid-uUu25e0pd2 .list {
  color: #000000;
}
.cid-uUu25e0pd2 .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUugMLA3U1 .modal-body .close {
  background: #1b1b1b;
}
.cid-uUugMLA3U1 .modal-body .close span {
  font-style: normal;
}
.cid-uUugMLA3U1 .carousel-inner > .active,
.cid-uUugMLA3U1 .carousel-inner > .next,
.cid-uUugMLA3U1 .carousel-inner > .prev {
  display: table;
}
.cid-uUugMLA3U1 .carousel-control .icon-next,
.cid-uUugMLA3U1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUugMLA3U1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUugMLA3U1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUugMLA3U1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uUugMLA3U1 .boxed-slider > div {
  position: relative;
}
.cid-uUugMLA3U1 .container img {
  width: 100%;
}
.cid-uUugMLA3U1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uUugMLA3U1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUugMLA3U1 .mbr-table-cell {
  padding: 0;
}
.cid-uUugMLA3U1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUugMLA3U1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUugMLA3U1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUugMLA3U1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uUugMLA3U1 .carousel-item .container {
    width: 100%;
  }
}
.cid-uUugMLA3U1 .carousel-item-next.carousel-item-left,
.cid-uUugMLA3U1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uUugMLA3U1 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uUugMLA3U1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators li.active,
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators li::after,
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uUugMLA3U1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uUugMLA3U1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uUugMLA3U1 .mbr-slider > .container img {
  width: 100%;
}
.cid-uUugMLA3U1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUugMLA3U1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uUugMLA3U1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUugMLA3U1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUugMLA3U1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uUugMLA3U1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uUugMLA3U1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uUugMLA3U1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uUugMLA3U1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uUugMLA3U1 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUugMLA3U1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uUugMLA3U1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uUugMLA3U1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uUugMLA3U1 P {
  text-align: center;
}
.cid-uUugMMJCjT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUugMMJCjT .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUugMMJCjT h4 {
  font-weight: 500;
}
.cid-uUugMMJCjT h4,
.cid-uUugMMJCjT h5 {
  text-align: center;
}
.cid-uUugMMJCjT p {
  text-align: center;
}
.cid-uUugMMJCjT .card-box {
  text-align: center;
}
.cid-uUugMMJCjT .card-img {
  font-size: 3rem;
}
.cid-uUugMMJCjT .mbr-iconfont {
  color: #006f8b;
}
.cid-uUugMMJCjT .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUugMMJCjT B {
  color: #333333;
}
.cid-uUugMMJCjT H2 {
  color: #006f8b;
}
.cid-uUugMMJCjT .card-title {
  text-align: center;
}
.cid-uUugMMJCjT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUugMNVMOv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20250820-wa0012.jpg-1600x1200.jpg");
}
.cid-uUugMOzKJa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #006f8b;
  background-image: linear-gradient(#ffffff 50%, #006f8b);
}
.cid-uUugMOzKJa .item:focus,
.cid-uUugMOzKJa span:focus {
  outline: none;
}
.cid-uUugMOzKJa .item {
  cursor: pointer;
}
.cid-uUugMOzKJa .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-uUugMOzKJa .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-uUugMOzKJa .grid-container-1,
.cid-uUugMOzKJa .grid-container-2,
.cid-uUugMOzKJa .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-uUugMOzKJa .grid-container-1,
  .cid-uUugMOzKJa .grid-container-2,
  .cid-uUugMOzKJa .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-uUugMOzKJa .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUugMOzKJa .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUugMOzKJa .content-head {
  max-width: 800px;
}
.cid-uUugMOzKJa .container,
.cid-uUugMOzKJa .container-fluid {
  overflow: hidden;
}
.cid-uUugMOzKJa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUugMOzKJa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUugMOzKJa .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUugMOzKJa .grid-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uUugMOzKJa .grid-item img {
    height: 150px;
  }
}
.cid-uUugMOzKJa .grid-container-1,
.cid-uUugMOzKJa .grid-container-2,
.cid-uUugMOzKJa .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUugMOzKJa .grid-container-1 {
  align-items: flex-end;
}
.cid-uUugMOzKJa .grid-container-2 {
  align-items: flex-start;
}
.cid-uUugMPb2qq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUugMPb2qq .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUugMPb2qq .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUugMPb2qq .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUugMPb2qq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUugMPb2qq .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUugMPb2qq {
    text-align: center !important;
  }
}
.cid-uUugMPb2qq .mbr-text {
  color: #4b4b4b;
}
.cid-uUugMPEjGC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUugMPEjGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUugMPEjGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUugMPEjGC .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUugMPEjGC .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper {
    padding: 30px;
  }
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUugMPEjGC .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUugMPEjGC .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUugMPEjGC .mbr-section-title {
  color: #006f8b;
}
.cid-uUugMPEjGC .mbr-text {
  color: #8a8a8a;
}
.cid-uUugMPEjGC .list {
  color: #000000;
}
.cid-uUugMPEjGC .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUuj2543d1 .modal-body .close {
  background: #1b1b1b;
}
.cid-uUuj2543d1 .modal-body .close span {
  font-style: normal;
}
.cid-uUuj2543d1 .carousel-inner > .active,
.cid-uUuj2543d1 .carousel-inner > .next,
.cid-uUuj2543d1 .carousel-inner > .prev {
  display: table;
}
.cid-uUuj2543d1 .carousel-control .icon-next,
.cid-uUuj2543d1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUuj2543d1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUuj2543d1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUuj2543d1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uUuj2543d1 .boxed-slider > div {
  position: relative;
}
.cid-uUuj2543d1 .container img {
  width: 100%;
}
.cid-uUuj2543d1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uUuj2543d1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUuj2543d1 .mbr-table-cell {
  padding: 0;
}
.cid-uUuj2543d1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUuj2543d1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUuj2543d1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUuj2543d1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uUuj2543d1 .carousel-item .container {
    width: 100%;
  }
}
.cid-uUuj2543d1 .carousel-item-next.carousel-item-left,
.cid-uUuj2543d1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uUuj2543d1 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUuj2543d1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUuj2543d1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUuj2543d1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uUuj2543d1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUuj2543d1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUuj2543d1 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uUuj2543d1 .mbr-slider .carousel-indicators li.active,
.cid-uUuj2543d1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uUuj2543d1 .mbr-slider .carousel-indicators li::after,
.cid-uUuj2543d1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uUuj2543d1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uUuj2543d1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uUuj2543d1 .mbr-slider > .container img {
  width: 100%;
}
.cid-uUuj2543d1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUuj2543d1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uUuj2543d1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUuj2543d1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUuj2543d1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uUuj2543d1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uUuj2543d1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uUuj2543d1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uUuj2543d1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uUuj2543d1 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUuj2543d1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uUuj2543d1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uUuj2543d1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uUuj2543d1 P {
  text-align: center;
}
.cid-uUuj26b0P5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUuj26b0P5 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUuj26b0P5 h4 {
  font-weight: 500;
}
.cid-uUuj26b0P5 h4,
.cid-uUuj26b0P5 h5 {
  text-align: center;
}
.cid-uUuj26b0P5 p {
  text-align: center;
}
.cid-uUuj26b0P5 .card-box {
  text-align: center;
}
.cid-uUuj26b0P5 .card-img {
  font-size: 3rem;
}
.cid-uUuj26b0P5 .mbr-iconfont {
  color: #006f8b;
}
.cid-uUuj26b0P5 .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUuj26b0P5 B {
  color: #333333;
}
.cid-uUuj26b0P5 H2 {
  color: #006f8b;
}
.cid-uUuj26b0P5 .card-title {
  text-align: center;
}
.cid-uUuj26b0P5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUuj28znxz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/zimelo-2.png-1920x1080.png");
}
.cid-uUuj296LeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #006f8b;
  background-image: linear-gradient(#ffffff 50%, #006f8b);
}
.cid-uUuj296LeR .item:focus,
.cid-uUuj296LeR span:focus {
  outline: none;
}
.cid-uUuj296LeR .item {
  cursor: pointer;
}
.cid-uUuj296LeR .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-uUuj296LeR .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-uUuj296LeR .grid-container-1,
.cid-uUuj296LeR .grid-container-2,
.cid-uUuj296LeR .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-uUuj296LeR .grid-container-1,
  .cid-uUuj296LeR .grid-container-2,
  .cid-uUuj296LeR .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-uUuj296LeR .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUuj296LeR .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUuj296LeR .content-head {
  max-width: 800px;
}
.cid-uUuj296LeR .container,
.cid-uUuj296LeR .container-fluid {
  overflow: hidden;
}
.cid-uUuj296LeR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUuj296LeR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUuj296LeR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUuj296LeR .grid-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uUuj296LeR .grid-item img {
    height: 150px;
  }
}
.cid-uUuj296LeR .grid-container-1,
.cid-uUuj296LeR .grid-container-2,
.cid-uUuj296LeR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUuj296LeR .grid-container-1 {
  align-items: flex-end;
}
.cid-uUuj296LeR .grid-container-2 {
  align-items: flex-start;
}
.cid-uUuj29DXEQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUuj29DXEQ .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUuj29DXEQ .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUuj29DXEQ .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUuj29DXEQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUuj29DXEQ .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUuj29DXEQ {
    text-align: center !important;
  }
}
.cid-uUuj29DXEQ .mbr-text {
  color: #4b4b4b;
}
.cid-uUuj2a5dV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUuj2a5dV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUuj2a5dV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUuj2a5dV2 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUuj2a5dV2 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper {
    padding: 30px;
  }
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUuj2a5dV2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUuj2a5dV2 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUuj2a5dV2 .mbr-section-title {
  color: #006f8b;
}
.cid-uUuj2a5dV2 .mbr-text {
  color: #8a8a8a;
}
.cid-uUuj2a5dV2 .list {
  color: #000000;
}
.cid-uUuj2a5dV2 .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUuGnvjXo7 .modal-body .close {
  background: #1b1b1b;
}
.cid-uUuGnvjXo7 .modal-body .close span {
  font-style: normal;
}
.cid-uUuGnvjXo7 .carousel-inner > .active,
.cid-uUuGnvjXo7 .carousel-inner > .next,
.cid-uUuGnvjXo7 .carousel-inner > .prev {
  display: table;
}
.cid-uUuGnvjXo7 .carousel-control .icon-next,
.cid-uUuGnvjXo7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUuGnvjXo7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUuGnvjXo7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUuGnvjXo7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uUuGnvjXo7 .boxed-slider > div {
  position: relative;
}
.cid-uUuGnvjXo7 .container img {
  width: 100%;
}
.cid-uUuGnvjXo7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uUuGnvjXo7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUuGnvjXo7 .mbr-table-cell {
  padding: 0;
}
.cid-uUuGnvjXo7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUuGnvjXo7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUuGnvjXo7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUuGnvjXo7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uUuGnvjXo7 .carousel-item .container {
    width: 100%;
  }
}
.cid-uUuGnvjXo7 .carousel-item-next.carousel-item-left,
.cid-uUuGnvjXo7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uUuGnvjXo7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators li.active,
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators li::after,
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uUuGnvjXo7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uUuGnvjXo7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uUuGnvjXo7 .mbr-slider > .container img {
  width: 100%;
}
.cid-uUuGnvjXo7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uUuGnvjXo7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uUuGnvjXo7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUuGnvjXo7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uUuGnvjXo7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uUuGnvjXo7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uUuGnvjXo7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uUuGnvjXo7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uUuGnvjXo7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uUuGnvjXo7 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uUuGnvjXo7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uUuGnvjXo7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uUuGnvjXo7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uUuGnvjXo7 P {
  text-align: center;
}
.cid-uUuGnvXmI7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uUuGnvXmI7 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUuGnvXmI7 h4 {
  font-weight: 500;
}
.cid-uUuGnvXmI7 h4,
.cid-uUuGnvXmI7 h5 {
  text-align: center;
}
.cid-uUuGnvXmI7 p {
  text-align: center;
}
.cid-uUuGnvXmI7 .card-box {
  text-align: center;
}
.cid-uUuGnvXmI7 .card-img {
  font-size: 3rem;
}
.cid-uUuGnvXmI7 .mbr-iconfont {
  color: #006f8b;
}
.cid-uUuGnvXmI7 .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUuGnvXmI7 B {
  color: #333333;
}
.cid-uUuGnvXmI7 H2 {
  color: #006f8b;
}
.cid-uUuGnvXmI7 .card-title {
  text-align: center;
}
.cid-uUuGnvXmI7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUuGnx7VHg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-20250820-wa0019.jpg-1600x1200.jpg");
}
.cid-uUuGnxD7dx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #006f8b;
  background-image: linear-gradient(#ffffff 50%, #006f8b);
}
.cid-uUuGnxD7dx .item:focus,
.cid-uUuGnxD7dx span:focus {
  outline: none;
}
.cid-uUuGnxD7dx .item {
  cursor: pointer;
}
.cid-uUuGnxD7dx .grid-container {
  grid-row-gap: 30px;
}
@media (max-width: 767px) {
  .cid-uUuGnxD7dx .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-uUuGnxD7dx .grid-container-1,
.cid-uUuGnxD7dx .grid-container-2,
.cid-uUuGnxD7dx .grid-container-3 {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .cid-uUuGnxD7dx .grid-container-1,
  .cid-uUuGnxD7dx .grid-container-2,
  .cid-uUuGnxD7dx .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-uUuGnxD7dx .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUuGnxD7dx .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUuGnxD7dx .content-head {
  max-width: 800px;
}
.cid-uUuGnxD7dx .container,
.cid-uUuGnxD7dx .container-fluid {
  overflow: hidden;
}
.cid-uUuGnxD7dx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUuGnxD7dx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUuGnxD7dx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUuGnxD7dx .grid-item img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uUuGnxD7dx .grid-item img {
    height: 150px;
  }
}
.cid-uUuGnxD7dx .grid-container-1,
.cid-uUuGnxD7dx .grid-container-2,
.cid-uUuGnxD7dx .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUuGnxD7dx .grid-container-1 {
  align-items: flex-end;
}
.cid-uUuGnxD7dx .grid-container-2 {
  align-items: flex-start;
}
.cid-uUuGnycJ5Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUuGnycJ5Z .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-uUuGnycJ5Z .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-uUuGnycJ5Z .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-uUuGnycJ5Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUuGnycJ5Z .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUuGnycJ5Z {
    text-align: center !important;
  }
}
.cid-uUuGnycJ5Z .mbr-text {
  color: #4b4b4b;
}
.cid-uUuGnyGNGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUuGnyGNGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUuGnyGNGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUuGnyGNGs .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUuGnyGNGs .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper {
    padding: 30px;
  }
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUuGnyGNGs .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUuGnyGNGs .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUuGnyGNGs .mbr-section-title {
  color: #006f8b;
}
.cid-uUuGnyGNGs .mbr-text {
  color: #8a8a8a;
}
.cid-uUuGnyGNGs .list {
  color: #000000;
}
.cid-uUuGnyGNGs .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUzNPMJjdq {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/img-20250820-wa0051.jpg-1600x900.jpg");
}
.cid-uUzNPMJjdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzNPMJjdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzNPMJjdq .row {
  justify-content: center;
}
.cid-uUzNPMJjdq .card {
  justify-content: flex-end;
}
.cid-uUzNPMJjdq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUzNPMJjdq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUzNPMJjdq .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uUzNPMJjdq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUzNPMJjdq .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uUzNPMJjdq .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uUzNPMJjdq .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uUzNPMJjdq .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uUzNPMJjdq .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUzNPMJjdq .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUzNPMJjdq .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uUzNPMJjdq .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUzNPMJjdq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUzNPMJjdq .mbr-text,
.cid-uUzNPMJjdq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUzNPMJjdq .mbr-desc {
  color: #ffffff;
}
.cid-uUAnlxExCZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUAnlxExCZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUAnlxExCZ h4 {
  font-weight: 500;
}
.cid-uUAnlxExCZ h4,
.cid-uUAnlxExCZ h5 {
  text-align: center;
}
.cid-uUAnlxExCZ p {
  text-align: center;
}
.cid-uUAnlxExCZ .card-box {
  text-align: center;
}
.cid-uUAnlxExCZ .card-img {
  font-size: 3rem;
}
.cid-uUAnlxExCZ .mbr-iconfont {
  color: #006f8b;
}
.cid-uUAnlxExCZ .mbr-section-subtitle {
  text-align: left;
  color: #4b4b4b;
}
.cid-uUAnlxExCZ B {
  color: #333333;
}
.cid-uUAnlxExCZ H2 {
  color: #006f8b;
}
.cid-uUAnlxExCZ .card-title {
  text-align: center;
}
.cid-uUAnlxExCZ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uUAnaWiREF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUAnaWiREF .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uUAnaWiREF h4 {
  text-align: center;
}
.cid-uUAnaWiREF p {
  text-align: center;
}
.cid-uUAnaWiREF .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #006f8b;
  border: 2px solid #006f8b;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uUAnaWiREF .card:hover .card-img span {
  background: none;
  color: #006f8b;
}
.cid-uUAYfHizB9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/website-main-pic.jpg-1600x900.jpg");
}
.cid-uUAjaPipek {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUAjaPipek .title {
  padding-bottom: 2.5rem;
}
.cid-uUAjaPipek h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uUAjaPipek .bottom-line p {
  color: #767676;
}
.cid-uUAjaPipek .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uUAjaPipek .card-wrapper .card-box {
  width: 100%;
}
.cid-uUAjaPipek .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uUAjaPipek .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUAjaPipek .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uUAjaPipek .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uUAjaPipek .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uUAjaPipek .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uUAjaPipek .wrapper {
    padding-top: 1rem;
  }
}
.cid-uUAjaPipek .cost {
  color: #ffffff;
}
.cid-uUAjaPipek H2 {
  color: #006f8b;
}
.cid-uUAjaPipek .card-title {
  color: #006f8b;
}
.cid-uUB0vp1W4O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUB0vp1W4O .title {
  padding-bottom: 2.5rem;
}
.cid-uUB0vp1W4O h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uUB0vp1W4O .bottom-line p {
  color: #767676;
}
.cid-uUB0vp1W4O .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uUB0vp1W4O .card-wrapper .card-box {
  width: 100%;
}
.cid-uUB0vp1W4O .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uUB0vp1W4O .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUB0vp1W4O .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uUB0vp1W4O .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uUB0vp1W4O .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uUB0vp1W4O .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uUB0vp1W4O .wrapper {
    padding-top: 1rem;
  }
}
.cid-uUB0vp1W4O .cost {
  color: #ffffff;
}
.cid-uUB0vp1W4O H2 {
  color: #006f8b;
}
.cid-uUB0vp1W4O .card-title {
  color: #006f8b;
}
.cid-uUB1ZXIZbU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUB1ZXIZbU .title {
  padding-bottom: 2.5rem;
}
.cid-uUB1ZXIZbU h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uUB1ZXIZbU .bottom-line p {
  color: #767676;
}
.cid-uUB1ZXIZbU .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uUB1ZXIZbU .card-wrapper .card-box {
  width: 100%;
}
.cid-uUB1ZXIZbU .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uUB1ZXIZbU .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUB1ZXIZbU .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uUB1ZXIZbU .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uUB1ZXIZbU .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uUB1ZXIZbU .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uUB1ZXIZbU .wrapper {
    padding-top: 1rem;
  }
}
.cid-uUB1ZXIZbU .cost {
  color: #ffffff;
}
.cid-uUB1ZXIZbU H2 {
  color: #006f8b;
}
.cid-uUB1ZXIZbU .card-title {
  color: #006f8b;
}
.cid-uUzNqESWEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUzNqESWEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzNqESWEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzNqESWEQ .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUzNqESWEQ .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper {
    padding: 30px;
  }
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUzNqESWEQ .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUzNqESWEQ .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUzNqESWEQ .mbr-section-title {
  color: #006f8b;
}
.cid-uUzNqESWEQ .mbr-text {
  color: #8a8a8a;
}
.cid-uUzNqESWEQ .list {
  color: #000000;
}
.cid-uUzNqESWEQ .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
.cid-uV4RBMbKbp {
  z-index: 1000;
  width: 100%;
}
.cid-uV4RBMbKbp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown-menu {
  padding: 0;
}
.cid-uV4RBMbKbp .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .dropdown-item {
    text-align: left !important;
  }
}
.cid-uV4RBMbKbp .dropdown-item:hover {
  background-position: right !important;
}
.cid-uV4RBMbKbp .dropdown-item:hover:after {
  color: #006f8b;
}
.cid-uV4RBMbKbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uV4RBMbKbp .nav-link {
  position: relative;
}
.cid-uV4RBMbKbp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp .dropdown-menu,
.cid-uV4RBMbKbp .navbar.opened {
  background: #ffffff !important;
}
.cid-uV4RBMbKbp .nav-item:focus,
.cid-uV4RBMbKbp .nav-link:focus {
  outline: none;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4RBMbKbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4RBMbKbp .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uV4RBMbKbp .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV4RBMbKbp .navbar .navbar-logo img {
  width: auto;
}
.cid-uV4RBMbKbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4RBMbKbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uV4RBMbKbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4RBMbKbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4RBMbKbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV4RBMbKbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uV4RBMbKbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4RBMbKbp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar {
    min-height: 80px;
  }
}
.cid-uV4RBMbKbp .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uV4RBMbKbp .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4RBMbKbp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-brand {
    min-height: 69px;
  }
}
.cid-uV4RBMbKbp .dropdown-item.active,
.cid-uV4RBMbKbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4RBMbKbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4RBMbKbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uV4RBMbKbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4RBMbKbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4RBMbKbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV4RBMbKbp button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uV4RBMbKbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV4RBMbKbp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4RBMbKbp .navbar {
    height: 70px;
  }
  .cid-uV4RBMbKbp .navbar.opened {
    height: auto;
  }
  .cid-uV4RBMbKbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4RBMbKbp .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .navbar-short {
    min-height: 70px;
  }
}
.cid-uV4RBMbKbp .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .container-fluid {
    padding: 0 3px;
  }
}
.cid-uV4RBMbKbp .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uV4RBMbKbp .navbar-nav {
  display: flex !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:hover,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:focus,
.cid-uV4RBMbKbp .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uV4RBMbKbp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e0e0e0 !important;
}
.cid-uV4RBMbKbp .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uV4RBMbKbp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uV4RBMbKbp button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uV4RBMbKbp button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4RBMbKbp .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uV4RBMbKbp .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4RBMbKbp .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uV4RBMbKbp .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uV4RBMbKbp .offcanvas.show {
  transform: translateX(0);
}
.cid-uV4RBMbKbp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uV4RBMbKbp .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uV4RBMbKbp .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uV4RBMbKbp .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uV4RBMbKbp .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uV4RBMbKbp .mbr-text {
  color: #626262;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uV4RBMbKbp .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uV4RBMbKbp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar {
  width: 1em;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uV4RBMbKbp ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uV4RBMbKbp .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uV4RBMbKbp .social-container {
    padding-top: 40px;
  }
}
.cid-uV4RBMbKbp .social-title {
  color: #006f8b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uV4RBMbKbp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uV4RBMbKbp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #006f8b, #23272b);
  transition: 0.4s all;
}
.cid-uV4RBMbKbp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uV4RBMbKbp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uV4RBMbKbp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uV4RBMbKbp .soc-item:hover:before {
  opacity: 1;
}
.cid-uV4RBMbKbp .soc-item a {
  animation: none;
}
.cid-uV4RBMbKbp .offcanvas_btn {
  margin-top: auto;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uV4RBMbKbp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uUB4TlIzPj {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/zimelo-ltd-4.jpg-1280x960.jpg");
}
.cid-uUB4TlIzPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB4TlIzPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB4TlIzPj .row {
  justify-content: center;
}
.cid-uUB4TlIzPj .card {
  justify-content: flex-end;
}
.cid-uUB4TlIzPj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUB4TlIzPj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUB4TlIzPj .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uUB4TlIzPj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUB4TlIzPj .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uUB4TlIzPj .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uUB4TlIzPj .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uUB4TlIzPj .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uUB4TlIzPj .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUB4TlIzPj .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUB4TlIzPj .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uUB4TlIzPj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUB4TlIzPj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUB4TlIzPj .mbr-text,
.cid-uUB4TlIzPj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUB4TlIzPj .mbr-desc {
  color: #ffffff;
}
.cid-uUB846ebuh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUB846ebuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB846ebuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB846ebuh .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uUB846ebuh .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUB846ebuh .item {
    margin-bottom: 15px;
  }
}
.cid-uUB846ebuh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUB846ebuh .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUB846ebuh .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUB846ebuh .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUB846ebuh .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUB846ebuh .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uUB846ebuh .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUB846ebuh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUB846ebuh .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUB846ebuh .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUB846ebuh .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUB846ebuh .card-title {
  color: #000000;
}
.cid-uUB846ebuh .card-text {
  color: #8a8a8a;
}
.cid-uUB846ebuh .card-title,
.cid-uUB846ebuh .iconfont-wrapper {
  color: #006f8b;
}
.cid-uUB846ebuh .card-text,
.cid-uUB846ebuh .mbr-section-btn {
  color: #006f8b;
}
.cid-uVHT2l6095 {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uVHT2l6095 .mbr-iconfont-social {
  font-size: 32px;
  color: #006f8b;
}
.cid-uVHT2l6095 .social-list a:focus {
  text-decoration: none;
}
.cid-uUB5SPkggz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUB5SPkggz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB5SPkggz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB5SPkggz .card-wrapper {
  position: relative;
  padding: 100px 180px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uUB5SPkggz .card-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper {
    padding: 60px 15px 100px;
  }
}
.cid-uUB5SPkggz .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUB5SPkggz .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uUB5SPkggz .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uUB5SPkggz .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uUB5SPkggz .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  border-bottom-right-radius: 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap {
    padding: 30px 15px 100px;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .label-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .label-wrapper {
    width: 100%;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 40px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap {
    width: 100%;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row {
  margin: 0 -15px;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 18px 30px;
  box-shadow: none;
  border: none !important;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #8a8a8a;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uUB5SPkggz .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.cid-uUB5SPkggz .mbr-label,
.cid-uUB5SPkggz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUB5SPkggz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUB5SPkggz label {
  color: #8a8a8a;
}
.cid-uUB5SPkggz .mbr-section-btn {
  text-align: right;
}
.cid-uUB5SPkggz .mbr-section-title,
.cid-uUB5SPkggz .mbr-section-btn {
  color: #006f8b;
}
.cid-uUB7xa8kD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUB7xa8kD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB7xa8kD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB7xa8kD6 .row {
  justify-content: space-between;
}
.cid-uUB7xa8kD6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uUB7xa8kD6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUB7xa8kD6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUB7xa8kD6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUB7xa8kD6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUB7xa8kD6 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uUB7xa8kD6 .google-map iframe {
    height: 350px;
  }
}
.cid-uUB7xa8kD6 .mbr-label {
  color: #000000;
}
.cid-uUB7xa8kD6 .mbr-section-title {
  color: #000000;
}
.cid-uUB7xa8kD6 .mbr-desc {
  color: #000000;
}
.cid-uUB7xa8kD6 .mbr-text {
  color: #8a8a8a;
}
.cid-uUB7xa8kD6 .mbr-section-title,
.cid-uUB7xa8kD6 .mbr-section-btn {
  color: #006f8b;
}
.cid-uUB7zpypnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUB7zpypnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB7zpypnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB7zpypnV .row {
  justify-content: space-between;
}
.cid-uUB7zpypnV .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uUB7zpypnV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUB7zpypnV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUB7zpypnV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUB7zpypnV .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUB7zpypnV .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uUB7zpypnV .google-map iframe {
    height: 350px;
  }
}
.cid-uUB7zpypnV .mbr-label {
  color: #000000;
}
.cid-uUB7zpypnV .mbr-section-title {
  color: #000000;
}
.cid-uUB7zpypnV .mbr-desc {
  color: #000000;
}
.cid-uUB7zpypnV .mbr-text {
  color: #8a8a8a;
}
.cid-uUB7zpypnV .mbr-section-title,
.cid-uUB7zpypnV .mbr-section-btn {
  color: #006f8b;
}
.cid-uUB4TtmwZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20250820-wa0015.jpg-1600x1200.jpg");
}
.cid-uUB4TtmwZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB4TtmwZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUB4TtmwZt .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUB4TtmwZt .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper {
    padding: 30px;
  }
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUB4TtmwZt .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUB4TtmwZt .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUB4TtmwZt .mbr-section-title {
  color: #006f8b;
}
.cid-uUB4TtmwZt .mbr-text {
  color: #8a8a8a;
}
.cid-uUB4TtmwZt .list {
  color: #000000;
}
.cid-uUB4TtmwZt .mbr-copy {
  color: #8a8a8a;
  text-align: center;
}
