.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 0.75rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((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: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((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: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((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: #232323 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #9fe870 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #66d022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.75rem;
}
.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: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.75rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #9fe870 !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='%23232323' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1HAyEuTJ6 .navbar-dropdown {
  position: relative !important;
}
.cid-v1HAyEuTJ6 .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HAyEuTJ6 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HAyEuTJ6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HAyEuTJ6 .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-v1HAyEuTJ6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HAyEuTJ6 .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HAyEuTJ6 .dropdown-item:hover,
.cid-v1HAyEuTJ6 .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HAyEuTJ6 .dropdown-item:hover span {
  color: white;
}
.cid-v1HAyEuTJ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HAyEuTJ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HAyEuTJ6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HAyEuTJ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HAyEuTJ6 .nav-link {
  position: relative;
}
.cid-v1HAyEuTJ6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HAyEuTJ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HAyEuTJ6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HAyEuTJ6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HAyEuTJ6 .dropdown-menu,
.cid-v1HAyEuTJ6 .navbar.opened {
  background: #121212 !important;
}
.cid-v1HAyEuTJ6 .nav-item:focus,
.cid-v1HAyEuTJ6 .nav-link:focus {
  outline: none;
}
.cid-v1HAyEuTJ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HAyEuTJ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HAyEuTJ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HAyEuTJ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HAyEuTJ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HAyEuTJ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HAyEuTJ6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAyEuTJ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HAyEuTJ6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HAyEuTJ6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HAyEuTJ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HAyEuTJ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v1HAyEuTJ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HAyEuTJ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HAyEuTJ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HAyEuTJ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HAyEuTJ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HAyEuTJ6 .navbar.collapsed .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: 41%;
}
.cid-v1HAyEuTJ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HAyEuTJ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HAyEuTJ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HAyEuTJ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HAyEuTJ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HAyEuTJ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HAyEuTJ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HAyEuTJ6 .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-v1HAyEuTJ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HAyEuTJ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HAyEuTJ6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HAyEuTJ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HAyEuTJ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HAyEuTJ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HAyEuTJ6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HAyEuTJ6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HAyEuTJ6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HAyEuTJ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HAyEuTJ6 .navbar-brand .navbar-caption:hover,
.cid-v1HAyEuTJ6 .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HAyEuTJ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HAyEuTJ6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HAyEuTJ6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HAyEuTJ6 .dropdown-item.active,
.cid-v1HAyEuTJ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HAyEuTJ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HAyEuTJ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HAyEuTJ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HAyEuTJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HAyEuTJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HAyEuTJ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HAyEuTJ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HAyEuTJ6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HAyEuTJ6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HAyEuTJ6 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HAyEuTJ6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HAyEuTJ6 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HAyEuTJ6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HAyEuTJ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAyEuTJ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HAyEuTJ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HAyEuTJ6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAyEuTJ6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAyEuTJ6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HAyEuTJ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAyEuTJ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HAyEuTJ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HAyEuTJ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAyEuTJ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HAyEuTJ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HAyEuTJ6 .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-v1HAyEuTJ6 .navbar {
    height: 70px;
  }
  .cid-v1HAyEuTJ6 .navbar.opened {
    height: auto;
  }
  .cid-v1HAyEuTJ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HAyEuTJ6 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HAyEuTJ6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HAyEuTJ6 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HAyEuTJ6 .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HAyEuTJ6 .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HAyEuTJ6 .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HAyEuTJ6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HAyEuTJ6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HAyEuTJ6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HAyEuTJ6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HAyEuTJ6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HAyEuTJ6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HAyEuTJ6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HAyEuTJ6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HAyEuTJ6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HAyEuTJ6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HAyEuTJ6 .content-wrap {
  min-height: 110px;
}
.cid-v1HAyEuTJ6 .mbr-section-btn .btn::after,
.cid-v1HAyEuTJ6 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HAyEuTJ6 .mbr-section-btn .btn:hover,
.cid-v1HAyEuTJ6 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HAyEuTJ6 .mbr-section-btn .btn:hover::after,
.cid-v1HAyEuTJ6 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uSVrybczNP {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uSVrybczNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSVrybczNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uSVrybczNP .container-fluid {
    padding: 0;
  }
}
.cid-uSVrybczNP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 825px;
  max-width: 825px;
}
@media (max-width: 600px) {
  .cid-uSVrybczNP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSVrybczNP .embla__button--next,
.cid-uSVrybczNP .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSVrybczNP .embla__button--next,
  .cid-uSVrybczNP .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uSVrybczNP .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uSVrybczNP .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uSVrybczNP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSVrybczNP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSVrybczNP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSVrybczNP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSVrybczNP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSVrybczNP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSVrybczNP .embla {
  position: relative;
  width: 100%;
}
.cid-uSVrybczNP .embla:hover .embla__button--next,
.cid-uSVrybczNP .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uSVrybczNP .embla .embla__button--next,
  .cid-uSVrybczNP .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uSVrybczNP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSVrybczNP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSVrybczNP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSVrybczNP .embla__slide a {
  cursor: grab;
}
.cid-uSVrybczNP .embla__slide a:active {
  cursor: grabbing;
}
.cid-uSVrybczNP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSVrybczNP .mbr-section-title {
  color: #fdfde1;
}
.cid-uSVrybczNP .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-uSVrybczNP .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uSVrybczNP .mbr-box {
  color: #ffffff;
}
.cid-uSVrybczNP .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uSVrybczNP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uSVrybczNP .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uSVrybczNP .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fdfde1;
  padding: 0.3rem;
}
.cid-uSVrybczNP .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uSVrybczNP .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uSVrybczNP .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uSVrybczNP .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uSVrybczNP .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uSVrybczNP .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uSVrybczNP .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uSVrybczNP .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uSVrybczNP .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uSVrybczNP .item-wrapper:hover .card-title,
.cid-uSVrybczNP .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-uSVrybczNP .content-head {
  max-width: 856px;
}
.cid-uSVrybczNP .card-title-1 {
  color: #fdfde1;
}
.cid-uSVrybczNP .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uUSATgTHQO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uUSATgTHQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSATgTHQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSATgTHQO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUSATgTHQO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uUSATgTHQO .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uUSATgTHQO .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uUSATgTHQO .items-wrapper .item {
  padding: 0 15px;
}
.cid-uUSATgTHQO .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .item {
    margin-bottom: 15px;
  }
}
.cid-uUSATgTHQO .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUSATgTHQO .item .item-wrapper:hover::before,
.cid-uUSATgTHQO .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uUSATgTHQO .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uUSATgTHQO .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #bcef9b;
  color: #000000;
}
.cid-uUSATgTHQO .item .item-wrapper:hover .item-content .card-title,
.cid-uUSATgTHQO .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uUSATgTHQO .item .item-wrapper:hover .item-content .card-desc,
.cid-uUSATgTHQO .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uUSATgTHQO .item .item-wrapper:hover .item-img img,
.cid-uUSATgTHQO .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uUSATgTHQO .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #bcef9b;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uUSATgTHQO .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uUSATgTHQO .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uUSATgTHQO .item .item-wrapper .icon-card::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 "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
}
.cid-uUSATgTHQO .item .item-wrapper .icon-card::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 "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
}
.cid-uUSATgTHQO .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uUSATgTHQO .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uUSATgTHQO .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uUSATgTHQO .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uUSATgTHQO .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uUSATgTHQO .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUSATgTHQO .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uUSATgTHQO .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uUSATgTHQO .mbr-label,
.cid-uUSATgTHQO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUSATgTHQO .mbr-section-title,
.cid-uUSATgTHQO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUSATgTHQO .card-title {
  color: #000000;
}
.cid-uUSATgTHQO .card-desc {
  color: #8a8a8a;
}
.cid-tS1MNTXdXG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-tS1MNTXdXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS1MNTXdXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tS1MNTXdXG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tS1MNTXdXG .google-map {
  height: 100%;
  position: relative;
}
.cid-tS1MNTXdXG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tS1MNTXdXG .google-map iframe {
    min-height: 350px;
  }
}
.cid-tS1MNTXdXG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tS1MNTXdXG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tS1MNTXdXG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tS1MNTXdXG .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tS1MNTXdXG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tS1MNTXdXG .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tS1MNTXdXG .text-wrapper {
  padding: 0 1rem;
}
.cid-tS1MNTXdXG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tS1MNTXdXG .content-head {
  max-width: 800px;
}
.cid-tS1MNTXdXG .mbr-section-title {
  color: #ffffff;
}
.cid-uVK4zUNNg9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uVK4zUNNg9 .wrapper {
  background-color: #ffffff;
}
.cid-uVK4zUNNg9 li {
  list-style-type: none;
}
.cid-uVK4zUNNg9 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uVK4zUNNg9 .list-1 li {
  margin-bottom: 1rem;
}
.cid-uVK4zUNNg9 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uVK4zUNNg9 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uVK4zUNNg9 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uVK4zUNNg9 ul {
  margin: 0;
}
.cid-uVK4zUNNg9 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uVK4zUNNg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK4zUNNg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pTTyMqDF {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-u0pTTyMqDF .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-u0pTTyMqDF img,
.cid-u0pTTyMqDF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0pTTyMqDF .item:focus,
.cid-u0pTTyMqDF span:focus {
  outline: none;
}
.cid-u0pTTyMqDF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u0pTTyMqDF .item {
    margin-bottom: 1rem;
  }
}
.cid-u0pTTyMqDF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0pTTyMqDF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u0pTTyMqDF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0pTTyMqDF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0pTTyMqDF .mbr-section-title {
  color: #000000;
}
.cid-u0pTTyMqDF .item-title {
  text-align: left;
}
.cid-u0pTTyMqDF .item-subtitle {
  text-align: left;
}
.cid-u0pTTyMqDF .mbr-text,
.cid-u0pTTyMqDF .item .mbr-section-btn {
  text-align: left;
}
.cid-u0pTTyMqDF .content-head {
  max-width: 800px;
}
.cid-u0q40Ol1PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u0q40Ol1PE img,
.cid-u0q40Ol1PE .item-img {
  width: 100%;
}
.cid-u0q40Ol1PE .item:focus,
.cid-u0q40Ol1PE span:focus {
  outline: none;
}
.cid-u0q40Ol1PE .item-wrapper {
  position: relative;
}
.cid-u0q40Ol1PE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-u0q40Ol1PE .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u0q40Ol1PE .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-u0q40Ol1PE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0q40Ol1PE .mbr-section-title {
  color: #232323;
}
.cid-u0q40Ol1PE .mbr-text,
.cid-u0q40Ol1PE .mbr-section-btn {
  text-align: left;
}
.cid-u0q40Ol1PE .item-title {
  text-align: left;
}
.cid-u0q40Ol1PE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u0q40Ol1PE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-u0q40Ol1PE .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-u0q40Ol1PE .embla__button--next,
.cid-u0q40Ol1PE .embla__button--prev {
  display: flex;
}
.cid-u0q40Ol1PE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u0q40Ol1PE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0q40Ol1PE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u0q40Ol1PE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0q40Ol1PE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0q40Ol1PE .embla__button {
    top: auto;
  }
}
.cid-u0q40Ol1PE .embla {
  position: relative;
  width: 100%;
}
.cid-u0q40Ol1PE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0q40Ol1PE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0q40Ol1PE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0q40Ol1PE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-u0q40Ol1PE .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-u0q40Ol1PE .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-u0q40Ol1PE .content-head {
  max-width: 800px;
}
.cid-uEYkgh6rwQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uEYkgh6rwQ img,
.cid-uEYkgh6rwQ .item-img {
  width: 100%;
}
.cid-uEYkgh6rwQ .item:focus,
.cid-uEYkgh6rwQ span:focus {
  outline: none;
}
.cid-uEYkgh6rwQ .item-wrapper {
  position: relative;
}
.cid-uEYkgh6rwQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-uEYkgh6rwQ .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uEYkgh6rwQ .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uEYkgh6rwQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEYkgh6rwQ .mbr-section-title {
  color: #232323;
}
.cid-uEYkgh6rwQ .mbr-text,
.cid-uEYkgh6rwQ .mbr-section-btn {
  text-align: left;
}
.cid-uEYkgh6rwQ .item-title {
  text-align: left;
}
.cid-uEYkgh6rwQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uEYkgh6rwQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uEYkgh6rwQ .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uEYkgh6rwQ .embla__button--next,
.cid-uEYkgh6rwQ .embla__button--prev {
  display: flex;
}
.cid-uEYkgh6rwQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEYkgh6rwQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEYkgh6rwQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uEYkgh6rwQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEYkgh6rwQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEYkgh6rwQ .embla__button {
    top: auto;
  }
}
.cid-uEYkgh6rwQ .embla {
  position: relative;
  width: 100%;
}
.cid-uEYkgh6rwQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEYkgh6rwQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEYkgh6rwQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEYkgh6rwQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uEYkgh6rwQ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uEYkgh6rwQ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uEYkgh6rwQ .content-head {
  max-width: 800px;
}
.cid-uEYxmcj4AO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uEYxmcj4AO img,
.cid-uEYxmcj4AO .item-img {
  width: 100%;
}
.cid-uEYxmcj4AO .item:focus,
.cid-uEYxmcj4AO span:focus {
  outline: none;
}
.cid-uEYxmcj4AO .item-wrapper {
  position: relative;
}
.cid-uEYxmcj4AO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-uEYxmcj4AO .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uEYxmcj4AO .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uEYxmcj4AO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEYxmcj4AO .mbr-section-title {
  color: #232323;
}
.cid-uEYxmcj4AO .mbr-text,
.cid-uEYxmcj4AO .mbr-section-btn {
  text-align: left;
}
.cid-uEYxmcj4AO .item-title {
  text-align: left;
}
.cid-uEYxmcj4AO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uEYxmcj4AO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uEYxmcj4AO .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uEYxmcj4AO .embla__button--next,
.cid-uEYxmcj4AO .embla__button--prev {
  display: flex;
}
.cid-uEYxmcj4AO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEYxmcj4AO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEYxmcj4AO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uEYxmcj4AO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEYxmcj4AO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEYxmcj4AO .embla__button {
    top: auto;
  }
}
.cid-uEYxmcj4AO .embla {
  position: relative;
  width: 100%;
}
.cid-uEYxmcj4AO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEYxmcj4AO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEYxmcj4AO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEYxmcj4AO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uEYxmcj4AO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uEYxmcj4AO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uEYxmcj4AO .content-head {
  max-width: 800px;
}
.cid-uWcjVOYfvB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background2.png");
}
@media (max-width: 991px) {
  .cid-uWcjVOYfvB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWcjVOYfvB .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uWcjVOYfvB img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcjVOYfvB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWcjVOYfvB .mbr-text {
  color: #edefeb;
}
.cid-uWcjVOYfvB .mbr-section-title {
  color: #ffffff;
}
.cid-uWcjVOYfvB .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-v1HydkPm9z .navbar-dropdown {
  position: relative !important;
}
.cid-v1HydkPm9z .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HydkPm9z .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HydkPm9z .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HydkPm9z .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-v1HydkPm9z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HydkPm9z .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HydkPm9z .dropdown-item:hover,
.cid-v1HydkPm9z .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HydkPm9z .dropdown-item:hover span {
  color: white;
}
.cid-v1HydkPm9z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HydkPm9z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HydkPm9z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HydkPm9z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HydkPm9z .nav-link {
  position: relative;
}
.cid-v1HydkPm9z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HydkPm9z .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HydkPm9z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HydkPm9z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HydkPm9z .dropdown-menu,
.cid-v1HydkPm9z .navbar.opened {
  background: #121212 !important;
}
.cid-v1HydkPm9z .nav-item:focus,
.cid-v1HydkPm9z .nav-link:focus {
  outline: none;
}
.cid-v1HydkPm9z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HydkPm9z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HydkPm9z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HydkPm9z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HydkPm9z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HydkPm9z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HydkPm9z .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HydkPm9z .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HydkPm9z .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HydkPm9z .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HydkPm9z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HydkPm9z .navbar.collapsed {
  justify-content: center;
}
.cid-v1HydkPm9z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HydkPm9z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HydkPm9z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HydkPm9z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HydkPm9z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HydkPm9z .navbar.collapsed .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: 41%;
}
.cid-v1HydkPm9z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HydkPm9z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HydkPm9z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HydkPm9z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HydkPm9z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HydkPm9z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HydkPm9z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HydkPm9z .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-v1HydkPm9z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HydkPm9z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HydkPm9z .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HydkPm9z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HydkPm9z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HydkPm9z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HydkPm9z .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HydkPm9z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HydkPm9z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HydkPm9z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HydkPm9z .navbar-brand .navbar-caption:hover,
.cid-v1HydkPm9z .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HydkPm9z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HydkPm9z .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HydkPm9z .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HydkPm9z .dropdown-item.active,
.cid-v1HydkPm9z .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HydkPm9z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HydkPm9z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HydkPm9z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HydkPm9z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HydkPm9z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HydkPm9z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HydkPm9z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HydkPm9z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HydkPm9z ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HydkPm9z .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HydkPm9z .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HydkPm9z .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HydkPm9z .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HydkPm9z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HydkPm9z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HydkPm9z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HydkPm9z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HydkPm9z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HydkPm9z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HydkPm9z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HydkPm9z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HydkPm9z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HydkPm9z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HydkPm9z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HydkPm9z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HydkPm9z .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-v1HydkPm9z .navbar {
    height: 70px;
  }
  .cid-v1HydkPm9z .navbar.opened {
    height: auto;
  }
  .cid-v1HydkPm9z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HydkPm9z .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HydkPm9z .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HydkPm9z .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HydkPm9z .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HydkPm9z .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HydkPm9z .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HydkPm9z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HydkPm9z .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HydkPm9z .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HydkPm9z .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HydkPm9z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HydkPm9z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HydkPm9z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HydkPm9z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HydkPm9z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HydkPm9z .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HydkPm9z .content-wrap {
  min-height: 110px;
}
.cid-v1HydkPm9z .mbr-section-btn .btn::after,
.cid-v1HydkPm9z .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HydkPm9z .mbr-section-btn .btn:hover,
.cid-v1HydkPm9z .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HydkPm9z .mbr-section-btn .btn:hover::after,
.cid-v1HydkPm9z .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uEZ3vTYC5K {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uEZ3vTYC5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ3vTYC5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZ3vTYC5K .mbr-text {
  color: #000000;
}
.cid-uEZ3vTYC5K .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uEZ3vTYC5K .item-wrapper {
  background: #edefeb;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uEZ3vTYC5K .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEZ3vTYC5K .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uEZ3vTYC5K .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEZ3vTYC5K .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uEZ3vTYC5K .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uEZ3vTYC5K .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uEZ3vTYC5K .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uEZ3vTYC5K .mbr-text UL {
  text-align: left;
}
.cid-uEZ3vTYC5K .mbr-section-subtitle,
.cid-uEZ3vTYC5K .main-button {
  color: #edefeb;
}
.cid-uEZ3vTYC5K .mbr-section-subtitle,
.cid-uEZ3vTYC5K .main-button DIV {
  text-align: left;
}
.cid-uEZ3vTYC5K .mbr-section-title {
  color: #edefeb;
}
.cid-uWYKOi8C0K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uWYKOi8C0K .wrapper {
  background-color: #ffffff;
}
.cid-uWYKOi8C0K li {
  list-style-type: none;
}
.cid-uWYKOi8C0K .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uWYKOi8C0K .list-1 li {
  margin-bottom: 1rem;
}
.cid-uWYKOi8C0K .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uWYKOi8C0K .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uWYKOi8C0K .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uWYKOi8C0K ul {
  margin: 0;
}
.cid-uWYKOi8C0K .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uWYKOi8C0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYKOi8C0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjc2pSQBO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPjc2pSQBO .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uPjc2pSQBO img,
.cid-uPjc2pSQBO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uPjc2pSQBO .item:focus,
.cid-uPjc2pSQBO span:focus {
  outline: none;
}
.cid-uPjc2pSQBO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPjc2pSQBO .item {
    margin-bottom: 1rem;
  }
}
.cid-uPjc2pSQBO .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPjc2pSQBO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPjc2pSQBO .mbr-section-title {
  color: #edefeb;
}
.cid-uPjc2pSQBO .mbr-text,
.cid-uPjc2pSQBO .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uPjc2pSQBO .item-title {
  color: #edefeb;
  text-align: center;
}
.cid-uPjc2pSQBO .content-head {
  max-width: 800px;
}
.cid-uRBwwM3nWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uRBwwM3nWa .wrapper {
  background-color: #edefeb;
}
.cid-uRBwwM3nWa li {
  list-style-type: none;
}
.cid-uRBwwM3nWa .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uRBwwM3nWa .list-1 li {
  margin-bottom: 1rem;
}
.cid-uRBwwM3nWa .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uRBwwM3nWa .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uRBwwM3nWa .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uRBwwM3nWa ul {
  margin: 0;
}
.cid-uRBwwM3nWa .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uRBwwM3nWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBwwM3nWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HzHpEyc6 .navbar-dropdown {
  position: relative !important;
}
.cid-v1HzHpEyc6 .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HzHpEyc6 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HzHpEyc6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HzHpEyc6 .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-v1HzHpEyc6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HzHpEyc6 .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HzHpEyc6 .dropdown-item:hover,
.cid-v1HzHpEyc6 .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HzHpEyc6 .dropdown-item:hover span {
  color: white;
}
.cid-v1HzHpEyc6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HzHpEyc6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HzHpEyc6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HzHpEyc6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HzHpEyc6 .nav-link {
  position: relative;
}
.cid-v1HzHpEyc6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HzHpEyc6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HzHpEyc6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HzHpEyc6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HzHpEyc6 .dropdown-menu,
.cid-v1HzHpEyc6 .navbar.opened {
  background: #121212 !important;
}
.cid-v1HzHpEyc6 .nav-item:focus,
.cid-v1HzHpEyc6 .nav-link:focus {
  outline: none;
}
.cid-v1HzHpEyc6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HzHpEyc6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HzHpEyc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HzHpEyc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HzHpEyc6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HzHpEyc6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HzHpEyc6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HzHpEyc6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HzHpEyc6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HzHpEyc6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HzHpEyc6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HzHpEyc6 .navbar.collapsed {
  justify-content: center;
}
.cid-v1HzHpEyc6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HzHpEyc6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HzHpEyc6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HzHpEyc6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HzHpEyc6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HzHpEyc6 .navbar.collapsed .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: 41%;
}
.cid-v1HzHpEyc6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HzHpEyc6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HzHpEyc6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HzHpEyc6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HzHpEyc6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HzHpEyc6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HzHpEyc6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HzHpEyc6 .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-v1HzHpEyc6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HzHpEyc6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HzHpEyc6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HzHpEyc6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HzHpEyc6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HzHpEyc6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HzHpEyc6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HzHpEyc6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HzHpEyc6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HzHpEyc6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HzHpEyc6 .navbar-brand .navbar-caption:hover,
.cid-v1HzHpEyc6 .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HzHpEyc6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HzHpEyc6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HzHpEyc6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HzHpEyc6 .dropdown-item.active,
.cid-v1HzHpEyc6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HzHpEyc6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HzHpEyc6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HzHpEyc6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HzHpEyc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HzHpEyc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HzHpEyc6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HzHpEyc6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HzHpEyc6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HzHpEyc6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HzHpEyc6 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HzHpEyc6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HzHpEyc6 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HzHpEyc6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HzHpEyc6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HzHpEyc6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HzHpEyc6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HzHpEyc6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HzHpEyc6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HzHpEyc6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HzHpEyc6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HzHpEyc6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HzHpEyc6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HzHpEyc6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HzHpEyc6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HzHpEyc6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HzHpEyc6 .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-v1HzHpEyc6 .navbar {
    height: 70px;
  }
  .cid-v1HzHpEyc6 .navbar.opened {
    height: auto;
  }
  .cid-v1HzHpEyc6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HzHpEyc6 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HzHpEyc6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HzHpEyc6 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HzHpEyc6 .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HzHpEyc6 .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HzHpEyc6 .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HzHpEyc6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HzHpEyc6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HzHpEyc6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HzHpEyc6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HzHpEyc6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HzHpEyc6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HzHpEyc6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HzHpEyc6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HzHpEyc6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HzHpEyc6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HzHpEyc6 .content-wrap {
  min-height: 110px;
}
.cid-v1HzHpEyc6 .mbr-section-btn .btn::after,
.cid-v1HzHpEyc6 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HzHpEyc6 .mbr-section-btn .btn:hover,
.cid-v1HzHpEyc6 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HzHpEyc6 .mbr-section-btn .btn:hover::after,
.cid-v1HzHpEyc6 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uJgNxLaMw9 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uJgNxLaMw9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJgNxLaMw9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uJgNxLaMw9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uJgNxLaMw9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJgNxLaMw9 .content-head {
  max-width: 800px;
}
.cid-uJgNxLaMw9 .mbr-section-title {
  color: #edefeb;
}
.cid-uJgNxLaMw9 .form-control {
  font-size: 18px;
}
.cid-uJgNxLaMw9 .btn {
  font-size: 18px;
}
.cid-uJgNxLayZI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uJgNxLayZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgNxLayZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgNxLayZI .mbr-text {
  color: #000000;
}
.cid-uJgNxLayZI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uJgNxLayZI .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJgNxLayZI .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uJgNxLayZI .mbr-section-subtitle,
.cid-uJgNxLayZI .main-button {
  color: #edefeb;
}
.cid-uJgNxLayZI .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJgNxLayZI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJgNxLayZI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJgNxLayZI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJgNxLayZI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJgNxLayZI .mbr-section-title {
  color: #edefeb;
}
.cid-uWYJNk0MIX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uWYJNk0MIX .wrapper {
  background-color: #ffffff;
}
.cid-uWYJNk0MIX li {
  list-style-type: none;
}
.cid-uWYJNk0MIX .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uWYJNk0MIX .list-1 li {
  margin-bottom: 1rem;
}
.cid-uWYJNk0MIX .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uWYJNk0MIX .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uWYJNk0MIX .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uWYJNk0MIX ul {
  margin: 0;
}
.cid-uWYJNk0MIX .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uWYJNk0MIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYJNk0MIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLu8jxMPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uRLu8jxMPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLu8jxMPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uRLu8jxMPC .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uRLu8jxMPC .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRLu8jxMPC .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uRLu8jxMPC .card-wrapper {
  background: #ffffff;
}
.cid-uRLu8jxMPC .mbr-text,
.cid-uRLu8jxMPC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRLu8jxMPC .card-title,
.cid-uRLu8jxMPC .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRLu8jxdk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRLu8jxdk7 .mbr-text {
  color: #000000;
}
.cid-uRLu8jxdk7 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uRLu8jxI5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uRLu8jxI5w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRLu8jxI5w form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRLu8jxI5w form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRLu8jxI5w form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRLu8jxI5w .content-head {
  max-width: 800px;
}
.cid-v1HAlptULn .navbar-dropdown {
  position: relative !important;
}
.cid-v1HAlptULn .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HAlptULn .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HAlptULn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HAlptULn .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-v1HAlptULn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HAlptULn .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HAlptULn .dropdown-item:hover,
.cid-v1HAlptULn .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HAlptULn .dropdown-item:hover span {
  color: white;
}
.cid-v1HAlptULn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HAlptULn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HAlptULn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HAlptULn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HAlptULn .nav-link {
  position: relative;
}
.cid-v1HAlptULn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HAlptULn .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HAlptULn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HAlptULn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HAlptULn .dropdown-menu,
.cid-v1HAlptULn .navbar.opened {
  background: #121212 !important;
}
.cid-v1HAlptULn .nav-item:focus,
.cid-v1HAlptULn .nav-link:focus {
  outline: none;
}
.cid-v1HAlptULn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HAlptULn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HAlptULn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HAlptULn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HAlptULn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HAlptULn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HAlptULn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAlptULn .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HAlptULn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HAlptULn .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HAlptULn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HAlptULn .navbar.collapsed {
  justify-content: center;
}
.cid-v1HAlptULn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HAlptULn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HAlptULn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HAlptULn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HAlptULn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HAlptULn .navbar.collapsed .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: 41%;
}
.cid-v1HAlptULn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HAlptULn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HAlptULn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HAlptULn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HAlptULn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HAlptULn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HAlptULn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HAlptULn .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-v1HAlptULn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HAlptULn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HAlptULn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HAlptULn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HAlptULn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HAlptULn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HAlptULn .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HAlptULn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HAlptULn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HAlptULn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HAlptULn .navbar-brand .navbar-caption:hover,
.cid-v1HAlptULn .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HAlptULn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HAlptULn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HAlptULn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HAlptULn .dropdown-item.active,
.cid-v1HAlptULn .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HAlptULn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HAlptULn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HAlptULn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HAlptULn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HAlptULn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HAlptULn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HAlptULn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HAlptULn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HAlptULn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HAlptULn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HAlptULn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HAlptULn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HAlptULn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HAlptULn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAlptULn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HAlptULn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HAlptULn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAlptULn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAlptULn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HAlptULn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAlptULn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HAlptULn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HAlptULn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAlptULn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HAlptULn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HAlptULn .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-v1HAlptULn .navbar {
    height: 70px;
  }
  .cid-v1HAlptULn .navbar.opened {
    height: auto;
  }
  .cid-v1HAlptULn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HAlptULn .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HAlptULn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HAlptULn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HAlptULn .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HAlptULn .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HAlptULn .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HAlptULn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HAlptULn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HAlptULn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HAlptULn .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HAlptULn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HAlptULn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HAlptULn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HAlptULn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HAlptULn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HAlptULn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HAlptULn .content-wrap {
  min-height: 110px;
}
.cid-v1HAlptULn .mbr-section-btn .btn::after,
.cid-v1HAlptULn .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HAlptULn .mbr-section-btn .btn:hover,
.cid-v1HAlptULn .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HAlptULn .mbr-section-btn .btn:hover::after,
.cid-v1HAlptULn .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uVJyaPHGRZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uVJyaPHGRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJyaPHGRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJyaPHGRZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVJyaPHGRZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVJyaPHGRZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVJyaPHGRZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVJyaPHGRZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVJyaPHGRZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVJyaPHGRZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVJyaPHGRZ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVJyaPHGRZ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVJyaPHGRZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVJyaPHGRZ .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uVJyaPHGRZ .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .card_1 {
    width: 100%;
  }
}
.cid-uVJyaPHGRZ .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVJyaPHGRZ .card_2 {
    width: 100%;
  }
}
.cid-uVJyaPHGRZ .main-btn {
  margin-top: 12px;
}
.cid-uVJyaPHGRZ .mbr-label,
.cid-uVJyaPHGRZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVJyaPHGRZ .mbr-section-title,
.cid-uVJyaPHGRZ .title-wrapper {
  color: #000000;
}
.cid-uVJyaPHGRZ .mbr-text,
.cid-uVJyaPHGRZ .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uVJyaPHGRZ .item-title {
  color: #000000;
}
.cid-uVJyaPHGRZ .item-text {
  color: #515151;
}
.cid-uVJyaPHGRZ .mbr-section-title,
.cid-uVJyaPHGRZ .title-wrapper,
.cid-uVJyaPHGRZ .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-uWRqGaT49j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWRqGaT49j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRqGaT49j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRqGaT49j .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRqGaT49j .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRqGaT49j .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWRqGaT49j .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRqGaT49j .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRqGaT49j .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRqGaT49j .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRqGaT49j .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRqGaT49j .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRqGaT49j .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRqGaT49j .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRqGaT49j .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .card_1 {
    width: 100%;
  }
}
.cid-uWRqGaT49j .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRqGaT49j .card_2 {
    width: 100%;
  }
}
.cid-uWRqGaT49j .main-btn {
  margin-top: 12px;
}
.cid-uWRqGaT49j .mbr-label,
.cid-uWRqGaT49j .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRqGaT49j .mbr-section-title,
.cid-uWRqGaT49j .title-wrapper {
  color: #000000;
}
.cid-uWRqGaT49j .mbr-text,
.cid-uWRqGaT49j .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uWRqGaT49j .item-title {
  color: #000000;
}
.cid-uWRqGaT49j .item-text {
  color: #515151;
}
.cid-uWRqGaT49j .mbr-section-title,
.cid-uWRqGaT49j .title-wrapper,
.cid-uWRqGaT49j .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uWRrQHDkBG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWRrQHDkBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRrQHDkBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRrQHDkBG .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRrQHDkBG .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRrQHDkBG .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWRrQHDkBG .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRrQHDkBG .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRrQHDkBG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRrQHDkBG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRrQHDkBG .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRrQHDkBG .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRrQHDkBG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRrQHDkBG .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRrQHDkBG .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .card_1 {
    width: 100%;
  }
}
.cid-uWRrQHDkBG .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRrQHDkBG .card_2 {
    width: 100%;
  }
}
.cid-uWRrQHDkBG .main-btn {
  margin-top: 12px;
}
.cid-uWRrQHDkBG .mbr-label,
.cid-uWRrQHDkBG .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRrQHDkBG .mbr-section-title,
.cid-uWRrQHDkBG .title-wrapper {
  color: #000000;
}
.cid-uWRrQHDkBG .mbr-text,
.cid-uWRrQHDkBG .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uWRrQHDkBG .item-title {
  color: #000000;
}
.cid-uWRrQHDkBG .item-text {
  color: #515151;
}
.cid-uWRrQHDkBG .mbr-section-title,
.cid-uWRrQHDkBG .title-wrapper,
.cid-uWRrQHDkBG .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uWRswce629 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWRswce629 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRswce629 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRswce629 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRswce629 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRswce629 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWRswce629 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRswce629 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRswce629 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRswce629 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRswce629 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRswce629 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRswce629 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRswce629 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRswce629 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .card_1 {
    width: 100%;
  }
}
.cid-uWRswce629 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRswce629 .card_2 {
    width: 100%;
  }
}
.cid-uWRswce629 .main-btn {
  margin-top: 12px;
}
.cid-uWRswce629 .mbr-label,
.cid-uWRswce629 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRswce629 .mbr-section-title,
.cid-uWRswce629 .title-wrapper {
  color: #000000;
}
.cid-uWRswce629 .mbr-text,
.cid-uWRswce629 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uWRswce629 .item-title {
  color: #000000;
}
.cid-uWRswce629 .item-text {
  color: #515151;
}
.cid-uWRswce629 .mbr-section-title,
.cid-uWRswce629 .title-wrapper,
.cid-uWRswce629 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uWRtdg7hjD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWRtdg7hjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRtdg7hjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRtdg7hjD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRtdg7hjD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRtdg7hjD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWRtdg7hjD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRtdg7hjD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRtdg7hjD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRtdg7hjD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRtdg7hjD .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRtdg7hjD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRtdg7hjD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRtdg7hjD .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRtdg7hjD .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .card_1 {
    width: 100%;
  }
}
.cid-uWRtdg7hjD .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRtdg7hjD .card_2 {
    width: 100%;
  }
}
.cid-uWRtdg7hjD .main-btn {
  margin-top: 12px;
}
.cid-uWRtdg7hjD .mbr-label,
.cid-uWRtdg7hjD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRtdg7hjD .mbr-section-title,
.cid-uWRtdg7hjD .title-wrapper {
  color: #000000;
}
.cid-uWRtdg7hjD .mbr-text,
.cid-uWRtdg7hjD .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uWRtdg7hjD .item-title {
  color: #000000;
}
.cid-uWRtdg7hjD .item-text {
  color: #515151;
}
.cid-uWRtdg7hjD .mbr-section-title,
.cid-uWRtdg7hjD .title-wrapper,
.cid-uWRtdg7hjD .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uWRtSB28Eu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uWRtSB28Eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRtSB28Eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRtSB28Eu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRtSB28Eu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRtSB28Eu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWRtSB28Eu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRtSB28Eu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRtSB28Eu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRtSB28Eu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRtSB28Eu .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRtSB28Eu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRtSB28Eu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRtSB28Eu .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRtSB28Eu .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .card_1 {
    width: 100%;
  }
}
.cid-uWRtSB28Eu .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRtSB28Eu .card_2 {
    width: 100%;
  }
}
.cid-uWRtSB28Eu .main-btn {
  margin-top: 12px;
}
.cid-uWRtSB28Eu .mbr-label,
.cid-uWRtSB28Eu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRtSB28Eu .mbr-section-title,
.cid-uWRtSB28Eu .title-wrapper {
  color: #000000;
}
.cid-uWRtSB28Eu .mbr-text,
.cid-uWRtSB28Eu .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uWRtSB28Eu .item-title {
  color: #000000;
}
.cid-uWRtSB28Eu .item-text {
  color: #515151;
}
.cid-uWRtSB28Eu .mbr-section-title,
.cid-uWRtSB28Eu .title-wrapper,
.cid-uWRtSB28Eu .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0mxBtVsA5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mxBtVsA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mxBtVsA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mxBtVsA5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mxBtVsA5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mxBtVsA5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mxBtVsA5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mxBtVsA5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mxBtVsA5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mxBtVsA5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mxBtVsA5 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mxBtVsA5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mxBtVsA5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mxBtVsA5 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mxBtVsA5 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .card_1 {
    width: 100%;
  }
}
.cid-v0mxBtVsA5 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mxBtVsA5 .card_2 {
    width: 100%;
  }
}
.cid-v0mxBtVsA5 .main-btn {
  margin-top: 12px;
}
.cid-v0mxBtVsA5 .mbr-label,
.cid-v0mxBtVsA5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mxBtVsA5 .mbr-section-title,
.cid-v0mxBtVsA5 .title-wrapper {
  color: #000000;
}
.cid-v0mxBtVsA5 .mbr-text,
.cid-v0mxBtVsA5 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mxBtVsA5 .item-title {
  color: #000000;
}
.cid-v0mxBtVsA5 .item-text {
  color: #515151;
}
.cid-v0mxBtVsA5 .mbr-section-title,
.cid-v0mxBtVsA5 .title-wrapper,
.cid-v0mxBtVsA5 .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-v0mzzBLiii {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mzzBLiii .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mzzBLiii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mzzBLiii .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mzzBLiii .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mzzBLiii .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mzzBLiii .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mzzBLiii .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mzzBLiii .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mzzBLiii .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mzzBLiii .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mzzBLiii .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mzzBLiii .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mzzBLiii .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mzzBLiii .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .card_1 {
    width: 100%;
  }
}
.cid-v0mzzBLiii .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mzzBLiii .card_2 {
    width: 100%;
  }
}
.cid-v0mzzBLiii .main-btn {
  margin-top: 12px;
}
.cid-v0mzzBLiii .mbr-label,
.cid-v0mzzBLiii .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mzzBLiii .mbr-section-title,
.cid-v0mzzBLiii .title-wrapper {
  color: #000000;
}
.cid-v0mzzBLiii .mbr-text,
.cid-v0mzzBLiii .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mzzBLiii .item-title {
  color: #000000;
}
.cid-v0mzzBLiii .item-text {
  color: #515151;
}
.cid-v0mzzBLiii .mbr-section-title,
.cid-v0mzzBLiii .title-wrapper,
.cid-v0mzzBLiii .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0mBzNxFW4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mBzNxFW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mBzNxFW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mBzNxFW4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mBzNxFW4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mBzNxFW4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mBzNxFW4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mBzNxFW4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mBzNxFW4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mBzNxFW4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mBzNxFW4 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mBzNxFW4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mBzNxFW4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mBzNxFW4 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mBzNxFW4 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .card_1 {
    width: 100%;
  }
}
.cid-v0mBzNxFW4 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mBzNxFW4 .card_2 {
    width: 100%;
  }
}
.cid-v0mBzNxFW4 .main-btn {
  margin-top: 12px;
}
.cid-v0mBzNxFW4 .mbr-label,
.cid-v0mBzNxFW4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mBzNxFW4 .mbr-section-title,
.cid-v0mBzNxFW4 .title-wrapper {
  color: #000000;
}
.cid-v0mBzNxFW4 .mbr-text,
.cid-v0mBzNxFW4 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mBzNxFW4 .item-title {
  color: #000000;
}
.cid-v0mBzNxFW4 .item-text {
  color: #515151;
}
.cid-v0mBzNxFW4 .mbr-section-title,
.cid-v0mBzNxFW4 .title-wrapper,
.cid-v0mBzNxFW4 .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-v0mDPE5W06 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mDPE5W06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mDPE5W06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mDPE5W06 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mDPE5W06 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mDPE5W06 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mDPE5W06 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mDPE5W06 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mDPE5W06 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mDPE5W06 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mDPE5W06 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mDPE5W06 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mDPE5W06 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mDPE5W06 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mDPE5W06 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .card_1 {
    width: 100%;
  }
}
.cid-v0mDPE5W06 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mDPE5W06 .card_2 {
    width: 100%;
  }
}
.cid-v0mDPE5W06 .main-btn {
  margin-top: 12px;
}
.cid-v0mDPE5W06 .mbr-label,
.cid-v0mDPE5W06 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mDPE5W06 .mbr-section-title,
.cid-v0mDPE5W06 .title-wrapper {
  color: #000000;
}
.cid-v0mDPE5W06 .mbr-text,
.cid-v0mDPE5W06 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mDPE5W06 .item-title {
  color: #000000;
}
.cid-v0mDPE5W06 .item-text {
  color: #515151;
}
.cid-v0mDPE5W06 .mbr-section-title,
.cid-v0mDPE5W06 .title-wrapper,
.cid-v0mDPE5W06 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0mF1QsXS8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mF1QsXS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mF1QsXS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mF1QsXS8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mF1QsXS8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mF1QsXS8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mF1QsXS8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mF1QsXS8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mF1QsXS8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mF1QsXS8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mF1QsXS8 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mF1QsXS8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mF1QsXS8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mF1QsXS8 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mF1QsXS8 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .card_1 {
    width: 100%;
  }
}
.cid-v0mF1QsXS8 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mF1QsXS8 .card_2 {
    width: 100%;
  }
}
.cid-v0mF1QsXS8 .main-btn {
  margin-top: 12px;
}
.cid-v0mF1QsXS8 .mbr-label,
.cid-v0mF1QsXS8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mF1QsXS8 .mbr-section-title,
.cid-v0mF1QsXS8 .title-wrapper {
  color: #000000;
}
.cid-v0mF1QsXS8 .mbr-text,
.cid-v0mF1QsXS8 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mF1QsXS8 .item-title {
  color: #000000;
}
.cid-v0mF1QsXS8 .item-text {
  color: #515151;
}
.cid-v0mF1QsXS8 .mbr-section-title,
.cid-v0mF1QsXS8 .title-wrapper,
.cid-v0mF1QsXS8 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0mFsVXzLB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mFsVXzLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mFsVXzLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mFsVXzLB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mFsVXzLB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mFsVXzLB .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mFsVXzLB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mFsVXzLB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mFsVXzLB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mFsVXzLB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mFsVXzLB .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mFsVXzLB .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mFsVXzLB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mFsVXzLB .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mFsVXzLB .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .card_1 {
    width: 100%;
  }
}
.cid-v0mFsVXzLB .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mFsVXzLB .card_2 {
    width: 100%;
  }
}
.cid-v0mFsVXzLB .main-btn {
  margin-top: 12px;
}
.cid-v0mFsVXzLB .mbr-label,
.cid-v0mFsVXzLB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mFsVXzLB .mbr-section-title,
.cid-v0mFsVXzLB .title-wrapper {
  color: #000000;
}
.cid-v0mFsVXzLB .mbr-text,
.cid-v0mFsVXzLB .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mFsVXzLB .item-title {
  color: #000000;
}
.cid-v0mFsVXzLB .item-text {
  color: #515151;
}
.cid-v0mFsVXzLB .mbr-section-title,
.cid-v0mFsVXzLB .title-wrapper,
.cid-v0mFsVXzLB .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0mGbgAOwT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0mGbgAOwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mGbgAOwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mGbgAOwT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0mGbgAOwT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0mGbgAOwT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0mGbgAOwT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0mGbgAOwT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0mGbgAOwT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0mGbgAOwT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0mGbgAOwT .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0mGbgAOwT .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0mGbgAOwT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0mGbgAOwT .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0mGbgAOwT .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .card_1 {
    width: 100%;
  }
}
.cid-v0mGbgAOwT .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0mGbgAOwT .card_2 {
    width: 100%;
  }
}
.cid-v0mGbgAOwT .main-btn {
  margin-top: 12px;
}
.cid-v0mGbgAOwT .mbr-label,
.cid-v0mGbgAOwT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0mGbgAOwT .mbr-section-title,
.cid-v0mGbgAOwT .title-wrapper {
  color: #000000;
}
.cid-v0mGbgAOwT .mbr-text,
.cid-v0mGbgAOwT .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0mGbgAOwT .item-title {
  color: #000000;
}
.cid-v0mGbgAOwT .item-text {
  color: #515151;
}
.cid-v0mGbgAOwT .mbr-section-title,
.cid-v0mGbgAOwT .title-wrapper,
.cid-v0mGbgAOwT .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yn7xBpcj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yn7xBpcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yn7xBpcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yn7xBpcj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0yn7xBpcj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0yn7xBpcj .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0yn7xBpcj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0yn7xBpcj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0yn7xBpcj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yn7xBpcj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0yn7xBpcj .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0yn7xBpcj .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0yn7xBpcj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0yn7xBpcj .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0yn7xBpcj .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .card_1 {
    width: 100%;
  }
}
.cid-v0yn7xBpcj .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0yn7xBpcj .card_2 {
    width: 100%;
  }
}
.cid-v0yn7xBpcj .main-btn {
  margin-top: 12px;
}
.cid-v0yn7xBpcj .mbr-label,
.cid-v0yn7xBpcj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yn7xBpcj .mbr-section-title,
.cid-v0yn7xBpcj .title-wrapper {
  color: #000000;
}
.cid-v0yn7xBpcj .mbr-text,
.cid-v0yn7xBpcj .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0yn7xBpcj .item-title {
  color: #000000;
}
.cid-v0yn7xBpcj .item-text {
  color: #515151;
}
.cid-v0yn7xBpcj .mbr-section-title,
.cid-v0yn7xBpcj .title-wrapper,
.cid-v0yn7xBpcj .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yoJILgyN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yoJILgyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yoJILgyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yoJILgyN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0yoJILgyN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0yoJILgyN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0yoJILgyN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0yoJILgyN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0yoJILgyN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yoJILgyN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0yoJILgyN .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0yoJILgyN .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0yoJILgyN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0yoJILgyN .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0yoJILgyN .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .card_1 {
    width: 100%;
  }
}
.cid-v0yoJILgyN .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0yoJILgyN .card_2 {
    width: 100%;
  }
}
.cid-v0yoJILgyN .main-btn {
  margin-top: 12px;
}
.cid-v0yoJILgyN .mbr-label,
.cid-v0yoJILgyN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yoJILgyN .mbr-section-title,
.cid-v0yoJILgyN .title-wrapper {
  color: #000000;
}
.cid-v0yoJILgyN .mbr-text,
.cid-v0yoJILgyN .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0yoJILgyN .item-title {
  color: #000000;
}
.cid-v0yoJILgyN .item-text {
  color: #515151;
}
.cid-v0yoJILgyN .mbr-section-title,
.cid-v0yoJILgyN .title-wrapper,
.cid-v0yoJILgyN .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yoK9no4o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yoK9no4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yoK9no4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yoK9no4o .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0yoK9no4o .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0yoK9no4o .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0yoK9no4o .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0yoK9no4o .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0yoK9no4o .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yoK9no4o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0yoK9no4o .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0yoK9no4o .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0yoK9no4o .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0yoK9no4o .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0yoK9no4o .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .card_1 {
    width: 100%;
  }
}
.cid-v0yoK9no4o .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0yoK9no4o .card_2 {
    width: 100%;
  }
}
.cid-v0yoK9no4o .main-btn {
  margin-top: 12px;
}
.cid-v0yoK9no4o .mbr-label,
.cid-v0yoK9no4o .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yoK9no4o .mbr-section-title,
.cid-v0yoK9no4o .title-wrapper {
  color: #000000;
}
.cid-v0yoK9no4o .mbr-text,
.cid-v0yoK9no4o .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0yoK9no4o .item-title {
  color: #000000;
}
.cid-v0yoK9no4o .item-text {
  color: #515151;
}
.cid-v0yoK9no4o .mbr-section-title,
.cid-v0yoK9no4o .title-wrapper,
.cid-v0yoK9no4o .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yrAD2QGX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yrAD2QGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yrAD2QGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yrAD2QGX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0yrAD2QGX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0yrAD2QGX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0yrAD2QGX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0yrAD2QGX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0yrAD2QGX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yrAD2QGX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0yrAD2QGX .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0yrAD2QGX .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0yrAD2QGX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0yrAD2QGX .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0yrAD2QGX .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .card_1 {
    width: 100%;
  }
}
.cid-v0yrAD2QGX .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0yrAD2QGX .card_2 {
    width: 100%;
  }
}
.cid-v0yrAD2QGX .main-btn {
  margin-top: 12px;
}
.cid-v0yrAD2QGX .mbr-label,
.cid-v0yrAD2QGX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yrAD2QGX .mbr-section-title,
.cid-v0yrAD2QGX .title-wrapper {
  color: #000000;
}
.cid-v0yrAD2QGX .mbr-text,
.cid-v0yrAD2QGX .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0yrAD2QGX .item-title {
  color: #000000;
}
.cid-v0yrAD2QGX .item-text {
  color: #515151;
}
.cid-v0yrAD2QGX .mbr-section-title,
.cid-v0yrAD2QGX .title-wrapper,
.cid-v0yrAD2QGX .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ysafBcso {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ysafBcso .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ysafBcso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ysafBcso .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ysafBcso .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ysafBcso .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ysafBcso .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ysafBcso .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ysafBcso .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ysafBcso .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ysafBcso .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ysafBcso .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ysafBcso .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ysafBcso .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ysafBcso .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .card_1 {
    width: 100%;
  }
}
.cid-v0ysafBcso .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ysafBcso .card_2 {
    width: 100%;
  }
}
.cid-v0ysafBcso .main-btn {
  margin-top: 12px;
}
.cid-v0ysafBcso .mbr-label,
.cid-v0ysafBcso .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ysafBcso .mbr-section-title,
.cid-v0ysafBcso .title-wrapper {
  color: #000000;
}
.cid-v0ysafBcso .mbr-text,
.cid-v0ysafBcso .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ysafBcso .item-title {
  color: #000000;
}
.cid-v0ysafBcso .item-text {
  color: #515151;
}
.cid-v0ysafBcso .mbr-section-title,
.cid-v0ysafBcso .title-wrapper,
.cid-v0ysafBcso .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ysSeNCWj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ysSeNCWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ysSeNCWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ysSeNCWj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ysSeNCWj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ysSeNCWj .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ysSeNCWj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ysSeNCWj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ysSeNCWj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ysSeNCWj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ysSeNCWj .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ysSeNCWj .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ysSeNCWj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ysSeNCWj .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ysSeNCWj .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .card_1 {
    width: 100%;
  }
}
.cid-v0ysSeNCWj .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ysSeNCWj .card_2 {
    width: 100%;
  }
}
.cid-v0ysSeNCWj .main-btn {
  margin-top: 12px;
}
.cid-v0ysSeNCWj .mbr-label,
.cid-v0ysSeNCWj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ysSeNCWj .mbr-section-title,
.cid-v0ysSeNCWj .title-wrapper {
  color: #000000;
}
.cid-v0ysSeNCWj .mbr-text,
.cid-v0ysSeNCWj .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ysSeNCWj .item-title {
  color: #000000;
}
.cid-v0ysSeNCWj .item-text {
  color: #515151;
}
.cid-v0ysSeNCWj .mbr-section-title,
.cid-v0ysSeNCWj .title-wrapper,
.cid-v0ysSeNCWj .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yttFLP4U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yttFLP4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yttFLP4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yttFLP4U .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0yttFLP4U .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0yttFLP4U .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0yttFLP4U .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0yttFLP4U .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0yttFLP4U .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yttFLP4U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0yttFLP4U .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0yttFLP4U .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0yttFLP4U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0yttFLP4U .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0yttFLP4U .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .card_1 {
    width: 100%;
  }
}
.cid-v0yttFLP4U .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0yttFLP4U .card_2 {
    width: 100%;
  }
}
.cid-v0yttFLP4U .main-btn {
  margin-top: 12px;
}
.cid-v0yttFLP4U .mbr-label,
.cid-v0yttFLP4U .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yttFLP4U .mbr-section-title,
.cid-v0yttFLP4U .title-wrapper {
  color: #000000;
}
.cid-v0yttFLP4U .mbr-text,
.cid-v0yttFLP4U .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0yttFLP4U .item-title {
  color: #000000;
}
.cid-v0yttFLP4U .item-text {
  color: #515151;
}
.cid-v0yttFLP4U .mbr-section-title,
.cid-v0yttFLP4U .title-wrapper,
.cid-v0yttFLP4U .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uWchTuv0QH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-uWchTuv0QH .wrapper {
  background-color: #ffffff;
}
.cid-uWchTuv0QH li {
  list-style-type: none;
}
.cid-uWchTuv0QH .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uWchTuv0QH .list-1 li {
  margin-bottom: 1rem;
}
.cid-uWchTuv0QH .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uWchTuv0QH .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uWchTuv0QH .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uWchTuv0QH ul {
  margin: 0;
}
.cid-uWchTuv0QH .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uWchTuv0QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWchTuv0QH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBC2RDf0M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uRBC2RDf0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBC2RDf0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uRBC2RDf0M .container-fluid {
    padding: 0;
  }
}
.cid-uRBC2RDf0M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uRBC2RDf0M .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uRBC2RDf0M .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uRBC2RDf0M .embla__button--next,
.cid-uRBC2RDf0M .embla__button--prev {
  display: flex;
}
.cid-uRBC2RDf0M .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRBC2RDf0M .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRBC2RDf0M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRBC2RDf0M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRBC2RDf0M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRBC2RDf0M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRBC2RDf0M .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRBC2RDf0M .embla {
  position: relative;
  width: 100%;
}
.cid-uRBC2RDf0M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRBC2RDf0M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRBC2RDf0M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRBC2RDf0M .embla__slide a {
  cursor: grab;
}
.cid-uRBC2RDf0M .embla__slide a:active {
  cursor: grabbing;
}
.cid-uRBC2RDf0M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRBC2RDf0M .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uRBC2RDf0M .mbr-section-title {
  color: #232323;
}
.cid-uRBC2RDf0M .mbr-section-subtitle {
  color: #232323;
}
.cid-uRBC2RDf0M .mbr-box {
  color: #ffffff;
}
.cid-uRBC2RDf0M .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uRBC2RDf0M img,
.cid-uRBC2RDf0M .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRBC2RDf0M .item-wrapper {
  position: relative;
}
.cid-uRBC2RDf0M .content-head {
  max-width: 800px;
}
.cid-uRBC2SUNY2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #a6a99c;
}
.cid-uRBC2SUNY2 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uRBC2SUNY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBC2SUNY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBC2SUNY2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRBC2SUNY2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRBC2SUNY2 .card-title,
.cid-uRBC2SUNY2 .iconfont-wrapper {
  color: #000000;
}
.cid-uRBC2SUNY2 .content-head {
  max-width: 800px;
}
.cid-uRBC2SUNY2 .mbr-section-title {
  color: #0c2c68;
}
.cid-uRBC2SUNY2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRBC2SUNY2 .card-text {
  color: #000000;
  text-align: left;
}
.cid-uRHptEWVMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-uRHptEWVMb .wrapper {
  background-color: #edefeb;
}
.cid-uRHptEWVMb li {
  list-style-type: none;
}
.cid-uRHptEWVMb .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uRHptEWVMb .list-1 li {
  margin-bottom: 1rem;
}
.cid-uRHptEWVMb .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uRHptEWVMb .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uRHptEWVMb .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uRHptEWVMb ul {
  margin: 0;
}
.cid-uRHptEWVMb .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uRHptEWVMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHptEWVMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBHGGgcQp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRBHGGgcQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBHGGgcQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBHGGgcQp .mbr-text {
  color: #000000;
}
.cid-uRBHGGgcQp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRBHGGgcQp .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRBHGGgcQp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRBHGGgcQp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRBHGGgcQp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRBHGGgcQp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRBHGGgcQp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRBHGGgcQp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRBHGGgcQp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRBHGGgcQp .mbr-text UL {
  text-align: left;
}
.cid-uRBHGGgcQp .mbr-section-subtitle,
.cid-uRBHGGgcQp .main-button {
  color: #000000;
}
.cid-uRBHGGgcQp .mbr-section-subtitle,
.cid-uRBHGGgcQp .main-button DIV {
  text-align: left;
}
.cid-uRHqTEikHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-uRHqTEikHD .wrapper {
  background-color: #edefeb;
}
.cid-uRHqTEikHD li {
  list-style-type: none;
}
.cid-uRHqTEikHD .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uRHqTEikHD .list-1 li {
  margin-bottom: 1rem;
}
.cid-uRHqTEikHD .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uRHqTEikHD .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uRHqTEikHD .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uRHqTEikHD ul {
  margin: 0;
}
.cid-uRHqTEikHD .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uRHqTEikHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHqTEikHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBHKphMV1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6a99c;
}
.cid-uRBHKphMV1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRBHKphMV1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRBHKphMV1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRBHKphMV1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRBHKphMV1 .content-head {
  max-width: 800px;
}
.cid-uRBHKpAMkv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uRBHKpAMkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBHKpAMkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBHKpAMkv .mbr-text {
  color: #000000;
}
.cid-uRBHKpAMkv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRBHKpAMkv .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRBHKpAMkv .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRBHKpAMkv .mbr-section-subtitle,
.cid-uRBHKpAMkv .main-button {
  color: #000000;
}
.cid-uRBHKpAMkv .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uRBHKpAMkv .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uRBHKpAMkv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRBHKpAMkv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRBHKpAMkv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRHrtk4Wim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-uRHrtk4Wim .wrapper {
  background-color: #edefeb;
}
.cid-uRHrtk4Wim li {
  list-style-type: none;
}
.cid-uRHrtk4Wim .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uRHrtk4Wim .list-1 li {
  margin-bottom: 1rem;
}
.cid-uRHrtk4Wim .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uRHrtk4Wim .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uRHrtk4Wim .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uRHrtk4Wim ul {
  margin: 0;
}
.cid-uRHrtk4Wim .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uRHrtk4Wim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHrtk4Wim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUbcgG9Y {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #a6a99c;
}
.cid-uPHUbcgG9Y img,
.cid-uPHUbcgG9Y .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPHUbcgG9Y .item:focus,
.cid-uPHUbcgG9Y span:focus {
  outline: none;
}
.cid-uPHUbcgG9Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPHUbcgG9Y .item {
    margin-bottom: 1rem;
  }
}
.cid-uPHUbcgG9Y .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uPHUbcgG9Y .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uPHUbcgG9Y .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPHUbcgG9Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uPHUbcgG9Y .mbr-section-title {
  color: #000000;
}
.cid-uPHUbcgG9Y .item-title {
  text-align: left;
}
.cid-uPHUbcgG9Y .item-subtitle {
  text-align: left;
}
.cid-uPHUbcgG9Y .mbr-text,
.cid-uPHUbcgG9Y .item .mbr-section-btn {
  text-align: left;
}
.cid-uPHUbcgG9Y .content-head {
  max-width: 800px;
}
.cid-uPHUbcy0H1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uPHUbcy0H1 img,
.cid-uPHUbcy0H1 .item-img {
  width: 100%;
}
.cid-uPHUbcy0H1 .item:focus,
.cid-uPHUbcy0H1 span:focus {
  outline: none;
}
.cid-uPHUbcy0H1 .item-wrapper {
  position: relative;
}
.cid-uPHUbcy0H1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-uPHUbcy0H1 .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uPHUbcy0H1 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uPHUbcy0H1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPHUbcy0H1 .mbr-section-title {
  color: #232323;
}
.cid-uPHUbcy0H1 .mbr-text,
.cid-uPHUbcy0H1 .mbr-section-btn {
  text-align: left;
}
.cid-uPHUbcy0H1 .item-title {
  text-align: left;
}
.cid-uPHUbcy0H1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uPHUbcy0H1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uPHUbcy0H1 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uPHUbcy0H1 .embla__button--next,
.cid-uPHUbcy0H1 .embla__button--prev {
  display: flex;
}
.cid-uPHUbcy0H1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPHUbcy0H1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHUbcy0H1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uPHUbcy0H1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPHUbcy0H1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPHUbcy0H1 .embla__button {
    top: auto;
  }
}
.cid-uPHUbcy0H1 .embla {
  position: relative;
  width: 100%;
}
.cid-uPHUbcy0H1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPHUbcy0H1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHUbcy0H1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHUbcy0H1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uPHUbcy0H1 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uPHUbcy0H1 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uPHUbcy0H1 .content-head {
  max-width: 800px;
}
.cid-uPHUbd2ega {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uPHUbd2ega img,
.cid-uPHUbd2ega .item-img {
  width: 100%;
}
.cid-uPHUbd2ega .item:focus,
.cid-uPHUbd2ega span:focus {
  outline: none;
}
.cid-uPHUbd2ega .item-wrapper {
  position: relative;
}
.cid-uPHUbd2ega .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-uPHUbd2ega .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uPHUbd2ega .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uPHUbd2ega .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPHUbd2ega .mbr-section-title {
  color: #232323;
}
.cid-uPHUbd2ega .mbr-text,
.cid-uPHUbd2ega .mbr-section-btn {
  text-align: left;
}
.cid-uPHUbd2ega .item-title {
  text-align: left;
}
.cid-uPHUbd2ega .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uPHUbd2ega .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uPHUbd2ega .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uPHUbd2ega .embla__button--next,
.cid-uPHUbd2ega .embla__button--prev {
  display: flex;
}
.cid-uPHUbd2ega .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPHUbd2ega .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHUbd2ega .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uPHUbd2ega .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPHUbd2ega .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPHUbd2ega .embla__button {
    top: auto;
  }
}
.cid-uPHUbd2ega .embla {
  position: relative;
  width: 100%;
}
.cid-uPHUbd2ega .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPHUbd2ega .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHUbd2ega .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHUbd2ega .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uPHUbd2ega .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uPHUbd2ega .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uPHUbd2ega .content-head {
  max-width: 800px;
}
.cid-uPHUbdog3a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uPHUbdog3a img,
.cid-uPHUbdog3a .item-img {
  width: 100%;
}
.cid-uPHUbdog3a .item:focus,
.cid-uPHUbdog3a span:focus {
  outline: none;
}
.cid-uPHUbdog3a .item-wrapper {
  position: relative;
}
.cid-uPHUbdog3a .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-uPHUbdog3a .slide-content .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uPHUbdog3a .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uPHUbdog3a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPHUbdog3a .mbr-section-title {
  color: #232323;
}
.cid-uPHUbdog3a .mbr-text,
.cid-uPHUbdog3a .mbr-section-btn {
  text-align: left;
}
.cid-uPHUbdog3a .item-title {
  text-align: left;
}
.cid-uPHUbdog3a .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uPHUbdog3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uPHUbdog3a .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uPHUbdog3a .embla__button--next,
.cid-uPHUbdog3a .embla__button--prev {
  display: flex;
}
.cid-uPHUbdog3a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPHUbdog3a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHUbdog3a .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uPHUbdog3a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPHUbdog3a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPHUbdog3a .embla__button {
    top: auto;
  }
}
.cid-uPHUbdog3a .embla {
  position: relative;
  width: 100%;
}
.cid-uPHUbdog3a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPHUbdog3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHUbdog3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHUbdog3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uPHUbdog3a .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uPHUbdog3a .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uPHUbdog3a .content-head {
  max-width: 800px;
}
.cid-uRHrCOHjDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-uRHrCOHjDY .wrapper {
  background-color: #edefeb;
}
.cid-uRHrCOHjDY li {
  list-style-type: none;
}
.cid-uRHrCOHjDY .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-uRHrCOHjDY .list-1 li {
  margin-bottom: 1rem;
}
.cid-uRHrCOHjDY .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-uRHrCOHjDY .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-uRHrCOHjDY .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-uRHrCOHjDY ul {
  margin: 0;
}
.cid-uRHrCOHjDY .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-uRHrCOHjDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHrCOHjDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HAefAEHX .navbar-dropdown {
  position: relative !important;
}
.cid-v1HAefAEHX .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HAefAEHX .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HAefAEHX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HAefAEHX .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-v1HAefAEHX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HAefAEHX .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HAefAEHX .dropdown-item:hover,
.cid-v1HAefAEHX .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HAefAEHX .dropdown-item:hover span {
  color: white;
}
.cid-v1HAefAEHX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HAefAEHX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HAefAEHX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HAefAEHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HAefAEHX .nav-link {
  position: relative;
}
.cid-v1HAefAEHX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HAefAEHX .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HAefAEHX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HAefAEHX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HAefAEHX .dropdown-menu,
.cid-v1HAefAEHX .navbar.opened {
  background: #121212 !important;
}
.cid-v1HAefAEHX .nav-item:focus,
.cid-v1HAefAEHX .nav-link:focus {
  outline: none;
}
.cid-v1HAefAEHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HAefAEHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HAefAEHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HAefAEHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HAefAEHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HAefAEHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HAefAEHX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAefAEHX .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HAefAEHX .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HAefAEHX .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HAefAEHX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HAefAEHX .navbar.collapsed {
  justify-content: center;
}
.cid-v1HAefAEHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HAefAEHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HAefAEHX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HAefAEHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HAefAEHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HAefAEHX .navbar.collapsed .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: 41%;
}
.cid-v1HAefAEHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HAefAEHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HAefAEHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HAefAEHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HAefAEHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HAefAEHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HAefAEHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HAefAEHX .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-v1HAefAEHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HAefAEHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HAefAEHX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HAefAEHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HAefAEHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HAefAEHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HAefAEHX .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HAefAEHX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HAefAEHX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HAefAEHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HAefAEHX .navbar-brand .navbar-caption:hover,
.cid-v1HAefAEHX .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HAefAEHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HAefAEHX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HAefAEHX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HAefAEHX .dropdown-item.active,
.cid-v1HAefAEHX .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HAefAEHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HAefAEHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HAefAEHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HAefAEHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HAefAEHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HAefAEHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HAefAEHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HAefAEHX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HAefAEHX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HAefAEHX .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HAefAEHX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HAefAEHX .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HAefAEHX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HAefAEHX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAefAEHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HAefAEHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HAefAEHX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAefAEHX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAefAEHX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HAefAEHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAefAEHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HAefAEHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HAefAEHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAefAEHX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HAefAEHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HAefAEHX .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-v1HAefAEHX .navbar {
    height: 70px;
  }
  .cid-v1HAefAEHX .navbar.opened {
    height: auto;
  }
  .cid-v1HAefAEHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HAefAEHX .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HAefAEHX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HAefAEHX .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HAefAEHX .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HAefAEHX .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HAefAEHX .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HAefAEHX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HAefAEHX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HAefAEHX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HAefAEHX .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HAefAEHX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HAefAEHX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HAefAEHX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HAefAEHX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HAefAEHX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HAefAEHX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HAefAEHX .content-wrap {
  min-height: 110px;
}
.cid-v1HAefAEHX .mbr-section-btn .btn::after,
.cid-v1HAefAEHX .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HAefAEHX .mbr-section-btn .btn:hover,
.cid-v1HAefAEHX .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HAefAEHX .mbr-section-btn .btn:hover::after,
.cid-v1HAefAEHX .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v0ywwkJ1Xo {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwkJ1Xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwkJ1Xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwkJ1Xo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwkJ1Xo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwkJ1Xo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwkJ1Xo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwkJ1Xo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwkJ1Xo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwkJ1Xo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwkJ1Xo .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwkJ1Xo .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwkJ1Xo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwkJ1Xo .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwkJ1Xo .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .card_1 {
    width: 100%;
  }
}
.cid-v0ywwkJ1Xo .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwkJ1Xo .card_2 {
    width: 100%;
  }
}
.cid-v0ywwkJ1Xo .main-btn {
  margin-top: 12px;
}
.cid-v0ywwkJ1Xo .mbr-label,
.cid-v0ywwkJ1Xo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwkJ1Xo .mbr-section-title,
.cid-v0ywwkJ1Xo .title-wrapper {
  color: #000000;
}
.cid-v0ywwkJ1Xo .mbr-text,
.cid-v0ywwkJ1Xo .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwkJ1Xo .item-title {
  color: #000000;
}
.cid-v0ywwkJ1Xo .item-text {
  color: #515151;
}
.cid-v0ywwkJ1Xo .mbr-section-title,
.cid-v0ywwkJ1Xo .title-wrapper,
.cid-v0ywwkJ1Xo .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-v0ywwl66vw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwl66vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwl66vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwl66vw .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwl66vw .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwl66vw .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwl66vw .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwl66vw .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwl66vw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwl66vw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwl66vw .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwl66vw .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwl66vw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwl66vw .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwl66vw .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .card_1 {
    width: 100%;
  }
}
.cid-v0ywwl66vw .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwl66vw .card_2 {
    width: 100%;
  }
}
.cid-v0ywwl66vw .main-btn {
  margin-top: 12px;
}
.cid-v0ywwl66vw .mbr-label,
.cid-v0ywwl66vw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwl66vw .mbr-section-title,
.cid-v0ywwl66vw .title-wrapper {
  color: #000000;
}
.cid-v0ywwl66vw .mbr-text,
.cid-v0ywwl66vw .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwl66vw .item-title {
  color: #000000;
}
.cid-v0ywwl66vw .item-text {
  color: #515151;
}
.cid-v0ywwl66vw .mbr-section-title,
.cid-v0ywwl66vw .title-wrapper,
.cid-v0ywwl66vw .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwloge8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwloge8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwloge8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwloge8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwloge8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwloge8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwloge8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwloge8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwloge8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwloge8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwloge8 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwloge8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwloge8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwloge8 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwloge8 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .card_1 {
    width: 100%;
  }
}
.cid-v0ywwloge8 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwloge8 .card_2 {
    width: 100%;
  }
}
.cid-v0ywwloge8 .main-btn {
  margin-top: 12px;
}
.cid-v0ywwloge8 .mbr-label,
.cid-v0ywwloge8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwloge8 .mbr-section-title,
.cid-v0ywwloge8 .title-wrapper {
  color: #000000;
}
.cid-v0ywwloge8 .mbr-text,
.cid-v0ywwloge8 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwloge8 .item-title {
  color: #000000;
}
.cid-v0ywwloge8 .item-text {
  color: #515151;
}
.cid-v0ywwloge8 .mbr-section-title,
.cid-v0ywwloge8 .title-wrapper,
.cid-v0ywwloge8 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwlLDdP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwlLDdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwlLDdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwlLDdP .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwlLDdP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwlLDdP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwlLDdP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwlLDdP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwlLDdP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwlLDdP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwlLDdP .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwlLDdP .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwlLDdP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwlLDdP .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwlLDdP .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .card_1 {
    width: 100%;
  }
}
.cid-v0ywwlLDdP .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwlLDdP .card_2 {
    width: 100%;
  }
}
.cid-v0ywwlLDdP .main-btn {
  margin-top: 12px;
}
.cid-v0ywwlLDdP .mbr-label,
.cid-v0ywwlLDdP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwlLDdP .mbr-section-title,
.cid-v0ywwlLDdP .title-wrapper {
  color: #000000;
}
.cid-v0ywwlLDdP .mbr-text,
.cid-v0ywwlLDdP .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwlLDdP .item-title {
  color: #000000;
}
.cid-v0ywwlLDdP .item-text {
  color: #515151;
}
.cid-v0ywwlLDdP .mbr-section-title,
.cid-v0ywwlLDdP .title-wrapper,
.cid-v0ywwlLDdP .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwma4g5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwma4g5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwma4g5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwma4g5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwma4g5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwma4g5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwma4g5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwma4g5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwma4g5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwma4g5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwma4g5 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwma4g5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwma4g5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwma4g5 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwma4g5 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .card_1 {
    width: 100%;
  }
}
.cid-v0ywwma4g5 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwma4g5 .card_2 {
    width: 100%;
  }
}
.cid-v0ywwma4g5 .main-btn {
  margin-top: 12px;
}
.cid-v0ywwma4g5 .mbr-label,
.cid-v0ywwma4g5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwma4g5 .mbr-section-title,
.cid-v0ywwma4g5 .title-wrapper {
  color: #000000;
}
.cid-v0ywwma4g5 .mbr-text,
.cid-v0ywwma4g5 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwma4g5 .item-title {
  color: #000000;
}
.cid-v0ywwma4g5 .item-text {
  color: #515151;
}
.cid-v0ywwma4g5 .mbr-section-title,
.cid-v0ywwma4g5 .title-wrapper,
.cid-v0ywwma4g5 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwmyHJQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwmyHJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwmyHJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwmyHJQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwmyHJQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwmyHJQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwmyHJQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwmyHJQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwmyHJQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwmyHJQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwmyHJQ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwmyHJQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwmyHJQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwmyHJQ .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwmyHJQ .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .card_1 {
    width: 100%;
  }
}
.cid-v0ywwmyHJQ .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwmyHJQ .card_2 {
    width: 100%;
  }
}
.cid-v0ywwmyHJQ .main-btn {
  margin-top: 12px;
}
.cid-v0ywwmyHJQ .mbr-label,
.cid-v0ywwmyHJQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwmyHJQ .mbr-section-title,
.cid-v0ywwmyHJQ .title-wrapper {
  color: #000000;
}
.cid-v0ywwmyHJQ .mbr-text,
.cid-v0ywwmyHJQ .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwmyHJQ .item-title {
  color: #000000;
}
.cid-v0ywwmyHJQ .item-text {
  color: #515151;
}
.cid-v0ywwmyHJQ .mbr-section-title,
.cid-v0ywwmyHJQ .title-wrapper,
.cid-v0ywwmyHJQ .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwmUScD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwmUScD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwmUScD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwmUScD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwmUScD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwmUScD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwmUScD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwmUScD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwmUScD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwmUScD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwmUScD .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwmUScD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwmUScD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwmUScD .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwmUScD .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .card_1 {
    width: 100%;
  }
}
.cid-v0ywwmUScD .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwmUScD .card_2 {
    width: 100%;
  }
}
.cid-v0ywwmUScD .main-btn {
  margin-top: 12px;
}
.cid-v0ywwmUScD .mbr-label,
.cid-v0ywwmUScD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwmUScD .mbr-section-title,
.cid-v0ywwmUScD .title-wrapper {
  color: #000000;
}
.cid-v0ywwmUScD .mbr-text,
.cid-v0ywwmUScD .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwmUScD .item-title {
  color: #000000;
}
.cid-v0ywwmUScD .item-text {
  color: #515151;
}
.cid-v0ywwmUScD .mbr-section-title,
.cid-v0ywwmUScD .title-wrapper,
.cid-v0ywwmUScD .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-v0ywwnioB1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwnioB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwnioB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwnioB1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwnioB1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwnioB1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwnioB1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwnioB1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwnioB1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwnioB1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwnioB1 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwnioB1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwnioB1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwnioB1 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwnioB1 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .card_1 {
    width: 100%;
  }
}
.cid-v0ywwnioB1 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwnioB1 .card_2 {
    width: 100%;
  }
}
.cid-v0ywwnioB1 .main-btn {
  margin-top: 12px;
}
.cid-v0ywwnioB1 .mbr-label,
.cid-v0ywwnioB1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwnioB1 .mbr-section-title,
.cid-v0ywwnioB1 .title-wrapper {
  color: #000000;
}
.cid-v0ywwnioB1 .mbr-text,
.cid-v0ywwnioB1 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwnioB1 .item-title {
  color: #000000;
}
.cid-v0ywwnioB1 .item-text {
  color: #515151;
}
.cid-v0ywwnioB1 .mbr-section-title,
.cid-v0ywwnioB1 .title-wrapper,
.cid-v0ywwnioB1 .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwnDuVq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwnDuVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwnDuVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwnDuVq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwnDuVq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwnDuVq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwnDuVq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwnDuVq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwnDuVq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwnDuVq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwnDuVq .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwnDuVq .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwnDuVq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwnDuVq .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwnDuVq .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .card_1 {
    width: 100%;
  }
}
.cid-v0ywwnDuVq .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwnDuVq .card_2 {
    width: 100%;
  }
}
.cid-v0ywwnDuVq .main-btn {
  margin-top: 12px;
}
.cid-v0ywwnDuVq .mbr-label,
.cid-v0ywwnDuVq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwnDuVq .mbr-section-title,
.cid-v0ywwnDuVq .title-wrapper {
  color: #000000;
}
.cid-v0ywwnDuVq .mbr-text,
.cid-v0ywwnDuVq .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwnDuVq .item-title {
  color: #000000;
}
.cid-v0ywwnDuVq .item-text {
  color: #515151;
}
.cid-v0ywwnDuVq .mbr-section-title,
.cid-v0ywwnDuVq .title-wrapper,
.cid-v0ywwnDuVq .main-btn {
  text-align: center;
  color: #fdfde1;
}
.cid-v0ywwo020Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwo020Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwo020Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwo020Z .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwo020Z .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwo020Z .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwo020Z .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwo020Z .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwo020Z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwo020Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwo020Z .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwo020Z .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwo020Z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwo020Z .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwo020Z .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .card_1 {
    width: 100%;
  }
}
.cid-v0ywwo020Z .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwo020Z .card_2 {
    width: 100%;
  }
}
.cid-v0ywwo020Z .main-btn {
  margin-top: 12px;
}
.cid-v0ywwo020Z .mbr-label,
.cid-v0ywwo020Z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwo020Z .mbr-section-title,
.cid-v0ywwo020Z .title-wrapper {
  color: #000000;
}
.cid-v0ywwo020Z .mbr-text,
.cid-v0ywwo020Z .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwo020Z .item-title {
  color: #000000;
}
.cid-v0ywwo020Z .item-text {
  color: #515151;
}
.cid-v0ywwo020Z .mbr-section-title,
.cid-v0ywwo020Z .title-wrapper,
.cid-v0ywwo020Z .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwonmoJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwonmoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwonmoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwonmoJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwonmoJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwonmoJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwonmoJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwonmoJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwonmoJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwonmoJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwonmoJ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwonmoJ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwonmoJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwonmoJ .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwonmoJ .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .card_1 {
    width: 100%;
  }
}
.cid-v0ywwonmoJ .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwonmoJ .card_2 {
    width: 100%;
  }
}
.cid-v0ywwonmoJ .main-btn {
  margin-top: 12px;
}
.cid-v0ywwonmoJ .mbr-label,
.cid-v0ywwonmoJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwonmoJ .mbr-section-title,
.cid-v0ywwonmoJ .title-wrapper {
  color: #000000;
}
.cid-v0ywwonmoJ .mbr-text,
.cid-v0ywwonmoJ .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwonmoJ .item-title {
  color: #000000;
}
.cid-v0ywwonmoJ .item-text {
  color: #515151;
}
.cid-v0ywwonmoJ .mbr-section-title,
.cid-v0ywwonmoJ .title-wrapper,
.cid-v0ywwonmoJ .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwoPXfT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwoPXfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwoPXfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwoPXfT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwoPXfT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwoPXfT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwoPXfT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwoPXfT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwoPXfT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwoPXfT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwoPXfT .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwoPXfT .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwoPXfT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwoPXfT .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwoPXfT .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .card_1 {
    width: 100%;
  }
}
.cid-v0ywwoPXfT .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwoPXfT .card_2 {
    width: 100%;
  }
}
.cid-v0ywwoPXfT .main-btn {
  margin-top: 12px;
}
.cid-v0ywwoPXfT .mbr-label,
.cid-v0ywwoPXfT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwoPXfT .mbr-section-title,
.cid-v0ywwoPXfT .title-wrapper {
  color: #000000;
}
.cid-v0ywwoPXfT .mbr-text,
.cid-v0ywwoPXfT .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwoPXfT .item-title {
  color: #000000;
}
.cid-v0ywwoPXfT .item-text {
  color: #515151;
}
.cid-v0ywwoPXfT .mbr-section-title,
.cid-v0ywwoPXfT .title-wrapper,
.cid-v0ywwoPXfT .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwpdXBA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwpdXBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwpdXBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwpdXBA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwpdXBA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwpdXBA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwpdXBA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwpdXBA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwpdXBA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwpdXBA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwpdXBA .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwpdXBA .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwpdXBA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwpdXBA .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwpdXBA .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .card_1 {
    width: 100%;
  }
}
.cid-v0ywwpdXBA .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwpdXBA .card_2 {
    width: 100%;
  }
}
.cid-v0ywwpdXBA .main-btn {
  margin-top: 12px;
}
.cid-v0ywwpdXBA .mbr-label,
.cid-v0ywwpdXBA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwpdXBA .mbr-section-title,
.cid-v0ywwpdXBA .title-wrapper {
  color: #000000;
}
.cid-v0ywwpdXBA .mbr-text,
.cid-v0ywwpdXBA .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwpdXBA .item-title {
  color: #000000;
}
.cid-v0ywwpdXBA .item-text {
  color: #515151;
}
.cid-v0ywwpdXBA .mbr-section-title,
.cid-v0ywwpdXBA .title-wrapper,
.cid-v0ywwpdXBA .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwpCm1z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwpCm1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwpCm1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwpCm1z .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwpCm1z .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwpCm1z .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwpCm1z .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwpCm1z .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwpCm1z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwpCm1z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwpCm1z .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwpCm1z .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwpCm1z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwpCm1z .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwpCm1z .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .card_1 {
    width: 100%;
  }
}
.cid-v0ywwpCm1z .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwpCm1z .card_2 {
    width: 100%;
  }
}
.cid-v0ywwpCm1z .main-btn {
  margin-top: 12px;
}
.cid-v0ywwpCm1z .mbr-label,
.cid-v0ywwpCm1z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwpCm1z .mbr-section-title,
.cid-v0ywwpCm1z .title-wrapper {
  color: #000000;
}
.cid-v0ywwpCm1z .mbr-text,
.cid-v0ywwpCm1z .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwpCm1z .item-title {
  color: #000000;
}
.cid-v0ywwpCm1z .item-text {
  color: #515151;
}
.cid-v0ywwpCm1z .mbr-section-title,
.cid-v0ywwpCm1z .title-wrapper,
.cid-v0ywwpCm1z .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwq2tdu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwq2tdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwq2tdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwq2tdu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwq2tdu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwq2tdu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwq2tdu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwq2tdu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwq2tdu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwq2tdu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwq2tdu .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwq2tdu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwq2tdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwq2tdu .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwq2tdu .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .card_1 {
    width: 100%;
  }
}
.cid-v0ywwq2tdu .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwq2tdu .card_2 {
    width: 100%;
  }
}
.cid-v0ywwq2tdu .main-btn {
  margin-top: 12px;
}
.cid-v0ywwq2tdu .mbr-label,
.cid-v0ywwq2tdu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwq2tdu .mbr-section-title,
.cid-v0ywwq2tdu .title-wrapper {
  color: #000000;
}
.cid-v0ywwq2tdu .mbr-text,
.cid-v0ywwq2tdu .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwq2tdu .item-title {
  color: #000000;
}
.cid-v0ywwq2tdu .item-text {
  color: #515151;
}
.cid-v0ywwq2tdu .mbr-section-title,
.cid-v0ywwq2tdu .title-wrapper,
.cid-v0ywwq2tdu .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwqsjti {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwqsjti .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwqsjti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwqsjti .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwqsjti .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwqsjti .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwqsjti .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwqsjti .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwqsjti .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwqsjti .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwqsjti .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwqsjti .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwqsjti .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwqsjti .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwqsjti .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .card_1 {
    width: 100%;
  }
}
.cid-v0ywwqsjti .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwqsjti .card_2 {
    width: 100%;
  }
}
.cid-v0ywwqsjti .main-btn {
  margin-top: 12px;
}
.cid-v0ywwqsjti .mbr-label,
.cid-v0ywwqsjti .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwqsjti .mbr-section-title,
.cid-v0ywwqsjti .title-wrapper {
  color: #000000;
}
.cid-v0ywwqsjti .mbr-text,
.cid-v0ywwqsjti .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwqsjti .item-title {
  color: #000000;
}
.cid-v0ywwqsjti .item-text {
  color: #515151;
}
.cid-v0ywwqsjti .mbr-section-title,
.cid-v0ywwqsjti .title-wrapper,
.cid-v0ywwqsjti .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwqSJCk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwqSJCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwqSJCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwqSJCk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwqSJCk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwqSJCk .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwqSJCk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwqSJCk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwqSJCk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwqSJCk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwqSJCk .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwqSJCk .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwqSJCk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwqSJCk .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwqSJCk .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .card_1 {
    width: 100%;
  }
}
.cid-v0ywwqSJCk .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwqSJCk .card_2 {
    width: 100%;
  }
}
.cid-v0ywwqSJCk .main-btn {
  margin-top: 12px;
}
.cid-v0ywwqSJCk .mbr-label,
.cid-v0ywwqSJCk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwqSJCk .mbr-section-title,
.cid-v0ywwqSJCk .title-wrapper {
  color: #000000;
}
.cid-v0ywwqSJCk .mbr-text,
.cid-v0ywwqSJCk .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwqSJCk .item-title {
  color: #000000;
}
.cid-v0ywwqSJCk .item-text {
  color: #515151;
}
.cid-v0ywwqSJCk .mbr-section-title,
.cid-v0ywwqSJCk .title-wrapper,
.cid-v0ywwqSJCk .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwrmVbC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwrmVbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwrmVbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwrmVbC .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwrmVbC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwrmVbC .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwrmVbC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwrmVbC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwrmVbC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwrmVbC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwrmVbC .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwrmVbC .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwrmVbC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwrmVbC .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwrmVbC .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .card_1 {
    width: 100%;
  }
}
.cid-v0ywwrmVbC .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwrmVbC .card_2 {
    width: 100%;
  }
}
.cid-v0ywwrmVbC .main-btn {
  margin-top: 12px;
}
.cid-v0ywwrmVbC .mbr-label,
.cid-v0ywwrmVbC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwrmVbC .mbr-section-title,
.cid-v0ywwrmVbC .title-wrapper {
  color: #000000;
}
.cid-v0ywwrmVbC .mbr-text,
.cid-v0ywwrmVbC .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwrmVbC .item-title {
  color: #000000;
}
.cid-v0ywwrmVbC .item-text {
  color: #515151;
}
.cid-v0ywwrmVbC .mbr-section-title,
.cid-v0ywwrmVbC .title-wrapper,
.cid-v0ywwrmVbC .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwrOW2U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwrOW2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwrOW2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwrOW2U .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwrOW2U .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwrOW2U .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwrOW2U .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwrOW2U .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwrOW2U .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwrOW2U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwrOW2U .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwrOW2U .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwrOW2U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwrOW2U .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwrOW2U .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .card_1 {
    width: 100%;
  }
}
.cid-v0ywwrOW2U .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwrOW2U .card_2 {
    width: 100%;
  }
}
.cid-v0ywwrOW2U .main-btn {
  margin-top: 12px;
}
.cid-v0ywwrOW2U .mbr-label,
.cid-v0ywwrOW2U .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwrOW2U .mbr-section-title,
.cid-v0ywwrOW2U .title-wrapper {
  color: #000000;
}
.cid-v0ywwrOW2U .mbr-text,
.cid-v0ywwrOW2U .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwrOW2U .item-title {
  color: #000000;
}
.cid-v0ywwrOW2U .item-text {
  color: #515151;
}
.cid-v0ywwrOW2U .mbr-section-title,
.cid-v0ywwrOW2U .title-wrapper,
.cid-v0ywwrOW2U .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0ywwsjgBx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ywwsjgBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ywwsjgBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ywwsjgBx .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ywwsjgBx .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0ywwsjgBx .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0ywwsjgBx .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0ywwsjgBx .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0ywwsjgBx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0ywwsjgBx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ywwsjgBx .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0ywwsjgBx .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #9c9c9c;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0ywwsjgBx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0ywwsjgBx .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0ywwsjgBx .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .card_1 {
    width: 100%;
  }
}
.cid-v0ywwsjgBx .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0ywwsjgBx .card_2 {
    width: 100%;
  }
}
.cid-v0ywwsjgBx .main-btn {
  margin-top: 12px;
}
.cid-v0ywwsjgBx .mbr-label,
.cid-v0ywwsjgBx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0ywwsjgBx .mbr-section-title,
.cid-v0ywwsjgBx .title-wrapper {
  color: #000000;
}
.cid-v0ywwsjgBx .mbr-text,
.cid-v0ywwsjgBx .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-v0ywwsjgBx .item-title {
  color: #000000;
}
.cid-v0ywwsjgBx .item-text {
  color: #515151;
}
.cid-v0ywwsjgBx .mbr-section-title,
.cid-v0ywwsjgBx .title-wrapper,
.cid-v0ywwsjgBx .main-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0yKYIsPM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yKYIsPM9 .wrapper {
  background-color: #ffffff;
}
.cid-v0yKYIsPM9 li {
  list-style-type: none;
}
.cid-v0yKYIsPM9 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v0yKYIsPM9 .list-1 li {
  margin-bottom: 1rem;
}
.cid-v0yKYIsPM9 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v0yKYIsPM9 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v0yKYIsPM9 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v0yKYIsPM9 ul {
  margin: 0;
}
.cid-v0yKYIsPM9 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v0yKYIsPM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yKYIsPM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HAtJg3St .navbar-dropdown {
  position: relative !important;
}
.cid-v1HAtJg3St .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HAtJg3St .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HAtJg3St .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HAtJg3St .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-v1HAtJg3St .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HAtJg3St .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HAtJg3St .dropdown-item:hover,
.cid-v1HAtJg3St .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HAtJg3St .dropdown-item:hover span {
  color: white;
}
.cid-v1HAtJg3St .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HAtJg3St .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HAtJg3St .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HAtJg3St .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HAtJg3St .nav-link {
  position: relative;
}
.cid-v1HAtJg3St .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HAtJg3St .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HAtJg3St .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HAtJg3St .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HAtJg3St .dropdown-menu,
.cid-v1HAtJg3St .navbar.opened {
  background: #121212 !important;
}
.cid-v1HAtJg3St .nav-item:focus,
.cid-v1HAtJg3St .nav-link:focus {
  outline: none;
}
.cid-v1HAtJg3St .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HAtJg3St .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HAtJg3St .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HAtJg3St .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HAtJg3St .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HAtJg3St .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HAtJg3St .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAtJg3St .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HAtJg3St .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HAtJg3St .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HAtJg3St .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HAtJg3St .navbar.collapsed {
  justify-content: center;
}
.cid-v1HAtJg3St .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HAtJg3St .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HAtJg3St .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HAtJg3St .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HAtJg3St .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HAtJg3St .navbar.collapsed .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: 41%;
}
.cid-v1HAtJg3St .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HAtJg3St .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HAtJg3St .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HAtJg3St .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HAtJg3St .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HAtJg3St .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HAtJg3St .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HAtJg3St .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-v1HAtJg3St .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HAtJg3St .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HAtJg3St .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HAtJg3St .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HAtJg3St .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HAtJg3St .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HAtJg3St .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HAtJg3St .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HAtJg3St .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HAtJg3St .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HAtJg3St .navbar-brand .navbar-caption:hover,
.cid-v1HAtJg3St .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HAtJg3St .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HAtJg3St .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HAtJg3St .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HAtJg3St .dropdown-item.active,
.cid-v1HAtJg3St .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HAtJg3St .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HAtJg3St .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HAtJg3St .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HAtJg3St .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HAtJg3St .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HAtJg3St .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HAtJg3St .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HAtJg3St ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HAtJg3St ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HAtJg3St .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HAtJg3St .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HAtJg3St .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HAtJg3St .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HAtJg3St button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HAtJg3St button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HAtJg3St button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HAtJg3St button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAtJg3St button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HAtJg3St button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HAtJg3St nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAtJg3St nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HAtJg3St nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HAtJg3St nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HAtJg3St .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HAtJg3St a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HAtJg3St .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-v1HAtJg3St .navbar {
    height: 70px;
  }
  .cid-v1HAtJg3St .navbar.opened {
    height: auto;
  }
  .cid-v1HAtJg3St .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HAtJg3St .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HAtJg3St .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HAtJg3St .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HAtJg3St .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HAtJg3St .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HAtJg3St .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HAtJg3St .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HAtJg3St .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HAtJg3St .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HAtJg3St .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HAtJg3St .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HAtJg3St .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HAtJg3St .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HAtJg3St .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HAtJg3St .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HAtJg3St .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HAtJg3St .content-wrap {
  min-height: 110px;
}
.cid-v1HAtJg3St .mbr-section-btn .btn::after,
.cid-v1HAtJg3St .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HAtJg3St .mbr-section-btn .btn:hover,
.cid-v1HAtJg3St .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HAtJg3St .mbr-section-btn .btn:hover::after,
.cid-v1HAtJg3St .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v0yx62cqtD {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-v0yx62cqtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yx62cqtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v0yx62cqtD .container-fluid {
    padding: 0;
  }
}
.cid-v0yx62cqtD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 825px;
  max-width: 825px;
}
@media (max-width: 600px) {
  .cid-v0yx62cqtD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0yx62cqtD .embla__button--next,
.cid-v0yx62cqtD .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0yx62cqtD .embla__button--next,
  .cid-v0yx62cqtD .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v0yx62cqtD .embla__button--prev {
  transform: translateX(3rem);
}
.cid-v0yx62cqtD .embla__button--next {
  transform: translateX(-3rem);
}
.cid-v0yx62cqtD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0yx62cqtD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0yx62cqtD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0yx62cqtD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0yx62cqtD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0yx62cqtD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0yx62cqtD .embla {
  position: relative;
  width: 100%;
}
.cid-v0yx62cqtD .embla:hover .embla__button--next,
.cid-v0yx62cqtD .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v0yx62cqtD .embla .embla__button--next,
  .cid-v0yx62cqtD .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-v0yx62cqtD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0yx62cqtD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0yx62cqtD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0yx62cqtD .embla__slide a {
  cursor: grab;
}
.cid-v0yx62cqtD .embla__slide a:active {
  cursor: grabbing;
}
.cid-v0yx62cqtD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0yx62cqtD .mbr-section-title {
  color: #fdfde1;
}
.cid-v0yx62cqtD .mbr-section-title .mbr-iconfont {
  color: #bff747;
  transition: all 300ms ease;
}
.cid-v0yx62cqtD .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v0yx62cqtD .mbr-box {
  color: #ffffff;
}
.cid-v0yx62cqtD .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v0yx62cqtD .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-v0yx62cqtD .card-text {
  line-height: 1.66;
  width: 100%;
  color: #fdfde1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-v0yx62cqtD .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
  background-color: #fdfde1;
  padding: 0.3rem;
}
.cid-v0yx62cqtD .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-v0yx62cqtD .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-v0yx62cqtD .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-v0yx62cqtD .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-v0yx62cqtD .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-v0yx62cqtD .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-v0yx62cqtD .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v0yx62cqtD .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-v0yx62cqtD .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v0yx62cqtD .item-wrapper:hover .card-title,
.cid-v0yx62cqtD .item-wrapper:hover .mbr-iconfont {
  color: #bff747;
}
.cid-v0yx62cqtD .content-head {
  max-width: 856px;
}
.cid-v0yx62cqtD .card-title-1 {
  color: #fdfde1;
}
.cid-v0yx62cqtD .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v0yx62S7qM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-v0yx62S7qM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yx62S7qM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yx62S7qM .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v0yx62S7qM .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v0yx62S7qM .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v0yx62S7qM .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-v0yx62S7qM .items-wrapper .item {
  padding: 0 15px;
}
.cid-v0yx62S7qM .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .item {
    margin-bottom: 15px;
  }
}
.cid-v0yx62S7qM .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v0yx62S7qM .item .item-wrapper:hover::before,
.cid-v0yx62S7qM .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-v0yx62S7qM .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-v0yx62S7qM .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #bcef9b;
  color: #000000;
}
.cid-v0yx62S7qM .item .item-wrapper:hover .item-content .card-title,
.cid-v0yx62S7qM .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-v0yx62S7qM .item .item-wrapper:hover .item-content .card-desc,
.cid-v0yx62S7qM .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-v0yx62S7qM .item .item-wrapper:hover .item-img img,
.cid-v0yx62S7qM .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-v0yx62S7qM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #bcef9b;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-v0yx62S7qM .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-v0yx62S7qM .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v0yx62S7qM .item .item-wrapper .icon-card::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 "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
}
.cid-v0yx62S7qM .item .item-wrapper .icon-card::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 "file:///C:/Users/korne/Documents/10_www_radni/assets/images/background2.png";
}
.cid-v0yx62S7qM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-v0yx62S7qM .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v0yx62S7qM .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v0yx62S7qM .item .item-wrapper .item-img {
  height: 200px;
}
.cid-v0yx62S7qM .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-v0yx62S7qM .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0yx62S7qM .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-v0yx62S7qM .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-v0yx62S7qM .mbr-label,
.cid-v0yx62S7qM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yx62S7qM .mbr-section-title,
.cid-v0yx62S7qM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0yx62S7qM .card-title {
  color: #000000;
}
.cid-v0yx62S7qM .card-desc {
  color: #8a8a8a;
}
.cid-v0yx63dU2t {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.png");
}
.cid-v0yx63dU2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yx63dU2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0yx63dU2t .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v0yx63dU2t .google-map {
  height: 100%;
  position: relative;
}
.cid-v0yx63dU2t .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0yx63dU2t .google-map iframe {
    min-height: 350px;
  }
}
.cid-v0yx63dU2t .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0yx63dU2t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0yx63dU2t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0yx63dU2t .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0yx63dU2t .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0yx63dU2t .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-v0yx63dU2t .text-wrapper {
  padding: 0 1rem;
}
.cid-v0yx63dU2t ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0yx63dU2t .content-head {
  max-width: 800px;
}
.cid-v0yx63dU2t .mbr-section-title {
  color: #ffffff;
}
.cid-v0yLRQHLdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0yLRQHLdN .wrapper {
  background-color: #ffffff;
}
.cid-v0yLRQHLdN li {
  list-style-type: none;
}
.cid-v0yLRQHLdN .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v0yLRQHLdN .list-1 li {
  margin-bottom: 1rem;
}
.cid-v0yLRQHLdN .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v0yLRQHLdN .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v0yLRQHLdN .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v0yLRQHLdN ul {
  margin: 0;
}
.cid-v0yLRQHLdN .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v0yLRQHLdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yLRQHLdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HA6rFf7w .navbar-dropdown {
  position: relative !important;
}
.cid-v1HA6rFf7w .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HA6rFf7w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HA6rFf7w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HA6rFf7w .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-v1HA6rFf7w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HA6rFf7w .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HA6rFf7w .dropdown-item:hover,
.cid-v1HA6rFf7w .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HA6rFf7w .dropdown-item:hover span {
  color: white;
}
.cid-v1HA6rFf7w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HA6rFf7w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HA6rFf7w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HA6rFf7w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HA6rFf7w .nav-link {
  position: relative;
}
.cid-v1HA6rFf7w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HA6rFf7w .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HA6rFf7w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HA6rFf7w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HA6rFf7w .dropdown-menu,
.cid-v1HA6rFf7w .navbar.opened {
  background: #121212 !important;
}
.cid-v1HA6rFf7w .nav-item:focus,
.cid-v1HA6rFf7w .nav-link:focus {
  outline: none;
}
.cid-v1HA6rFf7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HA6rFf7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HA6rFf7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HA6rFf7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HA6rFf7w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HA6rFf7w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HA6rFf7w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HA6rFf7w .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HA6rFf7w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HA6rFf7w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HA6rFf7w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HA6rFf7w .navbar.collapsed {
  justify-content: center;
}
.cid-v1HA6rFf7w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HA6rFf7w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HA6rFf7w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HA6rFf7w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HA6rFf7w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HA6rFf7w .navbar.collapsed .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: 41%;
}
.cid-v1HA6rFf7w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HA6rFf7w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HA6rFf7w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HA6rFf7w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HA6rFf7w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HA6rFf7w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HA6rFf7w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HA6rFf7w .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-v1HA6rFf7w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HA6rFf7w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HA6rFf7w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HA6rFf7w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HA6rFf7w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HA6rFf7w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HA6rFf7w .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HA6rFf7w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HA6rFf7w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HA6rFf7w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HA6rFf7w .navbar-brand .navbar-caption:hover,
.cid-v1HA6rFf7w .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HA6rFf7w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HA6rFf7w .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HA6rFf7w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HA6rFf7w .dropdown-item.active,
.cid-v1HA6rFf7w .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HA6rFf7w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HA6rFf7w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HA6rFf7w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HA6rFf7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HA6rFf7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HA6rFf7w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HA6rFf7w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HA6rFf7w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HA6rFf7w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HA6rFf7w .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HA6rFf7w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HA6rFf7w .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HA6rFf7w .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HA6rFf7w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HA6rFf7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HA6rFf7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HA6rFf7w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HA6rFf7w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HA6rFf7w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HA6rFf7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HA6rFf7w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HA6rFf7w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HA6rFf7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HA6rFf7w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HA6rFf7w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HA6rFf7w .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-v1HA6rFf7w .navbar {
    height: 70px;
  }
  .cid-v1HA6rFf7w .navbar.opened {
    height: auto;
  }
  .cid-v1HA6rFf7w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HA6rFf7w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HA6rFf7w .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HA6rFf7w .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HA6rFf7w .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HA6rFf7w .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HA6rFf7w .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HA6rFf7w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HA6rFf7w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HA6rFf7w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HA6rFf7w .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HA6rFf7w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HA6rFf7w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HA6rFf7w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HA6rFf7w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HA6rFf7w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HA6rFf7w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HA6rFf7w .content-wrap {
  min-height: 110px;
}
.cid-v1HA6rFf7w .mbr-section-btn .btn::after,
.cid-v1HA6rFf7w .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HA6rFf7w .mbr-section-btn .btn:hover,
.cid-v1HA6rFf7w .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HA6rFf7w .mbr-section-btn .btn:hover::after,
.cid-v1HA6rFf7w .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v0ySduSJMW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0ySduSJMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ySduSJMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ySduSJMW .mbr-text {
  color: #000000;
}
.cid-v0ySduSJMW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v0ySduSJMW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v0ySduSJMW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0ySduSJMW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v0ySduSJMW .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0ySduSJMW .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v0ySduSJMW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0ySduSJMW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0ySduSJMW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0ySduSJMW .mbr-text UL {
  text-align: left;
}
.cid-v0ySduSJMW .mbr-section-subtitle,
.cid-v0ySduSJMW .main-button {
  color: #edefeb;
}
.cid-v0ySduSJMW .mbr-section-subtitle,
.cid-v0ySduSJMW .main-button DIV {
  text-align: left;
}
.cid-v0ySduSJMW .mbr-section-title {
  color: #edefeb;
}
.cid-v1HoVBPr4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v1HoVBPr4w .wrapper {
  background-color: #ffffff;
}
.cid-v1HoVBPr4w li {
  list-style-type: none;
}
.cid-v1HoVBPr4w .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v1HoVBPr4w .list-1 li {
  margin-bottom: 1rem;
}
.cid-v1HoVBPr4w .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v1HoVBPr4w .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v1HoVBPr4w .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v1HoVBPr4w ul {
  margin: 0;
}
.cid-v1HoVBPr4w .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v1HoVBPr4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HoVBPr4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HzZSAh7X .navbar-dropdown {
  position: relative !important;
}
.cid-v1HzZSAh7X .navbar-dropdown {
  position: absolute !important;
}
.cid-v1HzZSAh7X .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1HzZSAh7X .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1HzZSAh7X .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-v1HzZSAh7X .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1HzZSAh7X .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1HzZSAh7X .dropdown-item:hover,
.cid-v1HzZSAh7X .dropdown-item:focus {
  background: #9fe870 !important;
  color: #121212 !important;
}
.cid-v1HzZSAh7X .dropdown-item:hover span {
  color: white;
}
.cid-v1HzZSAh7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1HzZSAh7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1HzZSAh7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1HzZSAh7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1HzZSAh7X .nav-link {
  position: relative;
}
.cid-v1HzZSAh7X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1HzZSAh7X .container {
    flex-wrap: nowrap;
  }
}
.cid-v1HzZSAh7X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1HzZSAh7X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1HzZSAh7X .dropdown-menu,
.cid-v1HzZSAh7X .navbar.opened {
  background: #121212 !important;
}
.cid-v1HzZSAh7X .nav-item:focus,
.cid-v1HzZSAh7X .nav-link:focus {
  outline: none;
}
.cid-v1HzZSAh7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1HzZSAh7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1HzZSAh7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1HzZSAh7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1HzZSAh7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1HzZSAh7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1HzZSAh7X .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 18, 18, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HzZSAh7X .navbar.opened {
  transition: all 0.3s;
}
.cid-v1HzZSAh7X .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1HzZSAh7X .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1HzZSAh7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1HzZSAh7X .navbar.collapsed {
  justify-content: center;
}
.cid-v1HzZSAh7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1HzZSAh7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1HzZSAh7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1HzZSAh7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1HzZSAh7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1HzZSAh7X .navbar.collapsed .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: 41%;
}
.cid-v1HzZSAh7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1HzZSAh7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1HzZSAh7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1HzZSAh7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1HzZSAh7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1HzZSAh7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1HzZSAh7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1HzZSAh7X .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-v1HzZSAh7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1HzZSAh7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1HzZSAh7X .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1HzZSAh7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1HzZSAh7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1HzZSAh7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1HzZSAh7X .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1HzZSAh7X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1HzZSAh7X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1HzZSAh7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1HzZSAh7X .navbar-brand .navbar-caption:hover,
.cid-v1HzZSAh7X .navbar-brand .navbar-caption:focus {
  color: #9fe870 !important;
}
.cid-v1HzZSAh7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1HzZSAh7X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1HzZSAh7X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1HzZSAh7X .dropdown-item.active,
.cid-v1HzZSAh7X .dropdown-item:active {
  background-color: transparent;
}
.cid-v1HzZSAh7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1HzZSAh7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1HzZSAh7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1HzZSAh7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1HzZSAh7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1HzZSAh7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1HzZSAh7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1HzZSAh7X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1HzZSAh7X ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1HzZSAh7X .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1HzZSAh7X .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1HzZSAh7X .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1HzZSAh7X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1HzZSAh7X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1HzZSAh7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1HzZSAh7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1HzZSAh7X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HzZSAh7X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1HzZSAh7X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1HzZSAh7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HzZSAh7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1HzZSAh7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1HzZSAh7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1HzZSAh7X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1HzZSAh7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1HzZSAh7X .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-v1HzZSAh7X .navbar {
    height: 70px;
  }
  .cid-v1HzZSAh7X .navbar.opened {
    height: auto;
  }
  .cid-v1HzZSAh7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1HzZSAh7X .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1HzZSAh7X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1HzZSAh7X .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1HzZSAh7X .nav-item .nav-link::after {
  color: #9fe870 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1HzZSAh7X .nav-item .nav-link:hover {
  background-color: #9fe870;
  color: #121212 !important;
}
.cid-v1HzZSAh7X .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1HzZSAh7X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1HzZSAh7X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1HzZSAh7X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1HzZSAh7X .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1HzZSAh7X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1HzZSAh7X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1HzZSAh7X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1HzZSAh7X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1HzZSAh7X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1HzZSAh7X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1HzZSAh7X .content-wrap {
  min-height: 110px;
}
.cid-v1HzZSAh7X .mbr-section-btn .btn::after,
.cid-v1HzZSAh7X .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1HzZSAh7X .mbr-section-btn .btn:hover,
.cid-v1HzZSAh7X .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1HzZSAh7X .mbr-section-btn .btn:hover::after,
.cid-v1HzZSAh7X .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1HmmQopUJ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v1HmmQopUJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v1HmmQopUJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v1HmmQopUJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v1HmmQopUJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1HmmQopUJ .content-head {
  max-width: 800px;
}
.cid-v1HmmQopUJ .mbr-section-title {
  color: #edefeb;
}
.cid-v1HmmQopUJ .form-control {
  font-size: 18px;
}
.cid-v1HmmQopUJ .btn {
  font-size: 18px;
}
.cid-v1HmmQB8At {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v1HmmQB8At .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HmmQB8At .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HmmQB8At .mbr-text {
  color: #000000;
}
.cid-v1HmmQB8At .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1HmmQB8At .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1HmmQB8At .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1HmmQB8At .mbr-section-subtitle,
.cid-v1HmmQB8At .main-button {
  color: #edefeb;
}
.cid-v1HmmQB8At .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v1HmmQB8At .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v1HmmQB8At .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v1HmmQB8At .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1HmmQB8At .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1HmmQB8At .mbr-section-title {
  color: #edefeb;
}
.cid-v1Hnoyfrol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v1Hnoyfrol .wrapper {
  background-color: #ffffff;
}
.cid-v1Hnoyfrol li {
  list-style-type: none;
}
.cid-v1Hnoyfrol .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-v1Hnoyfrol .list-1 li {
  margin-bottom: 1rem;
}
.cid-v1Hnoyfrol .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-v1Hnoyfrol .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-v1Hnoyfrol .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-v1Hnoyfrol ul {
  margin: 0;
}
.cid-v1Hnoyfrol .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-v1Hnoyfrol .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Hnoyfrol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
