body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #6a5458 !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4ea2d3 !important;
  border-color: #4ea2d3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2875a2 !important;
  border-color: #2875a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2875a2 !important;
  border-color: #2875a2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4ea2d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2875a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4ea2d3 !important;
  border-color: #4ea2d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a5458;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a2e30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #706359 !important;
  border-color: #706359 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #4ea2d3 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #6a5458 !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #256c96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #312729 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #6a5458;
}
.alert-danger {
  background-color: #706359;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc0b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aa9498;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #4ea2d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-u3ItjcKp3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12-864x768.webp");
}
.cid-u3ItjcKp3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ItjcKp3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3ItjcKp3s .row {
    padding: 0 13px;
  }
}
.cid-u3ItjcKp3s .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-u3ItjcKp3s .title-wrapper .image-wrapper img {
  width: 278px;
  height: 120px;
  display: inline;
}
.cid-u3ItjcKp3s .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u3ItjcKp3s .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-u3ItjcKp3s .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-u3ItjcKp3s .mbr-section-title {
  color: #ffffff;
}
.cid-u3ItjcKp3s .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-u3ItjcKp3s .mbr-section-title,
.cid-u3ItjcKp3s .mbr-section-btn,
.cid-u3ItjcKp3s .image-wrapper {
  text-align: center;
}
.cid-um6v2FroLg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um6v2FroLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6v2FroLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6v2FroLg .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .container {
    padding: 0 6px;
  }
}
.cid-um6v2FroLg .row {
  margin: 0;
  background-color: #000000;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-um6v2FroLg .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-um6v2FroLg .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-um6v2FroLg .row {
    padding: 70px 30px;
  }
}
.cid-um6v2FroLg .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-um6v2FroLg .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .desc-wrapper {
    padding: 0;
  }
}
.cid-um6v2FroLg .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #181818;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-um6v2FroLg .title-wrapper {
  margin-bottom: 64px;
}
.cid-um6v2FroLg .title-wrapper span {
  color: #4ea2d3;
}
.cid-um6v2FroLg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6v2FroLg .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .cards-wrapper {
    display: block;
  }
}
.cid-um6v2FroLg .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-um6v2FroLg .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #4ea2d3;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-um6v2FroLg .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-um6v2FroLg .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #4ea2d3;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-um6v2FroLg .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-um6v2FroLg .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-um6v2FroLg .cards-wrapper .item:hover::before,
.cid-um6v2FroLg .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-um6v2FroLg .cards-wrapper .item:hover .item-desc,
.cid-um6v2FroLg .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  color: #262626;
  border-radius: 100%;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-um6v2FroLg .cards-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 160px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-um6v2FroLg .mbr-desc {
  color: #ffffff;
}
.cid-um6v2FroLg .mbr-section-title {
  color: #ffffff;
}
.cid-um6v2FroLg .card-desc {
  color: #ffffff;
}
.cid-um6v2FroLg .card-title {
  color: #131313;
}
.cid-um6v2FroLg .card-text {
  color: #131313;
}
.cid-u3IvuuTvPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u3IvuuTvPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3IvuuTvPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3IvuuTvPZ .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3IvuuTvPZ .container-fluid {
    padding: 0;
  }
}
.cid-u3IvuuTvPZ .container-fluid .row {
  padding: 0;
}
.cid-u3IvuuTvPZ .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3IvuuTvPZ .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-u3IvuuTvPZ .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-u3IvuuTvPZ .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-u3IvuuTvPZ .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3IvuuTvPZ .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-u3IvuuTvPZ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u3IvuuTvPZ .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3IvuuTvPZ .image-wrapper img {
    height: 400px;
  }
}
.cid-u3IvuuTvPZ .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-u3IvuuTvPZ .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-u3IvuuTvPZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3IvuuTvPZ .mbr-text {
  color: #e7e7e7;
  text-align: center;
}
.cid-u3IGbIPDjv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-u3IGbIPDjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3IGbIPDjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3IGbIPDjv .section-border-item {
  background-color: #d1cece;
}
.cid-u3IGbIPDjv .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3IGbIPDjv .main-container {
    padding: 3rem 0;
  }
}
.cid-u3IGbIPDjv .title-wrap {
  width: 100%;
}
.cid-u3IGbIPDjv .title-box {
  width: 100%;
}
.cid-u3IGbIPDjv .mbr-title {
  color: #FFF;
}
.cid-u3IGbIPDjv .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u3IGbIPDjv .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-u3IGbIPDjv .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #d1cece;
  border-bottom: 1px solid #d1cece;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .card-row {
    flex-wrap: wrap;
  }
}
.cid-u3IGbIPDjv .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .card {
    width: 100%;
  }
}
.cid-u3IGbIPDjv .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d1cece;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-u3IGbIPDjv .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-u3IGbIPDjv .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-u3IGbIPDjv .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-u3IGbIPDjv .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-u3IGbIPDjv .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #4ea2d3, #181818);
  opacity: 0;
  transition: .6s all;
}
.cid-u3IGbIPDjv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u3IGbIPDjv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #a4a2a2;
  margin-right: 0;
}
.cid-u3IGbIPDjv .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-u3IGbIPDjv .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-u3IGbIPDjv .card-title {
  color: #FFF;
}
.cid-u3IGbIPDjv .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-u3IGbIPDjv .card-text {
    margin-top: 1rem;
  }
}
.cid-u3IGbIPDjv .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-u3IGbIPDjv .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-u3IGbIPDjv .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-u3IGbIPDjv .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-u3IGbIPDjv .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3IGbIPDjv .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-u3IIBaisw6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-u3IIBaisw6 .section-border-item {
  background-color: #4ea2d3;
}
.cid-u3IIBaisw6 .mbr-text {
  color: #FFFFFF;
}
.cid-um6tHEqVXG {
  background-image: url("../../../assets/images/12-864x768.webp");
}
.cid-um6tHEqVXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHEqVXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHEqVXG .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6tHEqVXG .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6tHEqVXG .container-fluid .row {
  padding: 0;
}
.cid-um6tHEqVXG .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-um6tHEqVXG .title-wrapper .image-wrapper img {
  width: 278px;
  height: 120px;
  display: inline;
}
.cid-um6tHEqVXG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-um6tHEqVXG .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-um6tHEqVXG .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6tHEqVXG .mbr-section-title {
  color: #ffffff;
}
.cid-um6tHEqVXG .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-um6tHEqVXG .mbr-section-title,
.cid-um6tHEqVXG .mbr-section-btn,
.cid-um6tHEqVXG .image-wrapper {
  text-align: center;
}
.cid-um6tHEIyZ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um6tHEIyZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHEIyZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHEIyZ4 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um6tHEIyZ4 .container-fluid {
    padding: 0;
  }
}
.cid-um6tHEIyZ4 .container-fluid .row {
  padding: 0;
}
.cid-um6tHEIyZ4 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6tHEIyZ4 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-um6tHEIyZ4 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-um6tHEIyZ4 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-um6tHEIyZ4 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6tHEIyZ4 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-um6tHEIyZ4 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um6tHEIyZ4 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6tHEIyZ4 .image-wrapper img {
    height: 400px;
  }
}
.cid-um6tHEIyZ4 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-um6tHEIyZ4 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6tHEIyZ4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6tHEIyZ4 .mbr-text {
  color: #e7e7e7;
  text-align: center;
}
.cid-um6tHEWGW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um6tHEWGW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHEWGW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHEWGW8 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um6tHEWGW8 .container-fluid {
    padding: 0;
  }
}
.cid-um6tHEWGW8 .container-fluid .row {
  padding: 0;
}
.cid-um6tHEWGW8 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6tHEWGW8 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-um6tHEWGW8 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-um6tHEWGW8 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-um6tHEWGW8 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6tHEWGW8 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-um6tHEWGW8 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um6tHEWGW8 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6tHEWGW8 .image-wrapper img {
    height: 400px;
  }
}
.cid-um6tHEWGW8 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-um6tHEWGW8 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6tHEWGW8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6tHEWGW8 .mbr-text {
  color: #e7e7e7;
  text-align: center;
}
.cid-um6tHFcRpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-um6tHFcRpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHFcRpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um6tHFcRpo .row {
    padding: 0 13px;
  }
}
.cid-um6tHFcRpo .title-wrapper {
  margin-bottom: 64px;
}
.cid-um6tHFcRpo .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-um6tHFcRpo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6tHFcRpo .card-wrapper {
  margin-bottom: 42px;
}
.cid-um6tHFcRpo .card-wrapper .card-title_1,
.cid-um6tHFcRpo .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-um6tHFcRpo .card-wrapper .card-text_1,
.cid-um6tHFcRpo .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-um6tHFcRpo .card-wrapper .card-title_1,
  .cid-um6tHFcRpo .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-um6tHFcRpo .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-um6tHFcRpo .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-um6tHFcRpo .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-um6tHFcRpo .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-um6tHFcRpo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6tHFcRpo .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-um6tHFcRpo .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-um6tHFcRpo .card-text_1 {
  color: #e7e7e7;
  text-align: right;
}
.cid-um6tHFcRpo .card-title_2 {
  color: #ffffff;
}
.cid-um6tHFcRpo .card-text_2 {
  color: #e7e7e7;
}
.cid-um6tHFvY5W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-um6tHFvY5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHFvY5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHFvY5W .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6tHFvY5W .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6tHFvY5W .container-fluid .row {
  padding: 0;
}
.cid-um6tHFvY5W .row {
  justify-content: center;
}
.cid-um6tHFvY5W .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6tHFvY5W .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-um6tHFJmw3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-um6tHFJmw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHFJmw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHFJmw3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6tHFJmw3 .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6tHFJmw3 .container-fluid .row {
  padding: 0;
}
.cid-um6tHFJmw3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-um6tHFJmw3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-um6tHFJmw3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 310px;
  object-fit: cover;
}
.cid-um6tHFJmw3 .embla__button--next,
.cid-um6tHFJmw3 .embla__button--prev {
  display: flex;
}
.cid-um6tHFJmw3 .embla__button {
  bottom: -4.5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .85;
}
.cid-um6tHFJmw3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-um6tHFJmw3 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-um6tHFJmw3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 45%;
}
@media (max-width: 992px) {
  .cid-um6tHFJmw3 .embla__button.embla__button--prev {
    margin-left: 5%;
  }
}
.cid-um6tHFJmw3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 45%;
}
@media (max-width: 992px) {
  .cid-um6tHFJmw3 .embla__button.embla__button--next {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .cid-um6tHFJmw3 .embla__button {
    bottom: -3rem;
  }
}
.cid-um6tHFJmw3 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-um6tHFJmw3 .embla {
    padding: 20px;
  }
}
.cid-um6tHFJmw3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-um6tHFJmw3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-um6tHFJmw3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-um6tHFJmw3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-um6tHGk3oc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um6tHGk3oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6tHGk3oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6tHGk3oc .section-border-item {
  background-color: #d1cece;
}
.cid-um6tHGk3oc .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-um6tHGk3oc .main-container {
    padding: 3rem 0;
  }
}
.cid-um6tHGk3oc .title-wrap {
  width: 100%;
}
.cid-um6tHGk3oc .title-box {
  width: 100%;
}
.cid-um6tHGk3oc .mbr-title {
  color: #FFF;
}
.cid-um6tHGk3oc .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-um6tHGk3oc .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-um6tHGk3oc .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #d1cece;
  border-bottom: 1px solid #d1cece;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .card-row {
    flex-wrap: wrap;
  }
}
.cid-um6tHGk3oc .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .card {
    width: 100%;
  }
}
.cid-um6tHGk3oc .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d1cece;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-um6tHGk3oc .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-um6tHGk3oc .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-um6tHGk3oc .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-um6tHGk3oc .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-um6tHGk3oc .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #4ea2d3, #181818);
  opacity: 0;
  transition: .6s all;
}
.cid-um6tHGk3oc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-um6tHGk3oc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #a4a2a2;
  margin-right: 0;
}
.cid-um6tHGk3oc .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-um6tHGk3oc .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-um6tHGk3oc .card-title {
  color: #FFF;
}
.cid-um6tHGk3oc .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-um6tHGk3oc .card-text {
    margin-top: 1rem;
  }
}
.cid-um6tHGk3oc .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-um6tHGk3oc .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-um6tHGk3oc .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-um6tHGk3oc .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-um6tHGk3oc .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-um6tHGk3oc .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-um6tHGIn8p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um6tHGIn8p .section-border-item {
  background-color: #4ea2d3;
}
.cid-um6tHGIn8p .mbr-text {
  color: #FFFFFF;
}
.cid-um6LUHLQK8 {
  background-image: url("../../../assets/images/07-750x396.webp");
}
.cid-um6LUHLQK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUHLQK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6LUHLQK8 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6LUHLQK8 .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6LUHLQK8 .container-fluid .row {
  padding: 0;
}
.cid-um6LUHLQK8 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-um6LUHLQK8 .title-wrapper .image-wrapper img {
  width: 278px;
  height: 120px;
  display: inline;
}
.cid-um6LUHLQK8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-um6LUHLQK8 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-um6LUHLQK8 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6LUHLQK8 .mbr-section-title {
  color: #ffffff;
}
.cid-um6LUHLQK8 .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-um6LUHLQK8 .mbr-section-title,
.cid-um6LUHLQK8 .mbr-section-btn,
.cid-um6LUHLQK8 .image-wrapper {
  text-align: center;
}
.cid-um6LUI26bF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um6LUI26bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUI26bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6LUI26bF .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um6LUI26bF .container-fluid {
    padding: 0;
  }
}
.cid-um6LUI26bF .container-fluid .row {
  padding: 0;
}
.cid-um6LUI26bF .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6LUI26bF .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-um6LUI26bF .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-um6LUI26bF .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-um6LUI26bF .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6LUI26bF .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-um6LUI26bF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um6LUI26bF .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6LUI26bF .image-wrapper img {
    height: 400px;
  }
}
.cid-um6LUI26bF .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-um6LUI26bF .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6LUI26bF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6LUI26bF .mbr-text {
  color: #e7e7e7;
  text-align: center;
}
.cid-um6LUIwb9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-um6LUIwb9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUIwb9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-um6LUIwb9H .row {
    padding: 0 13px;
  }
}
.cid-um6LUIwb9H .title-wrapper {
  margin-bottom: 64px;
}
.cid-um6LUIwb9H .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-um6LUIwb9H .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6LUIwb9H .card-wrapper {
  margin-bottom: 42px;
}
.cid-um6LUIwb9H .card-wrapper .card-title_1,
.cid-um6LUIwb9H .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-um6LUIwb9H .card-wrapper .card-text_1,
.cid-um6LUIwb9H .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-um6LUIwb9H .card-wrapper .card-title_1,
  .cid-um6LUIwb9H .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-um6LUIwb9H .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-um6LUIwb9H .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-um6LUIwb9H .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-um6LUIwb9H .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-um6LUIwb9H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6LUIwb9H .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-um6LUIwb9H .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-um6LUIwb9H .card-text_1 {
  color: #e7e7e7;
  text-align: right;
}
.cid-um6LUIwb9H .card-title_2 {
  color: #ffffff;
}
.cid-um6LUIwb9H .card-text_2 {
  color: #e7e7e7;
}
.cid-um6LUIOinB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-um6LUIOinB .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUIOinB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6LUIOinB .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6LUIOinB .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6LUIOinB .container-fluid .row {
  padding: 0;
}
.cid-um6LUIOinB .row {
  justify-content: center;
}
.cid-um6LUIOinB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6LUIOinB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-um6LUJ2gVJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-um6LUJ2gVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUJ2gVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6LUJ2gVJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6LUJ2gVJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6LUJ2gVJ .container-fluid .row {
  padding: 0;
}
.cid-um6LUJ2gVJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-um6LUJ2gVJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-um6LUJ2gVJ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 310px;
  object-fit: cover;
}
.cid-um6LUJ2gVJ .embla__button--next,
.cid-um6LUJ2gVJ .embla__button--prev {
  display: flex;
}
.cid-um6LUJ2gVJ .embla__button {
  bottom: -4.5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .85;
}
.cid-um6LUJ2gVJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-um6LUJ2gVJ .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-um6LUJ2gVJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 45%;
}
@media (max-width: 992px) {
  .cid-um6LUJ2gVJ .embla__button.embla__button--prev {
    margin-left: 5%;
  }
}
.cid-um6LUJ2gVJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 45%;
}
@media (max-width: 992px) {
  .cid-um6LUJ2gVJ .embla__button.embla__button--next {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .cid-um6LUJ2gVJ .embla__button {
    bottom: -3rem;
  }
}
.cid-um6LUJ2gVJ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-um6LUJ2gVJ .embla {
    padding: 20px;
  }
}
.cid-um6LUJ2gVJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-um6LUJ2gVJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-um6LUJ2gVJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-um6LUJ2gVJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-um6LUJCu9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um6LUJCu9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6LUJCu9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6LUJCu9W .section-border-item {
  background-color: #d1cece;
}
.cid-um6LUJCu9W .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-um6LUJCu9W .main-container {
    padding: 3rem 0;
  }
}
.cid-um6LUJCu9W .title-wrap {
  width: 100%;
}
.cid-um6LUJCu9W .title-box {
  width: 100%;
}
.cid-um6LUJCu9W .mbr-title {
  color: #FFF;
}
.cid-um6LUJCu9W .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-um6LUJCu9W .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-um6LUJCu9W .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #d1cece;
  border-bottom: 1px solid #d1cece;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .card-row {
    flex-wrap: wrap;
  }
}
.cid-um6LUJCu9W .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .card {
    width: 100%;
  }
}
.cid-um6LUJCu9W .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d1cece;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-um6LUJCu9W .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-um6LUJCu9W .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-um6LUJCu9W .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-um6LUJCu9W .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-um6LUJCu9W .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #4ea2d3, #181818);
  opacity: 0;
  transition: .6s all;
}
.cid-um6LUJCu9W .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-um6LUJCu9W .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #a4a2a2;
  margin-right: 0;
}
.cid-um6LUJCu9W .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-um6LUJCu9W .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-um6LUJCu9W .card-title {
  color: #FFF;
}
.cid-um6LUJCu9W .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-um6LUJCu9W .card-text {
    margin-top: 1rem;
  }
}
.cid-um6LUJCu9W .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-um6LUJCu9W .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-um6LUJCu9W .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-um6LUJCu9W .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-um6LUJCu9W .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-um6LUJCu9W .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-um6LUK1a4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um6LUK1a4u .section-border-item {
  background-color: #4ea2d3;
}
.cid-um6LUK1a4u .mbr-text {
  color: #FFFFFF;
}
.cid-um6TX0wWra {
  background-image: url("../../../assets/images/assistencia-tecnica-1603x1080.webp");
}
.cid-um6TX0wWra .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6TX0wWra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6TX0wWra .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6TX0wWra .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6TX0wWra .container-fluid .row {
  padding: 0;
}
.cid-um6TX0wWra .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-um6TX0wWra .title-wrapper .image-wrapper img {
  width: 278px;
  height: 120px;
  display: inline;
}
.cid-um6TX0wWra .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-um6TX0wWra .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-um6TX0wWra .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6TX0wWra .mbr-section-title {
  color: #ffffff;
}
.cid-um6TX0wWra .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-um6TX0wWra .mbr-section-title,
.cid-um6TX0wWra .mbr-section-btn,
.cid-um6TX0wWra .image-wrapper {
  text-align: center;
}
.cid-um6TX0Oc4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um6TX0Oc4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6TX0Oc4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6TX0Oc4Q .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-um6TX0Oc4Q .container-fluid {
    padding: 0;
  }
}
.cid-um6TX0Oc4Q .container-fluid .row {
  padding: 0;
}
.cid-um6TX0Oc4Q .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um6TX0Oc4Q .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-um6TX0Oc4Q .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-um6TX0Oc4Q .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-um6TX0Oc4Q .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um6TX0Oc4Q .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-um6TX0Oc4Q .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um6TX0Oc4Q .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um6TX0Oc4Q .image-wrapper img {
    height: 400px;
  }
}
.cid-um6TX0Oc4Q .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-um6TX0Oc4Q .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-um6TX0Oc4Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um6TX0Oc4Q .mbr-text {
  color: #e7e7e7;
  text-align: center;
}
.cid-um6TX1o0AA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-um6TX1o0AA .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6TX1o0AA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6TX1o0AA .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6TX1o0AA .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6TX1o0AA .container-fluid .row {
  padding: 0;
}
.cid-um6TX1o0AA .row {
  justify-content: center;
}
.cid-um6TX1o0AA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um6TX1o0AA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-um6TX1CDp5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-um6TX1CDp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6TX1CDp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6TX1CDp5 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um6TX1CDp5 .container-fluid {
    padding: 0 25px;
  }
}
.cid-um6TX1CDp5 .container-fluid .row {
  padding: 0;
}
.cid-um6TX1CDp5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-um6TX1CDp5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-um6TX1CDp5 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 310px;
  object-fit: cover;
}
.cid-um6TX1CDp5 .embla__button--next,
.cid-um6TX1CDp5 .embla__button--prev {
  display: flex;
}
.cid-um6TX1CDp5 .embla__button {
  bottom: -4.5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .85;
}
.cid-um6TX1CDp5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-um6TX1CDp5 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-um6TX1CDp5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 45%;
}
@media (max-width: 992px) {
  .cid-um6TX1CDp5 .embla__button.embla__button--prev {
    margin-left: 5%;
  }
}
.cid-um6TX1CDp5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 45%;
}
@media (max-width: 992px) {
  .cid-um6TX1CDp5 .embla__button.embla__button--next {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .cid-um6TX1CDp5 .embla__button {
    bottom: -3rem;
  }
}
.cid-um6TX1CDp5 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-um6TX1CDp5 .embla {
    padding: 20px;
  }
}
.cid-um6TX1CDp5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-um6TX1CDp5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-um6TX1CDp5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-um6TX1CDp5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-um73QHEXD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um73QHEXD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um73QHEXD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um73QHEXD9 .section-border-item {
  background-color: #d1cece;
}
.cid-um73QHEXD9 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-um73QHEXD9 .main-container {
    padding: 3rem 0;
  }
}
.cid-um73QHEXD9 .title-wrap {
  width: 100%;
}
.cid-um73QHEXD9 .title-box {
  width: 100%;
}
.cid-um73QHEXD9 .mbr-title {
  color: #FFF;
}
.cid-um73QHEXD9 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-um73QHEXD9 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-um73QHEXD9 .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #d1cece;
  border-bottom: 1px solid #d1cece;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .card-row {
    flex-wrap: wrap;
  }
}
.cid-um73QHEXD9 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .card {
    width: 100%;
  }
}
.cid-um73QHEXD9 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d1cece;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-um73QHEXD9 .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-um73QHEXD9 .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-um73QHEXD9 .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-um73QHEXD9 .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-um73QHEXD9 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #4ea2d3, #181818);
  opacity: 0;
  transition: .6s all;
}
.cid-um73QHEXD9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-um73QHEXD9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #a4a2a2;
  margin-right: 0;
}
.cid-um73QHEXD9 .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-um73QHEXD9 .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-um73QHEXD9 .card-title {
  color: #FFF;
}
.cid-um73QHEXD9 .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-um73QHEXD9 .card-text {
    margin-top: 1rem;
  }
}
.cid-um73QHEXD9 .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-um73QHEXD9 .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-um73QHEXD9 .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-um73QHEXD9 .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-um73QHEXD9 .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-um73QHEXD9 .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-um6TX2rUGL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-um6TX2rUGL .section-border-item {
  background-color: #4ea2d3;
}
.cid-um6TX2rUGL .mbr-text {
  color: #FFFFFF;
}
