.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.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: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((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: #383193 !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: #1b1846 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #383193 !important;
  border-color: #383193 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
  box-shadow: #0c0b20 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #473eb9 !important;
  border-color: #473eb9 !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: #383193;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f1b52 !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: #383193 !important;
  border-color: #383193 !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: #383193 !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: #1b1846 !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: #383193;
}
.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: #383193;
  border-color: #383193;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #383193;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7a73d0;
}
.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: #383193 !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: #383193;
}
/* 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: #383193;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #383193;
}
.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: #383193;
  border-bottom-color: #383193;
}
.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: #383193 !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='%23383193' %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-uWFVhr9R0h .navbar-dropdown {
  position: relative !important;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWFVhr9R0h .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWFVhr9R0h .dropdown-item:hover,
.cid-uWFVhr9R0h .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWFVhr9R0h .dropdown-item:hover span {
  color: white;
}
.cid-uWFVhr9R0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWFVhr9R0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWFVhr9R0h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWFVhr9R0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWFVhr9R0h .nav-link {
  position: relative;
}
.cid-uWFVhr9R0h .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWFVhr9R0h .container {
    flex-wrap: nowrap;
  }
}
.cid-uWFVhr9R0h .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWFVhr9R0h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWFVhr9R0h .dropdown-menu,
.cid-uWFVhr9R0h .navbar.opened {
  background: #ffffff !important;
}
.cid-uWFVhr9R0h .nav-item:focus,
.cid-uWFVhr9R0h .nav-link:focus {
  outline: none;
}
.cid-uWFVhr9R0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWFVhr9R0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWFVhr9R0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWFVhr9R0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWFVhr9R0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWFVhr9R0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWFVhr9R0h .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWFVhr9R0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWFVhr9R0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWFVhr9R0h .navbar.collapsed {
  justify-content: center;
}
.cid-uWFVhr9R0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWFVhr9R0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWFVhr9R0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWFVhr9R0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWFVhr9R0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWFVhr9R0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWFVhr9R0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWFVhr9R0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWFVhr9R0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWFVhr9R0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWFVhr9R0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWFVhr9R0h .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-uWFVhr9R0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWFVhr9R0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWFVhr9R0h .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWFVhr9R0h .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWFVhr9R0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWFVhr9R0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWFVhr9R0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWFVhr9R0h .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWFVhr9R0h .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWFVhr9R0h .navbar-brand .navbar-caption:hover,
.cid-uWFVhr9R0h .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWFVhr9R0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWFVhr9R0h .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWFVhr9R0h .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWFVhr9R0h .dropdown-item.active,
.cid-uWFVhr9R0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uWFVhr9R0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWFVhr9R0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWFVhr9R0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWFVhr9R0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWFVhr9R0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWFVhr9R0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWFVhr9R0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWFVhr9R0h ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWFVhr9R0h ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWFVhr9R0h .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWFVhr9R0h .navbar-buttons {
    text-align: left;
  }
}
.cid-uWFVhr9R0h .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWFVhr9R0h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWFVhr9R0h 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-uWFVhr9R0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWFVhr9R0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWFVhr9R0h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWFVhr9R0h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWFVhr9R0h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWFVhr9R0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFVhr9R0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWFVhr9R0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWFVhr9R0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFVhr9R0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWFVhr9R0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .navbar {
    height: 70px;
  }
  .cid-uWFVhr9R0h .navbar.opened {
    height: auto;
  }
  .cid-uWFVhr9R0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWFVhr9R0h .navbar-nav {
  margin: 0 auto;
}
.cid-uWFVhr9R0h .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWFVhr9R0h .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-uWFVhr9R0h .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWFVhr9R0h .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWFVhr9R0h .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWFVhr9R0h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWFVhr9R0h .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWFVhr9R0h .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWFVhr9R0h .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWFVhr9R0h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWFVhr9R0h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWFVhr9R0h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWFVhr9R0h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWFVhr9R0h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWFVhr9R0h .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWFVhr9R0h .content-wrap {
  min-height: 110px;
}
.cid-uWFVhvHD91 {
  background-image: url("../../../assets/images/vitaly-gariev-z6ogoeso9bi-unsplash-2000x1055.jpg");
}
.cid-uWFVhvHD91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVhvHD91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVhvHD91 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVhvHD91 .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-uWFVhvHD91 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVhvHD91 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVhvHD91 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWFVhvHD91 .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-uWFVhvHD91 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #9c9c9c, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWFVhvHD91 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #9c9c9c, #ffffff 40%);
  }
}
.cid-uWFVhvHD91 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFVhvHD91 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWFVhvHD91 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWFVhvHD91 .mbr-label,
.cid-uWFVhvHD91 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVhvHD91 .mbr-section-title {
  color: #000000;
}
.cid-uWFVhvHD91 .mbr-text,
.cid-uWFVhvHD91 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWFVhvHD91 .mbr-section-title,
.cid-uWFVhvHD91 .title-wrapper,
.cid-uWFVhvHD91 .mbr-section-btn,
.cid-uWFVhvHD91 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWFVhKMlE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVhKMlE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVhKMlE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVhKMlE1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVhKMlE1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVhKMlE1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVhKMlE1 .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-uWFVhKMlE1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVhKMlE1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVhKMlE1 .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-uWFVhKMlE1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWFVhKMlE1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFVhKMlE1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWFVhKMlE1 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWFVhKMlE1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWFVhKMlE1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWFVhKMlE1 .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-uWFVhKMlE1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWFVhKMlE1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWFVhKMlE1 .mbr-label,
.cid-uWFVhKMlE1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVhKMlE1 .mbr-section-title,
.cid-uWFVhKMlE1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVhKMlE1 .mbr-text,
.cid-uWFVhKMlE1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVhKMlE1 .item-title {
  color: #000000;
}
.cid-uWFVhKMlE1 .item-text {
  color: #000000;
}
.cid-uWFVjM4fFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVjM4fFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVjM4fFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVjM4fFg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVjM4fFg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVjM4fFg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVjM4fFg .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-uWFVjM4fFg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVjM4fFg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVjM4fFg .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-uWFVjM4fFg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWFVjM4fFg .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWFVjM4fFg .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWFVjM4fFg .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWFVjM4fFg .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVjM4fFg .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-uWFVjM4fFg .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWFVjM4fFg .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWFVjM4fFg .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWFVjM4fFg .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWFVjM4fFg .mbr-label,
.cid-uWFVjM4fFg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVjM4fFg .mbr-section-title,
.cid-uWFVjM4fFg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVjM4fFg .mbr-text {
  color: #515151;
}
.cid-uWFVjM4fFg .mbr-text,
.cid-uWFVjM4fFg .mbr-section-btn {
  color: #000000;
}
.cid-uWFVo7rQVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVo7rQVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVo7rQVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVo7rQVy .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVo7rQVy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVo7rQVy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVo7rQVy .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-uWFVo7rQVy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVo7rQVy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVo7rQVy .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-uWFVo7rQVy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWFVo7rQVy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFVo7rQVy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWFVo7rQVy .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWFVo7rQVy .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWFVo7rQVy .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWFVo7rQVy .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-uWFVo7rQVy .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWFVo7rQVy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWFVo7rQVy .mbr-label,
.cid-uWFVo7rQVy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVo7rQVy .mbr-section-title,
.cid-uWFVo7rQVy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVo7rQVy .mbr-text,
.cid-uWFVo7rQVy .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVo7rQVy .item-title {
  color: #000000;
}
.cid-uWFVo7rQVy .item-text {
  color: #000000;
}
.cid-uWFVnmx56A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVnmx56A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVnmx56A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVnmx56A .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWFVnmx56A .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWFVnmx56A .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWFVnmx56A .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWFVnmx56A .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWFVnmx56A .mbr-star {
  color: #000000;
}
.cid-uWFVnmx56A .item-text {
  color: #515151;
}
.cid-uWFVnmx56A .item-name {
  color: #000000;
}
.cid-uWFVnmx56A .item-role {
  color: #515151;
}
.cid-uWFVnmx56A .item-text,
.cid-uWFVnmx56A .person-wrapper {
  color: #000000;
}
.cid-uWFVrKoZ74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVrKoZ74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVrKoZ74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVrKoZ74 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVrKoZ74 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVrKoZ74 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVrKoZ74 .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-uWFVrKoZ74 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVrKoZ74 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVrKoZ74 .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-uWFVrKoZ74 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWFVrKoZ74 .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-uWFVrKoZ74 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWFVrKoZ74 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWFVrKoZ74 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWFVrKoZ74 .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-uWFVrKoZ74 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWFVrKoZ74 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWFVrKoZ74 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWFVrKoZ74 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWFVrKoZ74 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWFVrKoZ74 .mbr-label,
.cid-uWFVrKoZ74 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVrKoZ74 .mbr-section-title,
.cid-uWFVrKoZ74 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVrKoZ74 .mbr-text,
.cid-uWFVrKoZ74 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVrKoZ74 .panel-title-edit {
  color: #000000;
}
.cid-uWFVrKoZ74 .panel-text {
  color: #515151;
}
.cid-uWFVrKoZ74 .panel-text,
.cid-uWFVrKoZ74 .panel-body {
  color: #000000;
}
.cid-uWFVrunadR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVrunadR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVrunadR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVrunadR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVrunadR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVrunadR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVrunadR .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-uWFVrunadR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVrunadR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVrunadR .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-uWFVrunadR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWFVrunadR .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-uWFVrunadR .form-wrap {
    padding: 24px;
  }
}
.cid-uWFVrunadR .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uWFVrunadR .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-uWFVrunadR .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uWFVrunadR .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-uWFVrunadR .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uWFVrunadR .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWFVrunadR .mbr-label,
.cid-uWFVrunadR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVrunadR .mbr-section-title,
.cid-uWFVrunadR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVrunadR .mbr-text,
.cid-uWFVrunadR .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVrunadR label {
  color: #000000;
}
.cid-uWFVoYGvYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWFVoYGvYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVoYGvYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVoYGvYv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVoYGvYv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVoYGvYv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVoYGvYv .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-uWFVoYGvYv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVoYGvYv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVoYGvYv .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-uWFVoYGvYv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWFVoYGvYv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFVoYGvYv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWFVoYGvYv .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWFVoYGvYv .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWFVoYGvYv .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWFVoYGvYv .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-uWFVoYGvYv .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWFVoYGvYv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWFVoYGvYv .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-uWFVoYGvYv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWFVoYGvYv .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-uWFVoYGvYv .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uWFVoYGvYv .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWFVoYGvYv .mbr-label,
.cid-uWFVoYGvYv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVoYGvYv .mbr-section-title,
.cid-uWFVoYGvYv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVoYGvYv .mbr-text,
.cid-uWFVoYGvYv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVoYGvYv .item-title {
  color: #515151;
}
.cid-uWFVoYGvYv .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWFVoYGvYv .item-title,
.cid-uWFVoYGvYv .icon-wrapper {
  text-align: center;
}
.cid-uWFVqO6NAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWFVqO6NAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFVqO6NAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFVqO6NAh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWFVqO6NAh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWFVqO6NAh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWFVqO6NAh .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-uWFVqO6NAh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWFVqO6NAh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWFVqO6NAh .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-uWFVqO6NAh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWFVqO6NAh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWFVqO6NAh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWFVqO6NAh .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-uWFVqO6NAh .card-wrapper {
    padding: 24px;
  }
}
.cid-uWFVqO6NAh .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-uWFVqO6NAh .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWFVqO6NAh .mbr-label,
.cid-uWFVqO6NAh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVqO6NAh .mbr-section-title,
.cid-uWFVqO6NAh .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWFVqO6NAh .mbr-text,
.cid-uWFVqO6NAh .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWFVuVjSz1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWFVuVjSz1 .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWFVuVjSz1 .list .link:not(:last-child) {
  margin-right: 20px;
}
.cid-uWG2DxxSKf .navbar-dropdown {
  position: relative !important;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWG2DxxSKf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWG2DxxSKf .dropdown-item:hover,
.cid-uWG2DxxSKf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWG2DxxSKf .dropdown-item:hover span {
  color: white;
}
.cid-uWG2DxxSKf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWG2DxxSKf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWG2DxxSKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWG2DxxSKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWG2DxxSKf .nav-link {
  position: relative;
}
.cid-uWG2DxxSKf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWG2DxxSKf .container {
    flex-wrap: nowrap;
  }
}
.cid-uWG2DxxSKf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWG2DxxSKf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWG2DxxSKf .dropdown-menu,
.cid-uWG2DxxSKf .navbar.opened {
  background: #ffffff !important;
}
.cid-uWG2DxxSKf .nav-item:focus,
.cid-uWG2DxxSKf .nav-link:focus {
  outline: none;
}
.cid-uWG2DxxSKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWG2DxxSKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWG2DxxSKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWG2DxxSKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWG2DxxSKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWG2DxxSKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWG2DxxSKf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWG2DxxSKf .navbar.opened {
  transition: all 0.3s;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWG2DxxSKf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWG2DxxSKf .navbar.collapsed {
  justify-content: center;
}
.cid-uWG2DxxSKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWG2DxxSKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWG2DxxSKf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWG2DxxSKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWG2DxxSKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWG2DxxSKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWG2DxxSKf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWG2DxxSKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWG2DxxSKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWG2DxxSKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWG2DxxSKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWG2DxxSKf .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-uWG2DxxSKf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWG2DxxSKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWG2DxxSKf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWG2DxxSKf .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWG2DxxSKf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWG2DxxSKf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWG2DxxSKf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWG2DxxSKf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWG2DxxSKf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWG2DxxSKf .navbar-brand .navbar-caption:hover,
.cid-uWG2DxxSKf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG2DxxSKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWG2DxxSKf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWG2DxxSKf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG2DxxSKf .dropdown-item.active,
.cid-uWG2DxxSKf .dropdown-item:active {
  background-color: transparent;
}
.cid-uWG2DxxSKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWG2DxxSKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWG2DxxSKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWG2DxxSKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWG2DxxSKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWG2DxxSKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWG2DxxSKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWG2DxxSKf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWG2DxxSKf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWG2DxxSKf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWG2DxxSKf .navbar-buttons {
    text-align: left;
  }
}
.cid-uWG2DxxSKf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWG2DxxSKf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWG2DxxSKf 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-uWG2DxxSKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWG2DxxSKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWG2DxxSKf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG2DxxSKf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG2DxxSKf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWG2DxxSKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG2DxxSKf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWG2DxxSKf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWG2DxxSKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG2DxxSKf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWG2DxxSKf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .navbar {
    height: 70px;
  }
  .cid-uWG2DxxSKf .navbar.opened {
    height: auto;
  }
  .cid-uWG2DxxSKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWG2DxxSKf .navbar-nav {
  margin: 0 auto;
}
.cid-uWG2DxxSKf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWG2DxxSKf .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-uWG2DxxSKf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWG2DxxSKf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWG2DxxSKf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWG2DxxSKf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWG2DxxSKf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWG2DxxSKf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWG2DxxSKf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWG2DxxSKf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWG2DxxSKf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWG2DxxSKf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWG2DxxSKf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWG2DxxSKf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWG2DxxSKf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWG2DxxSKf .content-wrap {
  min-height: 110px;
}
.cid-uWG2DylRzV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG2DylRzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG2DylRzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG2DylRzV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG2DylRzV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG2DylRzV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG2DylRzV .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-uWG2DylRzV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG2DylRzV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG2DylRzV .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-uWG2DylRzV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG2DylRzV .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWG2DylRzV .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWG2DylRzV .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWG2DylRzV .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG2DylRzV .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-uWG2DylRzV .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWG2DylRzV .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWG2DylRzV .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWG2DylRzV .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWG2DylRzV .mbr-label,
.cid-uWG2DylRzV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DylRzV .mbr-section-title,
.cid-uWG2DylRzV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DylRzV .mbr-text {
  color: #515151;
}
.cid-uWG2DylRzV .mbr-text,
.cid-uWG2DylRzV .mbr-section-btn {
  color: #000000;
}
.cid-uWG2DzIxTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG2DzIxTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG2DzIxTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG2DzIxTc .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG2DzIxTc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG2DzIxTc .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG2DzIxTc .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-uWG2DzIxTc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG2DzIxTc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG2DzIxTc .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-uWG2DzIxTc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG2DzIxTc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG2DzIxTc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG2DzIxTc .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWG2DzIxTc .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWG2DzIxTc .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWG2DzIxTc .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-uWG2DzIxTc .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWG2DzIxTc .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWG2DzIxTc .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-uWG2DzIxTc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWG2DzIxTc .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-uWG2DzIxTc .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uWG2DzIxTc .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWG2DzIxTc .mbr-label,
.cid-uWG2DzIxTc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DzIxTc .mbr-section-title,
.cid-uWG2DzIxTc .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DzIxTc .mbr-text,
.cid-uWG2DzIxTc .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG2DzIxTc .item-title {
  color: #515151;
}
.cid-uWG2DzIxTc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWG2DzIxTc .item-title,
.cid-uWG2DzIxTc .icon-wrapper {
  text-align: center;
}
.cid-uWG2DA09VX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWG2DA09VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG2DA09VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG2DA09VX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG2DA09VX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG2DA09VX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG2DA09VX .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-uWG2DA09VX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG2DA09VX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG2DA09VX .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-uWG2DA09VX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG2DA09VX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG2DA09VX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG2DA09VX .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-uWG2DA09VX .card-wrapper {
    padding: 24px;
  }
}
.cid-uWG2DA09VX .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-uWG2DA09VX .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWG2DA09VX .mbr-label,
.cid-uWG2DA09VX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DA09VX .mbr-section-title,
.cid-uWG2DA09VX .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG2DA09VX .mbr-text,
.cid-uWG2DA09VX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG2DAkzzB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWG2DAkzzB .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWG2DAkzzB .list .link:not(:last-child) {
  margin-right: 20px;
}
.cid-uWG32PldHl .navbar-dropdown {
  position: relative !important;
}
.cid-uWG32PldHl .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-uWG32PldHl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWG32PldHl .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWG32PldHl .dropdown-item:hover,
.cid-uWG32PldHl .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWG32PldHl .dropdown-item:hover span {
  color: white;
}
.cid-uWG32PldHl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWG32PldHl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWG32PldHl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWG32PldHl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWG32PldHl .nav-link {
  position: relative;
}
.cid-uWG32PldHl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWG32PldHl .container {
    flex-wrap: nowrap;
  }
}
.cid-uWG32PldHl .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWG32PldHl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWG32PldHl .dropdown-menu,
.cid-uWG32PldHl .navbar.opened {
  background: #ffffff !important;
}
.cid-uWG32PldHl .nav-item:focus,
.cid-uWG32PldHl .nav-link:focus {
  outline: none;
}
.cid-uWG32PldHl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWG32PldHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWG32PldHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWG32PldHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWG32PldHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWG32PldHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWG32PldHl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWG32PldHl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWG32PldHl .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-uWG32PldHl .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWG32PldHl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWG32PldHl .navbar.collapsed {
  justify-content: center;
}
.cid-uWG32PldHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWG32PldHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWG32PldHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWG32PldHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWG32PldHl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWG32PldHl .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-uWG32PldHl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWG32PldHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWG32PldHl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWG32PldHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWG32PldHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWG32PldHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWG32PldHl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWG32PldHl .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-uWG32PldHl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWG32PldHl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWG32PldHl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWG32PldHl .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWG32PldHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWG32PldHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWG32PldHl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWG32PldHl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWG32PldHl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWG32PldHl .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-uWG32PldHl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWG32PldHl .navbar-brand .navbar-caption:hover,
.cid-uWG32PldHl .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG32PldHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWG32PldHl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWG32PldHl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG32PldHl .dropdown-item.active,
.cid-uWG32PldHl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWG32PldHl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWG32PldHl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWG32PldHl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWG32PldHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWG32PldHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWG32PldHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWG32PldHl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWG32PldHl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWG32PldHl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWG32PldHl .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWG32PldHl .navbar-buttons {
    text-align: left;
  }
}
.cid-uWG32PldHl .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWG32PldHl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWG32PldHl 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-uWG32PldHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWG32PldHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWG32PldHl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG32PldHl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG32PldHl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWG32PldHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG32PldHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWG32PldHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWG32PldHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG32PldHl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWG32PldHl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWG32PldHl .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-uWG32PldHl .navbar {
    height: 70px;
  }
  .cid-uWG32PldHl .navbar.opened {
    height: auto;
  }
  .cid-uWG32PldHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWG32PldHl .navbar-nav {
  margin: 0 auto;
}
.cid-uWG32PldHl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWG32PldHl .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-uWG32PldHl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWG32PldHl .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWG32PldHl .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWG32PldHl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWG32PldHl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWG32PldHl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWG32PldHl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWG32PldHl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWG32PldHl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWG32PldHl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWG32PldHl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWG32PldHl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWG32PldHl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWG32PldHl .content-wrap {
  min-height: 110px;
}
.cid-uWG32PJo8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG32PJo8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG32PJo8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG32PJo8b .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG32PJo8b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG32PJo8b .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG32PJo8b .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-uWG32PJo8b .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG32PJo8b .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG32PJo8b .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-uWG32PJo8b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG32PJo8b .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWG32PJo8b .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWG32PJo8b .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWG32PJo8b .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG32PJo8b .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-uWG32PJo8b .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWG32PJo8b .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWG32PJo8b .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWG32PJo8b .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWG32PJo8b .mbr-label,
.cid-uWG32PJo8b .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32PJo8b .mbr-section-title,
.cid-uWG32PJo8b .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32PJo8b .mbr-text {
  color: #515151;
}
.cid-uWG32PJo8b .mbr-text,
.cid-uWG32PJo8b .mbr-section-btn {
  color: #000000;
}
.cid-uWG32PY0pn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG32PY0pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG32PY0pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG32PY0pn .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG32PY0pn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG32PY0pn .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG32PY0pn .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-uWG32PY0pn .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG32PY0pn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG32PY0pn .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-uWG32PY0pn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG32PY0pn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG32PY0pn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG32PY0pn .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWG32PY0pn .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWG32PY0pn .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWG32PY0pn .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-uWG32PY0pn .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWG32PY0pn .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWG32PY0pn .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-uWG32PY0pn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWG32PY0pn .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-uWG32PY0pn .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uWG32PY0pn .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWG32PY0pn .mbr-label,
.cid-uWG32PY0pn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32PY0pn .mbr-section-title,
.cid-uWG32PY0pn .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32PY0pn .mbr-text,
.cid-uWG32PY0pn .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG32PY0pn .item-title {
  color: #515151;
}
.cid-uWG32PY0pn .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWG32PY0pn .item-title,
.cid-uWG32PY0pn .icon-wrapper {
  text-align: center;
}
.cid-uWG32QdQdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWG32QdQdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG32QdQdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG32QdQdN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG32QdQdN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG32QdQdN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG32QdQdN .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-uWG32QdQdN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG32QdQdN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG32QdQdN .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-uWG32QdQdN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG32QdQdN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG32QdQdN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG32QdQdN .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-uWG32QdQdN .card-wrapper {
    padding: 24px;
  }
}
.cid-uWG32QdQdN .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-uWG32QdQdN .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWG32QdQdN .mbr-label,
.cid-uWG32QdQdN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32QdQdN .mbr-section-title,
.cid-uWG32QdQdN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG32QdQdN .mbr-text,
.cid-uWG32QdQdN .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG32Qt7k3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWG32Qt7k3 .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWG32Qt7k3 .list .link:not(:last-child) {
  margin-right: 20px;
}
.cid-uWG3fpEqgA .navbar-dropdown {
  position: relative !important;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWG3fpEqgA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWG3fpEqgA .dropdown-item:hover,
.cid-uWG3fpEqgA .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWG3fpEqgA .dropdown-item:hover span {
  color: white;
}
.cid-uWG3fpEqgA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWG3fpEqgA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWG3fpEqgA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWG3fpEqgA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWG3fpEqgA .nav-link {
  position: relative;
}
.cid-uWG3fpEqgA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWG3fpEqgA .container {
    flex-wrap: nowrap;
  }
}
.cid-uWG3fpEqgA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWG3fpEqgA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWG3fpEqgA .dropdown-menu,
.cid-uWG3fpEqgA .navbar.opened {
  background: #ffffff !important;
}
.cid-uWG3fpEqgA .nav-item:focus,
.cid-uWG3fpEqgA .nav-link:focus {
  outline: none;
}
.cid-uWG3fpEqgA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWG3fpEqgA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWG3fpEqgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWG3fpEqgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWG3fpEqgA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWG3fpEqgA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWG3fpEqgA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWG3fpEqgA .navbar.opened {
  transition: all 0.3s;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWG3fpEqgA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWG3fpEqgA .navbar.collapsed {
  justify-content: center;
}
.cid-uWG3fpEqgA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWG3fpEqgA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWG3fpEqgA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWG3fpEqgA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWG3fpEqgA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWG3fpEqgA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWG3fpEqgA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWG3fpEqgA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWG3fpEqgA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWG3fpEqgA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWG3fpEqgA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWG3fpEqgA .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-uWG3fpEqgA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWG3fpEqgA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWG3fpEqgA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWG3fpEqgA .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWG3fpEqgA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWG3fpEqgA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWG3fpEqgA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWG3fpEqgA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWG3fpEqgA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWG3fpEqgA .navbar-brand .navbar-caption:hover,
.cid-uWG3fpEqgA .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3fpEqgA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWG3fpEqgA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWG3fpEqgA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3fpEqgA .dropdown-item.active,
.cid-uWG3fpEqgA .dropdown-item:active {
  background-color: transparent;
}
.cid-uWG3fpEqgA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWG3fpEqgA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWG3fpEqgA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWG3fpEqgA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWG3fpEqgA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWG3fpEqgA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWG3fpEqgA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWG3fpEqgA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWG3fpEqgA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWG3fpEqgA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWG3fpEqgA .navbar-buttons {
    text-align: left;
  }
}
.cid-uWG3fpEqgA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWG3fpEqgA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWG3fpEqgA 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-uWG3fpEqgA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWG3fpEqgA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWG3fpEqgA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3fpEqgA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3fpEqgA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWG3fpEqgA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3fpEqgA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWG3fpEqgA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWG3fpEqgA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3fpEqgA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWG3fpEqgA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .navbar {
    height: 70px;
  }
  .cid-uWG3fpEqgA .navbar.opened {
    height: auto;
  }
  .cid-uWG3fpEqgA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWG3fpEqgA .navbar-nav {
  margin: 0 auto;
}
.cid-uWG3fpEqgA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWG3fpEqgA .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-uWG3fpEqgA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWG3fpEqgA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWG3fpEqgA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWG3fpEqgA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWG3fpEqgA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWG3fpEqgA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWG3fpEqgA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWG3fpEqgA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWG3fpEqgA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWG3fpEqgA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWG3fpEqgA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWG3fpEqgA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWG3fpEqgA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWG3fpEqgA .content-wrap {
  min-height: 110px;
}
.cid-uWG3fpWwsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG3fpWwsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3fpWwsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3fpWwsz .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3fpWwsz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3fpWwsz .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3fpWwsz .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-uWG3fpWwsz .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3fpWwsz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3fpWwsz .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-uWG3fpWwsz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3fpWwsz .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWG3fpWwsz .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWG3fpWwsz .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWG3fpWwsz .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3fpWwsz .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-uWG3fpWwsz .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWG3fpWwsz .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWG3fpWwsz .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWG3fpWwsz .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWG3fpWwsz .mbr-label,
.cid-uWG3fpWwsz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fpWwsz .mbr-section-title,
.cid-uWG3fpWwsz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fpWwsz .mbr-text {
  color: #515151;
}
.cid-uWG3fpWwsz .mbr-text,
.cid-uWG3fpWwsz .mbr-section-btn {
  color: #000000;
}
.cid-uWG3fqeK4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG3fqeK4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3fqeK4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3fqeK4b .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3fqeK4b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3fqeK4b .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3fqeK4b .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-uWG3fqeK4b .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3fqeK4b .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3fqeK4b .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-uWG3fqeK4b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3fqeK4b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG3fqeK4b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG3fqeK4b .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWG3fqeK4b .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWG3fqeK4b .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWG3fqeK4b .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-uWG3fqeK4b .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWG3fqeK4b .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWG3fqeK4b .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-uWG3fqeK4b .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWG3fqeK4b .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-uWG3fqeK4b .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uWG3fqeK4b .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWG3fqeK4b .mbr-label,
.cid-uWG3fqeK4b .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fqeK4b .mbr-section-title,
.cid-uWG3fqeK4b .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fqeK4b .mbr-text,
.cid-uWG3fqeK4b .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG3fqeK4b .item-title {
  color: #515151;
}
.cid-uWG3fqeK4b .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWG3fqeK4b .item-title,
.cid-uWG3fqeK4b .icon-wrapper {
  text-align: center;
}
.cid-uWG3fqslQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWG3fqslQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3fqslQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3fqslQu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3fqslQu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3fqslQu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3fqslQu .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-uWG3fqslQu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3fqslQu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3fqslQu .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-uWG3fqslQu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3fqslQu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG3fqslQu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG3fqslQu .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-uWG3fqslQu .card-wrapper {
    padding: 24px;
  }
}
.cid-uWG3fqslQu .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-uWG3fqslQu .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWG3fqslQu .mbr-label,
.cid-uWG3fqslQu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fqslQu .mbr-section-title,
.cid-uWG3fqslQu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3fqslQu .mbr-text,
.cid-uWG3fqslQu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG3fqHGMv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWG3fqHGMv .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWG3fqHGMv .list .link:not(:last-child) {
  margin-right: 20px;
}
.cid-uWG3oOQACQ .navbar-dropdown {
  position: relative !important;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWG3oOQACQ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWG3oOQACQ .dropdown-item:hover,
.cid-uWG3oOQACQ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWG3oOQACQ .dropdown-item:hover span {
  color: white;
}
.cid-uWG3oOQACQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWG3oOQACQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWG3oOQACQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWG3oOQACQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWG3oOQACQ .nav-link {
  position: relative;
}
.cid-uWG3oOQACQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWG3oOQACQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uWG3oOQACQ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWG3oOQACQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWG3oOQACQ .dropdown-menu,
.cid-uWG3oOQACQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uWG3oOQACQ .nav-item:focus,
.cid-uWG3oOQACQ .nav-link:focus {
  outline: none;
}
.cid-uWG3oOQACQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWG3oOQACQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWG3oOQACQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWG3oOQACQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWG3oOQACQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWG3oOQACQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWG3oOQACQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWG3oOQACQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWG3oOQACQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWG3oOQACQ .navbar.collapsed {
  justify-content: center;
}
.cid-uWG3oOQACQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWG3oOQACQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWG3oOQACQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWG3oOQACQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWG3oOQACQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWG3oOQACQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWG3oOQACQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWG3oOQACQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWG3oOQACQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWG3oOQACQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWG3oOQACQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWG3oOQACQ .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-uWG3oOQACQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWG3oOQACQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWG3oOQACQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWG3oOQACQ .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWG3oOQACQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWG3oOQACQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWG3oOQACQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWG3oOQACQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWG3oOQACQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWG3oOQACQ .navbar-brand .navbar-caption:hover,
.cid-uWG3oOQACQ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3oOQACQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWG3oOQACQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWG3oOQACQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3oOQACQ .dropdown-item.active,
.cid-uWG3oOQACQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWG3oOQACQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWG3oOQACQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWG3oOQACQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWG3oOQACQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWG3oOQACQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWG3oOQACQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWG3oOQACQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWG3oOQACQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWG3oOQACQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWG3oOQACQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWG3oOQACQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uWG3oOQACQ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWG3oOQACQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWG3oOQACQ 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-uWG3oOQACQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWG3oOQACQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWG3oOQACQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3oOQACQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3oOQACQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWG3oOQACQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3oOQACQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWG3oOQACQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWG3oOQACQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3oOQACQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWG3oOQACQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .navbar {
    height: 70px;
  }
  .cid-uWG3oOQACQ .navbar.opened {
    height: auto;
  }
  .cid-uWG3oOQACQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWG3oOQACQ .navbar-nav {
  margin: 0 auto;
}
.cid-uWG3oOQACQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWG3oOQACQ .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-uWG3oOQACQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWG3oOQACQ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWG3oOQACQ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWG3oOQACQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWG3oOQACQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWG3oOQACQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWG3oOQACQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWG3oOQACQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWG3oOQACQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWG3oOQACQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWG3oOQACQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWG3oOQACQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWG3oOQACQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWG3oOQACQ .content-wrap {
  min-height: 110px;
}
.cid-uWG3oP609E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG3oP609E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3oP609E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3oP609E .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3oP609E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3oP609E .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3oP609E .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-uWG3oP609E .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3oP609E .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3oP609E .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-uWG3oP609E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3oP609E .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWG3oP609E .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWG3oP609E .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWG3oP609E .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3oP609E .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-uWG3oP609E .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWG3oP609E .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWG3oP609E .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWG3oP609E .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWG3oP609E .mbr-label,
.cid-uWG3oP609E .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oP609E .mbr-section-title,
.cid-uWG3oP609E .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oP609E .mbr-text {
  color: #515151;
}
.cid-uWG3oP609E .mbr-text,
.cid-uWG3oP609E .mbr-section-btn {
  color: #000000;
}
.cid-uWG3oPjEXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG3oPjEXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3oPjEXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3oPjEXi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3oPjEXi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3oPjEXi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3oPjEXi .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-uWG3oPjEXi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3oPjEXi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3oPjEXi .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-uWG3oPjEXi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3oPjEXi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG3oPjEXi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG3oPjEXi .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWG3oPjEXi .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWG3oPjEXi .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWG3oPjEXi .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-uWG3oPjEXi .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWG3oPjEXi .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWG3oPjEXi .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-uWG3oPjEXi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWG3oPjEXi .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-uWG3oPjEXi .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uWG3oPjEXi .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWG3oPjEXi .mbr-label,
.cid-uWG3oPjEXi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oPjEXi .mbr-section-title,
.cid-uWG3oPjEXi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oPjEXi .mbr-text,
.cid-uWG3oPjEXi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG3oPjEXi .item-title {
  color: #515151;
}
.cid-uWG3oPjEXi .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWG3oPjEXi .item-title,
.cid-uWG3oPjEXi .icon-wrapper {
  text-align: center;
}
.cid-uWG3oPyIXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWG3oPyIXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3oPyIXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3oPyIXh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWG3oPyIXh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWG3oPyIXh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWG3oPyIXh .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-uWG3oPyIXh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWG3oPyIXh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWG3oPyIXh .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-uWG3oPyIXh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWG3oPyIXh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWG3oPyIXh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWG3oPyIXh .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-uWG3oPyIXh .card-wrapper {
    padding: 24px;
  }
}
.cid-uWG3oPyIXh .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-uWG3oPyIXh .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWG3oPyIXh .mbr-label,
.cid-uWG3oPyIXh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oPyIXh .mbr-section-title,
.cid-uWG3oPyIXh .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWG3oPyIXh .mbr-text,
.cid-uWG3oPyIXh .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWG3oPPebz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWG3oPPebz .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWG3oPPebz .list .link:not(:last-child) {
  margin-right: 20px;
}
.cid-uWG3F9Xfwz .navbar-dropdown {
  position: relative !important;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWG3F9Xfwz .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWG3F9Xfwz .dropdown-item:hover,
.cid-uWG3F9Xfwz .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWG3F9Xfwz .dropdown-item:hover span {
  color: white;
}
.cid-uWG3F9Xfwz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWG3F9Xfwz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWG3F9Xfwz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWG3F9Xfwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWG3F9Xfwz .nav-link {
  position: relative;
}
.cid-uWG3F9Xfwz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWG3F9Xfwz .container {
    flex-wrap: nowrap;
  }
}
.cid-uWG3F9Xfwz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWG3F9Xfwz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWG3F9Xfwz .dropdown-menu,
.cid-uWG3F9Xfwz .navbar.opened {
  background: #ffffff !important;
}
.cid-uWG3F9Xfwz .nav-item:focus,
.cid-uWG3F9Xfwz .nav-link:focus {
  outline: none;
}
.cid-uWG3F9Xfwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWG3F9Xfwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWG3F9Xfwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWG3F9Xfwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWG3F9Xfwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWG3F9Xfwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWG3F9Xfwz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWG3F9Xfwz .navbar.opened {
  transition: all 0.3s;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWG3F9Xfwz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWG3F9Xfwz .navbar.collapsed {
  justify-content: center;
}
.cid-uWG3F9Xfwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWG3F9Xfwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWG3F9Xfwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWG3F9Xfwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWG3F9Xfwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWG3F9Xfwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWG3F9Xfwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWG3F9Xfwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWG3F9Xfwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWG3F9Xfwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWG3F9Xfwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWG3F9Xfwz .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-uWG3F9Xfwz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWG3F9Xfwz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWG3F9Xfwz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWG3F9Xfwz .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWG3F9Xfwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWG3F9Xfwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWG3F9Xfwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWG3F9Xfwz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWG3F9Xfwz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWG3F9Xfwz .navbar-brand .navbar-caption:hover,
.cid-uWG3F9Xfwz .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3F9Xfwz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWG3F9Xfwz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWG3F9Xfwz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWG3F9Xfwz .dropdown-item.active,
.cid-uWG3F9Xfwz .dropdown-item:active {
  background-color: transparent;
}
.cid-uWG3F9Xfwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWG3F9Xfwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWG3F9Xfwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWG3F9Xfwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWG3F9Xfwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWG3F9Xfwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWG3F9Xfwz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWG3F9Xfwz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWG3F9Xfwz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWG3F9Xfwz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWG3F9Xfwz .navbar-buttons {
    text-align: left;
  }
}
.cid-uWG3F9Xfwz .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWG3F9Xfwz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWG3F9Xfwz 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-uWG3F9Xfwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWG3F9Xfwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWG3F9Xfwz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3F9Xfwz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWG3F9Xfwz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWG3F9Xfwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3F9Xfwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWG3F9Xfwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWG3F9Xfwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWG3F9Xfwz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWG3F9Xfwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .navbar {
    height: 70px;
  }
  .cid-uWG3F9Xfwz .navbar.opened {
    height: auto;
  }
  .cid-uWG3F9Xfwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWG3F9Xfwz .navbar-nav {
  margin: 0 auto;
}
.cid-uWG3F9Xfwz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWG3F9Xfwz .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-uWG3F9Xfwz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWG3F9Xfwz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWG3F9Xfwz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWG3F9Xfwz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWG3F9Xfwz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWG3F9Xfwz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWG3F9Xfwz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWG3F9Xfwz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWG3F9Xfwz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWG3F9Xfwz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWG3F9Xfwz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWG3F9Xfwz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWG3F9Xfwz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWG3F9Xfwz .content-wrap {
  min-height: 110px;
}
.cid-uWG3I2Dumx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWG3I2Dumx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWG3I2Dumx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWG3I2Dumx .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uWG3I2Dumx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWG3I2Dumx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWG3I2Dumx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWG3I2Dumx .mbr-text,
.cid-uWG3I2Dumx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWG3I2Dumx .card-title,
.cid-uWG3I2Dumx .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWG3FaZTBR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uWG3FaZTBR .list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.cid-uWG3FaZTBR .list .link:not(:last-child) {
  margin-right: 20px;
}
