.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((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: #515151 !important;
}
.bg-success {
  background-color: #236686 !important;
}
.bg-info {
  background-color: #208f65 !important;
}
.bg-warning {
  background-color: #d37530 !important;
}
.bg-danger {
  background-color: #d33430 !important;
}
.btn-primary {
  box-shadow: #1e1e1e 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #515151 !important;
  border-color: #515151 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: #040404 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
}
.btn-secondary {
  box-shadow: #0c0a26 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #251e78 !important;
  border-color: #251e78 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
}
.btn-info {
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success {
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning {
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger {
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #515151;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #262626 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #515151 !important;
  border-color: #515151 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #251e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #100d33 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #251e78 !important;
  border-color: #251e78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #104833 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #113241 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e211e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #515151 !important;
}
.text-secondary {
  color: #251e78 !important;
}
.text-success {
  color: #236686 !important;
}
.text-info {
  color: #208f65 !important;
}
.text-warning {
  color: #d37530 !important;
}
.text-danger {
  color: #d33430 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e1e1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c0a26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #515151;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #208f65;
}
.alert-warning {
  background-color: #d37530;
}
.alert-danger {
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #515151;
  border-color: #515151;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #515151;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d9d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #515151 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #515151;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 10px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #515151;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #515151;
}
.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: #515151;
  border-bottom-color: #515151;
}
.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: #515151 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #251e78 !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='%23515151' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUAwjiK7Ug {
  z-index: 1000;
  width: 100%;
}
.cid-uUAwjiK7Ug nav.navbar {
  position: fixed;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUAwjiK7Ug .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .dropdown-item:hover,
.cid-uUAwjiK7Ug .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .dropdown-item:hover span {
  color: white;
}
.cid-uUAwjiK7Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUAwjiK7Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUAwjiK7Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUAwjiK7Ug .nav-link {
  position: relative;
}
.cid-uUAwjiK7Ug .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-uUAwjiK7Ug .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUAwjiK7Ug .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUAwjiK7Ug .dropdown-menu,
.cid-uUAwjiK7Ug .navbar.opened {
  background: #ffffff !important;
}
.cid-uUAwjiK7Ug .nav-item:focus,
.cid-uUAwjiK7Ug .nav-link:focus {
  outline: none;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUAwjiK7Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUAwjiK7Ug .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uUAwjiK7Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-uUAwjiK7Ug .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uUAwjiK7Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUAwjiK7Ug .navbar.collapsed {
  justify-content: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUAwjiK7Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUAwjiK7Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUAwjiK7Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUAwjiK7Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUAwjiK7Ug .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .dropdown-item.active,
.cid-uUAwjiK7Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-uUAwjiK7Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUAwjiK7Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUAwjiK7Ug ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug .navbar-buttons {
    text-align: left;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUAwjiK7Ug .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUAwjiK7Ug 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUAwjiK7Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar {
    height: 70px;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    height: auto;
  }
  .cid-uUAwjiK7Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUAwjiK7Ug .navbar-nav {
  margin: 0 auto;
}
.cid-uUAwjiK7Ug .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUAwjiK7Ug .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUAwjiK7Ug .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uUAwjiK7Ug .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUAwjiK7Ug .content-wrap {
  min-height: 110px;
}
.cid-uUAwjVRRtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwjVRRtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwjVRRtT .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-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwjVRRtT .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAwjVRRtT .mbr-label,
.cid-uUAwjVRRtT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title {
  color: #000000;
}
.cid-uUAwjVRRtT .mbr-text,
.cid-uUAwjVRRtT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title,
.cid-uUAwjVRRtT .title-wrapper,
.cid-uUAwjVRRtT .mbr-section-btn,
.cid-uUAwjVRRtT .logo-wrapper {
  text-align: center;
}
.cid-v007Fwj0DE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v007Fwj0DE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v007Fwj0DE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v007Fwj0DE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v007Fwj0DE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v007Fwj0DE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v007Fwj0DE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v007Fwj0DE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v007Fwj0DE .mbr-section-title {
  color: #000000;
}
.cid-v007Fwj0DE .mbr-text,
.cid-v007Fwj0DE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v007Fwj0DE .mbr-section-title,
.cid-v007Fwj0DE .title-wrapper,
.cid-v007Fwj0DE .mbr-section-btn {
  text-align: center;
}
.cid-uUAwriibLd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwriibLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwriibLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwriibLd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwriibLd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwriibLd .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-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwriibLd .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uUAwriibLd .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uUAwriibLd .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-uUAwriibLd .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUAwriibLd .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-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uUAwriibLd .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_1 {
    width: 100%;
  }
}
.cid-uUAwriibLd .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_2 {
    width: 100%;
  }
}
.cid-uUAwriibLd .main-btn {
  margin-top: 12px;
}
.cid-uUAwriibLd .mbr-label,
.cid-uUAwriibLd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper {
  color: #000000;
}
.cid-uUAwriibLd .mbr-text,
.cid-uUAwriibLd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwriibLd .item-title {
  color: #000000;
}
.cid-uUAwriibLd .item-text {
  color: #515151;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper,
.cid-uUAwriibLd .main-btn {
  text-align: center;
}
.cid-uUAwGUk3nb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uUAwGUk3nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwGUk3nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwGUk3nb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwGUk3nb .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-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwGUk3nb .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .mbr-label,
.cid-uUAwGUk3nb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-section-title,
.cid-uUAwGUk3nb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-text,
.cid-uUAwGUk3nb .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwGUk3nb .item-text {
  color: #000000;
}
.cid-uUAwGUk3nb .item-text,
.cid-uUAwGUk3nb .mbr-section-btn {
  text-align: center;
}
.cid-v00XNq1F6S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v00XNq1F6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00XNq1F6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00XNq1F6S .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00XNq1F6S .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00XNq1F6S .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-v00XNq1F6S .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00XNq1F6S .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00XNq1F6S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00XNq1F6S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00XNq1F6S .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00XNq1F6S .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v00XNq1F6S .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00XNq1F6S .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00XNq1F6S .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v00XNq1F6S .mbr-label,
.cid-v00XNq1F6S .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00XNq1F6S .mbr-section-title,
.cid-v00XNq1F6S .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00XNq1F6S .mbr-text,
.cid-v00XNq1F6S .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00XNq1F6S .item-text {
  color: #000000;
}
.cid-v00XNq1F6S .item-text,
.cid-v00XNq1F6S .mbr-section-btn {
  text-align: center;
}
.cid-v00WD3uxSD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v00WD3uxSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00WD3uxSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00WD3uxSD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00WD3uxSD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00WD3uxSD .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-v00WD3uxSD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00WD3uxSD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00WD3uxSD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00WD3uxSD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00WD3uxSD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00WD3uxSD .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v00WD3uxSD .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00WD3uxSD .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00WD3uxSD .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v00WD3uxSD .mbr-label,
.cid-v00WD3uxSD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00WD3uxSD .mbr-section-title,
.cid-v00WD3uxSD .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00WD3uxSD .mbr-text,
.cid-v00WD3uxSD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00WD3uxSD .item-text {
  color: #000000;
}
.cid-v00WD3uxSD .item-text,
.cid-v00WD3uxSD .mbr-section-btn {
  text-align: center;
}
.cid-v00rFjjA1h {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v00rFjjA1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00rFjjA1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00rFjjA1h .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00rFjjA1h .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00rFjjA1h .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-v00rFjjA1h .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00rFjjA1h .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00rFjjA1h .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00rFjjA1h .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00rFjjA1h .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00rFjjA1h .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v00rFjjA1h .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00rFjjA1h .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00rFjjA1h .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v00rFjjA1h .mbr-label,
.cid-v00rFjjA1h .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00rFjjA1h .mbr-section-title,
.cid-v00rFjjA1h .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00rFjjA1h .mbr-text,
.cid-v00rFjjA1h .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00rFjjA1h .item-text {
  color: #000000;
}
.cid-v00rFjjA1h .item-text,
.cid-v00rFjjA1h .mbr-section-btn {
  text-align: center;
}
.cid-v00mqvZ8CX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v00mqvZ8CX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00mqvZ8CX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00mqvZ8CX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00mqvZ8CX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00mqvZ8CX .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-v00mqvZ8CX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00mqvZ8CX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00mqvZ8CX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00mqvZ8CX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00mqvZ8CX .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00mqvZ8CX .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v00mqvZ8CX .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00mqvZ8CX .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00mqvZ8CX .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v00mqvZ8CX .mbr-label,
.cid-v00mqvZ8CX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00mqvZ8CX .mbr-section-title,
.cid-v00mqvZ8CX .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00mqvZ8CX .mbr-text,
.cid-v00mqvZ8CX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00mqvZ8CX .item-text {
  color: #000000;
}
.cid-v00mqvZ8CX .item-text,
.cid-v00mqvZ8CX .mbr-section-btn {
  text-align: center;
}
.cid-v012b5XHxT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v012b5XHxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v012b5XHxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v012b5XHxT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v012b5XHxT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v012b5XHxT .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-v012b5XHxT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v012b5XHxT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v012b5XHxT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v012b5XHxT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v012b5XHxT .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v012b5XHxT .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v012b5XHxT .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v012b5XHxT .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v012b5XHxT .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v012b5XHxT .mbr-label,
.cid-v012b5XHxT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v012b5XHxT .mbr-section-title,
.cid-v012b5XHxT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v012b5XHxT .mbr-text,
.cid-v012b5XHxT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v012b5XHxT .item-text {
  color: #000000;
}
.cid-v012b5XHxT .item-text,
.cid-v012b5XHxT .mbr-section-btn {
  text-align: center;
}
.cid-v012FBOosW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v012FBOosW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v012FBOosW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v012FBOosW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v012FBOosW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v012FBOosW .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-v012FBOosW .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v012FBOosW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v012FBOosW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v012FBOosW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v012FBOosW .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v012FBOosW .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v012FBOosW .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v012FBOosW .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v012FBOosW .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v012FBOosW .mbr-label,
.cid-v012FBOosW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v012FBOosW .mbr-section-title,
.cid-v012FBOosW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v012FBOosW .mbr-text,
.cid-v012FBOosW .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v012FBOosW .item-text {
  color: #000000;
}
.cid-v012FBOosW .item-text,
.cid-v012FBOosW .mbr-section-btn {
  text-align: center;
}
.cid-v00rEF2dKT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v00rEF2dKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00rEF2dKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00rEF2dKT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00rEF2dKT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00rEF2dKT .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-v00rEF2dKT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00rEF2dKT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00rEF2dKT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00rEF2dKT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00rEF2dKT .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00rEF2dKT .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v00rEF2dKT .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00rEF2dKT .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00rEF2dKT .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v00rEF2dKT .mbr-label,
.cid-v00rEF2dKT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00rEF2dKT .mbr-section-title,
.cid-v00rEF2dKT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00rEF2dKT .mbr-text,
.cid-v00rEF2dKT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00rEF2dKT .item-text {
  color: #000000;
}
.cid-v00rEF2dKT .item-text,
.cid-v00rEF2dKT .mbr-section-btn {
  text-align: center;
}
.cid-v0iB4QpfVf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iB4QpfVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iB4QpfVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iB4QpfVf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iB4QpfVf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iB4QpfVf .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-v0iB4QpfVf .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iB4QpfVf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iB4QpfVf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iB4QpfVf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iB4QpfVf .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iB4QpfVf .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iB4QpfVf .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iB4QpfVf .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iB4QpfVf .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iB4QpfVf .mbr-label,
.cid-v0iB4QpfVf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iB4QpfVf .mbr-section-title,
.cid-v0iB4QpfVf .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iB4QpfVf .mbr-text,
.cid-v0iB4QpfVf .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iB4QpfVf .item-text {
  color: #000000;
}
.cid-v0iB4QpfVf .item-text,
.cid-v0iB4QpfVf .mbr-section-btn {
  text-align: center;
}
.cid-v0iMOmJLe9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iMOmJLe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iMOmJLe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iMOmJLe9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iMOmJLe9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iMOmJLe9 .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-v0iMOmJLe9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iMOmJLe9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iMOmJLe9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iMOmJLe9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iMOmJLe9 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iMOmJLe9 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iMOmJLe9 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iMOmJLe9 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iMOmJLe9 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iMOmJLe9 .mbr-label,
.cid-v0iMOmJLe9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iMOmJLe9 .mbr-section-title,
.cid-v0iMOmJLe9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iMOmJLe9 .mbr-text,
.cid-v0iMOmJLe9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iMOmJLe9 .item-text {
  color: #000000;
}
.cid-v0iMOmJLe9 .item-text,
.cid-v0iMOmJLe9 .mbr-section-btn {
  text-align: center;
}
.cid-v00mcBqPIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v00mcBqPIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00mcBqPIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00mcBqPIz .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00mcBqPIz .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00mcBqPIz .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-v00mcBqPIz .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00mcBqPIz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00mcBqPIz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00mcBqPIz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00mcBqPIz .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00mcBqPIz .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v00mcBqPIz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00mcBqPIz .mbr-label,
.cid-v00mcBqPIz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00mcBqPIz .mbr-section-title,
.cid-v00mcBqPIz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00mcBqPIz .mbr-text,
.cid-v00mcBqPIz .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00mcBqPIz .item-title {
  color: #000000;
}
.cid-v00mcBqPIz .item-text {
  color: #515151;
}
.cid-uUAwCchCdu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uUAwCchCdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwCchCdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwCchCdu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwCchCdu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwCchCdu .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-uUAwCchCdu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwCchCdu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwCchCdu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwCchCdu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwCchCdu .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwCchCdu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUAwCchCdu .mbr-label,
.cid-uUAwCchCdu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .mbr-section-title,
.cid-uUAwCchCdu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .mbr-text,
.cid-uUAwCchCdu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwCchCdu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .list {
  color: #515151;
}
.cid-uUAwKPMupN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uUAwKPMupN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwKPMupN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwKPMupN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwKPMupN .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-uUAwKPMupN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwKPMupN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwKPMupN .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uUAwKPMupN .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uUAwKPMupN .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwKPMupN .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAwKPMupN .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUAwKPMupN .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwKPMupN .mbr-label,
.cid-uUAwKPMupN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwKPMupN .mbr-section-title,
.cid-uUAwKPMupN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwKPMupN .mbr-text {
  color: #515151;
}
.cid-v00i8Zaope {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v00i8Zaope .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00i8Zaope .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00i8Zaope .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00i8Zaope .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00i8Zaope .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00i8Zaope .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-v00i8Zaope .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00i8Zaope .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00i8Zaope .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00i8Zaope .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00i8Zaope .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00i8Zaope .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00i8Zaope .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00i8Zaope .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v00i8Zaope .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00i8Zaope .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00i8Zaope .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v00i8Zaope .mbr-label,
.cid-v00i8Zaope .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00i8Zaope .mbr-section-title,
.cid-v00i8Zaope .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00i8Zaope .mbr-text,
.cid-v00i8Zaope .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00i8Zaope .item-title {
  color: #000000;
}
.cid-v00i8Zaope .item-price {
  color: #000000;
}
.cid-v00i8Zaope .item-text {
  color: #515151;
}
.cid-v00i8Zaope .list {
  color: #515151;
}
.cid-uUAwNIT2Vo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUAwNIT2Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwNIT2Vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwNIT2Vo .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uUAwNIT2Vo .image-wrap {
    width: 300px;
  }
}
.cid-uUAwRTRTJr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uUAwRTRTJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwRTRTJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwRTRTJr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwRTRTJr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwRTRTJr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwRTRTJr .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-uUAwRTRTJr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwRTRTJr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUAwRTRTJr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwRTRTJr .form-wrap {
    padding: 24px;
  }
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .mbr-label,
.cid-uUAwRTRTJr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwRTRTJr .mbr-section-title,
.cid-uUAwRTRTJr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwRTRTJr .mbr-text,
.cid-uUAwRTRTJr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwRTRTJr label {
  color: #000000;
}
.cid-v00fn4sm4S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-v00fn4sm4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00fn4sm4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00fn4sm4S .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00fn4sm4S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00fn4sm4S .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00fn4sm4S .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-v00fn4sm4S .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00fn4sm4S .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00fn4sm4S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00fn4sm4S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00fn4sm4S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00fn4sm4S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00fn4sm4S .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v00fn4sm4S .card-wrapper {
    padding: 24px;
  }
}
.cid-v00fn4sm4S .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v00fn4sm4S .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v00fn4sm4S .mbr-label,
.cid-v00fn4sm4S .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00fn4sm4S .mbr-section-title,
.cid-v00fn4sm4S .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00fn4sm4S .mbr-text,
.cid-v00fn4sm4S .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00pGdjVKc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v00pGdjVKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00pGdjVKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00pGdjVKc .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v00pGdjVKc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00pGdjVKc .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v00pGdjVKc .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-v00pGdjVKc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v00pGdjVKc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00pGdjVKc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v00pGdjVKc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00pGdjVKc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00pGdjVKc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v00pGdjVKc .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v00pGdjVKc .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v00pGdjVKc .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v00pGdjVKc .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v00pGdjVKc .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v00pGdjVKc .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v00pGdjVKc .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-v00pGdjVKc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v00pGdjVKc .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v00pGdjVKc .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v00pGdjVKc .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v00pGdjVKc .mbr-label,
.cid-v00pGdjVKc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00pGdjVKc .mbr-section-title,
.cid-v00pGdjVKc .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v00pGdjVKc .mbr-text,
.cid-v00pGdjVKc .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v00pGdjVKc .item-title {
  color: #515151;
}
.cid-v00pGdjVKc .item-text {
  color: #000000;
  text-align: left;
}
.cid-uUAx0avc9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUAx0avc9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAx0avc9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uUAx0avc9S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAx0avc9S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAx0avc9S .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uUAx0avc9S .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUAx0avc9S .mbr-section-title {
  color: #000000;
}
.cid-uUAx0avc9S .mbr-text,
.cid-uUAx0avc9S .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAx0avc9S .list,
.cid-uUAx0avc9S .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAx0avc9S .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uUAx0avc9S .mbr-section-title,
.cid-uUAx0avc9S .title-wrapper,
.cid-uUAx0avc9S .mbr-section-btn,
.cid-uUAx0avc9S .social-wrapper {
  text-align: center;
}
.cid-v01lkQhwi7 {
  z-index: 1000;
  width: 100%;
}
.cid-v01lkQhwi7 nav.navbar {
  position: fixed;
}
.cid-v01lkQhwi7 .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-v01lkQhwi7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v01lkQhwi7 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v01lkQhwi7 .dropdown-item:hover,
.cid-v01lkQhwi7 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v01lkQhwi7 .dropdown-item:hover span {
  color: white;
}
.cid-v01lkQhwi7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v01lkQhwi7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v01lkQhwi7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v01lkQhwi7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v01lkQhwi7 .nav-link {
  position: relative;
}
.cid-v01lkQhwi7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v01lkQhwi7 .container {
    flex-wrap: nowrap;
  }
}
.cid-v01lkQhwi7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v01lkQhwi7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v01lkQhwi7 .dropdown-menu,
.cid-v01lkQhwi7 .navbar.opened {
  background: #ffffff !important;
}
.cid-v01lkQhwi7 .nav-item:focus,
.cid-v01lkQhwi7 .nav-link:focus {
  outline: none;
}
.cid-v01lkQhwi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v01lkQhwi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v01lkQhwi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v01lkQhwi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v01lkQhwi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v01lkQhwi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v01lkQhwi7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v01lkQhwi7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v01lkQhwi7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v01lkQhwi7 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v01lkQhwi7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v01lkQhwi7 .navbar.collapsed {
  justify-content: center;
}
.cid-v01lkQhwi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v01lkQhwi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v01lkQhwi7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v01lkQhwi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v01lkQhwi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v01lkQhwi7 .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-v01lkQhwi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v01lkQhwi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v01lkQhwi7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v01lkQhwi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v01lkQhwi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v01lkQhwi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v01lkQhwi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v01lkQhwi7 .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-v01lkQhwi7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v01lkQhwi7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v01lkQhwi7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v01lkQhwi7 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v01lkQhwi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v01lkQhwi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v01lkQhwi7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v01lkQhwi7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v01lkQhwi7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v01lkQhwi7 .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-v01lkQhwi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v01lkQhwi7 .navbar-brand .navbar-caption:hover,
.cid-v01lkQhwi7 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v01lkQhwi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v01lkQhwi7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v01lkQhwi7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v01lkQhwi7 .dropdown-item.active,
.cid-v01lkQhwi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v01lkQhwi7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v01lkQhwi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v01lkQhwi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v01lkQhwi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v01lkQhwi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v01lkQhwi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v01lkQhwi7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v01lkQhwi7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v01lkQhwi7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v01lkQhwi7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v01lkQhwi7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v01lkQhwi7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v01lkQhwi7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v01lkQhwi7 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v01lkQhwi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v01lkQhwi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v01lkQhwi7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v01lkQhwi7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v01lkQhwi7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v01lkQhwi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v01lkQhwi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v01lkQhwi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v01lkQhwi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v01lkQhwi7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v01lkQhwi7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v01lkQhwi7 .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-v01lkQhwi7 .navbar {
    height: 70px;
  }
  .cid-v01lkQhwi7 .navbar.opened {
    height: auto;
  }
  .cid-v01lkQhwi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v01lkQhwi7 .navbar-nav {
  margin: 0 auto;
}
.cid-v01lkQhwi7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v01lkQhwi7 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v01lkQhwi7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v01lkQhwi7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v01lkQhwi7 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v01lkQhwi7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v01lkQhwi7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v01lkQhwi7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v01lkQhwi7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v01lkQhwi7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v01lkQhwi7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v01lkQhwi7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v01lkQhwi7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v01lkQhwi7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v01lkQhwi7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v01lkQhwi7 .content-wrap {
  min-height: 110px;
}
.cid-v01lkRpi2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01lkRpi2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v01lkRpi2M .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01lkRpi2M .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-v01lkRpi2M .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01lkRpi2M .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01lkRpi2M .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v01lkRpi2M .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v01lkRpi2M .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01lkRpi2M .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v01lkRpi2M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01lkRpi2M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01lkRpi2M .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v01lkRpi2M .mbr-label,
.cid-v01lkRpi2M .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lkRpi2M .mbr-section-title {
  color: #000000;
}
.cid-v01lkRpi2M .mbr-text,
.cid-v01lkRpi2M .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lkRpi2M .mbr-section-title,
.cid-v01lkRpi2M .title-wrapper,
.cid-v01lkRpi2M .mbr-section-btn,
.cid-v01lkRpi2M .logo-wrapper {
  text-align: center;
}
.cid-v01lLDetJP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v01lLDetJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01lLDetJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01lLDetJP .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01lLDetJP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01lLDetJP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01lLDetJP .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-v01lLDetJP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01lLDetJP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01lLDetJP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01lLDetJP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01lLDetJP .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v01lLDetJP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v01lLDetJP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v01lLDetJP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v01lLDetJP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v01lLDetJP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v01lLDetJP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v01lLDetJP .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v01lLDetJP .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v01lLDetJP .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v01lLDetJP .mbr-label,
.cid-v01lLDetJP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lLDetJP .mbr-section-title,
.cid-v01lLDetJP .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lLDetJP .mbr-text,
.cid-v01lLDetJP .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01lLDetJP .panel-title-edit {
  color: #000000;
}
.cid-v01lLDetJP .panel-text {
  color: #515151;
}
.cid-v01lS8GABL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v01lS8GABL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01lS8GABL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01lS8GABL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01lS8GABL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01lS8GABL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01lS8GABL .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-v01lS8GABL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01lS8GABL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01lS8GABL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01lS8GABL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01lS8GABL .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v01lS8GABL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v01lS8GABL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v01lS8GABL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v01lS8GABL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v01lS8GABL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v01lS8GABL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v01lS8GABL .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v01lS8GABL .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v01lS8GABL .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v01lS8GABL .mbr-label,
.cid-v01lS8GABL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lS8GABL .mbr-section-title,
.cid-v01lS8GABL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01lS8GABL .mbr-text,
.cid-v01lS8GABL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01lS8GABL .panel-title-edit {
  color: #000000;
}
.cid-v01lS8GABL .panel-text {
  color: #515151;
}
.cid-v01ll8jKNo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v01ll8jKNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01ll8jKNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01ll8jKNo .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v01ll8jKNo .image-wrap {
    width: 300px;
  }
}
.cid-v01llajpbu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v01llajpbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01llajpbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01llajpbu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01llajpbu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01llajpbu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01llajpbu .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-v01llajpbu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01llajpbu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01llajpbu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01llajpbu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01llajpbu .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v01llajpbu .form-wrap {
    padding: 24px;
  }
}
.cid-v01llajpbu .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v01llajpbu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v01llajpbu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v01llajpbu .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v01llajpbu .mbr-label,
.cid-v01llajpbu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llajpbu .mbr-section-title,
.cid-v01llajpbu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llajpbu .mbr-text,
.cid-v01llajpbu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01llajpbu label {
  color: #000000;
}
.cid-v01llbcoPg {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v01llbcoPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01llbcoPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01llbcoPg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01llbcoPg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01llbcoPg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01llbcoPg .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-v01llbcoPg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01llbcoPg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01llbcoPg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01llbcoPg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v01llbcoPg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01llbcoPg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01llbcoPg .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v01llbcoPg .card-wrapper {
    padding: 24px;
  }
}
.cid-v01llbcoPg .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v01llbcoPg .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v01llbcoPg .mbr-label,
.cid-v01llbcoPg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llbcoPg .mbr-section-title,
.cid-v01llbcoPg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llbcoPg .mbr-text,
.cid-v01llbcoPg .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01llcqwGE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v01llcqwGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01llcqwGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01llcqwGE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01llcqwGE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01llcqwGE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01llcqwGE .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-v01llcqwGE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01llcqwGE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01llcqwGE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01llcqwGE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v01llcqwGE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01llcqwGE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01llcqwGE .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v01llcqwGE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v01llcqwGE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v01llcqwGE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v01llcqwGE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v01llcqwGE .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v01llcqwGE .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-v01llcqwGE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v01llcqwGE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v01llcqwGE .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v01llcqwGE .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v01llcqwGE .mbr-label,
.cid-v01llcqwGE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llcqwGE .mbr-section-title,
.cid-v01llcqwGE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llcqwGE .mbr-text,
.cid-v01llcqwGE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01llcqwGE .item-title {
  color: #515151;
}
.cid-v01llcqwGE .item-text {
  color: #000000;
  text-align: left;
}
.cid-v01llfHemS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v01llfHemS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01llfHemS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01llfHemS .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v01llfHemS .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v01llfHemS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v01llfHemS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01llfHemS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v01llfHemS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v01llfHemS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01llfHemS .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v01llfHemS .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v01llfHemS .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v01llfHemS .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v01llfHemS .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v01llfHemS .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v01llfHemS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v01llfHemS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v01llfHemS .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v01llfHemS .mbr-section-title {
  color: #000000;
}
.cid-v01llfHemS .mbr-text,
.cid-v01llfHemS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llfHemS .list,
.cid-v01llfHemS .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01llfHemS .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v01llfHemS .mbr-section-title,
.cid-v01llfHemS .title-wrapper,
.cid-v01llfHemS .mbr-section-btn,
.cid-v01llfHemS .social-wrapper {
  text-align: center;
}
.cid-v01oRmPHU1 {
  z-index: 1000;
  width: 100%;
}
.cid-v01oRmPHU1 nav.navbar {
  position: fixed;
}
.cid-v01oRmPHU1 .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-v01oRmPHU1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v01oRmPHU1 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v01oRmPHU1 .dropdown-item:hover,
.cid-v01oRmPHU1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v01oRmPHU1 .dropdown-item:hover span {
  color: white;
}
.cid-v01oRmPHU1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v01oRmPHU1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v01oRmPHU1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v01oRmPHU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v01oRmPHU1 .nav-link {
  position: relative;
}
.cid-v01oRmPHU1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v01oRmPHU1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v01oRmPHU1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v01oRmPHU1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v01oRmPHU1 .dropdown-menu,
.cid-v01oRmPHU1 .navbar.opened {
  background: #ffffff !important;
}
.cid-v01oRmPHU1 .nav-item:focus,
.cid-v01oRmPHU1 .nav-link:focus {
  outline: none;
}
.cid-v01oRmPHU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v01oRmPHU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v01oRmPHU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v01oRmPHU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v01oRmPHU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v01oRmPHU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v01oRmPHU1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v01oRmPHU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v01oRmPHU1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v01oRmPHU1 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v01oRmPHU1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v01oRmPHU1 .navbar.collapsed {
  justify-content: center;
}
.cid-v01oRmPHU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v01oRmPHU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v01oRmPHU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v01oRmPHU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v01oRmPHU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v01oRmPHU1 .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-v01oRmPHU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v01oRmPHU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v01oRmPHU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v01oRmPHU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v01oRmPHU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v01oRmPHU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v01oRmPHU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v01oRmPHU1 .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-v01oRmPHU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v01oRmPHU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v01oRmPHU1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v01oRmPHU1 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v01oRmPHU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v01oRmPHU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v01oRmPHU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v01oRmPHU1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v01oRmPHU1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v01oRmPHU1 .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-v01oRmPHU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v01oRmPHU1 .navbar-brand .navbar-caption:hover,
.cid-v01oRmPHU1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v01oRmPHU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v01oRmPHU1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v01oRmPHU1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v01oRmPHU1 .dropdown-item.active,
.cid-v01oRmPHU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v01oRmPHU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v01oRmPHU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v01oRmPHU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v01oRmPHU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v01oRmPHU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v01oRmPHU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v01oRmPHU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v01oRmPHU1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v01oRmPHU1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v01oRmPHU1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v01oRmPHU1 .navbar-buttons {
    text-align: left;
  }
}
.cid-v01oRmPHU1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v01oRmPHU1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v01oRmPHU1 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v01oRmPHU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v01oRmPHU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v01oRmPHU1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v01oRmPHU1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v01oRmPHU1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v01oRmPHU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v01oRmPHU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v01oRmPHU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v01oRmPHU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v01oRmPHU1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v01oRmPHU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v01oRmPHU1 .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-v01oRmPHU1 .navbar {
    height: 70px;
  }
  .cid-v01oRmPHU1 .navbar.opened {
    height: auto;
  }
  .cid-v01oRmPHU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v01oRmPHU1 .navbar-nav {
  margin: 0 auto;
}
.cid-v01oRmPHU1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v01oRmPHU1 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v01oRmPHU1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v01oRmPHU1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v01oRmPHU1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v01oRmPHU1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v01oRmPHU1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v01oRmPHU1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v01oRmPHU1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v01oRmPHU1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v01oRmPHU1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v01oRmPHU1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v01oRmPHU1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v01oRmPHU1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v01oRmPHU1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v01oRmPHU1 .content-wrap {
  min-height: 110px;
}
.cid-v01oRqp8Kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRqp8Kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v01oRqp8Kz .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRqp8Kz .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-v01oRqp8Kz .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRqp8Kz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRqp8Kz .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v01oRqp8Kz .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v01oRqp8Kz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #9c9c9c 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01oRqp8Kz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #9c9c9c 40%);
  }
}
.cid-v01oRqp8Kz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01oRqp8Kz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01oRqp8Kz .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v01oRqp8Kz .mbr-label,
.cid-v01oRqp8Kz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRqp8Kz .mbr-section-title {
  color: #000000;
}
.cid-v01oRqp8Kz .mbr-text,
.cid-v01oRqp8Kz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRqp8Kz .mbr-section-title,
.cid-v01oRqp8Kz .title-wrapper,
.cid-v01oRqp8Kz .mbr-section-btn,
.cid-v01oRqp8Kz .logo-wrapper {
  text-align: center;
}
.cid-v01oRr4f18 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v01oRr4f18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRr4f18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRr4f18 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01oRr4f18 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01oRr4f18 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRr4f18 .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-v01oRr4f18 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRr4f18 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRr4f18 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01oRr4f18 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01oRr4f18 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v01oRr4f18 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v01oRr4f18 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v01oRr4f18 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v01oRr4f18 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v01oRr4f18 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v01oRr4f18 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v01oRr4f18 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v01oRr4f18 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v01oRr4f18 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v01oRr4f18 .mbr-label,
.cid-v01oRr4f18 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRr4f18 .mbr-section-title,
.cid-v01oRr4f18 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRr4f18 .mbr-text,
.cid-v01oRr4f18 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01oRr4f18 .panel-title-edit {
  color: #000000;
}
.cid-v01oRr4f18 .panel-text {
  color: #515151;
}
.cid-v01oRrElUn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v01oRrElUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRrElUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRrElUn .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01oRrElUn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01oRrElUn .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRrElUn .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-v01oRrElUn .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRrElUn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRrElUn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01oRrElUn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01oRrElUn .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v01oRrElUn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v01oRrElUn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v01oRrElUn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v01oRrElUn .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v01oRrElUn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v01oRrElUn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v01oRrElUn .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v01oRrElUn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v01oRrElUn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v01oRrElUn .mbr-label,
.cid-v01oRrElUn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRrElUn .mbr-section-title,
.cid-v01oRrElUn .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRrElUn .mbr-text,
.cid-v01oRrElUn .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01oRrElUn .panel-title-edit {
  color: #000000;
}
.cid-v01oRrElUn .panel-text {
  color: #515151;
}
.cid-v01oRsfLDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v01oRsfLDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRsfLDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRsfLDi .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v01oRsfLDi .image-wrap {
    width: 300px;
  }
}
.cid-v01oRtKkaj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v01oRtKkaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRtKkaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRtKkaj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01oRtKkaj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01oRtKkaj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRtKkaj .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-v01oRtKkaj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRtKkaj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRtKkaj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v01oRtKkaj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v01oRtKkaj .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v01oRtKkaj .form-wrap {
    padding: 24px;
  }
}
.cid-v01oRtKkaj .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v01oRtKkaj .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v01oRtKkaj .mbr-label,
.cid-v01oRtKkaj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRtKkaj .mbr-section-title,
.cid-v01oRtKkaj .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRtKkaj .mbr-text,
.cid-v01oRtKkaj .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01oRtKkaj label {
  color: #000000;
}
.cid-v01oRunP59 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v01oRunP59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRunP59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRunP59 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01oRunP59 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01oRunP59 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRunP59 .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-v01oRunP59 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRunP59 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRunP59 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01oRunP59 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v01oRunP59 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01oRunP59 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01oRunP59 .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v01oRunP59 .card-wrapper {
    padding: 24px;
  }
}
.cid-v01oRunP59 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v01oRunP59 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v01oRunP59 .mbr-label,
.cid-v01oRunP59 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRunP59 .mbr-section-title,
.cid-v01oRunP59 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRunP59 .mbr-text,
.cid-v01oRunP59 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01oRv9zGi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v01oRv9zGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRv9zGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRv9zGi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v01oRv9zGi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v01oRv9zGi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v01oRv9zGi .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-v01oRv9zGi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v01oRv9zGi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v01oRv9zGi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01oRv9zGi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v01oRv9zGi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v01oRv9zGi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01oRv9zGi .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v01oRv9zGi .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v01oRv9zGi .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v01oRv9zGi .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v01oRv9zGi .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v01oRv9zGi .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v01oRv9zGi .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-v01oRv9zGi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v01oRv9zGi .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v01oRv9zGi .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v01oRv9zGi .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v01oRv9zGi .mbr-label,
.cid-v01oRv9zGi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRv9zGi .mbr-section-title,
.cid-v01oRv9zGi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRv9zGi .mbr-text,
.cid-v01oRv9zGi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v01oRv9zGi .item-title {
  color: #515151;
}
.cid-v01oRv9zGi .item-text {
  color: #000000;
  text-align: left;
}
.cid-v01oRxefoT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v01oRxefoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01oRxefoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v01oRxefoT .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v01oRxefoT .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v01oRxefoT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v01oRxefoT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v01oRxefoT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v01oRxefoT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v01oRxefoT .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v01oRxefoT .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v01oRxefoT .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v01oRxefoT .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v01oRxefoT .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v01oRxefoT .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v01oRxefoT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v01oRxefoT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v01oRxefoT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v01oRxefoT .mbr-section-title {
  color: #000000;
}
.cid-v01oRxefoT .mbr-text,
.cid-v01oRxefoT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRxefoT .list,
.cid-v01oRxefoT .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v01oRxefoT .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v01oRxefoT .mbr-section-title,
.cid-v01oRxefoT .title-wrapper,
.cid-v01oRxefoT .mbr-section-btn,
.cid-v01oRxefoT .social-wrapper {
  text-align: center;
}
.cid-v09PjpDaUS {
  z-index: 1000;
  width: 100%;
}
.cid-v09PjpDaUS nav.navbar {
  position: fixed;
}
.cid-v09PjpDaUS .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-v09PjpDaUS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v09PjpDaUS .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v09PjpDaUS .dropdown-item:hover,
.cid-v09PjpDaUS .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v09PjpDaUS .dropdown-item:hover span {
  color: white;
}
.cid-v09PjpDaUS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v09PjpDaUS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v09PjpDaUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v09PjpDaUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v09PjpDaUS .nav-link {
  position: relative;
}
.cid-v09PjpDaUS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v09PjpDaUS .container {
    flex-wrap: nowrap;
  }
}
.cid-v09PjpDaUS .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v09PjpDaUS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v09PjpDaUS .dropdown-menu,
.cid-v09PjpDaUS .navbar.opened {
  background: #ffffff !important;
}
.cid-v09PjpDaUS .nav-item:focus,
.cid-v09PjpDaUS .nav-link:focus {
  outline: none;
}
.cid-v09PjpDaUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v09PjpDaUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v09PjpDaUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v09PjpDaUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v09PjpDaUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v09PjpDaUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v09PjpDaUS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v09PjpDaUS .navbar.opened {
  transition: all 0.3s;
}
.cid-v09PjpDaUS .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v09PjpDaUS .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v09PjpDaUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v09PjpDaUS .navbar.collapsed {
  justify-content: center;
}
.cid-v09PjpDaUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v09PjpDaUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v09PjpDaUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v09PjpDaUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v09PjpDaUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v09PjpDaUS .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-v09PjpDaUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v09PjpDaUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v09PjpDaUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v09PjpDaUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v09PjpDaUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v09PjpDaUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v09PjpDaUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v09PjpDaUS .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-v09PjpDaUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v09PjpDaUS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v09PjpDaUS .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v09PjpDaUS .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v09PjpDaUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v09PjpDaUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v09PjpDaUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v09PjpDaUS .navbar.navbar-short {
  min-height: 96px;
}
.cid-v09PjpDaUS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v09PjpDaUS .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-v09PjpDaUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v09PjpDaUS .navbar-brand .navbar-caption:hover,
.cid-v09PjpDaUS .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v09PjpDaUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v09PjpDaUS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v09PjpDaUS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v09PjpDaUS .dropdown-item.active,
.cid-v09PjpDaUS .dropdown-item:active {
  background-color: transparent;
}
.cid-v09PjpDaUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v09PjpDaUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v09PjpDaUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v09PjpDaUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v09PjpDaUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v09PjpDaUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v09PjpDaUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v09PjpDaUS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v09PjpDaUS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v09PjpDaUS .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v09PjpDaUS .navbar-buttons {
    text-align: left;
  }
}
.cid-v09PjpDaUS .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v09PjpDaUS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v09PjpDaUS 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v09PjpDaUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v09PjpDaUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v09PjpDaUS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v09PjpDaUS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v09PjpDaUS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v09PjpDaUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v09PjpDaUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v09PjpDaUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v09PjpDaUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v09PjpDaUS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v09PjpDaUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v09PjpDaUS .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-v09PjpDaUS .navbar {
    height: 70px;
  }
  .cid-v09PjpDaUS .navbar.opened {
    height: auto;
  }
  .cid-v09PjpDaUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v09PjpDaUS .navbar-nav {
  margin: 0 auto;
}
.cid-v09PjpDaUS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v09PjpDaUS .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v09PjpDaUS .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v09PjpDaUS .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v09PjpDaUS .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v09PjpDaUS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v09PjpDaUS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v09PjpDaUS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v09PjpDaUS .navbar {
    justify-content: flex-start !important;
  }
  .cid-v09PjpDaUS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v09PjpDaUS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v09PjpDaUS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v09PjpDaUS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v09PjpDaUS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v09PjpDaUS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v09PjpDaUS .content-wrap {
  min-height: 110px;
}
.cid-v09Pjrk0yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09Pjrk0yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v09Pjrk0yb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09Pjrk0yb .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-v09Pjrk0yb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09Pjrk0yb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09Pjrk0yb .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v09Pjrk0yb .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v09Pjrk0yb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v09Pjrk0yb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 40%);
  }
}
.cid-v09Pjrk0yb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v09Pjrk0yb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v09Pjrk0yb .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v09Pjrk0yb .mbr-label,
.cid-v09Pjrk0yb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09Pjrk0yb .mbr-section-title {
  color: #000000;
}
.cid-v09Pjrk0yb .mbr-text,
.cid-v09Pjrk0yb .text-wrapper {
  color: #f8f8f8;
  text-align: center;
}
.cid-v09Pjrk0yb .mbr-section-title,
.cid-v09Pjrk0yb .title-wrapper,
.cid-v09Pjrk0yb .mbr-section-btn,
.cid-v09Pjrk0yb .logo-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v09PjsotWT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v09PjsotWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjsotWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjsotWT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v09PjsotWT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v09PjsotWT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09PjsotWT .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-v09PjsotWT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09PjsotWT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09PjsotWT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v09PjsotWT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v09PjsotWT .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v09PjsotWT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v09PjsotWT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v09PjsotWT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v09PjsotWT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v09PjsotWT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v09PjsotWT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v09PjsotWT .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v09PjsotWT .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v09PjsotWT .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v09PjsotWT .mbr-label,
.cid-v09PjsotWT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjsotWT .mbr-section-title,
.cid-v09PjsotWT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjsotWT .mbr-text,
.cid-v09PjsotWT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v09PjsotWT .panel-title-edit {
  color: #000000;
}
.cid-v09PjsotWT .panel-text {
  color: #515151;
}
.cid-v09PjtAzNM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v09PjtAzNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjtAzNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjtAzNM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v09PjtAzNM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v09PjtAzNM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09PjtAzNM .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-v09PjtAzNM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09PjtAzNM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09PjtAzNM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v09PjtAzNM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v09PjtAzNM .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v09PjtAzNM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v09PjtAzNM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v09PjtAzNM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v09PjtAzNM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v09PjtAzNM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v09PjtAzNM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v09PjtAzNM .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v09PjtAzNM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v09PjtAzNM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v09PjtAzNM .mbr-label,
.cid-v09PjtAzNM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjtAzNM .mbr-section-title,
.cid-v09PjtAzNM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjtAzNM .mbr-text,
.cid-v09PjtAzNM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v09PjtAzNM .panel-title-edit {
  color: #000000;
}
.cid-v09PjtAzNM .panel-text {
  color: #515151;
}
.cid-v09Pjw6EIv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v09Pjw6EIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09Pjw6EIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09Pjw6EIv .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v09Pjw6EIv .image-wrap {
    width: 300px;
  }
}
.cid-v09PjxKU9o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v09PjxKU9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjxKU9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjxKU9o .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v09PjxKU9o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v09PjxKU9o .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09PjxKU9o .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-v09PjxKU9o .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09PjxKU9o .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09PjxKU9o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v09PjxKU9o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v09PjxKU9o .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v09PjxKU9o .form-wrap {
    padding: 24px;
  }
}
.cid-v09PjxKU9o .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v09PjxKU9o .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v09PjxKU9o .mbr-label,
.cid-v09PjxKU9o .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjxKU9o .mbr-section-title,
.cid-v09PjxKU9o .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjxKU9o .mbr-text,
.cid-v09PjxKU9o .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v09PjxKU9o label {
  color: #000000;
}
.cid-v09PjynD75 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v09PjynD75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjynD75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjynD75 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v09PjynD75 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v09PjynD75 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09PjynD75 .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-v09PjynD75 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09PjynD75 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09PjynD75 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v09PjynD75 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v09PjynD75 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v09PjynD75 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v09PjynD75 .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v09PjynD75 .card-wrapper {
    padding: 24px;
  }
}
.cid-v09PjynD75 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v09PjynD75 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v09PjynD75 .mbr-label,
.cid-v09PjynD75 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjynD75 .mbr-section-title,
.cid-v09PjynD75 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjynD75 .mbr-text,
.cid-v09PjynD75 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v09PjzfzTL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v09PjzfzTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjzfzTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjzfzTL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v09PjzfzTL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v09PjzfzTL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v09PjzfzTL .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-v09PjzfzTL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v09PjzfzTL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v09PjzfzTL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v09PjzfzTL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v09PjzfzTL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v09PjzfzTL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v09PjzfzTL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v09PjzfzTL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v09PjzfzTL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v09PjzfzTL .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v09PjzfzTL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v09PjzfzTL .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v09PjzfzTL .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-v09PjzfzTL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v09PjzfzTL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v09PjzfzTL .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v09PjzfzTL .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v09PjzfzTL .mbr-label,
.cid-v09PjzfzTL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjzfzTL .mbr-section-title,
.cid-v09PjzfzTL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjzfzTL .mbr-text,
.cid-v09PjzfzTL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v09PjzfzTL .item-title {
  color: #515151;
}
.cid-v09PjzfzTL .item-text {
  color: #000000;
  text-align: left;
}
.cid-v09PjBPuDO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v09PjBPuDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09PjBPuDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v09PjBPuDO .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v09PjBPuDO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v09PjBPuDO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v09PjBPuDO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v09PjBPuDO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v09PjBPuDO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v09PjBPuDO .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v09PjBPuDO .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v09PjBPuDO .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v09PjBPuDO .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v09PjBPuDO .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v09PjBPuDO .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v09PjBPuDO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v09PjBPuDO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v09PjBPuDO .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v09PjBPuDO .mbr-section-title {
  color: #000000;
}
.cid-v09PjBPuDO .mbr-text,
.cid-v09PjBPuDO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjBPuDO .list,
.cid-v09PjBPuDO .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v09PjBPuDO .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v09PjBPuDO .mbr-section-title,
.cid-v09PjBPuDO .title-wrapper,
.cid-v09PjBPuDO .mbr-section-btn,
.cid-v09PjBPuDO .social-wrapper {
  text-align: center;
}
.cid-v0cCdQPrqy {
  z-index: 1000;
  width: 100%;
}
.cid-v0cCdQPrqy nav.navbar {
  position: fixed;
}
.cid-v0cCdQPrqy .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-v0cCdQPrqy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cCdQPrqy .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cCdQPrqy .dropdown-item:hover,
.cid-v0cCdQPrqy .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cCdQPrqy .dropdown-item:hover span {
  color: white;
}
.cid-v0cCdQPrqy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cCdQPrqy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cCdQPrqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cCdQPrqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cCdQPrqy .nav-link {
  position: relative;
}
.cid-v0cCdQPrqy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cCdQPrqy .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cCdQPrqy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cCdQPrqy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cCdQPrqy .dropdown-menu,
.cid-v0cCdQPrqy .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cCdQPrqy .nav-item:focus,
.cid-v0cCdQPrqy .nav-link:focus {
  outline: none;
}
.cid-v0cCdQPrqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cCdQPrqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cCdQPrqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cCdQPrqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cCdQPrqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cCdQPrqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cCdQPrqy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cCdQPrqy .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cCdQPrqy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cCdQPrqy .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cCdQPrqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cCdQPrqy .navbar.collapsed {
  justify-content: center;
}
.cid-v0cCdQPrqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cCdQPrqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cCdQPrqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cCdQPrqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cCdQPrqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cCdQPrqy .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-v0cCdQPrqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cCdQPrqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cCdQPrqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cCdQPrqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cCdQPrqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cCdQPrqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cCdQPrqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cCdQPrqy .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-v0cCdQPrqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cCdQPrqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cCdQPrqy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cCdQPrqy .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cCdQPrqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cCdQPrqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cCdQPrqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cCdQPrqy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cCdQPrqy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cCdQPrqy .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-v0cCdQPrqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cCdQPrqy .navbar-brand .navbar-caption:hover,
.cid-v0cCdQPrqy .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cCdQPrqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cCdQPrqy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cCdQPrqy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cCdQPrqy .dropdown-item.active,
.cid-v0cCdQPrqy .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cCdQPrqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cCdQPrqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cCdQPrqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cCdQPrqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cCdQPrqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cCdQPrqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cCdQPrqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cCdQPrqy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cCdQPrqy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cCdQPrqy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cCdQPrqy .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cCdQPrqy .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cCdQPrqy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cCdQPrqy 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cCdQPrqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cCdQPrqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cCdQPrqy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cCdQPrqy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cCdQPrqy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cCdQPrqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cCdQPrqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cCdQPrqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cCdQPrqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cCdQPrqy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cCdQPrqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cCdQPrqy .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-v0cCdQPrqy .navbar {
    height: 70px;
  }
  .cid-v0cCdQPrqy .navbar.opened {
    height: auto;
  }
  .cid-v0cCdQPrqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cCdQPrqy .navbar-nav {
  margin: 0 auto;
}
.cid-v0cCdQPrqy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cCdQPrqy .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cCdQPrqy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cCdQPrqy .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cCdQPrqy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cCdQPrqy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cCdQPrqy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cCdQPrqy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cCdQPrqy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cCdQPrqy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cCdQPrqy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cCdQPrqy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cCdQPrqy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cCdQPrqy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cCdQPrqy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cCdQPrqy .content-wrap {
  min-height: 110px;
}
.cid-v0cCdRhoor .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdRhoor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cCdRhoor .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdRhoor .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-v0cCdRhoor .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdRhoor .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdRhoor .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cCdRhoor .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cCdRhoor .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #9c9c9c 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cCdRhoor .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #9c9c9c 40%);
  }
}
.cid-v0cCdRhoor .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cCdRhoor .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cCdRhoor .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cCdRhoor .mbr-label,
.cid-v0cCdRhoor .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdRhoor .mbr-section-title {
  color: #000000;
}
.cid-v0cCdRhoor .mbr-text,
.cid-v0cCdRhoor .text-wrapper {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0cCdRhoor .mbr-section-title,
.cid-v0cCdRhoor .title-wrapper,
.cid-v0cCdRhoor .mbr-section-btn,
.cid-v0cCdRhoor .logo-wrapper {
  text-align: center;
  color: #9c9c9c;
}
.cid-v0cCdRGxP2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cCdRGxP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdRGxP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdRGxP2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cCdRGxP2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cCdRGxP2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdRGxP2 .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-v0cCdRGxP2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdRGxP2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdRGxP2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cCdRGxP2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cCdRGxP2 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0cCdRGxP2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0cCdRGxP2 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0cCdRGxP2 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0cCdRGxP2 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0cCdRGxP2 .mbr-label,
.cid-v0cCdRGxP2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdRGxP2 .mbr-section-title,
.cid-v0cCdRGxP2 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdRGxP2 .mbr-text,
.cid-v0cCdRGxP2 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cCdRGxP2 .panel-title-edit {
  color: #000000;
}
.cid-v0cCdRGxP2 .panel-text {
  color: #515151;
}
.cid-v0cCdS6oXm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cCdS6oXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdS6oXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdS6oXm .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cCdS6oXm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cCdS6oXm .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdS6oXm .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-v0cCdS6oXm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdS6oXm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdS6oXm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cCdS6oXm .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cCdS6oXm .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0cCdS6oXm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0cCdS6oXm .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0cCdS6oXm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0cCdS6oXm .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0cCdS6oXm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0cCdS6oXm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0cCdS6oXm .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0cCdS6oXm .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0cCdS6oXm .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0cCdS6oXm .mbr-label,
.cid-v0cCdS6oXm .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdS6oXm .mbr-section-title,
.cid-v0cCdS6oXm .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdS6oXm .mbr-text,
.cid-v0cCdS6oXm .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cCdS6oXm .panel-title-edit {
  color: #000000;
}
.cid-v0cCdS6oXm .panel-text {
  color: #515151;
}
.cid-v0cCdSwFM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cCdSwFM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdSwFM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdSwFM3 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cCdSwFM3 .image-wrap {
    width: 300px;
  }
}
.cid-v0cCdTu7Yd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cCdTu7Yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdTu7Yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdTu7Yd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cCdTu7Yd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cCdTu7Yd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdTu7Yd .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-v0cCdTu7Yd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdTu7Yd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdTu7Yd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cCdTu7Yd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cCdTu7Yd .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cCdTu7Yd .form-wrap {
    padding: 24px;
  }
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cCdTu7Yd .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cCdTu7Yd .mbr-label,
.cid-v0cCdTu7Yd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdTu7Yd .mbr-section-title,
.cid-v0cCdTu7Yd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdTu7Yd .mbr-text,
.cid-v0cCdTu7Yd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cCdTu7Yd label {
  color: #000000;
}
.cid-v0cCdTYCWr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cCdTYCWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdTYCWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdTYCWr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cCdTYCWr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cCdTYCWr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdTYCWr .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-v0cCdTYCWr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdTYCWr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdTYCWr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cCdTYCWr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cCdTYCWr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cCdTYCWr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cCdTYCWr .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cCdTYCWr .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cCdTYCWr .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cCdTYCWr .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cCdTYCWr .mbr-label,
.cid-v0cCdTYCWr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdTYCWr .mbr-section-title,
.cid-v0cCdTYCWr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdTYCWr .mbr-text,
.cid-v0cCdTYCWr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cCdUxYPd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cCdUxYPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdUxYPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdUxYPd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cCdUxYPd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cCdUxYPd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cCdUxYPd .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-v0cCdUxYPd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cCdUxYPd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cCdUxYPd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cCdUxYPd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cCdUxYPd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cCdUxYPd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cCdUxYPd .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cCdUxYPd .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cCdUxYPd .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cCdUxYPd .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cCdUxYPd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cCdUxYPd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cCdUxYPd .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-v0cCdUxYPd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cCdUxYPd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cCdUxYPd .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cCdUxYPd .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cCdUxYPd .mbr-label,
.cid-v0cCdUxYPd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdUxYPd .mbr-section-title,
.cid-v0cCdUxYPd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdUxYPd .mbr-text,
.cid-v0cCdUxYPd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cCdUxYPd .item-title {
  color: #515151;
}
.cid-v0cCdUxYPd .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cCdW2zFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cCdW2zFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cCdW2zFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cCdW2zFF .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cCdW2zFF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cCdW2zFF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cCdW2zFF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cCdW2zFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cCdW2zFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cCdW2zFF .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cCdW2zFF .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cCdW2zFF .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cCdW2zFF .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cCdW2zFF .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cCdW2zFF .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cCdW2zFF .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cCdW2zFF .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cCdW2zFF .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cCdW2zFF .mbr-section-title {
  color: #000000;
}
.cid-v0cCdW2zFF .mbr-text,
.cid-v0cCdW2zFF .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdW2zFF .list,
.cid-v0cCdW2zFF .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cCdW2zFF .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cCdW2zFF .mbr-section-title,
.cid-v0cCdW2zFF .title-wrapper,
.cid-v0cCdW2zFF .mbr-section-btn,
.cid-v0cCdW2zFF .social-wrapper {
  text-align: center;
}
.cid-v0cEtfxHOz {
  z-index: 1000;
  width: 100%;
}
.cid-v0cEtfxHOz nav.navbar {
  position: fixed;
}
.cid-v0cEtfxHOz .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-v0cEtfxHOz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cEtfxHOz .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cEtfxHOz .dropdown-item:hover,
.cid-v0cEtfxHOz .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cEtfxHOz .dropdown-item:hover span {
  color: white;
}
.cid-v0cEtfxHOz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cEtfxHOz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cEtfxHOz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cEtfxHOz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cEtfxHOz .nav-link {
  position: relative;
}
.cid-v0cEtfxHOz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cEtfxHOz .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cEtfxHOz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cEtfxHOz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cEtfxHOz .dropdown-menu,
.cid-v0cEtfxHOz .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cEtfxHOz .nav-item:focus,
.cid-v0cEtfxHOz .nav-link:focus {
  outline: none;
}
.cid-v0cEtfxHOz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cEtfxHOz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cEtfxHOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cEtfxHOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cEtfxHOz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cEtfxHOz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cEtfxHOz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cEtfxHOz .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cEtfxHOz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cEtfxHOz .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cEtfxHOz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cEtfxHOz .navbar.collapsed {
  justify-content: center;
}
.cid-v0cEtfxHOz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cEtfxHOz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cEtfxHOz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cEtfxHOz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cEtfxHOz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cEtfxHOz .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-v0cEtfxHOz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cEtfxHOz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cEtfxHOz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cEtfxHOz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cEtfxHOz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cEtfxHOz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cEtfxHOz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cEtfxHOz .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-v0cEtfxHOz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cEtfxHOz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cEtfxHOz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cEtfxHOz .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cEtfxHOz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cEtfxHOz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cEtfxHOz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cEtfxHOz .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cEtfxHOz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cEtfxHOz .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-v0cEtfxHOz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cEtfxHOz .navbar-brand .navbar-caption:hover,
.cid-v0cEtfxHOz .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cEtfxHOz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cEtfxHOz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cEtfxHOz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cEtfxHOz .dropdown-item.active,
.cid-v0cEtfxHOz .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cEtfxHOz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cEtfxHOz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cEtfxHOz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cEtfxHOz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cEtfxHOz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cEtfxHOz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cEtfxHOz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cEtfxHOz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cEtfxHOz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cEtfxHOz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cEtfxHOz .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cEtfxHOz .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cEtfxHOz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cEtfxHOz 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cEtfxHOz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cEtfxHOz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cEtfxHOz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cEtfxHOz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cEtfxHOz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cEtfxHOz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cEtfxHOz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cEtfxHOz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cEtfxHOz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cEtfxHOz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cEtfxHOz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cEtfxHOz .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-v0cEtfxHOz .navbar {
    height: 70px;
  }
  .cid-v0cEtfxHOz .navbar.opened {
    height: auto;
  }
  .cid-v0cEtfxHOz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cEtfxHOz .navbar-nav {
  margin: 0 auto;
}
.cid-v0cEtfxHOz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cEtfxHOz .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cEtfxHOz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cEtfxHOz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cEtfxHOz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cEtfxHOz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cEtfxHOz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cEtfxHOz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cEtfxHOz .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cEtfxHOz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cEtfxHOz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cEtfxHOz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cEtfxHOz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cEtfxHOz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cEtfxHOz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cEtfxHOz .content-wrap {
  min-height: 110px;
}
.cid-v0cEtg2ItH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtg2ItH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cEtg2ItH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtg2ItH .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-v0cEtg2ItH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtg2ItH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtg2ItH .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cEtg2ItH .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cEtg2ItH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cEtg2ItH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 40%);
  }
}
.cid-v0cEtg2ItH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cEtg2ItH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cEtg2ItH .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cEtg2ItH .mbr-label,
.cid-v0cEtg2ItH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtg2ItH .mbr-section-title {
  color: #000000;
}
.cid-v0cEtg2ItH .mbr-text,
.cid-v0cEtg2ItH .text-wrapper {
  color: #e8e8e8;
  text-align: center;
}
.cid-v0cEtg2ItH .mbr-section-title,
.cid-v0cEtg2ItH .title-wrapper,
.cid-v0cEtg2ItH .mbr-section-btn,
.cid-v0cEtg2ItH .logo-wrapper {
  text-align: center;
}
.cid-v0cEtgrrtj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cEtgrrtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtgrrtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtgrrtj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cEtgrrtj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cEtgrrtj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtgrrtj .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-v0cEtgrrtj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtgrrtj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtgrrtj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cEtgrrtj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cEtgrrtj .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0cEtgrrtj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0cEtgrrtj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0cEtgrrtj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0cEtgrrtj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0cEtgrrtj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0cEtgrrtj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0cEtgrrtj .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0cEtgrrtj .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0cEtgrrtj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0cEtgrrtj .mbr-label,
.cid-v0cEtgrrtj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtgrrtj .mbr-section-title,
.cid-v0cEtgrrtj .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtgrrtj .mbr-text,
.cid-v0cEtgrrtj .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cEtgrrtj .panel-title-edit {
  color: #000000;
}
.cid-v0cEtgrrtj .panel-text {
  color: #515151;
}
.cid-v0cEtgSfxe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cEtgSfxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtgSfxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtgSfxe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cEtgSfxe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cEtgSfxe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtgSfxe .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-v0cEtgSfxe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtgSfxe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtgSfxe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cEtgSfxe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cEtgSfxe .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0cEtgSfxe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0cEtgSfxe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0cEtgSfxe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0cEtgSfxe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0cEtgSfxe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0cEtgSfxe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0cEtgSfxe .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0cEtgSfxe .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0cEtgSfxe .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0cEtgSfxe .mbr-label,
.cid-v0cEtgSfxe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtgSfxe .mbr-section-title,
.cid-v0cEtgSfxe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtgSfxe .mbr-text,
.cid-v0cEtgSfxe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cEtgSfxe .panel-title-edit {
  color: #000000;
}
.cid-v0cEtgSfxe .panel-text {
  color: #515151;
}
.cid-v0cEthokoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cEthokoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEthokoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEthokoZ .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cEthokoZ .image-wrap {
    width: 300px;
  }
}
.cid-v0cEtirHq1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cEtirHq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtirHq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtirHq1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cEtirHq1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cEtirHq1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtirHq1 .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-v0cEtirHq1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtirHq1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtirHq1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cEtirHq1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cEtirHq1 .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cEtirHq1 .form-wrap {
    padding: 24px;
  }
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cEtirHq1 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cEtirHq1 .mbr-label,
.cid-v0cEtirHq1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtirHq1 .mbr-section-title,
.cid-v0cEtirHq1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtirHq1 .mbr-text,
.cid-v0cEtirHq1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cEtirHq1 label {
  color: #000000;
}
.cid-v0cEtiT5gV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cEtiT5gV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtiT5gV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtiT5gV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cEtiT5gV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cEtiT5gV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtiT5gV .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-v0cEtiT5gV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtiT5gV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtiT5gV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cEtiT5gV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cEtiT5gV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cEtiT5gV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cEtiT5gV .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cEtiT5gV .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cEtiT5gV .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cEtiT5gV .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cEtiT5gV .mbr-label,
.cid-v0cEtiT5gV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtiT5gV .mbr-section-title,
.cid-v0cEtiT5gV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtiT5gV .mbr-text,
.cid-v0cEtiT5gV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cEtjtHNW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cEtjtHNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtjtHNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtjtHNW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cEtjtHNW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cEtjtHNW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cEtjtHNW .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-v0cEtjtHNW .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cEtjtHNW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cEtjtHNW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cEtjtHNW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cEtjtHNW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cEtjtHNW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cEtjtHNW .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cEtjtHNW .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cEtjtHNW .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cEtjtHNW .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cEtjtHNW .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cEtjtHNW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cEtjtHNW .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-v0cEtjtHNW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cEtjtHNW .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cEtjtHNW .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cEtjtHNW .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cEtjtHNW .mbr-label,
.cid-v0cEtjtHNW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtjtHNW .mbr-section-title,
.cid-v0cEtjtHNW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtjtHNW .mbr-text,
.cid-v0cEtjtHNW .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cEtjtHNW .item-title {
  color: #515151;
}
.cid-v0cEtjtHNW .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cEtlamkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cEtlamkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cEtlamkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cEtlamkr .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cEtlamkr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cEtlamkr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cEtlamkr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cEtlamkr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cEtlamkr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cEtlamkr .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cEtlamkr .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cEtlamkr .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cEtlamkr .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cEtlamkr .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cEtlamkr .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cEtlamkr .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cEtlamkr .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cEtlamkr .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cEtlamkr .mbr-section-title {
  color: #000000;
}
.cid-v0cEtlamkr .mbr-text,
.cid-v0cEtlamkr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtlamkr .list,
.cid-v0cEtlamkr .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cEtlamkr .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cEtlamkr .mbr-section-title,
.cid-v0cEtlamkr .title-wrapper,
.cid-v0cEtlamkr .mbr-section-btn,
.cid-v0cEtlamkr .social-wrapper {
  text-align: center;
}
.cid-v0cJCQ6DNz {
  z-index: 1000;
  width: 100%;
}
.cid-v0cJCQ6DNz nav.navbar {
  position: fixed;
}
.cid-v0cJCQ6DNz .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-v0cJCQ6DNz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cJCQ6DNz .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cJCQ6DNz .dropdown-item:hover,
.cid-v0cJCQ6DNz .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cJCQ6DNz .dropdown-item:hover span {
  color: white;
}
.cid-v0cJCQ6DNz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cJCQ6DNz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cJCQ6DNz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cJCQ6DNz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cJCQ6DNz .nav-link {
  position: relative;
}
.cid-v0cJCQ6DNz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cJCQ6DNz .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cJCQ6DNz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJCQ6DNz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cJCQ6DNz .dropdown-menu,
.cid-v0cJCQ6DNz .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cJCQ6DNz .nav-item:focus,
.cid-v0cJCQ6DNz .nav-link:focus {
  outline: none;
}
.cid-v0cJCQ6DNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cJCQ6DNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cJCQ6DNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cJCQ6DNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cJCQ6DNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cJCQ6DNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cJCQ6DNz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cJCQ6DNz .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cJCQ6DNz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJCQ6DNz .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cJCQ6DNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cJCQ6DNz .navbar.collapsed {
  justify-content: center;
}
.cid-v0cJCQ6DNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cJCQ6DNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cJCQ6DNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cJCQ6DNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cJCQ6DNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cJCQ6DNz .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-v0cJCQ6DNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cJCQ6DNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cJCQ6DNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cJCQ6DNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cJCQ6DNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cJCQ6DNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cJCQ6DNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cJCQ6DNz .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-v0cJCQ6DNz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cJCQ6DNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cJCQ6DNz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cJCQ6DNz .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cJCQ6DNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cJCQ6DNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cJCQ6DNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cJCQ6DNz .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cJCQ6DNz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cJCQ6DNz .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-v0cJCQ6DNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cJCQ6DNz .navbar-brand .navbar-caption:hover,
.cid-v0cJCQ6DNz .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJCQ6DNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cJCQ6DNz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cJCQ6DNz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJCQ6DNz .dropdown-item.active,
.cid-v0cJCQ6DNz .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cJCQ6DNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cJCQ6DNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cJCQ6DNz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cJCQ6DNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCQ6DNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cJCQ6DNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cJCQ6DNz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cJCQ6DNz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cJCQ6DNz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cJCQ6DNz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cJCQ6DNz .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cJCQ6DNz .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cJCQ6DNz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cJCQ6DNz 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cJCQ6DNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cJCQ6DNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cJCQ6DNz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJCQ6DNz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJCQ6DNz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cJCQ6DNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJCQ6DNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cJCQ6DNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cJCQ6DNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJCQ6DNz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cJCQ6DNz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cJCQ6DNz .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-v0cJCQ6DNz .navbar {
    height: 70px;
  }
  .cid-v0cJCQ6DNz .navbar.opened {
    height: auto;
  }
  .cid-v0cJCQ6DNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cJCQ6DNz .navbar-nav {
  margin: 0 auto;
}
.cid-v0cJCQ6DNz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cJCQ6DNz .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cJCQ6DNz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cJCQ6DNz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJCQ6DNz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cJCQ6DNz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cJCQ6DNz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cJCQ6DNz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cJCQ6DNz .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cJCQ6DNz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cJCQ6DNz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cJCQ6DNz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cJCQ6DNz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cJCQ6DNz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cJCQ6DNz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cJCQ6DNz .content-wrap {
  min-height: 110px;
}
.cid-v0cJCRTeMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCRTeMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJCRTeMy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCRTeMy .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-v0cJCRTeMy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCRTeMy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCRTeMy .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cJCRTeMy .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cJCRTeMy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCRTeMy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 40%);
  }
}
.cid-v0cJCRTeMy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCRTeMy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCRTeMy .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cJCRTeMy .mbr-label,
.cid-v0cJCRTeMy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCRTeMy .mbr-section-title {
  color: #000000;
}
.cid-v0cJCRTeMy .mbr-text,
.cid-v0cJCRTeMy .text-wrapper {
  color: #e8e8e8;
  text-align: center;
}
.cid-v0cJCRTeMy .mbr-section-title,
.cid-v0cJCRTeMy .title-wrapper,
.cid-v0cJCRTeMy .mbr-section-btn,
.cid-v0cJCRTeMy .logo-wrapper {
  text-align: center;
}
.cid-v0cJCSzQpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v0cJCSzQpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCSzQpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCSzQpv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCSzQpv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCSzQpv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCSzQpv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCSzQpv .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0cJCSzQpv .mbr-section-title {
  color: #000000;
}
.cid-v0cJCSzQpv .mbr-text,
.cid-v0cJCSzQpv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCSzQpv .mbr-section-title,
.cid-v0cJCSzQpv .title-wrapper,
.cid-v0cJCSzQpv .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCT0CQu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJCT0CQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCT0CQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCT0CQu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCT0CQu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCT0CQu .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-v0cJCT0CQu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCT0CQu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCT0CQu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCT0CQu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCT0CQu .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0cJCT0CQu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJCT0CQu .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-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJCT0CQu .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-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJCT0CQu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCT0CQu .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0cJCT0CQu .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .card_1 {
    width: 100%;
  }
}
.cid-v0cJCT0CQu .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0cJCT0CQu .card_2 {
    width: 100%;
  }
}
.cid-v0cJCT0CQu .main-btn {
  margin-top: 12px;
}
.cid-v0cJCT0CQu .mbr-label,
.cid-v0cJCT0CQu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCT0CQu .mbr-section-title,
.cid-v0cJCT0CQu .title-wrapper {
  color: #000000;
}
.cid-v0cJCT0CQu .mbr-text,
.cid-v0cJCT0CQu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCT0CQu .item-title {
  color: #000000;
}
.cid-v0cJCT0CQu .item-text {
  color: #515151;
}
.cid-v0cJCT0CQu .mbr-section-title,
.cid-v0cJCT0CQu .title-wrapper,
.cid-v0cJCT0CQu .main-btn {
  text-align: center;
}
.cid-v0cJCUnfEO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-v0cJCUnfEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCUnfEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCUnfEO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCUnfEO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCUnfEO .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-v0cJCUnfEO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCUnfEO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCUnfEO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCUnfEO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCUnfEO .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCUnfEO .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCUnfEO .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCUnfEO .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCUnfEO .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCUnfEO .mbr-label,
.cid-v0cJCUnfEO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCUnfEO .mbr-section-title,
.cid-v0cJCUnfEO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCUnfEO .mbr-text,
.cid-v0cJCUnfEO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCUnfEO .item-text {
  color: #000000;
}
.cid-v0cJCUnfEO .item-text,
.cid-v0cJCUnfEO .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCV8WR0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJCV8WR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCV8WR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCV8WR0 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCV8WR0 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCV8WR0 .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-v0cJCV8WR0 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCV8WR0 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCV8WR0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCV8WR0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCV8WR0 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCV8WR0 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCV8WR0 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCV8WR0 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCV8WR0 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCV8WR0 .mbr-label,
.cid-v0cJCV8WR0 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCV8WR0 .mbr-section-title,
.cid-v0cJCV8WR0 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCV8WR0 .mbr-text,
.cid-v0cJCV8WR0 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCV8WR0 .item-text {
  color: #000000;
}
.cid-v0cJCV8WR0 .item-text,
.cid-v0cJCV8WR0 .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCVVUAY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-v0cJCVVUAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCVVUAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCVVUAY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCVVUAY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCVVUAY .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-v0cJCVVUAY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCVVUAY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCVVUAY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCVVUAY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCVVUAY .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCVVUAY .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCVVUAY .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCVVUAY .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCVVUAY .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCVVUAY .mbr-label,
.cid-v0cJCVVUAY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCVVUAY .mbr-section-title,
.cid-v0cJCVVUAY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCVVUAY .mbr-text,
.cid-v0cJCVVUAY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCVVUAY .item-text {
  color: #000000;
}
.cid-v0cJCVVUAY .item-text,
.cid-v0cJCVVUAY .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCWSQWj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJCWSQWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCWSQWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCWSQWj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCWSQWj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCWSQWj .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-v0cJCWSQWj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCWSQWj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCWSQWj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCWSQWj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCWSQWj .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCWSQWj .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCWSQWj .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCWSQWj .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCWSQWj .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCWSQWj .mbr-label,
.cid-v0cJCWSQWj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCWSQWj .mbr-section-title,
.cid-v0cJCWSQWj .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCWSQWj .mbr-text,
.cid-v0cJCWSQWj .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCWSQWj .item-text {
  color: #000000;
}
.cid-v0cJCWSQWj .item-text,
.cid-v0cJCWSQWj .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCXCdtM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-v0cJCXCdtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCXCdtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCXCdtM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCXCdtM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCXCdtM .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-v0cJCXCdtM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCXCdtM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCXCdtM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCXCdtM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCXCdtM .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCXCdtM .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCXCdtM .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCXCdtM .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCXCdtM .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCXCdtM .mbr-label,
.cid-v0cJCXCdtM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCXCdtM .mbr-section-title,
.cid-v0cJCXCdtM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCXCdtM .mbr-text,
.cid-v0cJCXCdtM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCXCdtM .item-text {
  color: #000000;
}
.cid-v0cJCXCdtM .item-text,
.cid-v0cJCXCdtM .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCYjZ3l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJCYjZ3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCYjZ3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCYjZ3l .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCYjZ3l .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCYjZ3l .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-v0cJCYjZ3l .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCYjZ3l .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCYjZ3l .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCYjZ3l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCYjZ3l .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCYjZ3l .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCYjZ3l .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCYjZ3l .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCYjZ3l .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCYjZ3l .mbr-label,
.cid-v0cJCYjZ3l .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCYjZ3l .mbr-section-title,
.cid-v0cJCYjZ3l .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCYjZ3l .mbr-text,
.cid-v0cJCYjZ3l .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCYjZ3l .item-text {
  color: #000000;
}
.cid-v0cJCYjZ3l .item-text,
.cid-v0cJCYjZ3l .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCYZH0c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-v0cJCYZH0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCYZH0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCYZH0c .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCYZH0c .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCYZH0c .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-v0cJCYZH0c .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCYZH0c .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCYZH0c .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCYZH0c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCYZH0c .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCYZH0c .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCYZH0c .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCYZH0c .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCYZH0c .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCYZH0c .mbr-label,
.cid-v0cJCYZH0c .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCYZH0c .mbr-section-title,
.cid-v0cJCYZH0c .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCYZH0c .mbr-text,
.cid-v0cJCYZH0c .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCYZH0c .item-text {
  color: #000000;
}
.cid-v0cJCYZH0c .item-text,
.cid-v0cJCYZH0c .mbr-section-btn {
  text-align: center;
}
.cid-v0cJCZBCna {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJCZBCna .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJCZBCna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJCZBCna .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJCZBCna .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJCZBCna .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-v0cJCZBCna .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJCZBCna .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJCZBCna .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJCZBCna .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJCZBCna .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJCZBCna .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJCZBCna .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJCZBCna .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJCZBCna .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJCZBCna .mbr-label,
.cid-v0cJCZBCna .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCZBCna .mbr-section-title,
.cid-v0cJCZBCna .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJCZBCna .mbr-text,
.cid-v0cJCZBCna .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJCZBCna .item-text {
  color: #000000;
}
.cid-v0cJCZBCna .item-text,
.cid-v0cJCZBCna .mbr-section-btn {
  text-align: center;
}
.cid-v0cJD0q5p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJD0q5p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD0q5p6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD0q5p6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD0q5p6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD0q5p6 .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-v0cJD0q5p6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD0q5p6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD0q5p6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD0q5p6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJD0q5p6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJD0q5p6 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJD0q5p6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJD0q5p6 .mbr-label,
.cid-v0cJD0q5p6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD0q5p6 .mbr-section-title,
.cid-v0cJD0q5p6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD0q5p6 .mbr-text,
.cid-v0cJD0q5p6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD0q5p6 .item-title {
  color: #000000;
}
.cid-v0cJD0q5p6 .item-text {
  color: #515151;
}
.cid-v0cJD29o7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJD29o7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD29o7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD29o7f .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD29o7f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD29o7f .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD29o7f .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-v0cJD29o7f .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD29o7f .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD29o7f .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD29o7f .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD29o7f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJD29o7f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJD29o7f .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJD29o7f .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJD29o7f .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJD29o7f .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v0cJD29o7f .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJD29o7f .mbr-label,
.cid-v0cJD29o7f .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD29o7f .mbr-section-title,
.cid-v0cJD29o7f .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD29o7f .mbr-text,
.cid-v0cJD29o7f .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD29o7f .item-title {
  color: #000000;
  text-align: center;
}
.cid-v0cJD29o7f .list {
  color: #515151;
}
.cid-v0cJD3bEWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJD3bEWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD3bEWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD3bEWU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD3bEWU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD3bEWU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD3bEWU .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-v0cJD3bEWU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD3bEWU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD3bEWU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD3bEWU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD3bEWU .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v0cJD3bEWU .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v0cJD3bEWU .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJD3bEWU .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD3bEWU .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0cJD3bEWU .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v0cJD3bEWU .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJD3bEWU .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJD3bEWU .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJD3bEWU .mbr-label,
.cid-v0cJD3bEWU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD3bEWU .mbr-section-title,
.cid-v0cJD3bEWU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD3bEWU .mbr-text {
  color: #515151;
}
.cid-v0cJD45Zck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJD45Zck .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD45Zck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD45Zck .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD45Zck .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD45Zck .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD45Zck .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-v0cJD45Zck .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD45Zck .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD45Zck .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD45Zck .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD45Zck .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJD45Zck .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJD45Zck .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJD45Zck .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJD45Zck .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJD45Zck .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJD45Zck .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJD45Zck .mbr-label,
.cid-v0cJD45Zck .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD45Zck .mbr-section-title,
.cid-v0cJD45Zck .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD45Zck .mbr-text,
.cid-v0cJD45Zck .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD45Zck .item-title {
  color: #000000;
}
.cid-v0cJD45Zck .item-price {
  color: #000000;
}
.cid-v0cJD45Zck .item-text {
  color: #515151;
}
.cid-v0cJD45Zck .list {
  color: #515151;
}
.cid-v0cJD4Vzjn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cJD4Vzjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD4Vzjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD4Vzjn .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cJD4Vzjn .image-wrap {
    width: 300px;
  }
}
.cid-v0cJD6Wz5y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJD6Wz5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD6Wz5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD6Wz5y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD6Wz5y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD6Wz5y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD6Wz5y .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-v0cJD6Wz5y .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD6Wz5y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD6Wz5y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cJD6Wz5y .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJD6Wz5y .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJD6Wz5y .form-wrap {
    padding: 24px;
  }
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cJD6Wz5y .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJD6Wz5y .mbr-label,
.cid-v0cJD6Wz5y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD6Wz5y .mbr-section-title,
.cid-v0cJD6Wz5y .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD6Wz5y .mbr-text,
.cid-v0cJD6Wz5y .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD6Wz5y label {
  color: #000000;
}
.cid-v0cJD7XMKZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJD7XMKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD7XMKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD7XMKZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD7XMKZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD7XMKZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD7XMKZ .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-v0cJD7XMKZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD7XMKZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD7XMKZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD7XMKZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD7XMKZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJD7XMKZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJD7XMKZ .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJD7XMKZ .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJD7XMKZ .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cJD7XMKZ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cJD7XMKZ .mbr-label,
.cid-v0cJD7XMKZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD7XMKZ .mbr-section-title,
.cid-v0cJD7XMKZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD7XMKZ .mbr-text,
.cid-v0cJD7XMKZ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD97EvS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cJD97EvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJD97EvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJD97EvS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJD97EvS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJD97EvS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJD97EvS .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-v0cJD97EvS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJD97EvS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJD97EvS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJD97EvS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJD97EvS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJD97EvS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJD97EvS .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJD97EvS .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJD97EvS .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJD97EvS .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJD97EvS .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJD97EvS .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJD97EvS .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-v0cJD97EvS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJD97EvS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cJD97EvS .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cJD97EvS .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cJD97EvS .mbr-label,
.cid-v0cJD97EvS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD97EvS .mbr-section-title,
.cid-v0cJD97EvS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJD97EvS .mbr-text,
.cid-v0cJD97EvS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJD97EvS .item-title {
  color: #515151;
}
.cid-v0cJD97EvS .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cJDcoyTp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJDcoyTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJDcoyTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cJDcoyTp .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cJDcoyTp .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJDcoyTp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJDcoyTp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJDcoyTp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cJDcoyTp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJDcoyTp .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cJDcoyTp .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cJDcoyTp .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cJDcoyTp .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cJDcoyTp .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cJDcoyTp .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cJDcoyTp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cJDcoyTp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cJDcoyTp .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cJDcoyTp .mbr-section-title {
  color: #000000;
}
.cid-v0cJDcoyTp .mbr-text,
.cid-v0cJDcoyTp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJDcoyTp .list,
.cid-v0cJDcoyTp .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJDcoyTp .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cJDcoyTp .mbr-section-title,
.cid-v0cJDcoyTp .title-wrapper,
.cid-v0cJDcoyTp .mbr-section-btn,
.cid-v0cJDcoyTp .social-wrapper {
  text-align: center;
}
.cid-v0cJGqt4Hs {
  z-index: 1000;
  width: 100%;
}
.cid-v0cJGqt4Hs nav.navbar {
  position: fixed;
}
.cid-v0cJGqt4Hs .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-v0cJGqt4Hs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cJGqt4Hs .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cJGqt4Hs .dropdown-item:hover,
.cid-v0cJGqt4Hs .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cJGqt4Hs .dropdown-item:hover span {
  color: white;
}
.cid-v0cJGqt4Hs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cJGqt4Hs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cJGqt4Hs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cJGqt4Hs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cJGqt4Hs .nav-link {
  position: relative;
}
.cid-v0cJGqt4Hs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cJGqt4Hs .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cJGqt4Hs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJGqt4Hs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cJGqt4Hs .dropdown-menu,
.cid-v0cJGqt4Hs .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cJGqt4Hs .nav-item:focus,
.cid-v0cJGqt4Hs .nav-link:focus {
  outline: none;
}
.cid-v0cJGqt4Hs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cJGqt4Hs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cJGqt4Hs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cJGqt4Hs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cJGqt4Hs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cJGqt4Hs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cJGqt4Hs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cJGqt4Hs .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cJGqt4Hs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJGqt4Hs .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cJGqt4Hs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cJGqt4Hs .navbar.collapsed {
  justify-content: center;
}
.cid-v0cJGqt4Hs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cJGqt4Hs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cJGqt4Hs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cJGqt4Hs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cJGqt4Hs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cJGqt4Hs .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-v0cJGqt4Hs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cJGqt4Hs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cJGqt4Hs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cJGqt4Hs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cJGqt4Hs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cJGqt4Hs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cJGqt4Hs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cJGqt4Hs .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-v0cJGqt4Hs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cJGqt4Hs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cJGqt4Hs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cJGqt4Hs .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cJGqt4Hs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cJGqt4Hs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cJGqt4Hs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cJGqt4Hs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cJGqt4Hs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cJGqt4Hs .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-v0cJGqt4Hs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cJGqt4Hs .navbar-brand .navbar-caption:hover,
.cid-v0cJGqt4Hs .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJGqt4Hs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cJGqt4Hs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cJGqt4Hs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJGqt4Hs .dropdown-item.active,
.cid-v0cJGqt4Hs .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cJGqt4Hs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cJGqt4Hs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cJGqt4Hs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cJGqt4Hs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGqt4Hs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cJGqt4Hs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cJGqt4Hs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cJGqt4Hs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cJGqt4Hs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cJGqt4Hs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cJGqt4Hs .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cJGqt4Hs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cJGqt4Hs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cJGqt4Hs 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cJGqt4Hs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cJGqt4Hs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cJGqt4Hs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJGqt4Hs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJGqt4Hs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cJGqt4Hs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJGqt4Hs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cJGqt4Hs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cJGqt4Hs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJGqt4Hs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cJGqt4Hs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cJGqt4Hs .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-v0cJGqt4Hs .navbar {
    height: 70px;
  }
  .cid-v0cJGqt4Hs .navbar.opened {
    height: auto;
  }
  .cid-v0cJGqt4Hs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cJGqt4Hs .navbar-nav {
  margin: 0 auto;
}
.cid-v0cJGqt4Hs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cJGqt4Hs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cJGqt4Hs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cJGqt4Hs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJGqt4Hs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cJGqt4Hs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cJGqt4Hs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cJGqt4Hs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cJGqt4Hs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cJGqt4Hs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cJGqt4Hs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cJGqt4Hs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cJGqt4Hs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cJGqt4Hs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cJGqt4Hs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cJGqt4Hs .content-wrap {
  min-height: 110px;
}
.cid-v0cJGr7bMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGr7bMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJGr7bMt .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGr7bMt .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-v0cJGr7bMt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGr7bMt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGr7bMt .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cJGr7bMt .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cJGr7bMt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGr7bMt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 40%);
  }
}
.cid-v0cJGr7bMt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGr7bMt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGr7bMt .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cJGr7bMt .mbr-label,
.cid-v0cJGr7bMt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGr7bMt .mbr-section-title {
  color: #000000;
}
.cid-v0cJGr7bMt .mbr-text,
.cid-v0cJGr7bMt .text-wrapper {
  color: #f8f8f8;
  text-align: center;
}
.cid-v0cJGr7bMt .mbr-section-title,
.cid-v0cJGr7bMt .title-wrapper,
.cid-v0cJGr7bMt .mbr-section-btn,
.cid-v0cJGr7bMt .logo-wrapper {
  text-align: center;
}
.cid-v0cJGrzfz0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGrzfz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGrzfz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGrzfz0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGrzfz0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGrzfz0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGrzfz0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGrzfz0 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0cJGrzfz0 .mbr-section-title {
  color: #000000;
}
.cid-v0cJGrzfz0 .mbr-text,
.cid-v0cJGrzfz0 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGrzfz0 .mbr-section-title,
.cid-v0cJGrzfz0 .title-wrapper,
.cid-v0cJGrzfz0 .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGrYMwO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGrYMwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGrYMwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGrYMwO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGrYMwO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGrYMwO .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-v0cJGrYMwO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGrYMwO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGrYMwO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGrYMwO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGrYMwO .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0cJGrYMwO .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJGrYMwO .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-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJGrYMwO .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-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJGrYMwO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGrYMwO .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0cJGrYMwO .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .card_1 {
    width: 100%;
  }
}
.cid-v0cJGrYMwO .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0cJGrYMwO .card_2 {
    width: 100%;
  }
}
.cid-v0cJGrYMwO .main-btn {
  margin-top: 12px;
}
.cid-v0cJGrYMwO .mbr-label,
.cid-v0cJGrYMwO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGrYMwO .mbr-section-title,
.cid-v0cJGrYMwO .title-wrapper {
  color: #000000;
}
.cid-v0cJGrYMwO .mbr-text,
.cid-v0cJGrYMwO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGrYMwO .item-title {
  color: #000000;
}
.cid-v0cJGrYMwO .item-text {
  color: #515151;
}
.cid-v0cJGrYMwO .mbr-section-title,
.cid-v0cJGrYMwO .title-wrapper,
.cid-v0cJGrYMwO .main-btn {
  text-align: center;
}
.cid-v0cJGsFr5n {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGsFr5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGsFr5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGsFr5n .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGsFr5n .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGsFr5n .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-v0cJGsFr5n .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGsFr5n .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGsFr5n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGsFr5n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGsFr5n .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGsFr5n .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGsFr5n .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGsFr5n .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGsFr5n .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGsFr5n .mbr-label,
.cid-v0cJGsFr5n .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGsFr5n .mbr-section-title,
.cid-v0cJGsFr5n .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGsFr5n .mbr-text,
.cid-v0cJGsFr5n .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGsFr5n .item-text {
  color: #000000;
}
.cid-v0cJGsFr5n .item-text,
.cid-v0cJGsFr5n .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGtfrfb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGtfrfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGtfrfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGtfrfb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGtfrfb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGtfrfb .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-v0cJGtfrfb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGtfrfb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGtfrfb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGtfrfb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGtfrfb .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGtfrfb .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGtfrfb .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGtfrfb .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGtfrfb .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGtfrfb .mbr-label,
.cid-v0cJGtfrfb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGtfrfb .mbr-section-title,
.cid-v0cJGtfrfb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGtfrfb .mbr-text,
.cid-v0cJGtfrfb .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGtfrfb .item-text {
  color: #000000;
}
.cid-v0cJGtfrfb .item-text,
.cid-v0cJGtfrfb .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGtHInI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGtHInI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGtHInI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGtHInI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGtHInI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGtHInI .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-v0cJGtHInI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGtHInI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGtHInI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGtHInI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGtHInI .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGtHInI .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGtHInI .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGtHInI .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGtHInI .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGtHInI .mbr-label,
.cid-v0cJGtHInI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGtHInI .mbr-section-title,
.cid-v0cJGtHInI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGtHInI .mbr-text,
.cid-v0cJGtHInI .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGtHInI .item-text {
  color: #000000;
}
.cid-v0cJGtHInI .item-text,
.cid-v0cJGtHInI .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGu9ikv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGu9ikv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGu9ikv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGu9ikv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGu9ikv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGu9ikv .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-v0cJGu9ikv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGu9ikv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGu9ikv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGu9ikv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGu9ikv .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGu9ikv .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGu9ikv .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGu9ikv .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGu9ikv .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGu9ikv .mbr-label,
.cid-v0cJGu9ikv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGu9ikv .mbr-section-title,
.cid-v0cJGu9ikv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGu9ikv .mbr-text,
.cid-v0cJGu9ikv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGu9ikv .item-text {
  color: #000000;
}
.cid-v0cJGu9ikv .item-text,
.cid-v0cJGu9ikv .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGuCgzL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGuCgzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGuCgzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGuCgzL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGuCgzL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGuCgzL .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-v0cJGuCgzL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGuCgzL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGuCgzL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGuCgzL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGuCgzL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGuCgzL .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGuCgzL .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGuCgzL .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGuCgzL .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGuCgzL .mbr-label,
.cid-v0cJGuCgzL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGuCgzL .mbr-section-title,
.cid-v0cJGuCgzL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGuCgzL .mbr-text,
.cid-v0cJGuCgzL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGuCgzL .item-text {
  color: #000000;
}
.cid-v0cJGuCgzL .item-text,
.cid-v0cJGuCgzL .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGv6b2m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGv6b2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGv6b2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGv6b2m .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGv6b2m .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGv6b2m .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-v0cJGv6b2m .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGv6b2m .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGv6b2m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGv6b2m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGv6b2m .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGv6b2m .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGv6b2m .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGv6b2m .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGv6b2m .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGv6b2m .mbr-label,
.cid-v0cJGv6b2m .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGv6b2m .mbr-section-title,
.cid-v0cJGv6b2m .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGv6b2m .mbr-text,
.cid-v0cJGv6b2m .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGv6b2m .item-text {
  color: #000000;
}
.cid-v0cJGv6b2m .item-text,
.cid-v0cJGv6b2m .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGvF9GL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGvF9GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGvF9GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGvF9GL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGvF9GL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGvF9GL .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-v0cJGvF9GL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGvF9GL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGvF9GL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGvF9GL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGvF9GL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGvF9GL .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGvF9GL .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGvF9GL .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGvF9GL .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGvF9GL .mbr-label,
.cid-v0cJGvF9GL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGvF9GL .mbr-section-title,
.cid-v0cJGvF9GL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGvF9GL .mbr-text,
.cid-v0cJGvF9GL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGvF9GL .item-text {
  color: #000000;
}
.cid-v0cJGvF9GL .item-text,
.cid-v0cJGvF9GL .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGwcvng {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGwcvng .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGwcvng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGwcvng .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGwcvng .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGwcvng .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-v0cJGwcvng .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGwcvng .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGwcvng .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGwcvng .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGwcvng .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGwcvng .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJGwcvng .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGwcvng .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGwcvng .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGwcvng .mbr-label,
.cid-v0cJGwcvng .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGwcvng .mbr-section-title,
.cid-v0cJGwcvng .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGwcvng .mbr-text,
.cid-v0cJGwcvng .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGwcvng .item-text {
  color: #000000;
}
.cid-v0cJGwcvng .item-text,
.cid-v0cJGwcvng .mbr-section-btn {
  text-align: center;
}
.cid-v0cJGwKxlv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGwKxlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGwKxlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGwKxlv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGwKxlv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGwKxlv .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-v0cJGwKxlv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGwKxlv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGwKxlv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGwKxlv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGwKxlv .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGwKxlv .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJGwKxlv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGwKxlv .mbr-label,
.cid-v0cJGwKxlv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGwKxlv .mbr-section-title,
.cid-v0cJGwKxlv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGwKxlv .mbr-text,
.cid-v0cJGwKxlv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGwKxlv .item-title {
  color: #000000;
}
.cid-v0cJGwKxlv .item-text {
  color: #515151;
}
.cid-v0cJGxYC9M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJGxYC9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGxYC9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGxYC9M .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGxYC9M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGxYC9M .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGxYC9M .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-v0cJGxYC9M .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGxYC9M .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGxYC9M .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGxYC9M .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGxYC9M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGxYC9M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGxYC9M .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGxYC9M .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGxYC9M .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGxYC9M .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v0cJGxYC9M .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJGxYC9M .mbr-label,
.cid-v0cJGxYC9M .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGxYC9M .mbr-section-title,
.cid-v0cJGxYC9M .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGxYC9M .mbr-text,
.cid-v0cJGxYC9M .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGxYC9M .item-title {
  color: #000000;
  text-align: center;
}
.cid-v0cJGxYC9M .list {
  color: #515151;
}
.cid-v0cJGyGSCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGyGSCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGyGSCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGyGSCU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGyGSCU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGyGSCU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGyGSCU .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-v0cJGyGSCU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGyGSCU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGyGSCU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGyGSCU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGyGSCU .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v0cJGyGSCU .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v0cJGyGSCU .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJGyGSCU .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGyGSCU .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0cJGyGSCU .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v0cJGyGSCU .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJGyGSCU .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJGyGSCU .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJGyGSCU .mbr-label,
.cid-v0cJGyGSCU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGyGSCU .mbr-section-title,
.cid-v0cJGyGSCU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGyGSCU .mbr-text {
  color: #515151;
}
.cid-v0cJGzgalY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJGzgalY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGzgalY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGzgalY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGzgalY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGzgalY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGzgalY .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-v0cJGzgalY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGzgalY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGzgalY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGzgalY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGzgalY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGzgalY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGzgalY .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGzgalY .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGzgalY .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGzgalY .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJGzgalY .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJGzgalY .mbr-label,
.cid-v0cJGzgalY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGzgalY .mbr-section-title,
.cid-v0cJGzgalY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGzgalY .mbr-text,
.cid-v0cJGzgalY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGzgalY .item-title {
  color: #000000;
}
.cid-v0cJGzgalY .item-price {
  color: #000000;
}
.cid-v0cJGzgalY .item-text {
  color: #515151;
}
.cid-v0cJGzgalY .list {
  color: #515151;
}
.cid-v0cJGA08Li {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cJGA08Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGA08Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGA08Li .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cJGA08Li .image-wrap {
    width: 300px;
  }
}
.cid-v0cJGBDrSM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJGBDrSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGBDrSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGBDrSM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGBDrSM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGBDrSM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGBDrSM .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-v0cJGBDrSM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGBDrSM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGBDrSM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cJGBDrSM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJGBDrSM .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGBDrSM .form-wrap {
    padding: 24px;
  }
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cJGBDrSM .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJGBDrSM .mbr-label,
.cid-v0cJGBDrSM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGBDrSM .mbr-section-title,
.cid-v0cJGBDrSM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGBDrSM .mbr-text,
.cid-v0cJGBDrSM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGBDrSM label {
  color: #000000;
}
.cid-v0cJGCpqqj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJGCpqqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGCpqqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGCpqqj .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGCpqqj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGCpqqj .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGCpqqj .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-v0cJGCpqqj .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGCpqqj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGCpqqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGCpqqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGCpqqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGCpqqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGCpqqj .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJGCpqqj .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGCpqqj .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cJGCpqqj .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cJGCpqqj .mbr-label,
.cid-v0cJGCpqqj .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGCpqqj .mbr-section-title,
.cid-v0cJGCpqqj .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGCpqqj .mbr-text,
.cid-v0cJGCpqqj .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGDhF3C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cJGDhF3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGDhF3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGDhF3C .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJGDhF3C .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJGDhF3C .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJGDhF3C .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-v0cJGDhF3C .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJGDhF3C .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJGDhF3C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGDhF3C .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJGDhF3C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJGDhF3C .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGDhF3C .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJGDhF3C .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJGDhF3C .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJGDhF3C .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJGDhF3C .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJGDhF3C .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJGDhF3C .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-v0cJGDhF3C .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJGDhF3C .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cJGDhF3C .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cJGDhF3C .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cJGDhF3C .mbr-label,
.cid-v0cJGDhF3C .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGDhF3C .mbr-section-title,
.cid-v0cJGDhF3C .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGDhF3C .mbr-text,
.cid-v0cJGDhF3C .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJGDhF3C .item-title {
  color: #515151;
}
.cid-v0cJGDhF3C .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cJGGd62u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJGGd62u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJGGd62u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cJGGd62u .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cJGGd62u .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJGGd62u .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJGGd62u .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJGGd62u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cJGGd62u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJGGd62u .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cJGGd62u .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cJGGd62u .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cJGGd62u .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cJGGd62u .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cJGGd62u .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cJGGd62u .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cJGGd62u .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cJGGd62u .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cJGGd62u .mbr-section-title {
  color: #000000;
}
.cid-v0cJGGd62u .mbr-text,
.cid-v0cJGGd62u .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGGd62u .list,
.cid-v0cJGGd62u .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJGGd62u .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cJGGd62u .mbr-section-title,
.cid-v0cJGGd62u .title-wrapper,
.cid-v0cJGGd62u .mbr-section-btn,
.cid-v0cJGGd62u .social-wrapper {
  text-align: center;
}
.cid-v0cJKatJtM {
  z-index: 1000;
  width: 100%;
}
.cid-v0cJKatJtM nav.navbar {
  position: fixed;
}
.cid-v0cJKatJtM .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-v0cJKatJtM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cJKatJtM .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cJKatJtM .dropdown-item:hover,
.cid-v0cJKatJtM .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cJKatJtM .dropdown-item:hover span {
  color: white;
}
.cid-v0cJKatJtM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cJKatJtM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cJKatJtM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cJKatJtM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cJKatJtM .nav-link {
  position: relative;
}
.cid-v0cJKatJtM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cJKatJtM .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cJKatJtM .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJKatJtM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cJKatJtM .dropdown-menu,
.cid-v0cJKatJtM .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cJKatJtM .nav-item:focus,
.cid-v0cJKatJtM .nav-link:focus {
  outline: none;
}
.cid-v0cJKatJtM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cJKatJtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cJKatJtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cJKatJtM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cJKatJtM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cJKatJtM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cJKatJtM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cJKatJtM .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cJKatJtM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJKatJtM .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cJKatJtM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cJKatJtM .navbar.collapsed {
  justify-content: center;
}
.cid-v0cJKatJtM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cJKatJtM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cJKatJtM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cJKatJtM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cJKatJtM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cJKatJtM .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-v0cJKatJtM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cJKatJtM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cJKatJtM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cJKatJtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cJKatJtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cJKatJtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cJKatJtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cJKatJtM .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-v0cJKatJtM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cJKatJtM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cJKatJtM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cJKatJtM .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cJKatJtM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cJKatJtM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cJKatJtM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cJKatJtM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cJKatJtM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cJKatJtM .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-v0cJKatJtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cJKatJtM .navbar-brand .navbar-caption:hover,
.cid-v0cJKatJtM .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJKatJtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cJKatJtM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cJKatJtM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJKatJtM .dropdown-item.active,
.cid-v0cJKatJtM .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cJKatJtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cJKatJtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cJKatJtM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cJKatJtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKatJtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cJKatJtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cJKatJtM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cJKatJtM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cJKatJtM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cJKatJtM .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cJKatJtM .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cJKatJtM .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cJKatJtM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cJKatJtM 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cJKatJtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cJKatJtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cJKatJtM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJKatJtM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJKatJtM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cJKatJtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJKatJtM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cJKatJtM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cJKatJtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJKatJtM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cJKatJtM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cJKatJtM .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-v0cJKatJtM .navbar {
    height: 70px;
  }
  .cid-v0cJKatJtM .navbar.opened {
    height: auto;
  }
  .cid-v0cJKatJtM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cJKatJtM .navbar-nav {
  margin: 0 auto;
}
.cid-v0cJKatJtM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cJKatJtM .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cJKatJtM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cJKatJtM .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJKatJtM .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cJKatJtM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cJKatJtM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cJKatJtM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cJKatJtM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cJKatJtM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cJKatJtM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cJKatJtM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cJKatJtM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cJKatJtM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cJKatJtM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cJKatJtM .content-wrap {
  min-height: 110px;
}
.cid-v0cJKb2btL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKb2btL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJKb2btL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKb2btL .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-v0cJKb2btL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKb2btL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKb2btL .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cJKb2btL .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cJKb2btL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKb2btL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJKb2btL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKb2btL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKb2btL .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cJKb2btL .mbr-label,
.cid-v0cJKb2btL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKb2btL .mbr-section-title {
  color: #000000;
}
.cid-v0cJKb2btL .mbr-text,
.cid-v0cJKb2btL .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKb2btL .mbr-section-title,
.cid-v0cJKb2btL .title-wrapper,
.cid-v0cJKb2btL .mbr-section-btn,
.cid-v0cJKb2btL .logo-wrapper {
  text-align: center;
}
.cid-v0cJKbwA4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKbwA4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKbwA4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKbwA4A .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKbwA4A .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKbwA4A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKbwA4A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKbwA4A .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0cJKbwA4A .mbr-section-title {
  color: #000000;
}
.cid-v0cJKbwA4A .mbr-text,
.cid-v0cJKbwA4A .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKbwA4A .mbr-section-title,
.cid-v0cJKbwA4A .title-wrapper,
.cid-v0cJKbwA4A .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKbZdSQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKbZdSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKbZdSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKbZdSQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKbZdSQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKbZdSQ .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-v0cJKbZdSQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKbZdSQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKbZdSQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKbZdSQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKbZdSQ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0cJKbZdSQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJKbZdSQ .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-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJKbZdSQ .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-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJKbZdSQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKbZdSQ .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0cJKbZdSQ .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .card_1 {
    width: 100%;
  }
}
.cid-v0cJKbZdSQ .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0cJKbZdSQ .card_2 {
    width: 100%;
  }
}
.cid-v0cJKbZdSQ .main-btn {
  margin-top: 12px;
}
.cid-v0cJKbZdSQ .mbr-label,
.cid-v0cJKbZdSQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKbZdSQ .mbr-section-title,
.cid-v0cJKbZdSQ .title-wrapper {
  color: #000000;
}
.cid-v0cJKbZdSQ .mbr-text,
.cid-v0cJKbZdSQ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKbZdSQ .item-title {
  color: #000000;
}
.cid-v0cJKbZdSQ .item-text {
  color: #515151;
}
.cid-v0cJKbZdSQ .mbr-section-title,
.cid-v0cJKbZdSQ .title-wrapper,
.cid-v0cJKbZdSQ .main-btn {
  text-align: center;
}
.cid-v0cJKcNG5q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKcNG5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKcNG5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKcNG5q .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKcNG5q .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKcNG5q .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-v0cJKcNG5q .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKcNG5q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKcNG5q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKcNG5q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKcNG5q .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKcNG5q .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKcNG5q .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKcNG5q .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKcNG5q .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKcNG5q .mbr-label,
.cid-v0cJKcNG5q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKcNG5q .mbr-section-title,
.cid-v0cJKcNG5q .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKcNG5q .mbr-text,
.cid-v0cJKcNG5q .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKcNG5q .item-text {
  color: #000000;
}
.cid-v0cJKcNG5q .item-text,
.cid-v0cJKcNG5q .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKdf3BS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKdf3BS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKdf3BS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKdf3BS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKdf3BS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKdf3BS .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-v0cJKdf3BS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKdf3BS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKdf3BS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKdf3BS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKdf3BS .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKdf3BS .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKdf3BS .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKdf3BS .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKdf3BS .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKdf3BS .mbr-label,
.cid-v0cJKdf3BS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKdf3BS .mbr-section-title,
.cid-v0cJKdf3BS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKdf3BS .mbr-text,
.cid-v0cJKdf3BS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKdf3BS .item-text {
  color: #000000;
}
.cid-v0cJKdf3BS .item-text,
.cid-v0cJKdf3BS .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKdH9vY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKdH9vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKdH9vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKdH9vY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKdH9vY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKdH9vY .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-v0cJKdH9vY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKdH9vY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKdH9vY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKdH9vY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKdH9vY .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKdH9vY .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKdH9vY .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKdH9vY .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKdH9vY .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKdH9vY .mbr-label,
.cid-v0cJKdH9vY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKdH9vY .mbr-section-title,
.cid-v0cJKdH9vY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKdH9vY .mbr-text,
.cid-v0cJKdH9vY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKdH9vY .item-text {
  color: #000000;
}
.cid-v0cJKdH9vY .item-text,
.cid-v0cJKdH9vY .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKemdw6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKemdw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKemdw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKemdw6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKemdw6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKemdw6 .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-v0cJKemdw6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKemdw6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKemdw6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKemdw6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKemdw6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKemdw6 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKemdw6 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKemdw6 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKemdw6 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKemdw6 .mbr-label,
.cid-v0cJKemdw6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKemdw6 .mbr-section-title,
.cid-v0cJKemdw6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKemdw6 .mbr-text,
.cid-v0cJKemdw6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKemdw6 .item-text {
  color: #000000;
}
.cid-v0cJKemdw6 .item-text,
.cid-v0cJKemdw6 .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKeZxRl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKeZxRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKeZxRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKeZxRl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKeZxRl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKeZxRl .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-v0cJKeZxRl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKeZxRl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKeZxRl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKeZxRl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKeZxRl .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKeZxRl .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKeZxRl .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKeZxRl .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKeZxRl .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKeZxRl .mbr-label,
.cid-v0cJKeZxRl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKeZxRl .mbr-section-title,
.cid-v0cJKeZxRl .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKeZxRl .mbr-text,
.cid-v0cJKeZxRl .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKeZxRl .item-text {
  color: #000000;
}
.cid-v0cJKeZxRl .item-text,
.cid-v0cJKeZxRl .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKfsNJy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKfsNJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKfsNJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKfsNJy .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKfsNJy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKfsNJy .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-v0cJKfsNJy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKfsNJy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKfsNJy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKfsNJy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKfsNJy .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKfsNJy .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKfsNJy .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKfsNJy .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKfsNJy .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKfsNJy .mbr-label,
.cid-v0cJKfsNJy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKfsNJy .mbr-section-title,
.cid-v0cJKfsNJy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKfsNJy .mbr-text,
.cid-v0cJKfsNJy .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKfsNJy .item-text {
  color: #000000;
}
.cid-v0cJKfsNJy .item-text,
.cid-v0cJKfsNJy .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKfWiok {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKfWiok .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKfWiok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKfWiok .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKfWiok .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKfWiok .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-v0cJKfWiok .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKfWiok .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKfWiok .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKfWiok .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKfWiok .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKfWiok .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKfWiok .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKfWiok .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKfWiok .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKfWiok .mbr-label,
.cid-v0cJKfWiok .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKfWiok .mbr-section-title,
.cid-v0cJKfWiok .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKfWiok .mbr-text,
.cid-v0cJKfWiok .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKfWiok .item-text {
  color: #000000;
}
.cid-v0cJKfWiok .item-text,
.cid-v0cJKfWiok .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKgpDYa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKgpDYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKgpDYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKgpDYa .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKgpDYa .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKgpDYa .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-v0cJKgpDYa .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKgpDYa .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKgpDYa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKgpDYa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKgpDYa .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKgpDYa .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJKgpDYa .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKgpDYa .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKgpDYa .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKgpDYa .mbr-label,
.cid-v0cJKgpDYa .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKgpDYa .mbr-section-title,
.cid-v0cJKgpDYa .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKgpDYa .mbr-text,
.cid-v0cJKgpDYa .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKgpDYa .item-text {
  color: #000000;
}
.cid-v0cJKgpDYa .item-text,
.cid-v0cJKgpDYa .mbr-section-btn {
  text-align: center;
}
.cid-v0cJKgXocM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKgXocM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKgXocM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKgXocM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKgXocM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKgXocM .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-v0cJKgXocM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKgXocM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKgXocM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKgXocM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKgXocM .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKgXocM .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJKgXocM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKgXocM .mbr-label,
.cid-v0cJKgXocM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKgXocM .mbr-section-title,
.cid-v0cJKgXocM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKgXocM .mbr-text,
.cid-v0cJKgXocM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKgXocM .item-title {
  color: #000000;
}
.cid-v0cJKgXocM .item-text {
  color: #515151;
}
.cid-v0cJKi9Azb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJKi9Azb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKi9Azb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKi9Azb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKi9Azb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKi9Azb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKi9Azb .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-v0cJKi9Azb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKi9Azb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKi9Azb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKi9Azb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKi9Azb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKi9Azb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKi9Azb .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKi9Azb .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKi9Azb .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKi9Azb .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v0cJKi9Azb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJKi9Azb .mbr-label,
.cid-v0cJKi9Azb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKi9Azb .mbr-section-title,
.cid-v0cJKi9Azb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKi9Azb .mbr-text,
.cid-v0cJKi9Azb .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKi9Azb .item-title {
  color: #000000;
  text-align: center;
}
.cid-v0cJKi9Azb .list {
  color: #515151;
}
.cid-v0cJKiQFWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKiQFWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKiQFWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKiQFWh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKiQFWh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKiQFWh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKiQFWh .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-v0cJKiQFWh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKiQFWh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKiQFWh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKiQFWh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKiQFWh .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v0cJKiQFWh .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v0cJKiQFWh .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJKiQFWh .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKiQFWh .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0cJKiQFWh .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v0cJKiQFWh .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJKiQFWh .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJKiQFWh .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJKiQFWh .mbr-label,
.cid-v0cJKiQFWh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKiQFWh .mbr-section-title,
.cid-v0cJKiQFWh .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKiQFWh .mbr-text {
  color: #515151;
}
.cid-v0cJKjt683 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJKjt683 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKjt683 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKjt683 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKjt683 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKjt683 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKjt683 .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-v0cJKjt683 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKjt683 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKjt683 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKjt683 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKjt683 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKjt683 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKjt683 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKjt683 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKjt683 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKjt683 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJKjt683 .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJKjt683 .mbr-label,
.cid-v0cJKjt683 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKjt683 .mbr-section-title,
.cid-v0cJKjt683 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKjt683 .mbr-text,
.cid-v0cJKjt683 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKjt683 .item-title {
  color: #000000;
}
.cid-v0cJKjt683 .item-price {
  color: #000000;
}
.cid-v0cJKjt683 .item-text {
  color: #515151;
}
.cid-v0cJKjt683 .list {
  color: #515151;
}
.cid-v0cJKkbPsO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cJKkbPsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKkbPsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKkbPsO .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cJKkbPsO .image-wrap {
    width: 300px;
  }
}
.cid-v0cJKlG8qu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJKlG8qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKlG8qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKlG8qu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKlG8qu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKlG8qu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKlG8qu .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-v0cJKlG8qu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKlG8qu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKlG8qu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cJKlG8qu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJKlG8qu .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKlG8qu .form-wrap {
    padding: 24px;
  }
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cJKlG8qu .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJKlG8qu .mbr-label,
.cid-v0cJKlG8qu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKlG8qu .mbr-section-title,
.cid-v0cJKlG8qu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKlG8qu .mbr-text,
.cid-v0cJKlG8qu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKlG8qu label {
  color: #000000;
}
.cid-v0cJKmnc7v {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJKmnc7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKmnc7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKmnc7v .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKmnc7v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKmnc7v .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKmnc7v .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-v0cJKmnc7v .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKmnc7v .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKmnc7v .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKmnc7v .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKmnc7v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKmnc7v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKmnc7v .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJKmnc7v .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKmnc7v .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cJKmnc7v .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cJKmnc7v .mbr-label,
.cid-v0cJKmnc7v .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKmnc7v .mbr-section-title,
.cid-v0cJKmnc7v .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKmnc7v .mbr-text,
.cid-v0cJKmnc7v .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKn7rBq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cJKn7rBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKn7rBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKn7rBq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJKn7rBq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJKn7rBq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJKn7rBq .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-v0cJKn7rBq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJKn7rBq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJKn7rBq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKn7rBq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJKn7rBq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJKn7rBq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKn7rBq .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJKn7rBq .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJKn7rBq .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJKn7rBq .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJKn7rBq .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJKn7rBq .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJKn7rBq .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-v0cJKn7rBq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJKn7rBq .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cJKn7rBq .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cJKn7rBq .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cJKn7rBq .mbr-label,
.cid-v0cJKn7rBq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKn7rBq .mbr-section-title,
.cid-v0cJKn7rBq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKn7rBq .mbr-text,
.cid-v0cJKn7rBq .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJKn7rBq .item-title {
  color: #515151;
}
.cid-v0cJKn7rBq .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cJKpod1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJKpod1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJKpod1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cJKpod1P .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cJKpod1P .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJKpod1P .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJKpod1P .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJKpod1P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cJKpod1P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJKpod1P .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cJKpod1P .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cJKpod1P .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cJKpod1P .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cJKpod1P .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cJKpod1P .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cJKpod1P .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cJKpod1P .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cJKpod1P .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cJKpod1P .mbr-section-title {
  color: #000000;
}
.cid-v0cJKpod1P .mbr-text,
.cid-v0cJKpod1P .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKpod1P .list,
.cid-v0cJKpod1P .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJKpod1P .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cJKpod1P .mbr-section-title,
.cid-v0cJKpod1P .title-wrapper,
.cid-v0cJKpod1P .mbr-section-btn,
.cid-v0cJKpod1P .social-wrapper {
  text-align: center;
}
.cid-v0cJNleyps {
  z-index: 1000;
  width: 100%;
}
.cid-v0cJNleyps nav.navbar {
  position: fixed;
}
.cid-v0cJNleyps .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-v0cJNleyps .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0cJNleyps .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0cJNleyps .dropdown-item:hover,
.cid-v0cJNleyps .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0cJNleyps .dropdown-item:hover span {
  color: white;
}
.cid-v0cJNleyps .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cJNleyps .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cJNleyps .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cJNleyps .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cJNleyps .nav-link {
  position: relative;
}
.cid-v0cJNleyps .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0cJNleyps .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cJNleyps .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJNleyps .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0cJNleyps .dropdown-menu,
.cid-v0cJNleyps .navbar.opened {
  background: #ffffff !important;
}
.cid-v0cJNleyps .nav-item:focus,
.cid-v0cJNleyps .nav-link:focus {
  outline: none;
}
.cid-v0cJNleyps .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cJNleyps .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0cJNleyps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cJNleyps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cJNleyps .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cJNleyps .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cJNleyps .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0cJNleyps .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cJNleyps .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJNleyps .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0cJNleyps .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cJNleyps .navbar.collapsed {
  justify-content: center;
}
.cid-v0cJNleyps .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cJNleyps .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cJNleyps .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0cJNleyps .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cJNleyps .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cJNleyps .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-v0cJNleyps .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cJNleyps .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cJNleyps .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cJNleyps .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cJNleyps .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cJNleyps .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cJNleyps .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cJNleyps .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-v0cJNleyps .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cJNleyps .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cJNleyps .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0cJNleyps .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0cJNleyps .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0cJNleyps .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cJNleyps .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cJNleyps .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0cJNleyps .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0cJNleyps .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-v0cJNleyps .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0cJNleyps .navbar-brand .navbar-caption:hover,
.cid-v0cJNleyps .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJNleyps .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cJNleyps .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0cJNleyps .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0cJNleyps .dropdown-item.active,
.cid-v0cJNleyps .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cJNleyps .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cJNleyps .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cJNleyps .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cJNleyps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNleyps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0cJNleyps .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0cJNleyps .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cJNleyps ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0cJNleyps ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0cJNleyps .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0cJNleyps .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cJNleyps .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0cJNleyps .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0cJNleyps 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0cJNleyps button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0cJNleyps button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0cJNleyps button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJNleyps button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0cJNleyps button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0cJNleyps nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJNleyps nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cJNleyps nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cJNleyps nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cJNleyps .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cJNleyps a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cJNleyps .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-v0cJNleyps .navbar {
    height: 70px;
  }
  .cid-v0cJNleyps .navbar.opened {
    height: auto;
  }
  .cid-v0cJNleyps .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cJNleyps .navbar-nav {
  margin: 0 auto;
}
.cid-v0cJNleyps .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0cJNleyps .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0cJNleyps .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0cJNleyps .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0cJNleyps .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0cJNleyps .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0cJNleyps .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0cJNleyps .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0cJNleyps .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0cJNleyps .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0cJNleyps .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0cJNleyps .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0cJNleyps .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0cJNleyps .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0cJNleyps .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0cJNleyps .content-wrap {
  min-height: 110px;
}
.cid-v0cJNm26BD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNm26BD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJNm26BD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNm26BD .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-v0cJNm26BD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNm26BD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNm26BD .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0cJNm26BD .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0cJNm26BD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNm26BD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJNm26BD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNm26BD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNm26BD .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0cJNm26BD .mbr-label,
.cid-v0cJNm26BD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNm26BD .mbr-section-title {
  color: #000000;
}
.cid-v0cJNm26BD .mbr-text,
.cid-v0cJNm26BD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNm26BD .mbr-section-title,
.cid-v0cJNm26BD .title-wrapper,
.cid-v0cJNm26BD .mbr-section-btn,
.cid-v0cJNm26BD .logo-wrapper {
  text-align: center;
}
.cid-v0cJNmvZh7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNmvZh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNmvZh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNmvZh7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNmvZh7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNmvZh7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNmvZh7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNmvZh7 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0cJNmvZh7 .mbr-section-title {
  color: #000000;
}
.cid-v0cJNmvZh7 .mbr-text,
.cid-v0cJNmvZh7 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNmvZh7 .mbr-section-title,
.cid-v0cJNmvZh7 .title-wrapper,
.cid-v0cJNmvZh7 .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNmSLSD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNmSLSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNmSLSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNmSLSD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNmSLSD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNmSLSD .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-v0cJNmSLSD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNmSLSD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNmSLSD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNmSLSD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNmSLSD .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0cJNmSLSD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJNmSLSD .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-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJNmSLSD .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-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJNmSLSD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNmSLSD .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0cJNmSLSD .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .card_1 {
    width: 100%;
  }
}
.cid-v0cJNmSLSD .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0cJNmSLSD .card_2 {
    width: 100%;
  }
}
.cid-v0cJNmSLSD .main-btn {
  margin-top: 12px;
}
.cid-v0cJNmSLSD .mbr-label,
.cid-v0cJNmSLSD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNmSLSD .mbr-section-title,
.cid-v0cJNmSLSD .title-wrapper {
  color: #000000;
}
.cid-v0cJNmSLSD .mbr-text,
.cid-v0cJNmSLSD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNmSLSD .item-title {
  color: #000000;
}
.cid-v0cJNmSLSD .item-text {
  color: #515151;
}
.cid-v0cJNmSLSD .mbr-section-title,
.cid-v0cJNmSLSD .title-wrapper,
.cid-v0cJNmSLSD .main-btn {
  text-align: center;
}
.cid-v0cJNnBBFc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNnBBFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNnBBFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNnBBFc .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNnBBFc .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNnBBFc .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-v0cJNnBBFc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNnBBFc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNnBBFc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNnBBFc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNnBBFc .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNnBBFc .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNnBBFc .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNnBBFc .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNnBBFc .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNnBBFc .mbr-label,
.cid-v0cJNnBBFc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNnBBFc .mbr-section-title,
.cid-v0cJNnBBFc .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNnBBFc .mbr-text,
.cid-v0cJNnBBFc .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNnBBFc .item-text {
  color: #000000;
}
.cid-v0cJNnBBFc .item-text,
.cid-v0cJNnBBFc .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNo1WFC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNo1WFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNo1WFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNo1WFC .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNo1WFC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNo1WFC .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-v0cJNo1WFC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNo1WFC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNo1WFC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNo1WFC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNo1WFC .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNo1WFC .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNo1WFC .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNo1WFC .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNo1WFC .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNo1WFC .mbr-label,
.cid-v0cJNo1WFC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNo1WFC .mbr-section-title,
.cid-v0cJNo1WFC .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNo1WFC .mbr-text,
.cid-v0cJNo1WFC .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNo1WFC .item-text {
  color: #000000;
}
.cid-v0cJNo1WFC .item-text,
.cid-v0cJNo1WFC .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNostZp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNostZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNostZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNostZp .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNostZp .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNostZp .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-v0cJNostZp .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNostZp .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNostZp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNostZp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNostZp .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNostZp .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNostZp .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNostZp .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNostZp .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNostZp .mbr-label,
.cid-v0cJNostZp .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNostZp .mbr-section-title,
.cid-v0cJNostZp .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNostZp .mbr-text,
.cid-v0cJNostZp .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNostZp .item-text {
  color: #000000;
}
.cid-v0cJNostZp .item-text,
.cid-v0cJNostZp .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNoUZF1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNoUZF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNoUZF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNoUZF1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNoUZF1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNoUZF1 .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-v0cJNoUZF1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNoUZF1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNoUZF1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNoUZF1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNoUZF1 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNoUZF1 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNoUZF1 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNoUZF1 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNoUZF1 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNoUZF1 .mbr-label,
.cid-v0cJNoUZF1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNoUZF1 .mbr-section-title,
.cid-v0cJNoUZF1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNoUZF1 .mbr-text,
.cid-v0cJNoUZF1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNoUZF1 .item-text {
  color: #000000;
}
.cid-v0cJNoUZF1 .item-text,
.cid-v0cJNoUZF1 .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNpngcP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNpngcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNpngcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNpngcP .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNpngcP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNpngcP .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-v0cJNpngcP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNpngcP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNpngcP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNpngcP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNpngcP .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNpngcP .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNpngcP .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNpngcP .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNpngcP .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNpngcP .mbr-label,
.cid-v0cJNpngcP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNpngcP .mbr-section-title,
.cid-v0cJNpngcP .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNpngcP .mbr-text,
.cid-v0cJNpngcP .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNpngcP .item-text {
  color: #000000;
}
.cid-v0cJNpngcP .item-text,
.cid-v0cJNpngcP .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNpUVHs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNpUVHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNpUVHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNpUVHs .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNpUVHs .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNpUVHs .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-v0cJNpUVHs .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNpUVHs .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNpUVHs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNpUVHs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNpUVHs .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNpUVHs .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNpUVHs .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNpUVHs .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNpUVHs .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNpUVHs .mbr-label,
.cid-v0cJNpUVHs .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNpUVHs .mbr-section-title,
.cid-v0cJNpUVHs .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNpUVHs .mbr-text,
.cid-v0cJNpUVHs .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNpUVHs .item-text {
  color: #000000;
}
.cid-v0cJNpUVHs .item-text,
.cid-v0cJNpUVHs .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNqoLRZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNqoLRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNqoLRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNqoLRZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNqoLRZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNqoLRZ .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-v0cJNqoLRZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNqoLRZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNqoLRZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNqoLRZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNqoLRZ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNqoLRZ .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNqoLRZ .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNqoLRZ .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNqoLRZ .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNqoLRZ .mbr-label,
.cid-v0cJNqoLRZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNqoLRZ .mbr-section-title,
.cid-v0cJNqoLRZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNqoLRZ .mbr-text,
.cid-v0cJNqoLRZ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNqoLRZ .item-text {
  color: #000000;
}
.cid-v0cJNqoLRZ .item-text,
.cid-v0cJNqoLRZ .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNqUXKD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNqUXKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNqUXKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNqUXKD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNqUXKD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNqUXKD .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-v0cJNqUXKD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNqUXKD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNqUXKD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNqUXKD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNqUXKD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNqUXKD .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0cJNqUXKD .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNqUXKD .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNqUXKD .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNqUXKD .mbr-label,
.cid-v0cJNqUXKD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNqUXKD .mbr-section-title,
.cid-v0cJNqUXKD .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNqUXKD .mbr-text,
.cid-v0cJNqUXKD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNqUXKD .item-text {
  color: #000000;
}
.cid-v0cJNqUXKD .item-text,
.cid-v0cJNqUXKD .mbr-section-btn {
  text-align: center;
}
.cid-v0cJNrqUUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNrqUUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNrqUUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNrqUUI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNrqUUI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNrqUUI .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-v0cJNrqUUI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNrqUUI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNrqUUI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNrqUUI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNrqUUI .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNrqUUI .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0cJNrqUUI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNrqUUI .mbr-label,
.cid-v0cJNrqUUI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNrqUUI .mbr-section-title,
.cid-v0cJNrqUUI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNrqUUI .mbr-text,
.cid-v0cJNrqUUI .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNrqUUI .item-title {
  color: #000000;
}
.cid-v0cJNrqUUI .item-text {
  color: #515151;
}
.cid-v0cJNs9aak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNs9aak .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNs9aak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNs9aak .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNs9aak .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNs9aak .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNs9aak .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-v0cJNs9aak .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNs9aak .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNs9aak .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNs9aak .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNs9aak .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNs9aak .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNs9aak .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-v0cJNs9aak .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-v0cJNs9aak .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-v0cJNs9aak .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0cJNs9aak .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-v0cJNs9aak .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v0cJNs9aak .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v0cJNs9aak .mbr-label,
.cid-v0cJNs9aak .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNs9aak .mbr-section-title,
.cid-v0cJNs9aak .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNs9aak .mbr-text,
.cid-v0cJNs9aak .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNs9aak .item-title {
  color: #515151;
  text-align: center;
}
.cid-v0cJNs9aak .item-number {
  color: #000000;
  text-align: center;
}
.cid-v0cJNsHpSJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJNsHpSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNsHpSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNsHpSJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNsHpSJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNsHpSJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNsHpSJ .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-v0cJNsHpSJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNsHpSJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNsHpSJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNsHpSJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNsHpSJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNsHpSJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNsHpSJ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNsHpSJ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNsHpSJ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v0cJNsHpSJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJNsHpSJ .mbr-label,
.cid-v0cJNsHpSJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNsHpSJ .mbr-section-title,
.cid-v0cJNsHpSJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNsHpSJ .mbr-text,
.cid-v0cJNsHpSJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNsHpSJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-v0cJNsHpSJ .list {
  color: #515151;
}
.cid-v0cJNtplbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNtplbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNtplbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNtplbr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNtplbr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNtplbr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNtplbr .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-v0cJNtplbr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNtplbr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNtplbr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNtplbr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNtplbr .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v0cJNtplbr .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v0cJNtplbr .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0cJNtplbr .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNtplbr .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0cJNtplbr .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v0cJNtplbr .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJNtplbr .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0cJNtplbr .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0cJNtplbr .mbr-label,
.cid-v0cJNtplbr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNtplbr .mbr-section-title,
.cid-v0cJNtplbr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNtplbr .mbr-text {
  color: #515151;
}
.cid-v0cJNu1y7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0cJNu1y7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNu1y7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNu1y7s .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNu1y7s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNu1y7s .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNu1y7s .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-v0cJNu1y7s .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNu1y7s .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNu1y7s .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNu1y7s .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNu1y7s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNu1y7s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNu1y7s .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNu1y7s .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNu1y7s .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNu1y7s .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0cJNu1y7s .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0cJNu1y7s .mbr-label,
.cid-v0cJNu1y7s .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNu1y7s .mbr-section-title,
.cid-v0cJNu1y7s .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNu1y7s .mbr-text,
.cid-v0cJNu1y7s .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNu1y7s .item-title {
  color: #000000;
}
.cid-v0cJNu1y7s .item-price {
  color: #000000;
}
.cid-v0cJNu1y7s .item-text {
  color: #515151;
}
.cid-v0cJNu1y7s .list {
  color: #515151;
}
.cid-v0cJNuMcQH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0cJNuMcQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNuMcQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNuMcQH .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0cJNuMcQH .image-wrap {
    width: 300px;
  }
}
.cid-v0cJNwljGJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0cJNwljGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNwljGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNwljGJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNwljGJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNwljGJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNwljGJ .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-v0cJNwljGJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNwljGJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNwljGJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cJNwljGJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cJNwljGJ .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNwljGJ .form-wrap {
    padding: 24px;
  }
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0cJNwljGJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0cJNwljGJ .mbr-label,
.cid-v0cJNwljGJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNwljGJ .mbr-section-title,
.cid-v0cJNwljGJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNwljGJ .mbr-text,
.cid-v0cJNwljGJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNwljGJ label {
  color: #000000;
}
.cid-v0cJNx6h7z {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0cJNx6h7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNx6h7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNx6h7z .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNx6h7z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNx6h7z .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNx6h7z .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-v0cJNx6h7z .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNx6h7z .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNx6h7z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNx6h7z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNx6h7z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNx6h7z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNx6h7z .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0cJNx6h7z .card-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNx6h7z .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0cJNx6h7z .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0cJNx6h7z .mbr-label,
.cid-v0cJNx6h7z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNx6h7z .mbr-section-title,
.cid-v0cJNx6h7z .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNx6h7z .mbr-text,
.cid-v0cJNx6h7z .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNxQuBT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0cJNxQuBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNxQuBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNxQuBT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0cJNxQuBT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0cJNxQuBT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0cJNxQuBT .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-v0cJNxQuBT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0cJNxQuBT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0cJNxQuBT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNxQuBT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0cJNxQuBT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0cJNxQuBT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNxQuBT .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0cJNxQuBT .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0cJNxQuBT .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0cJNxQuBT .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0cJNxQuBT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0cJNxQuBT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0cJNxQuBT .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-v0cJNxQuBT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0cJNxQuBT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0cJNxQuBT .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0cJNxQuBT .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0cJNxQuBT .mbr-label,
.cid-v0cJNxQuBT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNxQuBT .mbr-section-title,
.cid-v0cJNxQuBT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNxQuBT .mbr-text,
.cid-v0cJNxQuBT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0cJNxQuBT .item-title {
  color: #515151;
}
.cid-v0cJNxQuBT .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0cJNAgx0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cJNAgx0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cJNAgx0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0cJNAgx0s .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0cJNAgx0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0cJNAgx0s .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0cJNAgx0s .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0cJNAgx0s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cJNAgx0s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0cJNAgx0s .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0cJNAgx0s .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0cJNAgx0s .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0cJNAgx0s .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0cJNAgx0s .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0cJNAgx0s .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0cJNAgx0s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0cJNAgx0s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0cJNAgx0s .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0cJNAgx0s .mbr-section-title {
  color: #000000;
}
.cid-v0cJNAgx0s .mbr-text,
.cid-v0cJNAgx0s .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNAgx0s .list,
.cid-v0cJNAgx0s .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0cJNAgx0s .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0cJNAgx0s .mbr-section-title,
.cid-v0cJNAgx0s .title-wrapper,
.cid-v0cJNAgx0s .mbr-section-btn,
.cid-v0cJNAgx0s .social-wrapper {
  text-align: center;
}
.cid-v0iDDLhJ3H {
  z-index: 1000;
  width: 100%;
}
.cid-v0iDDLhJ3H nav.navbar {
  position: fixed;
}
.cid-v0iDDLhJ3H .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-v0iDDLhJ3H .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0iDDLhJ3H .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0iDDLhJ3H .dropdown-item:hover,
.cid-v0iDDLhJ3H .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0iDDLhJ3H .dropdown-item:hover span {
  color: white;
}
.cid-v0iDDLhJ3H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0iDDLhJ3H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0iDDLhJ3H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0iDDLhJ3H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0iDDLhJ3H .nav-link {
  position: relative;
}
.cid-v0iDDLhJ3H .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0iDDLhJ3H .container {
    flex-wrap: nowrap;
  }
}
.cid-v0iDDLhJ3H .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0iDDLhJ3H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0iDDLhJ3H .dropdown-menu,
.cid-v0iDDLhJ3H .navbar.opened {
  background: #ffffff !important;
}
.cid-v0iDDLhJ3H .nav-item:focus,
.cid-v0iDDLhJ3H .nav-link:focus {
  outline: none;
}
.cid-v0iDDLhJ3H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0iDDLhJ3H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0iDDLhJ3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0iDDLhJ3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0iDDLhJ3H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0iDDLhJ3H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0iDDLhJ3H .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0iDDLhJ3H .navbar.opened {
  transition: all 0.3s;
}
.cid-v0iDDLhJ3H .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0iDDLhJ3H .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0iDDLhJ3H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0iDDLhJ3H .navbar.collapsed {
  justify-content: center;
}
.cid-v0iDDLhJ3H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0iDDLhJ3H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0iDDLhJ3H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0iDDLhJ3H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0iDDLhJ3H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0iDDLhJ3H .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-v0iDDLhJ3H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0iDDLhJ3H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0iDDLhJ3H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0iDDLhJ3H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0iDDLhJ3H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0iDDLhJ3H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0iDDLhJ3H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0iDDLhJ3H .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-v0iDDLhJ3H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0iDDLhJ3H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0iDDLhJ3H .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0iDDLhJ3H .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0iDDLhJ3H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0iDDLhJ3H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0iDDLhJ3H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0iDDLhJ3H .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0iDDLhJ3H .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0iDDLhJ3H .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-v0iDDLhJ3H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0iDDLhJ3H .navbar-brand .navbar-caption:hover,
.cid-v0iDDLhJ3H .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0iDDLhJ3H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0iDDLhJ3H .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0iDDLhJ3H .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0iDDLhJ3H .dropdown-item.active,
.cid-v0iDDLhJ3H .dropdown-item:active {
  background-color: transparent;
}
.cid-v0iDDLhJ3H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0iDDLhJ3H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0iDDLhJ3H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0iDDLhJ3H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0iDDLhJ3H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0iDDLhJ3H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0iDDLhJ3H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0iDDLhJ3H ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0iDDLhJ3H ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0iDDLhJ3H .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0iDDLhJ3H .navbar-buttons {
    text-align: left;
  }
}
.cid-v0iDDLhJ3H .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0iDDLhJ3H .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0iDDLhJ3H 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0iDDLhJ3H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0iDDLhJ3H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0iDDLhJ3H button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0iDDLhJ3H button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0iDDLhJ3H button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0iDDLhJ3H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iDDLhJ3H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0iDDLhJ3H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0iDDLhJ3H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iDDLhJ3H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0iDDLhJ3H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0iDDLhJ3H .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-v0iDDLhJ3H .navbar {
    height: 70px;
  }
  .cid-v0iDDLhJ3H .navbar.opened {
    height: auto;
  }
  .cid-v0iDDLhJ3H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0iDDLhJ3H .navbar-nav {
  margin: 0 auto;
}
.cid-v0iDDLhJ3H .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0iDDLhJ3H .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0iDDLhJ3H .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0iDDLhJ3H .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0iDDLhJ3H .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0iDDLhJ3H .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0iDDLhJ3H .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0iDDLhJ3H .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0iDDLhJ3H .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0iDDLhJ3H .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0iDDLhJ3H .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0iDDLhJ3H .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0iDDLhJ3H .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0iDDLhJ3H .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0iDDLhJ3H .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0iDDLhJ3H .content-wrap {
  min-height: 110px;
}
.cid-v0iDDLGiJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDLGiJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0iDDLGiJi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDLGiJi .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-v0iDDLGiJi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDLGiJi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDLGiJi .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0iDDLGiJi .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0iDDLGiJi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iDDLGiJi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0iDDLGiJi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iDDLGiJi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iDDLGiJi .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0iDDLGiJi .mbr-label,
.cid-v0iDDLGiJi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDLGiJi .mbr-section-title {
  color: #000000;
}
.cid-v0iDDLGiJi .mbr-text,
.cid-v0iDDLGiJi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDLGiJi .mbr-section-title,
.cid-v0iDDLGiJi .title-wrapper,
.cid-v0iDDLGiJi .mbr-section-btn,
.cid-v0iDDLGiJi .logo-wrapper {
  text-align: center;
}
.cid-v0iDDM3jWB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0iDDM3jWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDM3jWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDM3jWB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iDDM3jWB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iDDM3jWB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDM3jWB .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-v0iDDM3jWB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDM3jWB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDM3jWB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0iDDM3jWB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0iDDM3jWB .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0iDDM3jWB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0iDDM3jWB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0iDDM3jWB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0iDDM3jWB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0iDDM3jWB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0iDDM3jWB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0iDDM3jWB .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0iDDM3jWB .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0iDDM3jWB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0iDDM3jWB .mbr-label,
.cid-v0iDDM3jWB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDM3jWB .mbr-section-title,
.cid-v0iDDM3jWB .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDM3jWB .mbr-text,
.cid-v0iDDM3jWB .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iDDM3jWB .panel-title-edit {
  color: #000000;
}
.cid-v0iDDM3jWB .panel-text {
  color: #515151;
}
.cid-v0iDDMt5io {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iDDMt5io .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDMt5io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDMt5io .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iDDMt5io .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iDDMt5io .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDMt5io .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-v0iDDMt5io .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDMt5io .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDMt5io .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0iDDMt5io .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0iDDMt5io .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0iDDMt5io .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0iDDMt5io .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0iDDMt5io .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0iDDMt5io .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0iDDMt5io .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0iDDMt5io .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0iDDMt5io .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0iDDMt5io .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0iDDMt5io .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0iDDMt5io .mbr-label,
.cid-v0iDDMt5io .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDMt5io .mbr-section-title,
.cid-v0iDDMt5io .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDMt5io .mbr-text,
.cid-v0iDDMt5io .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iDDMt5io .panel-title-edit {
  color: #000000;
}
.cid-v0iDDMt5io .panel-text {
  color: #515151;
}
.cid-v0iDDMT7rm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0iDDMT7rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDMT7rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDMT7rm .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0iDDMT7rm .image-wrap {
    width: 300px;
  }
}
.cid-v0iDDNKY5Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0iDDNKY5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDNKY5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDNKY5Q .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iDDNKY5Q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iDDNKY5Q .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDNKY5Q .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-v0iDDNKY5Q .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDNKY5Q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDNKY5Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0iDDNKY5Q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0iDDNKY5Q .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iDDNKY5Q .form-wrap {
    padding: 24px;
  }
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0iDDNKY5Q .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0iDDNKY5Q .mbr-label,
.cid-v0iDDNKY5Q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDNKY5Q .mbr-section-title,
.cid-v0iDDNKY5Q .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDNKY5Q .mbr-text,
.cid-v0iDDNKY5Q .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iDDNKY5Q label {
  color: #000000;
}
.cid-v0iDDObUrI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iDDObUrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDObUrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDObUrI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iDDObUrI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iDDObUrI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDObUrI .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-v0iDDObUrI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDObUrI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDObUrI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iDDObUrI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iDDObUrI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iDDObUrI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iDDObUrI .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iDDObUrI .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iDDObUrI .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0iDDObUrI .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0iDDObUrI .mbr-label,
.cid-v0iDDObUrI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDObUrI .mbr-section-title,
.cid-v0iDDObUrI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDObUrI .mbr-text,
.cid-v0iDDObUrI .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iDDOHY0w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0iDDOHY0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDOHY0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDOHY0w .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iDDOHY0w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iDDOHY0w .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iDDOHY0w .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-v0iDDOHY0w .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iDDOHY0w .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iDDOHY0w .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iDDOHY0w .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iDDOHY0w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iDDOHY0w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iDDOHY0w .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iDDOHY0w .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iDDOHY0w .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iDDOHY0w .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iDDOHY0w .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0iDDOHY0w .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0iDDOHY0w .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-v0iDDOHY0w .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0iDDOHY0w .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0iDDOHY0w .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0iDDOHY0w .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0iDDOHY0w .mbr-label,
.cid-v0iDDOHY0w .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDOHY0w .mbr-section-title,
.cid-v0iDDOHY0w .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDOHY0w .mbr-text,
.cid-v0iDDOHY0w .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iDDOHY0w .item-title {
  color: #515151;
}
.cid-v0iDDOHY0w .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0iDDQ7tIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0iDDQ7tIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iDDQ7tIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0iDDQ7tIX .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0iDDQ7tIX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0iDDQ7tIX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iDDQ7tIX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0iDDQ7tIX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0iDDQ7tIX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iDDQ7tIX .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0iDDQ7tIX .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0iDDQ7tIX .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0iDDQ7tIX .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0iDDQ7tIX .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0iDDQ7tIX .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0iDDQ7tIX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0iDDQ7tIX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0iDDQ7tIX .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0iDDQ7tIX .mbr-section-title {
  color: #000000;
}
.cid-v0iDDQ7tIX .mbr-text,
.cid-v0iDDQ7tIX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDQ7tIX .list,
.cid-v0iDDQ7tIX .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iDDQ7tIX .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0iDDQ7tIX .mbr-section-title,
.cid-v0iDDQ7tIX .title-wrapper,
.cid-v0iDDQ7tIX .mbr-section-btn,
.cid-v0iDDQ7tIX .social-wrapper {
  text-align: center;
}
.cid-v0iS8vKVhK {
  z-index: 1000;
  width: 100%;
}
.cid-v0iS8vKVhK nav.navbar {
  position: fixed;
}
.cid-v0iS8vKVhK .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-v0iS8vKVhK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0iS8vKVhK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0iS8vKVhK .dropdown-item:hover,
.cid-v0iS8vKVhK .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0iS8vKVhK .dropdown-item:hover span {
  color: white;
}
.cid-v0iS8vKVhK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0iS8vKVhK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0iS8vKVhK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0iS8vKVhK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0iS8vKVhK .nav-link {
  position: relative;
}
.cid-v0iS8vKVhK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0iS8vKVhK .container {
    flex-wrap: nowrap;
  }
}
.cid-v0iS8vKVhK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0iS8vKVhK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0iS8vKVhK .dropdown-menu,
.cid-v0iS8vKVhK .navbar.opened {
  background: #ffffff !important;
}
.cid-v0iS8vKVhK .nav-item:focus,
.cid-v0iS8vKVhK .nav-link:focus {
  outline: none;
}
.cid-v0iS8vKVhK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0iS8vKVhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0iS8vKVhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0iS8vKVhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0iS8vKVhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0iS8vKVhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0iS8vKVhK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0iS8vKVhK .navbar.opened {
  transition: all 0.3s;
}
.cid-v0iS8vKVhK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0iS8vKVhK .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0iS8vKVhK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0iS8vKVhK .navbar.collapsed {
  justify-content: center;
}
.cid-v0iS8vKVhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0iS8vKVhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0iS8vKVhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0iS8vKVhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0iS8vKVhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0iS8vKVhK .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-v0iS8vKVhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0iS8vKVhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0iS8vKVhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0iS8vKVhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0iS8vKVhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0iS8vKVhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0iS8vKVhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0iS8vKVhK .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-v0iS8vKVhK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0iS8vKVhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0iS8vKVhK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0iS8vKVhK .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0iS8vKVhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0iS8vKVhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0iS8vKVhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0iS8vKVhK .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0iS8vKVhK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0iS8vKVhK .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-v0iS8vKVhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0iS8vKVhK .navbar-brand .navbar-caption:hover,
.cid-v0iS8vKVhK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0iS8vKVhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0iS8vKVhK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0iS8vKVhK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0iS8vKVhK .dropdown-item.active,
.cid-v0iS8vKVhK .dropdown-item:active {
  background-color: transparent;
}
.cid-v0iS8vKVhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0iS8vKVhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0iS8vKVhK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0iS8vKVhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8vKVhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0iS8vKVhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0iS8vKVhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0iS8vKVhK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0iS8vKVhK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0iS8vKVhK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0iS8vKVhK .navbar-buttons {
    text-align: left;
  }
}
.cid-v0iS8vKVhK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0iS8vKVhK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0iS8vKVhK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0iS8vKVhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0iS8vKVhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0iS8vKVhK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0iS8vKVhK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0iS8vKVhK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0iS8vKVhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iS8vKVhK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0iS8vKVhK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0iS8vKVhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iS8vKVhK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0iS8vKVhK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0iS8vKVhK .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-v0iS8vKVhK .navbar {
    height: 70px;
  }
  .cid-v0iS8vKVhK .navbar.opened {
    height: auto;
  }
  .cid-v0iS8vKVhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0iS8vKVhK .navbar-nav {
  margin: 0 auto;
}
.cid-v0iS8vKVhK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0iS8vKVhK .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0iS8vKVhK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0iS8vKVhK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0iS8vKVhK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0iS8vKVhK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0iS8vKVhK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0iS8vKVhK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0iS8vKVhK .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0iS8vKVhK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0iS8vKVhK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0iS8vKVhK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0iS8vKVhK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0iS8vKVhK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0iS8vKVhK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0iS8vKVhK .content-wrap {
  min-height: 110px;
}
.cid-v0iS8wsmJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8wsmJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0iS8wsmJD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8wsmJD .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-v0iS8wsmJD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8wsmJD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8wsmJD .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0iS8wsmJD .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0iS8wsmJD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8wsmJD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0iS8wsmJD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8wsmJD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8wsmJD .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0iS8wsmJD .mbr-label,
.cid-v0iS8wsmJD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8wsmJD .mbr-section-title {
  color: #000000;
}
.cid-v0iS8wsmJD .mbr-text,
.cid-v0iS8wsmJD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8wsmJD .mbr-section-title,
.cid-v0iS8wsmJD .title-wrapper,
.cid-v0iS8wsmJD .mbr-section-btn,
.cid-v0iS8wsmJD .logo-wrapper {
  text-align: center;
}
.cid-v0iS8x757F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v0iS8x757F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8x757F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8x757F .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8x757F .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8x757F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8x757F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8x757F .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0iS8x757F .mbr-section-title {
  color: #000000;
}
.cid-v0iS8x757F .mbr-text,
.cid-v0iS8x757F .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8x757F .mbr-section-title,
.cid-v0iS8x757F .title-wrapper,
.cid-v0iS8x757F .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8xxZWP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8xxZWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8xxZWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8xxZWP .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8xxZWP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8xxZWP .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-v0iS8xxZWP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8xxZWP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8xxZWP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8xxZWP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8xxZWP .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v0iS8xxZWP .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0iS8xxZWP .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-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0iS8xxZWP .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-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0iS8xxZWP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8xxZWP .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v0iS8xxZWP .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .card_1 {
    width: 100%;
  }
}
.cid-v0iS8xxZWP .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0iS8xxZWP .card_2 {
    width: 100%;
  }
}
.cid-v0iS8xxZWP .main-btn {
  margin-top: 12px;
}
.cid-v0iS8xxZWP .mbr-label,
.cid-v0iS8xxZWP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8xxZWP .mbr-section-title,
.cid-v0iS8xxZWP .title-wrapper {
  color: #000000;
}
.cid-v0iS8xxZWP .mbr-text,
.cid-v0iS8xxZWP .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8xxZWP .item-title {
  color: #000000;
}
.cid-v0iS8xxZWP .item-text {
  color: #515151;
}
.cid-v0iS8xxZWP .mbr-section-title,
.cid-v0iS8xxZWP .title-wrapper,
.cid-v0iS8xxZWP .main-btn {
  text-align: center;
}
.cid-v0iS8ym3eo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8ym3eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8ym3eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8ym3eo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8ym3eo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8ym3eo .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-v0iS8ym3eo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8ym3eo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8ym3eo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8ym3eo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8ym3eo .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8ym3eo .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8ym3eo .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8ym3eo .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8ym3eo .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8ym3eo .mbr-label,
.cid-v0iS8ym3eo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8ym3eo .mbr-section-title,
.cid-v0iS8ym3eo .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8ym3eo .mbr-text,
.cid-v0iS8ym3eo .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8ym3eo .item-text {
  color: #000000;
}
.cid-v0iS8ym3eo .item-text,
.cid-v0iS8ym3eo .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8ySori {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8ySori .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8ySori .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8ySori .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8ySori .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8ySori .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-v0iS8ySori .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8ySori .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8ySori .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8ySori .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8ySori .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8ySori .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8ySori .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8ySori .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8ySori .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8ySori .mbr-label,
.cid-v0iS8ySori .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8ySori .mbr-section-title,
.cid-v0iS8ySori .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8ySori .mbr-text,
.cid-v0iS8ySori .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8ySori .item-text {
  color: #000000;
}
.cid-v0iS8ySori .item-text,
.cid-v0iS8ySori .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8zp2JM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8zp2JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8zp2JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8zp2JM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8zp2JM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8zp2JM .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-v0iS8zp2JM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8zp2JM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8zp2JM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8zp2JM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8zp2JM .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8zp2JM .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8zp2JM .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8zp2JM .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8zp2JM .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8zp2JM .mbr-label,
.cid-v0iS8zp2JM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8zp2JM .mbr-section-title,
.cid-v0iS8zp2JM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8zp2JM .mbr-text,
.cid-v0iS8zp2JM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8zp2JM .item-text {
  color: #000000;
}
.cid-v0iS8zp2JM .item-text,
.cid-v0iS8zp2JM .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8A2Maz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8A2Maz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8A2Maz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8A2Maz .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8A2Maz .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8A2Maz .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-v0iS8A2Maz .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8A2Maz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8A2Maz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8A2Maz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8A2Maz .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8A2Maz .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8A2Maz .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8A2Maz .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8A2Maz .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8A2Maz .mbr-label,
.cid-v0iS8A2Maz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8A2Maz .mbr-section-title,
.cid-v0iS8A2Maz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8A2Maz .mbr-text,
.cid-v0iS8A2Maz .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8A2Maz .item-text {
  color: #000000;
}
.cid-v0iS8A2Maz .item-text,
.cid-v0iS8A2Maz .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8AF37y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8AF37y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8AF37y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8AF37y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8AF37y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8AF37y .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-v0iS8AF37y .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8AF37y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8AF37y .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8AF37y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8AF37y .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8AF37y .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8AF37y .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8AF37y .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8AF37y .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8AF37y .mbr-label,
.cid-v0iS8AF37y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8AF37y .mbr-section-title,
.cid-v0iS8AF37y .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8AF37y .mbr-text,
.cid-v0iS8AF37y .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8AF37y .item-text {
  color: #000000;
}
.cid-v0iS8AF37y .item-text,
.cid-v0iS8AF37y .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8BcRq3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8BcRq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8BcRq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8BcRq3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8BcRq3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8BcRq3 .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-v0iS8BcRq3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8BcRq3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8BcRq3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8BcRq3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8BcRq3 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8BcRq3 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8BcRq3 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8BcRq3 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8BcRq3 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8BcRq3 .mbr-label,
.cid-v0iS8BcRq3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8BcRq3 .mbr-section-title,
.cid-v0iS8BcRq3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8BcRq3 .mbr-text,
.cid-v0iS8BcRq3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8BcRq3 .item-text {
  color: #000000;
}
.cid-v0iS8BcRq3 .item-text,
.cid-v0iS8BcRq3 .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8BKH77 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8BKH77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8BKH77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8BKH77 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8BKH77 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8BKH77 .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-v0iS8BKH77 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8BKH77 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8BKH77 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8BKH77 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8BKH77 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8BKH77 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8BKH77 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8BKH77 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8BKH77 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8BKH77 .mbr-label,
.cid-v0iS8BKH77 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8BKH77 .mbr-section-title,
.cid-v0iS8BKH77 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8BKH77 .mbr-text,
.cid-v0iS8BKH77 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8BKH77 .item-text {
  color: #000000;
}
.cid-v0iS8BKH77 .item-text,
.cid-v0iS8BKH77 .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8CiqIg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8CiqIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8CiqIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8CiqIg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8CiqIg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8CiqIg .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-v0iS8CiqIg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8CiqIg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8CiqIg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8CiqIg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8CiqIg .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8CiqIg .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8CiqIg .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8CiqIg .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8CiqIg .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8CiqIg .mbr-label,
.cid-v0iS8CiqIg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8CiqIg .mbr-section-title,
.cid-v0iS8CiqIg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8CiqIg .mbr-text,
.cid-v0iS8CiqIg .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8CiqIg .item-text {
  color: #000000;
}
.cid-v0iS8CiqIg .item-text,
.cid-v0iS8CiqIg .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8CU9GR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8CU9GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8CU9GR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8CU9GR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8CU9GR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8CU9GR .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-v0iS8CU9GR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8CU9GR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8CU9GR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8CU9GR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8CU9GR .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8CU9GR .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8CU9GR .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8CU9GR .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8CU9GR .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8CU9GR .mbr-label,
.cid-v0iS8CU9GR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8CU9GR .mbr-section-title,
.cid-v0iS8CU9GR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8CU9GR .mbr-text,
.cid-v0iS8CU9GR .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8CU9GR .item-text {
  color: #000000;
}
.cid-v0iS8CU9GR .item-text,
.cid-v0iS8CU9GR .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8DsTjy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8DsTjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8DsTjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8DsTjy .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8DsTjy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8DsTjy .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-v0iS8DsTjy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8DsTjy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8DsTjy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8DsTjy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8DsTjy .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8DsTjy .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v0iS8DsTjy .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8DsTjy .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8DsTjy .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8DsTjy .mbr-label,
.cid-v0iS8DsTjy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8DsTjy .mbr-section-title,
.cid-v0iS8DsTjy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8DsTjy .mbr-text,
.cid-v0iS8DsTjy .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8DsTjy .item-text {
  color: #000000;
}
.cid-v0iS8DsTjy .item-text,
.cid-v0iS8DsTjy .mbr-section-btn {
  text-align: center;
}
.cid-v0iS8E2zAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8E2zAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8E2zAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8E2zAQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8E2zAQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8E2zAQ .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-v0iS8E2zAQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8E2zAQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8E2zAQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8E2zAQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8E2zAQ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8E2zAQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0iS8E2zAQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8E2zAQ .mbr-label,
.cid-v0iS8E2zAQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8E2zAQ .mbr-section-title,
.cid-v0iS8E2zAQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8E2zAQ .mbr-text,
.cid-v0iS8E2zAQ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8E2zAQ .item-title {
  color: #000000;
}
.cid-v0iS8E2zAQ .item-text {
  color: #515151;
}
.cid-v0iS8EN6FH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0iS8EN6FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8EN6FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8EN6FH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8EN6FH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8EN6FH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8EN6FH .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-v0iS8EN6FH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8EN6FH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8EN6FH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8EN6FH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8EN6FH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8EN6FH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8EN6FH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8EN6FH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8EN6FH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8EN6FH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v0iS8EN6FH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0iS8EN6FH .mbr-label,
.cid-v0iS8EN6FH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8EN6FH .mbr-section-title,
.cid-v0iS8EN6FH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8EN6FH .mbr-text,
.cid-v0iS8EN6FH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8EN6FH .item-title {
  color: #000000;
  text-align: center;
}
.cid-v0iS8EN6FH .list {
  color: #515151;
}
.cid-v0iS8FyEfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8FyEfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8FyEfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8FyEfZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8FyEfZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8FyEfZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8FyEfZ .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-v0iS8FyEfZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8FyEfZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8FyEfZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8FyEfZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8FyEfZ .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v0iS8FyEfZ .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v0iS8FyEfZ .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0iS8FyEfZ .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8FyEfZ .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v0iS8FyEfZ .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v0iS8FyEfZ .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0iS8FyEfZ .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0iS8FyEfZ .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0iS8FyEfZ .mbr-label,
.cid-v0iS8FyEfZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8FyEfZ .mbr-section-title,
.cid-v0iS8FyEfZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8FyEfZ .mbr-text {
  color: #515151;
}
.cid-v0iS8GdRZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0iS8GdRZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8GdRZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8GdRZM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8GdRZM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8GdRZM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8GdRZM .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-v0iS8GdRZM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8GdRZM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8GdRZM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8GdRZM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8GdRZM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8GdRZM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8GdRZM .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8GdRZM .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8GdRZM .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8GdRZM .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0iS8GdRZM .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v0iS8GdRZM .mbr-label,
.cid-v0iS8GdRZM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8GdRZM .mbr-section-title,
.cid-v0iS8GdRZM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8GdRZM .mbr-text,
.cid-v0iS8GdRZM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8GdRZM .item-title {
  color: #000000;
}
.cid-v0iS8GdRZM .item-price {
  color: #000000;
}
.cid-v0iS8GdRZM .item-text {
  color: #515151;
}
.cid-v0iS8GdRZM .list {
  color: #515151;
}
.cid-v0iS8H4P3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0iS8H4P3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8H4P3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8H4P3Z .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0iS8H4P3Z .image-wrap {
    width: 300px;
  }
}
.cid-v0iS8HIHM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0iS8HIHM9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v0iS8HIHM9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v0iS8HIHM9 .container {
    padding: 0 26px;
  }
}
.cid-v0iS8HIHM9 .row {
  justify-content: center;
}
.cid-v0iS8HIHM9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v0iS8HIHM9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0iS8HIHM9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v0iS8HIHM9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0iS8HIHM9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v0iS8HIHM9 .embla__button--next,
.cid-v0iS8HIHM9 .embla__button--prev {
  display: flex;
}
.cid-v0iS8HIHM9 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #515151 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0iS8HIHM9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0iS8HIHM9 .embla__button:hover {
  opacity: .6 !important;
}
.cid-v0iS8HIHM9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0iS8HIHM9 .embla__button.embla__button--next {
  right: 0;
}
.cid-v0iS8HIHM9 .embla {
  position: relative;
  width: 100%;
}
.cid-v0iS8HIHM9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0iS8HIHM9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0iS8HIHM9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0iS8HIHM9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0iS8JyHwR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0iS8JyHwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8JyHwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8JyHwR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8JyHwR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8JyHwR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8JyHwR .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-v0iS8JyHwR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8JyHwR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8JyHwR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0iS8JyHwR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0iS8JyHwR .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8JyHwR .form-wrap {
    padding: 24px;
  }
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0iS8JyHwR .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0iS8JyHwR .mbr-label,
.cid-v0iS8JyHwR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8JyHwR .mbr-section-title,
.cid-v0iS8JyHwR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8JyHwR .mbr-text,
.cid-v0iS8JyHwR .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8JyHwR label {
  color: #000000;
}
.cid-v0iS8KFjYH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0iS8KFjYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8KFjYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8KFjYH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8KFjYH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8KFjYH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8KFjYH .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-v0iS8KFjYH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8KFjYH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8KFjYH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8KFjYH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8KFjYH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8KFjYH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8KFjYH .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0iS8KFjYH .card-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8KFjYH .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0iS8KFjYH .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0iS8KFjYH .mbr-label,
.cid-v0iS8KFjYH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8KFjYH .mbr-section-title,
.cid-v0iS8KFjYH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8KFjYH .mbr-text,
.cid-v0iS8KFjYH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8LNysL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0iS8LNysL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8LNysL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8LNysL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0iS8LNysL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0iS8LNysL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0iS8LNysL .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-v0iS8LNysL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0iS8LNysL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0iS8LNysL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8LNysL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0iS8LNysL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0iS8LNysL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8LNysL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0iS8LNysL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0iS8LNysL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0iS8LNysL .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0iS8LNysL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0iS8LNysL .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0iS8LNysL .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-v0iS8LNysL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0iS8LNysL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0iS8LNysL .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0iS8LNysL .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0iS8LNysL .mbr-label,
.cid-v0iS8LNysL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8LNysL .mbr-section-title,
.cid-v0iS8LNysL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8LNysL .mbr-text,
.cid-v0iS8LNysL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0iS8LNysL .item-title {
  color: #515151;
}
.cid-v0iS8LNysL .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0iS8NZFP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-v0iS8NZFP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8NZFP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8NZFP8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v0iS8NZFP8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0iS8NZFP8 .embla__slide .slide-content {
  width: 100%;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 75%;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .text-wrapper .item-text {
    width: 100%;
    background-image: linear-gradient(-165deg, #9c9c9c, #000000 50%);
  }
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 4px;
  border-radius: 100% !important;
  background-image: linear-gradient(#a8a8a8 40%, #f5f5f5);
  box-shadow: 0 8px 20px -8px #515151;
  margin-right: 16px;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v0iS8NZFP8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v0iS8NZFP8 .embla__button--next,
.cid-v0iS8NZFP8 .embla__button--prev {
  display: flex;
}
.cid-v0iS8NZFP8 .embla__button {
  top: 45%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border: none;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v0iS8NZFP8 .embla__button {
    top: 0;
  }
}
.cid-v0iS8NZFP8 .embla__button:hover {
  background-color: #000000 !important;
  color: #f5f5f5 !important;
  border-top: none  !important;
}
.cid-v0iS8NZFP8 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0iS8NZFP8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0iS8NZFP8 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v0iS8NZFP8 .embla__button.embla__button--next {
  right: 0;
}
.cid-v0iS8NZFP8 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v0iS8NZFP8 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v0iS8NZFP8 .embla {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0iS8NZFP8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-v0iS8NZFP8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0iS8NZFP8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0iS8NZFP8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0iS8NZFP8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0iS8NZFP8 .item-text,
.cid-v0iS8NZFP8 .text-wrapper {
  color: #000000;
}
.cid-v0iS8NZFP8 .item-text,
.cid-v0iS8NZFP8 .text-wrapper,
.cid-v0iS8NZFP8 .person-wrapper {
  text-align: center;
}
.cid-v0iS8NZFP8 .item-name {
  color: #000000;
  text-align: left;
}
.cid-v0iS8NZFP8 .item-role {
  color: #000000;
  text-align: left;
}
.cid-v0iS8Pijn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0iS8Pijn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0iS8Pijn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0iS8Pijn8 .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0iS8Pijn8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0iS8Pijn8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0iS8Pijn8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0iS8Pijn8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0iS8Pijn8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0iS8Pijn8 .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0iS8Pijn8 .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0iS8Pijn8 .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0iS8Pijn8 .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0iS8Pijn8 .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0iS8Pijn8 .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0iS8Pijn8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0iS8Pijn8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0iS8Pijn8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0iS8Pijn8 .mbr-section-title {
  color: #000000;
}
.cid-v0iS8Pijn8 .mbr-text,
.cid-v0iS8Pijn8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8Pijn8 .list,
.cid-v0iS8Pijn8 .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0iS8Pijn8 .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0iS8Pijn8 .mbr-section-title,
.cid-v0iS8Pijn8 .title-wrapper,
.cid-v0iS8Pijn8 .mbr-section-btn,
.cid-v0iS8Pijn8 .social-wrapper {
  text-align: center;
}
.cid-v0j2YcnBlo {
  z-index: 1000;
  width: 100%;
}
.cid-v0j2YcnBlo nav.navbar {
  position: fixed;
}
.cid-v0j2YcnBlo .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-v0j2YcnBlo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0j2YcnBlo .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v0j2YcnBlo .dropdown-item:hover,
.cid-v0j2YcnBlo .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-v0j2YcnBlo .dropdown-item:hover span {
  color: white;
}
.cid-v0j2YcnBlo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0j2YcnBlo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0j2YcnBlo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0j2YcnBlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0j2YcnBlo .nav-link {
  position: relative;
}
.cid-v0j2YcnBlo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0j2YcnBlo .container {
    flex-wrap: nowrap;
  }
}
.cid-v0j2YcnBlo .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0j2YcnBlo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0j2YcnBlo .dropdown-menu,
.cid-v0j2YcnBlo .navbar.opened {
  background: #ffffff !important;
}
.cid-v0j2YcnBlo .nav-item:focus,
.cid-v0j2YcnBlo .nav-link:focus {
  outline: none;
}
.cid-v0j2YcnBlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0j2YcnBlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0j2YcnBlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0j2YcnBlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0j2YcnBlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0j2YcnBlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0j2YcnBlo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v0j2YcnBlo .navbar.opened {
  transition: all 0.3s;
}
.cid-v0j2YcnBlo .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0j2YcnBlo .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v0j2YcnBlo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0j2YcnBlo .navbar.collapsed {
  justify-content: center;
}
.cid-v0j2YcnBlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0j2YcnBlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0j2YcnBlo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0j2YcnBlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0j2YcnBlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0j2YcnBlo .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-v0j2YcnBlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0j2YcnBlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0j2YcnBlo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0j2YcnBlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0j2YcnBlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0j2YcnBlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0j2YcnBlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0j2YcnBlo .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-v0j2YcnBlo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0j2YcnBlo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0j2YcnBlo .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v0j2YcnBlo .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-v0j2YcnBlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0j2YcnBlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0j2YcnBlo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0j2YcnBlo .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0j2YcnBlo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0j2YcnBlo .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-v0j2YcnBlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0j2YcnBlo .navbar-brand .navbar-caption:hover,
.cid-v0j2YcnBlo .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0j2YcnBlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0j2YcnBlo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0j2YcnBlo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0j2YcnBlo .dropdown-item.active,
.cid-v0j2YcnBlo .dropdown-item:active {
  background-color: transparent;
}
.cid-v0j2YcnBlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0j2YcnBlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0j2YcnBlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0j2YcnBlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0j2YcnBlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0j2YcnBlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0j2YcnBlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0j2YcnBlo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0j2YcnBlo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0j2YcnBlo .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0j2YcnBlo .navbar-buttons {
    text-align: left;
  }
}
.cid-v0j2YcnBlo .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0j2YcnBlo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0j2YcnBlo 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0j2YcnBlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0j2YcnBlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0j2YcnBlo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0j2YcnBlo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0j2YcnBlo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0j2YcnBlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0j2YcnBlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0j2YcnBlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0j2YcnBlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0j2YcnBlo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0j2YcnBlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0j2YcnBlo .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-v0j2YcnBlo .navbar {
    height: 70px;
  }
  .cid-v0j2YcnBlo .navbar.opened {
    height: auto;
  }
  .cid-v0j2YcnBlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0j2YcnBlo .navbar-nav {
  margin: 0 auto;
}
.cid-v0j2YcnBlo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0j2YcnBlo .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v0j2YcnBlo .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0j2YcnBlo .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-v0j2YcnBlo .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v0j2YcnBlo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0j2YcnBlo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0j2YcnBlo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0j2YcnBlo .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0j2YcnBlo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0j2YcnBlo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0j2YcnBlo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0j2YcnBlo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0j2YcnBlo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0j2YcnBlo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0j2YcnBlo .content-wrap {
  min-height: 110px;
}
.cid-v0j2YcWDjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YcWDjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0j2YcWDjU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2YcWDjU .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-v0j2YcWDjU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2YcWDjU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2YcWDjU .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v0j2YcWDjU .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v0j2YcWDjU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0j2YcWDjU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #e8e8e8 40%);
  }
}
.cid-v0j2YcWDjU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0j2YcWDjU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0j2YcWDjU .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0j2YcWDjU .mbr-label,
.cid-v0j2YcWDjU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YcWDjU .mbr-section-title {
  color: #000000;
}
.cid-v0j2YcWDjU .mbr-text,
.cid-v0j2YcWDjU .text-wrapper {
  color: #f8f8f8;
  text-align: center;
}
.cid-v0j2YcWDjU .mbr-section-title,
.cid-v0j2YcWDjU .title-wrapper,
.cid-v0j2YcWDjU .mbr-section-btn,
.cid-v0j2YcWDjU .logo-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v0j2YdlwWc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0j2YdlwWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YdlwWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2YdlwWc .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0j2YdlwWc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0j2YdlwWc .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2YdlwWc .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-v0j2YdlwWc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2YdlwWc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2YdlwWc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0j2YdlwWc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0j2YdlwWc .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0j2YdlwWc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0j2YdlwWc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0j2YdlwWc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0j2YdlwWc .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0j2YdlwWc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0j2YdlwWc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0j2YdlwWc .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0j2YdlwWc .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0j2YdlwWc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0j2YdlwWc .mbr-label,
.cid-v0j2YdlwWc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YdlwWc .mbr-section-title,
.cid-v0j2YdlwWc .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YdlwWc .mbr-text,
.cid-v0j2YdlwWc .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0j2YdlwWc .panel-title-edit {
  color: #000000;
}
.cid-v0j2YdlwWc .panel-text {
  color: #515151;
}
.cid-v0j2YdNVj9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0j2YdNVj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YdNVj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2YdNVj9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0j2YdNVj9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0j2YdNVj9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2YdNVj9 .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-v0j2YdNVj9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2YdNVj9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2YdNVj9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0j2YdNVj9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0j2YdNVj9 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v0j2YdNVj9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v0j2YdNVj9 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v0j2YdNVj9 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v0j2YdNVj9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0j2YdNVj9 .mbr-label,
.cid-v0j2YdNVj9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YdNVj9 .mbr-section-title,
.cid-v0j2YdNVj9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YdNVj9 .mbr-text,
.cid-v0j2YdNVj9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0j2YdNVj9 .panel-title-edit {
  color: #000000;
}
.cid-v0j2YdNVj9 .panel-text {
  color: #515151;
}
.cid-v0j2YedYxd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0j2YedYxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YedYxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2YedYxd .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v0j2YedYxd .image-wrap {
    width: 300px;
  }
}
.cid-v0j2YeysC5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0j2YeysC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YeysC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2YeysC5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0j2YeysC5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0j2YeysC5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2YeysC5 .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-v0j2YeysC5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2YeysC5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2YeysC5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0j2YeysC5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0j2YeysC5 .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0j2YeysC5 .form-wrap {
    padding: 24px;
  }
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0j2YeysC5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0j2YeysC5 .mbr-label,
.cid-v0j2YeysC5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YeysC5 .mbr-section-title,
.cid-v0j2YeysC5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YeysC5 .mbr-text,
.cid-v0j2YeysC5 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0j2YeysC5 label {
  color: #000000;
}
.cid-v0j2Yf3m1O {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v0j2Yf3m1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2Yf3m1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2Yf3m1O .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0j2Yf3m1O .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0j2Yf3m1O .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2Yf3m1O .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-v0j2Yf3m1O .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2Yf3m1O .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2Yf3m1O .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0j2Yf3m1O .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0j2Yf3m1O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0j2Yf3m1O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0j2Yf3m1O .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0j2Yf3m1O .card-wrapper {
    padding: 24px;
  }
}
.cid-v0j2Yf3m1O .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v0j2Yf3m1O .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v0j2Yf3m1O .mbr-label,
.cid-v0j2Yf3m1O .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2Yf3m1O .mbr-section-title,
.cid-v0j2Yf3m1O .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2Yf3m1O .mbr-text,
.cid-v0j2Yf3m1O .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0j2YfvB2u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v0j2YfvB2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2YfvB2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2YfvB2u .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0j2YfvB2u .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0j2YfvB2u .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0j2YfvB2u .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-v0j2YfvB2u .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0j2YfvB2u .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0j2YfvB2u .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0j2YfvB2u .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0j2YfvB2u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0j2YfvB2u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0j2YfvB2u .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0j2YfvB2u .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0j2YfvB2u .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0j2YfvB2u .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0j2YfvB2u .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0j2YfvB2u .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0j2YfvB2u .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-v0j2YfvB2u .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0j2YfvB2u .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v0j2YfvB2u .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v0j2YfvB2u .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v0j2YfvB2u .mbr-label,
.cid-v0j2YfvB2u .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YfvB2u .mbr-section-title,
.cid-v0j2YfvB2u .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2YfvB2u .mbr-text,
.cid-v0j2YfvB2u .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0j2YfvB2u .item-title {
  color: #515151;
}
.cid-v0j2YfvB2u .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0j2Yg6XEN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0j2Yg6XEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0j2Yg6XEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0j2Yg6XEN .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v0j2Yg6XEN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v0j2Yg6XEN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0j2Yg6XEN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v0j2Yg6XEN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0j2Yg6XEN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0j2Yg6XEN .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v0j2Yg6XEN .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0j2Yg6XEN .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v0j2Yg6XEN .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0j2Yg6XEN .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0j2Yg6XEN .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v0j2Yg6XEN .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v0j2Yg6XEN .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v0j2Yg6XEN .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v0j2Yg6XEN .mbr-section-title {
  color: #000000;
}
.cid-v0j2Yg6XEN .mbr-text,
.cid-v0j2Yg6XEN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2Yg6XEN .list,
.cid-v0j2Yg6XEN .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0j2Yg6XEN .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-v0j2Yg6XEN .mbr-section-title,
.cid-v0j2Yg6XEN .title-wrapper,
.cid-v0j2Yg6XEN .mbr-section-btn,
.cid-v0j2Yg6XEN .social-wrapper {
  text-align: center;
}
