.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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-uXjGMhyCHh .navbar-dropdown {
  position: relative !important;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjGMhyCHh .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjGMhyCHh .dropdown-item:hover,
.cid-uXjGMhyCHh .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjGMhyCHh .dropdown-item:hover span {
  color: white;
}
.cid-uXjGMhyCHh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjGMhyCHh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjGMhyCHh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjGMhyCHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjGMhyCHh .nav-link {
  position: relative;
}
.cid-uXjGMhyCHh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjGMhyCHh .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjGMhyCHh .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjGMhyCHh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjGMhyCHh .dropdown-menu,
.cid-uXjGMhyCHh .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjGMhyCHh .nav-item:focus,
.cid-uXjGMhyCHh .nav-link:focus {
  outline: none;
}
.cid-uXjGMhyCHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjGMhyCHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjGMhyCHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjGMhyCHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjGMhyCHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjGMhyCHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjGMhyCHh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjGMhyCHh .navbar.collapsed {
  justify-content: center;
}
.cid-uXjGMhyCHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjGMhyCHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjGMhyCHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjGMhyCHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjGMhyCHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjGMhyCHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjGMhyCHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjGMhyCHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjGMhyCHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjGMhyCHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjGMhyCHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjGMhyCHh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjGMhyCHh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjGMhyCHh .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjGMhyCHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjGMhyCHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjGMhyCHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjGMhyCHh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjGMhyCHh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjGMhyCHh .navbar-brand .navbar-caption:hover,
.cid-uXjGMhyCHh .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjGMhyCHh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjGMhyCHh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjGMhyCHh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjGMhyCHh .dropdown-item.active,
.cid-uXjGMhyCHh .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjGMhyCHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjGMhyCHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjGMhyCHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjGMhyCHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjGMhyCHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjGMhyCHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjGMhyCHh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjGMhyCHh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjGMhyCHh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjGMhyCHh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjGMhyCHh .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjGMhyCHh .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjGMhyCHh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjGMhyCHh 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-uXjGMhyCHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjGMhyCHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjGMhyCHh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjGMhyCHh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjGMhyCHh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjGMhyCHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjGMhyCHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjGMhyCHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjGMhyCHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjGMhyCHh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjGMhyCHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .navbar {
    height: 70px;
  }
  .cid-uXjGMhyCHh .navbar.opened {
    height: auto;
  }
  .cid-uXjGMhyCHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjGMhyCHh .navbar-nav {
  margin: 0 auto;
}
.cid-uXjGMhyCHh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjGMhyCHh .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-uXjGMhyCHh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjGMhyCHh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjGMhyCHh .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjGMhyCHh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjGMhyCHh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjGMhyCHh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjGMhyCHh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjGMhyCHh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjGMhyCHh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjGMhyCHh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjGMhyCHh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjGMhyCHh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjGMhyCHh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjGMhyCHh .content-wrap {
  min-height: 110px;
}
.cid-uXjGMqaj1t {
  background-image: url("../../../assets/images/4141dbf94a811f08d2f96a0c4cc3c3b-1-1344x768.jpg");
}
.cid-uXjGMqaj1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjGMqaj1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjGMqaj1t .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjGMqaj1t .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-uXjGMqaj1t .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjGMqaj1t .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjGMqaj1t .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uXjGMqaj1t .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-uXjGMqaj1t .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #a8a8a8, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXjGMqaj1t .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #a8a8a8, #ffffff 40%);
  }
}
.cid-uXjGMqaj1t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjGMqaj1t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjGMqaj1t .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uXjGMqaj1t .mbr-label,
.cid-uXjGMqaj1t .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjGMqaj1t .mbr-section-title {
  color: #000000;
}
.cid-uXjGMqaj1t .mbr-text,
.cid-uXjGMqaj1t .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXjGMqaj1t .mbr-section-title,
.cid-uXjGMqaj1t .title-wrapper,
.cid-uXjGMqaj1t .mbr-section-btn,
.cid-uXjGMqaj1t .logo-wrapper {
  text-align: center;
}
.cid-uXjJrrZNZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjJrrZNZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjJrrZNZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjJrrZNZI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXjJrrZNZI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjJrrZNZI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXjJrrZNZI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXjJrrZNZI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXjJrrZNZI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXjJrrZNZI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXjJrrZNZI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjJrrZNZI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXjJrrZNZI .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uXjJrrZNZI .image-wrapper {
    padding-left: 0;
  }
}
.cid-uXjJrrZNZI .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXjJrrZNZI .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uXjJrrZNZI .image-wrapper img {
    height: 350px;
  }
}
.cid-uXjJrrZNZI .mbr-label {
  color: #a6adbf;
}
.cid-uXjJrrZNZI .mbr-section-title {
  color: #111111;
}
.cid-uXjJrrZNZI .mbr-section-subtitle {
  color: #383193;
}
.cid-uXjJrrZNZI .mbr-text,
.cid-uXjJrrZNZI .text-wrapper {
  color: #666666;
}
.cid-uXjJrrZNZI .mbr-text,
.cid-uXjJrrZNZI .text-wrapper,
.cid-uXjJrrZNZI .mbr-section-btn {
  color: #000000;
}
.cid-uXjPMc7cUt.popup-builder {
  background-color: #ffffff;
}
.cid-uXjPMc7cUt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXjPMc7cUt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXjPMc7cUt .modal-content,
.cid-uXjPMc7cUt .modal-dialog {
  height: auto;
}
.cid-uXjPMc7cUt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXjPMc7cUt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXjPMc7cUt .form-wrapper .mbr-form .form-group,
  .cid-uXjPMc7cUt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXjPMc7cUt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXjPMc7cUt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXjPMc7cUt .mbr-text {
  text-align: center;
}
.cid-uXjPMc7cUt .pt-0 {
  padding-top: 0 !important;
}
.cid-uXjPMc7cUt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXjPMc7cUt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXjPMc7cUt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXjPMc7cUt .modal-open {
  overflow: hidden;
}
.cid-uXjPMc7cUt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXjPMc7cUt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXjPMc7cUt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXjPMc7cUt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uXjPMc7cUt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXjPMc7cUt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXjPMc7cUt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXjPMc7cUt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uXjPMc7cUt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXjPMc7cUt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXjPMc7cUt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXjPMc7cUt .modal-backdrop.show {
  opacity: .5;
}
.cid-uXjPMc7cUt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uXjPMc7cUt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXjPMc7cUt .modal-header {
    padding: 1rem;
  }
}
.cid-uXjPMc7cUt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXjPMc7cUt .modal-header .close svg {
  fill: #353535;
}
.cid-uXjPMc7cUt .modal-header .close:hover {
  opacity: 1;
}
.cid-uXjPMc7cUt .modal-header .close:focus {
  outline: none;
}
.cid-uXjPMc7cUt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uXjPMc7cUt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXjPMc7cUt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXjPMc7cUt .modal-body {
    padding: 1rem;
  }
}
.cid-uXjPMc7cUt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXjPMc7cUt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXjPMc7cUt .modal-footer {
    padding: 1rem;
  }
}
.cid-uXjPMc7cUt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXjPMc7cUt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXjPMc7cUt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXjPMc7cUt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXjPMc7cUt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXjPMc7cUt .modal-lg,
  .cid-uXjPMc7cUt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXjPMc7cUt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXjPMc7cUt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXjPMc7cUt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uXjPMc7cUt .form-group {
  margin-bottom: 1rem;
}
.cid-uXjPMc7cUt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXjPMc7cUt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXjPMc7cUt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uXjPMc7cUt .mbr-section-btn {
  margin: 0;
}
.cid-uXjPMc7cUt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXjGXyNh21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjGXyNh21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjGXyNh21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjGXyNh21 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjGXyNh21 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjGXyNh21 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjGXyNh21 .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-uXjGXyNh21 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjGXyNh21 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjGXyNh21 .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-uXjGXyNh21 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjGXyNh21 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjGXyNh21 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjGXyNh21 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjGXyNh21 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjGXyNh21 .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-uXjGXyNh21 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjGXyNh21 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjGXyNh21 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjGXyNh21 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjGXyNh21 .mbr-label,
.cid-uXjGXyNh21 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjGXyNh21 .mbr-section-title,
.cid-uXjGXyNh21 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjGXyNh21 .mbr-text {
  color: #515151;
}
.cid-uXjGXyNh21 .mbr-text,
.cid-uXjGXyNh21 .mbr-section-btn {
  color: #000000;
}
.cid-uXjIFznmta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjIFznmta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjIFznmta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjIFznmta .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjIFznmta .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjIFznmta .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjIFznmta .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-uXjIFznmta .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjIFznmta .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjIFznmta .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-uXjIFznmta .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjIFznmta .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjIFznmta .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjIFznmta .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjIFznmta .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjIFznmta .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjIFznmta .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-uXjIFznmta .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXjIFznmta .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-uXjIFznmta .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-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uXjIFznmta .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjIFznmta .mbr-label,
.cid-uXjIFznmta .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjIFznmta .mbr-section-title,
.cid-uXjIFznmta .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjIFznmta .mbr-text,
.cid-uXjIFznmta .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjIFznmta .item-title {
  color: #000000;
}
.cid-uXjIFznmta .item-text {
  color: #515151;
}
.cid-uXjJPAMYde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjJPAMYde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjJPAMYde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjJPAMYde .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjJPAMYde .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjJPAMYde .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjJPAMYde .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-uXjJPAMYde .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjJPAMYde .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjJPAMYde .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-uXjJPAMYde .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjJPAMYde .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjJPAMYde .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjJPAMYde .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjJPAMYde .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjJPAMYde .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-uXjJPAMYde .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjJPAMYde .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjJPAMYde .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjJPAMYde .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjJPAMYde .mbr-label,
.cid-uXjJPAMYde .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjJPAMYde .mbr-section-title,
.cid-uXjJPAMYde .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjJPAMYde .mbr-text {
  color: #515151;
}
.cid-uXjJPAMYde .mbr-text,
.cid-uXjJPAMYde .mbr-section-btn {
  color: #000000;
}
.cid-uXjIIrVvlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjIIrVvlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjIIrVvlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjIIrVvlk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjIIrVvlk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjIIrVvlk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjIIrVvlk .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-uXjIIrVvlk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjIIrVvlk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjIIrVvlk .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-uXjIIrVvlk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjIIrVvlk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjIIrVvlk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjIIrVvlk .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjIIrVvlk .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjIIrVvlk .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjIIrVvlk .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-uXjIIrVvlk .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXjIIrVvlk .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-uXjIIrVvlk .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-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uXjIIrVvlk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjIIrVvlk .mbr-label,
.cid-uXjIIrVvlk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjIIrVvlk .mbr-section-title,
.cid-uXjIIrVvlk .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjIIrVvlk .mbr-text,
.cid-uXjIIrVvlk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjIIrVvlk .item-title {
  color: #000000;
}
.cid-uXjIIrVvlk .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjIIrVvlk .item-title,
.cid-uXjIIrVvlk .mbr-section-btn {
  text-align: center;
}
.cid-uXjRLvRZzB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uXjRLvRZzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjRLvRZzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjRLvRZzB .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjRLvRZzB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjRLvRZzB .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjRLvRZzB .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-uXjRLvRZzB .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjRLvRZzB .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjRLvRZzB .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-uXjRLvRZzB .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXjRLvRZzB .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjRLvRZzB .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uXjRLvRZzB .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjRLvRZzB .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjRLvRZzB .mbr-label,
.cid-uXjRLvRZzB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjRLvRZzB .mbr-section-title,
.cid-uXjRLvRZzB .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjRLvRZzB .mbr-text,
.cid-uXjRLvRZzB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjRLvRZzB .item-text {
  color: #000000;
}
.cid-uXjRLvRZzB .item-text,
.cid-uXjRLvRZzB .mbr-section-btn {
  text-align: center;
}
.cid-uXjGU2uMjH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjGU2uMjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjGU2uMjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjGU2uMjH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjGU2uMjH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjGU2uMjH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjGU2uMjH .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-uXjGU2uMjH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uXjGU2uMjH .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-uXjGU2uMjH .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXjGU2uMjH .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXjGU2uMjH .mbr-star {
  color: #000000;
}
.cid-uXjGU2uMjH .item-text {
  color: #515151;
}
.cid-uXjGU2uMjH .item-name {
  color: #000000;
}
.cid-uXjGU2uMjH .item-role {
  color: #000000;
}
.cid-uXjGU2uMjH .item-text,
.cid-uXjGU2uMjH .person-wrapper {
  color: #000000;
}
.cid-uXjH8CwWdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjH8CwWdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjH8CwWdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjH8CwWdN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjH8CwWdN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjH8CwWdN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjH8CwWdN .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-uXjH8CwWdN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjH8CwWdN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjH8CwWdN .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-uXjH8CwWdN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjH8CwWdN .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-uXjH8CwWdN .form-wrap {
    padding: 24px;
  }
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uXjH8CwWdN .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-uXjH8CwWdN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uXjH8CwWdN .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-uXjH8CwWdN .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uXjH8CwWdN .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uXjH8CwWdN .mbr-label,
.cid-uXjH8CwWdN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH8CwWdN .mbr-section-title,
.cid-uXjH8CwWdN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH8CwWdN .mbr-text,
.cid-uXjH8CwWdN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH8CwWdN label {
  color: #000000;
}
.cid-uXjH7iHpEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjH7iHpEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjH7iHpEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjH7iHpEd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjH7iHpEd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjH7iHpEd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjH7iHpEd .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-uXjH7iHpEd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjH7iHpEd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjH7iHpEd .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-uXjH7iHpEd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjH7iHpEd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjH7iHpEd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjH7iHpEd .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjH7iHpEd .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjH7iHpEd .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjH7iHpEd .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-uXjH7iHpEd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjH7iHpEd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjH7iHpEd .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjH7iHpEd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjH7iHpEd .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-uXjH7iHpEd .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjH7iHpEd .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjH7iHpEd .mbr-label,
.cid-uXjH7iHpEd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH7iHpEd .mbr-section-title,
.cid-uXjH7iHpEd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH7iHpEd .mbr-text,
.cid-uXjH7iHpEd .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH7iHpEd .item-title {
  color: #515151;
}
.cid-uXjH7iHpEd .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjH7iHpEd .item-title,
.cid-uXjH7iHpEd .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjH7sHD6t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjH7sHD6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjH7sHD6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjH7sHD6t .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjH7sHD6t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjH7sHD6t .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjH7sHD6t .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-uXjH7sHD6t .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjH7sHD6t .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjH7sHD6t .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-uXjH7sHD6t .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjH7sHD6t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjH7sHD6t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjH7sHD6t .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-uXjH7sHD6t .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjH7sHD6t .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-uXjH7sHD6t .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjH7sHD6t .mbr-label,
.cid-uXjH7sHD6t .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH7sHD6t .mbr-section-title,
.cid-uXjH7sHD6t .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjH7sHD6t .mbr-text,
.cid-uXjH7sHD6t .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjOr4mnsg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjOr4mnsg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjOr4mnsg .mbr-text {
  color: #767676;
}
.cid-uXjOr4mnsg .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjOr4mnsg .links {
    text-align: center !important;
  }
}
.cid-uXjOr4mnsg .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjOr4mnsg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjOr4mnsg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjOr4mnsg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjOr4mnsg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjOr4mnsg .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjOr4mnsg .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjOr4mnsg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjOr4mnsg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjOr4mnsg .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjU0063kI .navbar-dropdown {
  position: relative !important;
}
.cid-uXjU0063kI .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-uXjU0063kI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjU0063kI .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjU0063kI .dropdown-item:hover,
.cid-uXjU0063kI .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjU0063kI .dropdown-item:hover span {
  color: white;
}
.cid-uXjU0063kI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjU0063kI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjU0063kI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjU0063kI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjU0063kI .nav-link {
  position: relative;
}
.cid-uXjU0063kI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjU0063kI .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjU0063kI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjU0063kI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjU0063kI .dropdown-menu,
.cid-uXjU0063kI .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjU0063kI .nav-item:focus,
.cid-uXjU0063kI .nav-link:focus {
  outline: none;
}
.cid-uXjU0063kI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjU0063kI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjU0063kI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjU0063kI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjU0063kI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjU0063kI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjU0063kI .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-uXjU0063kI .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjU0063kI .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-uXjU0063kI .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjU0063kI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjU0063kI .navbar.collapsed {
  justify-content: center;
}
.cid-uXjU0063kI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjU0063kI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjU0063kI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjU0063kI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjU0063kI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjU0063kI .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-uXjU0063kI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjU0063kI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjU0063kI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjU0063kI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjU0063kI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjU0063kI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjU0063kI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjU0063kI .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-uXjU0063kI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjU0063kI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjU0063kI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjU0063kI .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjU0063kI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjU0063kI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjU0063kI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjU0063kI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjU0063kI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjU0063kI .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-uXjU0063kI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjU0063kI .navbar-brand .navbar-caption:hover,
.cid-uXjU0063kI .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjU0063kI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjU0063kI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjU0063kI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjU0063kI .dropdown-item.active,
.cid-uXjU0063kI .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjU0063kI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjU0063kI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjU0063kI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjU0063kI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjU0063kI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjU0063kI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjU0063kI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjU0063kI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjU0063kI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjU0063kI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjU0063kI .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjU0063kI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjU0063kI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjU0063kI 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-uXjU0063kI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjU0063kI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjU0063kI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjU0063kI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjU0063kI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjU0063kI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjU0063kI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjU0063kI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjU0063kI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjU0063kI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjU0063kI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjU0063kI .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-uXjU0063kI .navbar {
    height: 70px;
  }
  .cid-uXjU0063kI .navbar.opened {
    height: auto;
  }
  .cid-uXjU0063kI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjU0063kI .navbar-nav {
  margin: 0 auto;
}
.cid-uXjU0063kI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjU0063kI .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-uXjU0063kI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjU0063kI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjU0063kI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjU0063kI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjU0063kI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjU0063kI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjU0063kI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjU0063kI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjU0063kI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjU0063kI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjU0063kI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjU0063kI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjU0063kI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjU0063kI .content-wrap {
  min-height: 110px;
}
.cid-uXjU02nVw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjU02nVw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjU02nVw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjU02nVw5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjU02nVw5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjU02nVw5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjU02nVw5 .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-uXjU02nVw5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjU02nVw5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjU02nVw5 .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-uXjU02nVw5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjU02nVw5 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjU02nVw5 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjU02nVw5 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjU02nVw5 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjU02nVw5 .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-uXjU02nVw5 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjU02nVw5 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjU02nVw5 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjU02nVw5 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjU02nVw5 .mbr-label,
.cid-uXjU02nVw5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU02nVw5 .mbr-section-title,
.cid-uXjU02nVw5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU02nVw5 .mbr-text {
  color: #515151;
}
.cid-uXjU02nVw5 .mbr-text,
.cid-uXjU02nVw5 .mbr-section-btn {
  color: #000000;
}
.cid-uXjU04XVh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjU04XVh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjU04XVh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjU04XVh1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjU04XVh1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjU04XVh1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjU04XVh1 .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-uXjU04XVh1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjU04XVh1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjU04XVh1 .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-uXjU04XVh1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjU04XVh1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjU04XVh1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjU04XVh1 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjU04XVh1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjU04XVh1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjU04XVh1 .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-uXjU04XVh1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjU04XVh1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjU04XVh1 .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjU04XVh1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjU04XVh1 .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-uXjU04XVh1 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjU04XVh1 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjU04XVh1 .mbr-label,
.cid-uXjU04XVh1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU04XVh1 .mbr-section-title,
.cid-uXjU04XVh1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU04XVh1 .mbr-text,
.cid-uXjU04XVh1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU04XVh1 .item-title {
  color: #515151;
}
.cid-uXjU04XVh1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjU04XVh1 .item-title,
.cid-uXjU04XVh1 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjU05n0F7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjU05n0F7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjU05n0F7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjU05n0F7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjU05n0F7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjU05n0F7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjU05n0F7 .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-uXjU05n0F7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjU05n0F7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjU05n0F7 .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-uXjU05n0F7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjU05n0F7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjU05n0F7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjU05n0F7 .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-uXjU05n0F7 .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjU05n0F7 .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-uXjU05n0F7 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjU05n0F7 .mbr-label,
.cid-uXjU05n0F7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU05n0F7 .mbr-section-title,
.cid-uXjU05n0F7 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjU05n0F7 .mbr-text,
.cid-uXjU05n0F7 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjU05OQHa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjU05OQHa .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjU05OQHa .mbr-text {
  color: #767676;
}
.cid-uXjU05OQHa .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjU05OQHa .links {
    text-align: center !important;
  }
}
.cid-uXjU05OQHa .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjU05OQHa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjU05OQHa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjU05OQHa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjU05OQHa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjU05OQHa .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjU05OQHa .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjU05OQHa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjU05OQHa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjU05OQHa .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjUyKC3gJ .navbar-dropdown {
  position: relative !important;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjUyKC3gJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjUyKC3gJ .dropdown-item:hover,
.cid-uXjUyKC3gJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjUyKC3gJ .dropdown-item:hover span {
  color: white;
}
.cid-uXjUyKC3gJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjUyKC3gJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjUyKC3gJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjUyKC3gJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjUyKC3gJ .nav-link {
  position: relative;
}
.cid-uXjUyKC3gJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjUyKC3gJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjUyKC3gJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjUyKC3gJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjUyKC3gJ .dropdown-menu,
.cid-uXjUyKC3gJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjUyKC3gJ .nav-item:focus,
.cid-uXjUyKC3gJ .nav-link:focus {
  outline: none;
}
.cid-uXjUyKC3gJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjUyKC3gJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjUyKC3gJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjUyKC3gJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjUyKC3gJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjUyKC3gJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjUyKC3gJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjUyKC3gJ .navbar.collapsed {
  justify-content: center;
}
.cid-uXjUyKC3gJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjUyKC3gJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjUyKC3gJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjUyKC3gJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjUyKC3gJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjUyKC3gJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjUyKC3gJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjUyKC3gJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjUyKC3gJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjUyKC3gJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjUyKC3gJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjUyKC3gJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjUyKC3gJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjUyKC3gJ .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjUyKC3gJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjUyKC3gJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjUyKC3gJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjUyKC3gJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjUyKC3gJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjUyKC3gJ .navbar-brand .navbar-caption:hover,
.cid-uXjUyKC3gJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjUyKC3gJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjUyKC3gJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjUyKC3gJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjUyKC3gJ .dropdown-item.active,
.cid-uXjUyKC3gJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjUyKC3gJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjUyKC3gJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjUyKC3gJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjUyKC3gJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjUyKC3gJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjUyKC3gJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjUyKC3gJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjUyKC3gJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjUyKC3gJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjUyKC3gJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjUyKC3gJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjUyKC3gJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjUyKC3gJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjUyKC3gJ 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-uXjUyKC3gJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjUyKC3gJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjUyKC3gJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjUyKC3gJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjUyKC3gJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjUyKC3gJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjUyKC3gJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjUyKC3gJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjUyKC3gJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjUyKC3gJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjUyKC3gJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .navbar {
    height: 70px;
  }
  .cid-uXjUyKC3gJ .navbar.opened {
    height: auto;
  }
  .cid-uXjUyKC3gJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjUyKC3gJ .navbar-nav {
  margin: 0 auto;
}
.cid-uXjUyKC3gJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjUyKC3gJ .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-uXjUyKC3gJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjUyKC3gJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjUyKC3gJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjUyKC3gJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjUyKC3gJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjUyKC3gJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjUyKC3gJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjUyKC3gJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjUyKC3gJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjUyKC3gJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjUyKC3gJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjUyKC3gJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjUyKC3gJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjUyKC3gJ .content-wrap {
  min-height: 110px;
}
.cid-uXjUyKXZK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjUyKXZK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUyKXZK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUyKXZK3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUyKXZK3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUyKXZK3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUyKXZK3 .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-uXjUyKXZK3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUyKXZK3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUyKXZK3 .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-uXjUyKXZK3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUyKXZK3 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjUyKXZK3 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjUyKXZK3 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjUyKXZK3 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUyKXZK3 .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-uXjUyKXZK3 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjUyKXZK3 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjUyKXZK3 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjUyKXZK3 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjUyKXZK3 .mbr-label,
.cid-uXjUyKXZK3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyKXZK3 .mbr-section-title,
.cid-uXjUyKXZK3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyKXZK3 .mbr-text {
  color: #515151;
}
.cid-uXjUyKXZK3 .mbr-text,
.cid-uXjUyKXZK3 .mbr-section-btn {
  color: #000000;
}
.cid-uXjUyLf0gY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjUyLf0gY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUyLf0gY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUyLf0gY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUyLf0gY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUyLf0gY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUyLf0gY .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-uXjUyLf0gY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUyLf0gY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUyLf0gY .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-uXjUyLf0gY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUyLf0gY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjUyLf0gY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjUyLf0gY .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjUyLf0gY .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjUyLf0gY .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjUyLf0gY .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-uXjUyLf0gY .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjUyLf0gY .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjUyLf0gY .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjUyLf0gY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjUyLf0gY .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-uXjUyLf0gY .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjUyLf0gY .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjUyLf0gY .mbr-label,
.cid-uXjUyLf0gY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLf0gY .mbr-section-title,
.cid-uXjUyLf0gY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLf0gY .mbr-text,
.cid-uXjUyLf0gY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLf0gY .item-title {
  color: #515151;
}
.cid-uXjUyLf0gY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLf0gY .item-title,
.cid-uXjUyLf0gY .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjUyLwVKl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjUyLwVKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUyLwVKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUyLwVKl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUyLwVKl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUyLwVKl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUyLwVKl .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-uXjUyLwVKl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUyLwVKl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUyLwVKl .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-uXjUyLwVKl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUyLwVKl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjUyLwVKl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjUyLwVKl .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-uXjUyLwVKl .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjUyLwVKl .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-uXjUyLwVKl .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjUyLwVKl .mbr-label,
.cid-uXjUyLwVKl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLwVKl .mbr-section-title,
.cid-uXjUyLwVKl .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUyLwVKl .mbr-text,
.cid-uXjUyLwVKl .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjUyLOr5R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjUyLOr5R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjUyLOr5R .mbr-text {
  color: #767676;
}
.cid-uXjUyLOr5R .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjUyLOr5R .links {
    text-align: center !important;
  }
}
.cid-uXjUyLOr5R .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjUyLOr5R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjUyLOr5R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjUyLOr5R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjUyLOr5R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjUyLOr5R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjUyLOr5R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjUyLOr5R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjUyLOr5R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjUyLOr5R .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjUF9sbcb .navbar-dropdown {
  position: relative !important;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjUF9sbcb .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjUF9sbcb .dropdown-item:hover,
.cid-uXjUF9sbcb .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjUF9sbcb .dropdown-item:hover span {
  color: white;
}
.cid-uXjUF9sbcb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjUF9sbcb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjUF9sbcb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjUF9sbcb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjUF9sbcb .nav-link {
  position: relative;
}
.cid-uXjUF9sbcb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjUF9sbcb .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjUF9sbcb .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjUF9sbcb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjUF9sbcb .dropdown-menu,
.cid-uXjUF9sbcb .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjUF9sbcb .nav-item:focus,
.cid-uXjUF9sbcb .nav-link:focus {
  outline: none;
}
.cid-uXjUF9sbcb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjUF9sbcb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjUF9sbcb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjUF9sbcb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjUF9sbcb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjUF9sbcb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjUF9sbcb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjUF9sbcb .navbar.collapsed {
  justify-content: center;
}
.cid-uXjUF9sbcb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjUF9sbcb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjUF9sbcb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjUF9sbcb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjUF9sbcb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjUF9sbcb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjUF9sbcb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjUF9sbcb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjUF9sbcb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjUF9sbcb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjUF9sbcb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjUF9sbcb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjUF9sbcb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjUF9sbcb .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjUF9sbcb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjUF9sbcb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjUF9sbcb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjUF9sbcb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjUF9sbcb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjUF9sbcb .navbar-brand .navbar-caption:hover,
.cid-uXjUF9sbcb .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjUF9sbcb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjUF9sbcb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjUF9sbcb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjUF9sbcb .dropdown-item.active,
.cid-uXjUF9sbcb .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjUF9sbcb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjUF9sbcb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjUF9sbcb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjUF9sbcb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjUF9sbcb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjUF9sbcb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjUF9sbcb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjUF9sbcb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjUF9sbcb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjUF9sbcb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjUF9sbcb .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjUF9sbcb .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjUF9sbcb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjUF9sbcb 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-uXjUF9sbcb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjUF9sbcb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjUF9sbcb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjUF9sbcb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjUF9sbcb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjUF9sbcb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjUF9sbcb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjUF9sbcb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjUF9sbcb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjUF9sbcb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjUF9sbcb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .navbar {
    height: 70px;
  }
  .cid-uXjUF9sbcb .navbar.opened {
    height: auto;
  }
  .cid-uXjUF9sbcb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjUF9sbcb .navbar-nav {
  margin: 0 auto;
}
.cid-uXjUF9sbcb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjUF9sbcb .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-uXjUF9sbcb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjUF9sbcb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjUF9sbcb .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjUF9sbcb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjUF9sbcb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjUF9sbcb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjUF9sbcb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjUF9sbcb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjUF9sbcb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjUF9sbcb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjUF9sbcb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjUF9sbcb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjUF9sbcb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjUF9sbcb .content-wrap {
  min-height: 110px;
}
.cid-uXjUF9PoXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjUF9PoXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUF9PoXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUF9PoXG .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUF9PoXG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUF9PoXG .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUF9PoXG .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-uXjUF9PoXG .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUF9PoXG .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUF9PoXG .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-uXjUF9PoXG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUF9PoXG .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjUF9PoXG .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjUF9PoXG .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjUF9PoXG .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUF9PoXG .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-uXjUF9PoXG .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjUF9PoXG .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjUF9PoXG .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjUF9PoXG .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjUF9PoXG .mbr-label,
.cid-uXjUF9PoXG .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUF9PoXG .mbr-section-title,
.cid-uXjUF9PoXG .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUF9PoXG .mbr-text {
  color: #515151;
}
.cid-uXjUF9PoXG .mbr-text,
.cid-uXjUF9PoXG .mbr-section-btn {
  color: #000000;
}
.cid-uXjUFa6ns5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjUFa6ns5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUFa6ns5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUFa6ns5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUFa6ns5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUFa6ns5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUFa6ns5 .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-uXjUFa6ns5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUFa6ns5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUFa6ns5 .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-uXjUFa6ns5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUFa6ns5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjUFa6ns5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjUFa6ns5 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjUFa6ns5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjUFa6ns5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjUFa6ns5 .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-uXjUFa6ns5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjUFa6ns5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjUFa6ns5 .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjUFa6ns5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjUFa6ns5 .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-uXjUFa6ns5 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjUFa6ns5 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjUFa6ns5 .mbr-label,
.cid-uXjUFa6ns5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUFa6ns5 .mbr-section-title,
.cid-uXjUFa6ns5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUFa6ns5 .mbr-text,
.cid-uXjUFa6ns5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUFa6ns5 .item-title {
  color: #515151;
}
.cid-uXjUFa6ns5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjUFa6ns5 .item-title,
.cid-uXjUFa6ns5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjUFaoXnU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjUFaoXnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjUFaoXnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjUFaoXnU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjUFaoXnU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjUFaoXnU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjUFaoXnU .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-uXjUFaoXnU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjUFaoXnU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjUFaoXnU .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-uXjUFaoXnU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjUFaoXnU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjUFaoXnU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjUFaoXnU .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-uXjUFaoXnU .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjUFaoXnU .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-uXjUFaoXnU .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjUFaoXnU .mbr-label,
.cid-uXjUFaoXnU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUFaoXnU .mbr-section-title,
.cid-uXjUFaoXnU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjUFaoXnU .mbr-text,
.cid-uXjUFaoXnU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjUFaKx8v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjUFaKx8v .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjUFaKx8v .mbr-text {
  color: #767676;
}
.cid-uXjUFaKx8v .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjUFaKx8v .links {
    text-align: center !important;
  }
}
.cid-uXjUFaKx8v .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjUFaKx8v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjUFaKx8v .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjUFaKx8v .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjUFaKx8v .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjUFaKx8v .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjUFaKx8v .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjUFaKx8v .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjUFaKx8v .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjUFaKx8v .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjV1q1vWf .navbar-dropdown {
  position: relative !important;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjV1q1vWf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjV1q1vWf .dropdown-item:hover,
.cid-uXjV1q1vWf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjV1q1vWf .dropdown-item:hover span {
  color: white;
}
.cid-uXjV1q1vWf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjV1q1vWf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjV1q1vWf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjV1q1vWf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjV1q1vWf .nav-link {
  position: relative;
}
.cid-uXjV1q1vWf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjV1q1vWf .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjV1q1vWf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjV1q1vWf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjV1q1vWf .dropdown-menu,
.cid-uXjV1q1vWf .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjV1q1vWf .nav-item:focus,
.cid-uXjV1q1vWf .nav-link:focus {
  outline: none;
}
.cid-uXjV1q1vWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjV1q1vWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjV1q1vWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjV1q1vWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjV1q1vWf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjV1q1vWf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjV1q1vWf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjV1q1vWf .navbar.collapsed {
  justify-content: center;
}
.cid-uXjV1q1vWf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjV1q1vWf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjV1q1vWf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjV1q1vWf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjV1q1vWf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjV1q1vWf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjV1q1vWf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjV1q1vWf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjV1q1vWf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjV1q1vWf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjV1q1vWf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjV1q1vWf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjV1q1vWf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjV1q1vWf .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjV1q1vWf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjV1q1vWf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjV1q1vWf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjV1q1vWf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjV1q1vWf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjV1q1vWf .navbar-brand .navbar-caption:hover,
.cid-uXjV1q1vWf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjV1q1vWf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjV1q1vWf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjV1q1vWf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjV1q1vWf .dropdown-item.active,
.cid-uXjV1q1vWf .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjV1q1vWf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjV1q1vWf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjV1q1vWf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjV1q1vWf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjV1q1vWf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjV1q1vWf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjV1q1vWf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjV1q1vWf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjV1q1vWf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjV1q1vWf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjV1q1vWf .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjV1q1vWf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjV1q1vWf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjV1q1vWf 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-uXjV1q1vWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjV1q1vWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjV1q1vWf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjV1q1vWf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjV1q1vWf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjV1q1vWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjV1q1vWf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjV1q1vWf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjV1q1vWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjV1q1vWf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjV1q1vWf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .navbar {
    height: 70px;
  }
  .cid-uXjV1q1vWf .navbar.opened {
    height: auto;
  }
  .cid-uXjV1q1vWf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjV1q1vWf .navbar-nav {
  margin: 0 auto;
}
.cid-uXjV1q1vWf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjV1q1vWf .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-uXjV1q1vWf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjV1q1vWf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjV1q1vWf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjV1q1vWf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjV1q1vWf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjV1q1vWf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjV1q1vWf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjV1q1vWf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjV1q1vWf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjV1q1vWf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjV1q1vWf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjV1q1vWf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjV1q1vWf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjV1q1vWf .content-wrap {
  min-height: 110px;
}
.cid-uXjV1qFsEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjV1qFsEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV1qFsEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV1qFsEH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV1qFsEH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV1qFsEH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV1qFsEH .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-uXjV1qFsEH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV1qFsEH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV1qFsEH .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-uXjV1qFsEH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV1qFsEH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjV1qFsEH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjV1qFsEH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjV1qFsEH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjV1qFsEH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjV1qFsEH .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-uXjV1qFsEH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uXjV1qFsEH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjV1qFsEH .mbr-label,
.cid-uXjV1qFsEH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1qFsEH .mbr-section-title,
.cid-uXjV1qFsEH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1qFsEH .mbr-text,
.cid-uXjV1qFsEH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1qFsEH .item-title {
  color: #000000;
}
.cid-uXjV1qFsEH .item-text {
  color: #000000;
}
.cid-uXjV1uMWWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjV1uMWWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV1uMWWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV1uMWWL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV1uMWWL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV1uMWWL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV1uMWWL .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-uXjV1uMWWL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV1uMWWL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV1uMWWL .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-uXjV1uMWWL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV1uMWWL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjV1uMWWL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjV1uMWWL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjV1uMWWL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjV1uMWWL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjV1uMWWL .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-uXjV1uMWWL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjV1uMWWL .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjV1uMWWL .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjV1uMWWL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjV1uMWWL .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-uXjV1uMWWL .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjV1uMWWL .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjV1uMWWL .mbr-label,
.cid-uXjV1uMWWL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1uMWWL .mbr-section-title,
.cid-uXjV1uMWWL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1uMWWL .mbr-text,
.cid-uXjV1uMWWL .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1uMWWL .item-title {
  color: #515151;
}
.cid-uXjV1uMWWL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjV1uMWWL .item-title,
.cid-uXjV1uMWWL .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjV1vbcYO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjV1vbcYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV1vbcYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV1vbcYO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV1vbcYO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV1vbcYO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV1vbcYO .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-uXjV1vbcYO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV1vbcYO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV1vbcYO .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-uXjV1vbcYO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV1vbcYO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjV1vbcYO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjV1vbcYO .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-uXjV1vbcYO .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjV1vbcYO .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-uXjV1vbcYO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjV1vbcYO .mbr-label,
.cid-uXjV1vbcYO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1vbcYO .mbr-section-title,
.cid-uXjV1vbcYO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV1vbcYO .mbr-text,
.cid-uXjV1vbcYO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjV1vDv0W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjV1vDv0W .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjV1vDv0W .mbr-text {
  color: #767676;
}
.cid-uXjV1vDv0W .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjV1vDv0W .links {
    text-align: center !important;
  }
}
.cid-uXjV1vDv0W .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjV1vDv0W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjV1vDv0W .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjV1vDv0W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjV1vDv0W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjV1vDv0W .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjV1vDv0W .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjV1vDv0W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjV1vDv0W .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjV1vDv0W .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjV8mrb1p .navbar-dropdown {
  position: relative !important;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjV8mrb1p .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjV8mrb1p .dropdown-item:hover,
.cid-uXjV8mrb1p .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjV8mrb1p .dropdown-item:hover span {
  color: white;
}
.cid-uXjV8mrb1p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjV8mrb1p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjV8mrb1p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjV8mrb1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjV8mrb1p .nav-link {
  position: relative;
}
.cid-uXjV8mrb1p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjV8mrb1p .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjV8mrb1p .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjV8mrb1p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjV8mrb1p .dropdown-menu,
.cid-uXjV8mrb1p .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjV8mrb1p .nav-item:focus,
.cid-uXjV8mrb1p .nav-link:focus {
  outline: none;
}
.cid-uXjV8mrb1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjV8mrb1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjV8mrb1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjV8mrb1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjV8mrb1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjV8mrb1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjV8mrb1p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjV8mrb1p .navbar.collapsed {
  justify-content: center;
}
.cid-uXjV8mrb1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjV8mrb1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjV8mrb1p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjV8mrb1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjV8mrb1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjV8mrb1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjV8mrb1p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjV8mrb1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjV8mrb1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjV8mrb1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjV8mrb1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjV8mrb1p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjV8mrb1p .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjV8mrb1p .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjV8mrb1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjV8mrb1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjV8mrb1p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjV8mrb1p .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjV8mrb1p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjV8mrb1p .navbar-brand .navbar-caption:hover,
.cid-uXjV8mrb1p .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjV8mrb1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjV8mrb1p .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjV8mrb1p .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjV8mrb1p .dropdown-item.active,
.cid-uXjV8mrb1p .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjV8mrb1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjV8mrb1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjV8mrb1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjV8mrb1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjV8mrb1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjV8mrb1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjV8mrb1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjV8mrb1p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjV8mrb1p ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjV8mrb1p .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjV8mrb1p .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjV8mrb1p .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjV8mrb1p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjV8mrb1p 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-uXjV8mrb1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjV8mrb1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjV8mrb1p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjV8mrb1p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjV8mrb1p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjV8mrb1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjV8mrb1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjV8mrb1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjV8mrb1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjV8mrb1p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjV8mrb1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .navbar {
    height: 70px;
  }
  .cid-uXjV8mrb1p .navbar.opened {
    height: auto;
  }
  .cid-uXjV8mrb1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjV8mrb1p .navbar-nav {
  margin: 0 auto;
}
.cid-uXjV8mrb1p .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjV8mrb1p .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-uXjV8mrb1p .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjV8mrb1p .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjV8mrb1p .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjV8mrb1p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjV8mrb1p .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjV8mrb1p .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjV8mrb1p .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjV8mrb1p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjV8mrb1p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjV8mrb1p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjV8mrb1p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjV8mrb1p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjV8mrb1p .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjV8mrb1p .content-wrap {
  min-height: 110px;
}
.cid-uXjV8n4FeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjV8n4FeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV8n4FeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV8n4FeF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV8n4FeF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV8n4FeF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV8n4FeF .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-uXjV8n4FeF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV8n4FeF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV8n4FeF .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-uXjV8n4FeF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV8n4FeF .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uXjV8n4FeF .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uXjV8n4FeF .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXjV8n4FeF .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV8n4FeF .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-uXjV8n4FeF .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uXjV8n4FeF .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjV8n4FeF .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXjV8n4FeF .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjV8n4FeF .mbr-label,
.cid-uXjV8n4FeF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8n4FeF .mbr-section-title,
.cid-uXjV8n4FeF .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8n4FeF .mbr-text {
  color: #515151;
}
.cid-uXjV8n4FeF .mbr-text,
.cid-uXjV8n4FeF .mbr-section-btn {
  color: #000000;
}
.cid-uXjV8nDcix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjV8nDcix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV8nDcix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV8nDcix .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV8nDcix .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV8nDcix .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV8nDcix .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-uXjV8nDcix .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV8nDcix .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV8nDcix .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-uXjV8nDcix .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV8nDcix .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjV8nDcix .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjV8nDcix .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjV8nDcix .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjV8nDcix .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjV8nDcix .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-uXjV8nDcix .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjV8nDcix .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjV8nDcix .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjV8nDcix .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjV8nDcix .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-uXjV8nDcix .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjV8nDcix .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjV8nDcix .mbr-label,
.cid-uXjV8nDcix .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nDcix .mbr-section-title,
.cid-uXjV8nDcix .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nDcix .mbr-text,
.cid-uXjV8nDcix .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nDcix .item-title {
  color: #515151;
}
.cid-uXjV8nDcix .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nDcix .item-title,
.cid-uXjV8nDcix .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjV8nVgTF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjV8nVgTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjV8nVgTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjV8nVgTF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjV8nVgTF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjV8nVgTF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjV8nVgTF .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-uXjV8nVgTF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjV8nVgTF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjV8nVgTF .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-uXjV8nVgTF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjV8nVgTF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjV8nVgTF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjV8nVgTF .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-uXjV8nVgTF .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjV8nVgTF .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-uXjV8nVgTF .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjV8nVgTF .mbr-label,
.cid-uXjV8nVgTF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nVgTF .mbr-section-title,
.cid-uXjV8nVgTF .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjV8nVgTF .mbr-text,
.cid-uXjV8nVgTF .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjV8ognhD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjV8ognhD .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjV8ognhD .mbr-text {
  color: #767676;
}
.cid-uXjV8ognhD .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjV8ognhD .links {
    text-align: center !important;
  }
}
.cid-uXjV8ognhD .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjV8ognhD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjV8ognhD .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjV8ognhD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjV8ognhD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjV8ognhD .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjV8ognhD .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjV8ognhD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjV8ognhD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjV8ognhD .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjVasbVXe .navbar-dropdown {
  position: relative !important;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjVasbVXe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjVasbVXe .dropdown-item:hover,
.cid-uXjVasbVXe .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjVasbVXe .dropdown-item:hover span {
  color: white;
}
.cid-uXjVasbVXe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjVasbVXe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjVasbVXe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjVasbVXe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjVasbVXe .nav-link {
  position: relative;
}
.cid-uXjVasbVXe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjVasbVXe .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjVasbVXe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVasbVXe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjVasbVXe .dropdown-menu,
.cid-uXjVasbVXe .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjVasbVXe .nav-item:focus,
.cid-uXjVasbVXe .nav-link:focus {
  outline: none;
}
.cid-uXjVasbVXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjVasbVXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjVasbVXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjVasbVXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjVasbVXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjVasbVXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjVasbVXe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjVasbVXe .navbar.collapsed {
  justify-content: center;
}
.cid-uXjVasbVXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjVasbVXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjVasbVXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjVasbVXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjVasbVXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjVasbVXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjVasbVXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjVasbVXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjVasbVXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjVasbVXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjVasbVXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjVasbVXe .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-uXjVasbVXe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjVasbVXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjVasbVXe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjVasbVXe .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjVasbVXe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjVasbVXe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjVasbVXe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjVasbVXe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjVasbVXe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjVasbVXe .navbar-brand .navbar-caption:hover,
.cid-uXjVasbVXe .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVasbVXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjVasbVXe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjVasbVXe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVasbVXe .dropdown-item.active,
.cid-uXjVasbVXe .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjVasbVXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjVasbVXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjVasbVXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjVasbVXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjVasbVXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjVasbVXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjVasbVXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjVasbVXe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjVasbVXe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjVasbVXe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjVasbVXe .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjVasbVXe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjVasbVXe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjVasbVXe 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-uXjVasbVXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjVasbVXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjVasbVXe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVasbVXe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVasbVXe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjVasbVXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVasbVXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjVasbVXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjVasbVXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVasbVXe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjVasbVXe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .navbar {
    height: 70px;
  }
  .cid-uXjVasbVXe .navbar.opened {
    height: auto;
  }
  .cid-uXjVasbVXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjVasbVXe .navbar-nav {
  margin: 0 auto;
}
.cid-uXjVasbVXe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjVasbVXe .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-uXjVasbVXe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjVasbVXe .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjVasbVXe .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjVasbVXe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjVasbVXe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjVasbVXe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjVasbVXe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjVasbVXe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjVasbVXe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjVasbVXe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjVasbVXe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjVasbVXe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjVasbVXe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjVasbVXe .content-wrap {
  min-height: 110px;
}
.cid-uXjVatFbAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVatFbAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVatFbAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVatFbAi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjVatFbAi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjVatFbAi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjVatFbAi .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-uXjVatFbAi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjVatFbAi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjVatFbAi .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-uXjVatFbAi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjVatFbAi .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-uXjVatFbAi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXjVatFbAi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXjVatFbAi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVatFbAi .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-uXjVatFbAi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uXjVatFbAi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXjVatFbAi .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uXjVatFbAi .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uXjVatFbAi .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXjVatFbAi .mbr-label,
.cid-uXjVatFbAi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatFbAi .mbr-section-title,
.cid-uXjVatFbAi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatFbAi .mbr-text,
.cid-uXjVatFbAi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatFbAi .panel-title-edit {
  color: #000000;
}
.cid-uXjVatFbAi .panel-text {
  color: #515151;
}
.cid-uXjVatFbAi .panel-text,
.cid-uXjVatFbAi .panel-body {
  color: #000000;
}
.cid-uXjVatVP8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVatVP8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVatVP8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVatVP8a .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjVatVP8a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjVatVP8a .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjVatVP8a .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-uXjVatVP8a .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjVatVP8a .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjVatVP8a .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-uXjVatVP8a .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjVatVP8a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjVatVP8a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjVatVP8a .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uXjVatVP8a .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uXjVatVP8a .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uXjVatVP8a .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-uXjVatVP8a .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXjVatVP8a .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uXjVatVP8a .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(#383193 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uXjVatVP8a .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXjVatVP8a .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-uXjVatVP8a .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-uXjVatVP8a .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uXjVatVP8a .mbr-label,
.cid-uXjVatVP8a .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatVP8a .mbr-section-title,
.cid-uXjVatVP8a .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatVP8a .mbr-text,
.cid-uXjVatVP8a .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVatVP8a .item-title {
  color: #515151;
}
.cid-uXjVatVP8a .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXjVatVP8a .item-title,
.cid-uXjVatVP8a .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uXjVaudFPx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uXjVaudFPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVaudFPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVaudFPx .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uXjVaudFPx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXjVaudFPx .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjVaudFPx .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-uXjVaudFPx .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjVaudFPx .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjVaudFPx .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-uXjVaudFPx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXjVaudFPx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjVaudFPx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjVaudFPx .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-uXjVaudFPx .card-wrapper {
    padding: 24px;
  }
}
.cid-uXjVaudFPx .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-uXjVaudFPx .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXjVaudFPx .mbr-label,
.cid-uXjVaudFPx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVaudFPx .mbr-section-title,
.cid-uXjVaudFPx .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjVaudFPx .mbr-text,
.cid-uXjVaudFPx .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uXjVauBwuM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVauBwuM .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVauBwuM .mbr-text {
  color: #767676;
}
.cid-uXjVauBwuM .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjVauBwuM .links {
    text-align: center !important;
  }
}
.cid-uXjVauBwuM .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjVauBwuM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVauBwuM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjVauBwuM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjVauBwuM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjVauBwuM .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjVauBwuM .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjVauBwuM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjVauBwuM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjVauBwuM .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjVqEpZ13 .navbar-dropdown {
  position: relative !important;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjVqEpZ13 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjVqEpZ13 .dropdown-item:hover,
.cid-uXjVqEpZ13 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjVqEpZ13 .dropdown-item:hover span {
  color: white;
}
.cid-uXjVqEpZ13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjVqEpZ13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjVqEpZ13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjVqEpZ13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjVqEpZ13 .nav-link {
  position: relative;
}
.cid-uXjVqEpZ13 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjVqEpZ13 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjVqEpZ13 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVqEpZ13 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjVqEpZ13 .dropdown-menu,
.cid-uXjVqEpZ13 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjVqEpZ13 .nav-item:focus,
.cid-uXjVqEpZ13 .nav-link:focus {
  outline: none;
}
.cid-uXjVqEpZ13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjVqEpZ13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjVqEpZ13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjVqEpZ13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjVqEpZ13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjVqEpZ13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjVqEpZ13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjVqEpZ13 .navbar.collapsed {
  justify-content: center;
}
.cid-uXjVqEpZ13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjVqEpZ13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjVqEpZ13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjVqEpZ13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjVqEpZ13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjVqEpZ13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjVqEpZ13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjVqEpZ13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjVqEpZ13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjVqEpZ13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjVqEpZ13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjVqEpZ13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjVqEpZ13 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjVqEpZ13 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjVqEpZ13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjVqEpZ13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjVqEpZ13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjVqEpZ13 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjVqEpZ13 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjVqEpZ13 .navbar-brand .navbar-caption:hover,
.cid-uXjVqEpZ13 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVqEpZ13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjVqEpZ13 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjVqEpZ13 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVqEpZ13 .dropdown-item.active,
.cid-uXjVqEpZ13 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjVqEpZ13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjVqEpZ13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjVqEpZ13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjVqEpZ13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjVqEpZ13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjVqEpZ13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjVqEpZ13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjVqEpZ13 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjVqEpZ13 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjVqEpZ13 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjVqEpZ13 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjVqEpZ13 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjVqEpZ13 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjVqEpZ13 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-uXjVqEpZ13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjVqEpZ13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjVqEpZ13 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVqEpZ13 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVqEpZ13 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjVqEpZ13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVqEpZ13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjVqEpZ13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjVqEpZ13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVqEpZ13 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjVqEpZ13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .navbar {
    height: 70px;
  }
  .cid-uXjVqEpZ13 .navbar.opened {
    height: auto;
  }
  .cid-uXjVqEpZ13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjVqEpZ13 .navbar-nav {
  margin: 0 auto;
}
.cid-uXjVqEpZ13 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjVqEpZ13 .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-uXjVqEpZ13 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjVqEpZ13 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjVqEpZ13 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjVqEpZ13 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjVqEpZ13 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjVqEpZ13 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjVqEpZ13 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjVqEpZ13 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjVqEpZ13 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjVqEpZ13 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjVqEpZ13 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjVqEpZ13 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjVqEpZ13 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjVqEpZ13 .content-wrap {
  min-height: 110px;
}
.cid-uXjVu0ufDz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVu0ufDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVu0ufDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVu0ufDz .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVu0ufDz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXjVu0ufDz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjVu0ufDz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXjVu0ufDz .mbr-text,
.cid-uXjVu0ufDz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXjVu0ufDz .card-title,
.cid-uXjVu0ufDz .card-box {
  text-align: left;
  color: #000000;
}
.cid-uXjVqGfAGq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVqGfAGq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVqGfAGq .mbr-text {
  color: #767676;
}
.cid-uXjVqGfAGq .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjVqGfAGq .links {
    text-align: center !important;
  }
}
.cid-uXjVqGfAGq .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjVqGfAGq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVqGfAGq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjVqGfAGq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjVqGfAGq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjVqGfAGq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjVqGfAGq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjVqGfAGq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjVqGfAGq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjVqGfAGq .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjVHxSiEH .navbar-dropdown {
  position: relative !important;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjVHxSiEH .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjVHxSiEH .dropdown-item:hover,
.cid-uXjVHxSiEH .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjVHxSiEH .dropdown-item:hover span {
  color: white;
}
.cid-uXjVHxSiEH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjVHxSiEH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjVHxSiEH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjVHxSiEH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjVHxSiEH .nav-link {
  position: relative;
}
.cid-uXjVHxSiEH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjVHxSiEH .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjVHxSiEH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVHxSiEH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjVHxSiEH .dropdown-menu,
.cid-uXjVHxSiEH .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjVHxSiEH .nav-item:focus,
.cid-uXjVHxSiEH .nav-link:focus {
  outline: none;
}
.cid-uXjVHxSiEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjVHxSiEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjVHxSiEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjVHxSiEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjVHxSiEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjVHxSiEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjVHxSiEH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjVHxSiEH .navbar.collapsed {
  justify-content: center;
}
.cid-uXjVHxSiEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjVHxSiEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjVHxSiEH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjVHxSiEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjVHxSiEH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjVHxSiEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjVHxSiEH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjVHxSiEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjVHxSiEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjVHxSiEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjVHxSiEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjVHxSiEH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjVHxSiEH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjVHxSiEH .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjVHxSiEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjVHxSiEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjVHxSiEH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjVHxSiEH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjVHxSiEH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjVHxSiEH .navbar-brand .navbar-caption:hover,
.cid-uXjVHxSiEH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVHxSiEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjVHxSiEH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjVHxSiEH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVHxSiEH .dropdown-item.active,
.cid-uXjVHxSiEH .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjVHxSiEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjVHxSiEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjVHxSiEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjVHxSiEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjVHxSiEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjVHxSiEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjVHxSiEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjVHxSiEH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjVHxSiEH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjVHxSiEH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjVHxSiEH .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjVHxSiEH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjVHxSiEH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjVHxSiEH 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-uXjVHxSiEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjVHxSiEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjVHxSiEH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVHxSiEH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVHxSiEH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjVHxSiEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVHxSiEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjVHxSiEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjVHxSiEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVHxSiEH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjVHxSiEH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .navbar {
    height: 70px;
  }
  .cid-uXjVHxSiEH .navbar.opened {
    height: auto;
  }
  .cid-uXjVHxSiEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjVHxSiEH .navbar-nav {
  margin: 0 auto;
}
.cid-uXjVHxSiEH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjVHxSiEH .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-uXjVHxSiEH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjVHxSiEH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjVHxSiEH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjVHxSiEH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjVHxSiEH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjVHxSiEH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjVHxSiEH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjVHxSiEH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjVHxSiEH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjVHxSiEH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjVHxSiEH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjVHxSiEH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjVHxSiEH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjVHxSiEH .content-wrap {
  min-height: 110px;
}
.cid-uXjVHyc9YK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVHyc9YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVHyc9YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVHyc9YK .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVHyc9YK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXjVHyc9YK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjVHyc9YK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXjVHyc9YK .mbr-text,
.cid-uXjVHyc9YK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXjVHyc9YK .card-title,
.cid-uXjVHyc9YK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uXjVHyuLDa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVHyuLDa .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVHyuLDa .mbr-text {
  color: #767676;
}
.cid-uXjVHyuLDa .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjVHyuLDa .links {
    text-align: center !important;
  }
}
.cid-uXjVHyuLDa .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjVHyuLDa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVHyuLDa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjVHyuLDa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjVHyuLDa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjVHyuLDa .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjVHyuLDa .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjVHyuLDa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjVHyuLDa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjVHyuLDa .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjVPYMkpj .navbar-dropdown {
  position: relative !important;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjVPYMkpj .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjVPYMkpj .dropdown-item:hover,
.cid-uXjVPYMkpj .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjVPYMkpj .dropdown-item:hover span {
  color: white;
}
.cid-uXjVPYMkpj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjVPYMkpj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjVPYMkpj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjVPYMkpj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjVPYMkpj .nav-link {
  position: relative;
}
.cid-uXjVPYMkpj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjVPYMkpj .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjVPYMkpj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVPYMkpj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjVPYMkpj .dropdown-menu,
.cid-uXjVPYMkpj .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjVPYMkpj .nav-item:focus,
.cid-uXjVPYMkpj .nav-link:focus {
  outline: none;
}
.cid-uXjVPYMkpj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjVPYMkpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjVPYMkpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjVPYMkpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjVPYMkpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjVPYMkpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjVPYMkpj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjVPYMkpj .navbar.collapsed {
  justify-content: center;
}
.cid-uXjVPYMkpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjVPYMkpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjVPYMkpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjVPYMkpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjVPYMkpj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjVPYMkpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjVPYMkpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjVPYMkpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjVPYMkpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjVPYMkpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjVPYMkpj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjVPYMkpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjVPYMkpj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjVPYMkpj .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjVPYMkpj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjVPYMkpj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjVPYMkpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjVPYMkpj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjVPYMkpj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjVPYMkpj .navbar-brand .navbar-caption:hover,
.cid-uXjVPYMkpj .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVPYMkpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjVPYMkpj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjVPYMkpj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVPYMkpj .dropdown-item.active,
.cid-uXjVPYMkpj .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjVPYMkpj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjVPYMkpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjVPYMkpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjVPYMkpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjVPYMkpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjVPYMkpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjVPYMkpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjVPYMkpj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjVPYMkpj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjVPYMkpj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjVPYMkpj .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjVPYMkpj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjVPYMkpj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjVPYMkpj 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-uXjVPYMkpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjVPYMkpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjVPYMkpj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVPYMkpj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVPYMkpj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjVPYMkpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVPYMkpj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjVPYMkpj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjVPYMkpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVPYMkpj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjVPYMkpj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .navbar {
    height: 70px;
  }
  .cid-uXjVPYMkpj .navbar.opened {
    height: auto;
  }
  .cid-uXjVPYMkpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjVPYMkpj .navbar-nav {
  margin: 0 auto;
}
.cid-uXjVPYMkpj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjVPYMkpj .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-uXjVPYMkpj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjVPYMkpj .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjVPYMkpj .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjVPYMkpj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjVPYMkpj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjVPYMkpj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjVPYMkpj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjVPYMkpj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjVPYMkpj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjVPYMkpj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjVPYMkpj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjVPYMkpj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjVPYMkpj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjVPYMkpj .content-wrap {
  min-height: 110px;
}
.cid-uXjVPZhW8z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVPZhW8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVPZhW8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVPZhW8z .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVPZhW8z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXjVPZhW8z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjVPZhW8z .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXjVPZhW8z .mbr-text,
.cid-uXjVPZhW8z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXjVPZhW8z .card-title,
.cid-uXjVPZhW8z .card-box {
  text-align: left;
  color: #000000;
}
.cid-uXjVPZIoGQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVPZIoGQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVPZIoGQ .mbr-text {
  color: #767676;
}
.cid-uXjVPZIoGQ .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjVPZIoGQ .links {
    text-align: center !important;
  }
}
.cid-uXjVPZIoGQ .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjVPZIoGQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVPZIoGQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjVPZIoGQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjVPZIoGQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjVPZIoGQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjVPZIoGQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjVPZIoGQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjVPZIoGQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjVPZIoGQ .copyright > p {
  color: #000000;
  text-align: center;
}
.cid-uXjVXfP7cg .navbar-dropdown {
  position: relative !important;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXjVXfP7cg .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXjVXfP7cg .dropdown-item:hover,
.cid-uXjVXfP7cg .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uXjVXfP7cg .dropdown-item:hover span {
  color: white;
}
.cid-uXjVXfP7cg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjVXfP7cg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjVXfP7cg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjVXfP7cg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjVXfP7cg .nav-link {
  position: relative;
}
.cid-uXjVXfP7cg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXjVXfP7cg .container {
    flex-wrap: nowrap;
  }
}
.cid-uXjVXfP7cg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXjVXfP7cg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXjVXfP7cg .dropdown-menu,
.cid-uXjVXfP7cg .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjVXfP7cg .nav-item:focus,
.cid-uXjVXfP7cg .nav-link:focus {
  outline: none;
}
.cid-uXjVXfP7cg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjVXfP7cg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXjVXfP7cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjVXfP7cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjVXfP7cg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjVXfP7cg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uXjVXfP7cg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjVXfP7cg .navbar.collapsed {
  justify-content: center;
}
.cid-uXjVXfP7cg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjVXfP7cg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjVXfP7cg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjVXfP7cg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjVXfP7cg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjVXfP7cg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjVXfP7cg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjVXfP7cg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjVXfP7cg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjVXfP7cg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjVXfP7cg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjVXfP7cg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjVXfP7cg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXjVXfP7cg .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uXjVXfP7cg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXjVXfP7cg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjVXfP7cg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjVXfP7cg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXjVXfP7cg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXjVXfP7cg .navbar-brand .navbar-caption:hover,
.cid-uXjVXfP7cg .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVXfP7cg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjVXfP7cg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXjVXfP7cg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uXjVXfP7cg .dropdown-item.active,
.cid-uXjVXfP7cg .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjVXfP7cg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjVXfP7cg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjVXfP7cg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjVXfP7cg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXjVXfP7cg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXjVXfP7cg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXjVXfP7cg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjVXfP7cg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXjVXfP7cg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXjVXfP7cg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXjVXfP7cg .navbar-buttons {
    text-align: left;
  }
}
.cid-uXjVXfP7cg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXjVXfP7cg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXjVXfP7cg 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-uXjVXfP7cg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXjVXfP7cg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXjVXfP7cg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVXfP7cg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXjVXfP7cg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXjVXfP7cg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVXfP7cg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjVXfP7cg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjVXfP7cg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjVXfP7cg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXjVXfP7cg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .navbar {
    height: 70px;
  }
  .cid-uXjVXfP7cg .navbar.opened {
    height: auto;
  }
  .cid-uXjVXfP7cg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjVXfP7cg .navbar-nav {
  margin: 0 auto;
}
.cid-uXjVXfP7cg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXjVXfP7cg .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-uXjVXfP7cg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXjVXfP7cg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uXjVXfP7cg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXjVXfP7cg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXjVXfP7cg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXjVXfP7cg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXjVXfP7cg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXjVXfP7cg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXjVXfP7cg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXjVXfP7cg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXjVXfP7cg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXjVXfP7cg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXjVXfP7cg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXjVXfP7cg .content-wrap {
  min-height: 110px;
}
.cid-uXjVXg8Pcn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXjVXg8Pcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjVXg8Pcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjVXg8Pcn .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVXg8Pcn .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXjVXg8Pcn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXjVXg8Pcn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXjVXg8Pcn .mbr-text,
.cid-uXjVXg8Pcn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXjVXg8Pcn .card-title,
.cid-uXjVXg8Pcn .card-box {
  text-align: left;
  color: #000000;
}
.cid-uXjVXgnzHr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-uXjVXgnzHr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVXgnzHr .mbr-text {
  color: #767676;
}
.cid-uXjVXgnzHr .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXjVXgnzHr .links {
    text-align: center !important;
  }
}
.cid-uXjVXgnzHr .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uXjVXgnzHr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXjVXgnzHr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uXjVXgnzHr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXjVXgnzHr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #383193;
}
.cid-uXjVXgnzHr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXjVXgnzHr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjVXgnzHr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXjVXgnzHr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXjVXgnzHr .copyright > p {
  color: #000000;
  text-align: center;
}
