.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #00b2ff !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #f2f1f3 !important;
}
.bg-warning {
  background-color: #ff9067 !important;
}
.bg-danger {
  background-color: #f468ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  color: #5d6300 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d6300 !important;
  background-color: #f8ff96 !important;
  border-color: #f8ff96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  color: #726a7b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #726a7b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb59a !important;
  border-color: #ffb59a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f89bff !important;
  border-color: #f89bff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5ff63;
  color: #f5ff63;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #efff0c !important;
  background-color: transparent !important;
  border-color: #efff0c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d6300 !important;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2f1f3;
  color: #f2f1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7c2cb !important;
  background-color: transparent !important;
  border-color: #c7c2cb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #726a7b !important;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9067;
  color: #ff9067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5110 !important;
  background-color: transparent !important;
  border-color: #ff5110 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f468ff;
  color: #f468ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ee11ff !important;
  background-color: transparent !important;
  border-color: #ee11ff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #19171c !important;
  border-color: #19171c !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00b2ff !important;
}
.text-secondary {
  color: #f5ff63 !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #f2f1f3 !important;
}
.text-warning {
  color: #ff9067 !important;
}
.text-danger {
  color: #f468ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #006b99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ecfc00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bfbac4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ed02ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00b2ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2f1f3;
}
.alert-warning {
  background-color: #ff9067;
}
.alert-danger {
  background-color: #f468ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00b2ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #00b2ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #00b2ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !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: 100px !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: #00b2ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00b2ff;
}
.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: #00b2ff;
  border-bottom-color: #00b2ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00b2ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5ff63 !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='%2300b2ff' %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: 14px 50px;
  font-weight: 700;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.mbr-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.cid-uRbxkyUYSO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRbxkyUYSO .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;
}
@media (max-width: 767px) {
  .cid-uRbxkyUYSO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRbxkyUYSO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRbxkyUYSO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uRbxkyUYSO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRbxkyUYSO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRbxkyUYSO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uRbxkyUYSO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRbxkyUYSO .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uRbxkyUYSO .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uRbxkyUYSO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRbxkyUYSO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRbxkyUYSO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uRbxkyUYSO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRbxkyUYSO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRbxkyUYSO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRbxkyUYSO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRbxkyUYSO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uRbxkyUYSO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRbxkyUYSO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uRbxkyUYSO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uRbxkyUYSO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRbxkyUYSO .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRbxkyUYSO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uRbxkyUYSO .nav-item:focus,
.cid-uRbxkyUYSO .nav-link:focus {
  outline: none;
}
.cid-uRbxkyUYSO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRbxkyUYSO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRbxkyUYSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRbxkyUYSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRbxkyUYSO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRbxkyUYSO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRbxkyUYSO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRbxkyUYSO .navbar.opened {
  transition: all 0.3s;
}
.cid-uRbxkyUYSO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRbxkyUYSO .navbar .navbar-logo img {
  width: auto;
}
.cid-uRbxkyUYSO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRbxkyUYSO .navbar.collapsed {
  justify-content: center;
}
.cid-uRbxkyUYSO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRbxkyUYSO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRbxkyUYSO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRbxkyUYSO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRbxkyUYSO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRbxkyUYSO .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-uRbxkyUYSO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRbxkyUYSO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRbxkyUYSO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRbxkyUYSO .navbar {
    min-height: 72px;
  }
  .cid-uRbxkyUYSO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRbxkyUYSO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRbxkyUYSO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRbxkyUYSO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRbxkyUYSO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRbxkyUYSO .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-uRbxkyUYSO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRbxkyUYSO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRbxkyUYSO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRbxkyUYSO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRbxkyUYSO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRbxkyUYSO .dropdown-item.active,
.cid-uRbxkyUYSO .dropdown-item:active {
  background-color: transparent;
}
.cid-uRbxkyUYSO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRbxkyUYSO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRbxkyUYSO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRbxkyUYSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRbxkyUYSO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uRbxkyUYSO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRbxkyUYSO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRbxkyUYSO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .navbar-buttons {
    text-align: left;
  }
}
.cid-uRbxkyUYSO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRbxkyUYSO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uRbxkyUYSO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRbxkyUYSO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbxkyUYSO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbxkyUYSO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRbxkyUYSO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbxkyUYSO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRbxkyUYSO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRbxkyUYSO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbxkyUYSO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRbxkyUYSO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRbxkyUYSO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRbxkyUYSO .navbar {
    height: 70px;
  }
  .cid-uRbxkyUYSO .navbar.opened {
    height: auto;
  }
  .cid-uRbxkyUYSO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRbxkyUYSO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uRbxkyUYSO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uRbxkyUYSO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uRbxkyUYSO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRbxkyUYSO .navbar-brand {
    margin-right: auto;
  }
  .cid-uRbxkyUYSO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uRbxkyUYSO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRbxkyUYSO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uRbxkyUYSO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRbxkyUYSO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdO9LMH4p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f2f1f3;
}
.cid-uRdO9LMH4p .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-uRdO9LMH4p .text-wrapper:hover .mbr-section-title a {
  color: #f5ff63 !important;
}
.cid-uRdO9LMH4p .image-wrapper,
.cid-uRdO9LMH4p img {
  width: 100%;
  object-fit: cover;
}
.cid-uRdO9LMH4p .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uRdO9LMH4p .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRdO9LMH4p .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRdO9LMH4p .mbr-section-btn .btn-secondary-outline .active,
.cid-uRdO9LMH4p .mbr-section-btn .btn-secondary-outline:focus {
  color: #00b2ff !important;
}
@media (max-width: 991px) {
  .cid-uRdO9LMH4p {
    flex-direction: column;
  }
  .cid-uRdO9LMH4p .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO9LMH4p .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uRdO9LMH4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO9LMH4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbxkC9Dis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRbxkC9Dis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbxkC9Dis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbxkC9Dis .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRbxkC9Dis .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRbxkC9Dis .mbr-text {
  color: #19171c;
}
.cid-uRbxkC9Dis .mbr-text,
.cid-uRbxkC9Dis .mbr-section-btn,
.cid-uRbxkC9Dis .text-wrapper {
  text-align: center;
}
.cid-uRbxkPRnXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uRbxkPRnXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbxkPRnXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbxkPRnXn .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRbxkPRnXn .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRbxkPRnXn .card-wrapper {
    padding: 0;
  }
}
.cid-uRbxkPRnXn .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRbxkPRnXn .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRbxkPRnXn .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRbxkQPY8H {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRbxkQPY8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbxkQPY8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbxkQPY8H .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRbxkQPY8H .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRbxkQPY8H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRbxkQPY8H .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRbxkQPY8H .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRbxkQPY8H .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRbxkQPY8H .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRbxkQPY8H .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRbxkQPY8H .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRbxkQPY8H .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRbxkQPY8H .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRbxkQPY8H .list-wrapper .list .item-wrap:hover,
.cid-uRbxkQPY8H .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRbxkQPY8H .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRbxkQPY8H .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRbxkQPY8H .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRbxkQPY8H .mbr-section-title {
  color: #ffffff;
}
.cid-uRbxkQPY8H .mbr-text {
  color: #ffffff;
}
.cid-uRbxkQPY8H .mbr-desc {
  color: #ffffff;
}
.cid-uRbxkQPY8H .list {
  color: #ffffff;
}
.cid-uRby6azq6I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRby6azq6I .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;
}
@media (max-width: 767px) {
  .cid-uRby6azq6I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRby6azq6I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRby6azq6I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uRby6azq6I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRby6azq6I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRby6azq6I .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uRby6azq6I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRby6azq6I .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uRby6azq6I .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uRby6azq6I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRby6azq6I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRby6azq6I .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uRby6azq6I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRby6azq6I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRby6azq6I .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRby6azq6I .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRby6azq6I .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uRby6azq6I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRby6azq6I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uRby6azq6I .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uRby6azq6I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRby6azq6I .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRby6azq6I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uRby6azq6I .nav-item:focus,
.cid-uRby6azq6I .nav-link:focus {
  outline: none;
}
.cid-uRby6azq6I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRby6azq6I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRby6azq6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRby6azq6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRby6azq6I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRby6azq6I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRby6azq6I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRby6azq6I .navbar.opened {
  transition: all 0.3s;
}
.cid-uRby6azq6I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRby6azq6I .navbar .navbar-logo img {
  width: auto;
}
.cid-uRby6azq6I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRby6azq6I .navbar.collapsed {
  justify-content: center;
}
.cid-uRby6azq6I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRby6azq6I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRby6azq6I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRby6azq6I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRby6azq6I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRby6azq6I .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-uRby6azq6I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRby6azq6I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRby6azq6I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRby6azq6I .navbar {
    min-height: 72px;
  }
  .cid-uRby6azq6I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRby6azq6I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRby6azq6I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRby6azq6I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRby6azq6I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRby6azq6I .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-uRby6azq6I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRby6azq6I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRby6azq6I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRby6azq6I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRby6azq6I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRby6azq6I .dropdown-item.active,
.cid-uRby6azq6I .dropdown-item:active {
  background-color: transparent;
}
.cid-uRby6azq6I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRby6azq6I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRby6azq6I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRby6azq6I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRby6azq6I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uRby6azq6I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRby6azq6I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRby6azq6I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .navbar-buttons {
    text-align: left;
  }
}
.cid-uRby6azq6I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRby6azq6I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uRby6azq6I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRby6azq6I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRby6azq6I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRby6azq6I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRby6azq6I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRby6azq6I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRby6azq6I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRby6azq6I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRby6azq6I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRby6azq6I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRby6azq6I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRby6azq6I .navbar {
    height: 70px;
  }
  .cid-uRby6azq6I .navbar.opened {
    height: auto;
  }
  .cid-uRby6azq6I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRby6azq6I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRby6azq6I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uRby6azq6I .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uRby6azq6I .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uRby6azq6I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRby6azq6I .navbar-brand {
    margin-right: auto;
  }
  .cid-uRby6azq6I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uRby6azq6I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRby6azq6I .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uRby6azq6I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRby6azq6I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdPNuSUIo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRdPNuSUIo .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-uRdPNuSUIo .text-wrapper:hover .mbr-section-title a {
  color: #f5ff63 !important;
}
.cid-uRdPNuSUIo .image-wrapper,
.cid-uRdPNuSUIo img {
  width: 100%;
  object-fit: cover;
}
.cid-uRdPNuSUIo .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uRdPNuSUIo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRdPNuSUIo .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRdPNuSUIo .mbr-section-btn .btn-secondary-outline .active,
.cid-uRdPNuSUIo .mbr-section-btn .btn-secondary-outline:focus {
  color: #00b2ff !important;
}
@media (max-width: 991px) {
  .cid-uRdPNuSUIo {
    flex-direction: column;
  }
  .cid-uRdPNuSUIo .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdPNuSUIo .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uRdPNuSUIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdPNuSUIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRby6dtDvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRby6dtDvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRby6dtDvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRby6dtDvw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRby6dtDvw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRby6dtDvw .mbr-text {
  color: #19171c;
}
.cid-uRby6dtDvw .mbr-text,
.cid-uRby6dtDvw .mbr-section-btn,
.cid-uRby6dtDvw .text-wrapper {
  text-align: center;
}
.cid-uRby6ecAul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uRby6ecAul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRby6ecAul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRby6ecAul .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRby6ecAul .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRby6ecAul .card-wrapper {
    padding: 0;
  }
}
.cid-uRby6ecAul .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRby6ecAul .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRby6ecAul .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRby6eZhDv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRby6eZhDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRby6eZhDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRby6eZhDv .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRby6eZhDv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRby6eZhDv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRby6eZhDv .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRby6eZhDv .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRby6eZhDv .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRby6eZhDv .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRby6eZhDv .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRby6eZhDv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRby6eZhDv .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRby6eZhDv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRby6eZhDv .list-wrapper .list .item-wrap:hover,
.cid-uRby6eZhDv .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRby6eZhDv .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRby6eZhDv .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRby6eZhDv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRby6eZhDv .mbr-section-title {
  color: #ffffff;
}
.cid-uRby6eZhDv .mbr-text {
  color: #ffffff;
}
.cid-uRby6eZhDv .mbr-desc {
  color: #ffffff;
}
.cid-uRby6eZhDv .list {
  color: #ffffff;
}
.cid-uJmOJcoyxn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJmOJcoyxn .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;
}
@media (max-width: 767px) {
  .cid-uJmOJcoyxn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJmOJcoyxn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJmOJcoyxn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uJmOJcoyxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJmOJcoyxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJmOJcoyxn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uJmOJcoyxn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJmOJcoyxn .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uJmOJcoyxn .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uJmOJcoyxn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJmOJcoyxn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJmOJcoyxn .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uJmOJcoyxn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJmOJcoyxn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJmOJcoyxn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJmOJcoyxn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJmOJcoyxn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uJmOJcoyxn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJmOJcoyxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uJmOJcoyxn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uJmOJcoyxn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJmOJcoyxn .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJmOJcoyxn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uJmOJcoyxn .nav-item:focus,
.cid-uJmOJcoyxn .nav-link:focus {
  outline: none;
}
.cid-uJmOJcoyxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJmOJcoyxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJmOJcoyxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJmOJcoyxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJmOJcoyxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJmOJcoyxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJmOJcoyxn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJmOJcoyxn .navbar.opened {
  transition: all 0.3s;
}
.cid-uJmOJcoyxn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJmOJcoyxn .navbar .navbar-logo img {
  width: auto;
}
.cid-uJmOJcoyxn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJmOJcoyxn .navbar.collapsed {
  justify-content: center;
}
.cid-uJmOJcoyxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJmOJcoyxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJmOJcoyxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uJmOJcoyxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJmOJcoyxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJmOJcoyxn .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-uJmOJcoyxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJmOJcoyxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJmOJcoyxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJmOJcoyxn .navbar {
    min-height: 72px;
  }
  .cid-uJmOJcoyxn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJmOJcoyxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJmOJcoyxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJmOJcoyxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJmOJcoyxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJmOJcoyxn .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-uJmOJcoyxn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJmOJcoyxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJmOJcoyxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJmOJcoyxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJmOJcoyxn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJmOJcoyxn .dropdown-item.active,
.cid-uJmOJcoyxn .dropdown-item:active {
  background-color: transparent;
}
.cid-uJmOJcoyxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJmOJcoyxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJmOJcoyxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJmOJcoyxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJmOJcoyxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uJmOJcoyxn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJmOJcoyxn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJmOJcoyxn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .navbar-buttons {
    text-align: left;
  }
}
.cid-uJmOJcoyxn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJmOJcoyxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uJmOJcoyxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJmOJcoyxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJmOJcoyxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJmOJcoyxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJmOJcoyxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmOJcoyxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJmOJcoyxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJmOJcoyxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmOJcoyxn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJmOJcoyxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJmOJcoyxn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJmOJcoyxn .navbar {
    height: 70px;
  }
  .cid-uJmOJcoyxn .navbar.opened {
    height: auto;
  }
  .cid-uJmOJcoyxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJmOJcoyxn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uJmOJcoyxn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uJmOJcoyxn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uJmOJcoyxn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJmOJcoyxn .navbar-brand {
    margin-right: auto;
  }
  .cid-uJmOJcoyxn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uJmOJcoyxn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJmOJcoyxn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uJmOJcoyxn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJmOJcoyxn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdxJt7EjJ {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdxJt7EjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdxJt7EjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdxJt7EjJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdxJt7EjJ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uRdxJt7EjJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdxJt7EjJ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRdxJt7EjJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRdxJt7EjJ .header-menu li p {
  margin: 0;
}
.cid-uRdxJt7EjJ .content-head {
  max-width: 800px;
}
.cid-uRdl663Cvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdl663Cvl .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uRdl663Cvl .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uRdl663Cvl .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uRdl663Cvl .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f2f1f3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdkvjAnsZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdkvjAnsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdkvjAnsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdkvjAnsZ .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRdkvjAnsZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdkvjAnsZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdkvjAnsZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRdkvjAnsZ .mbr-text,
.cid-uRdkvjAnsZ .mbr-section-btn {
  color: #000000;
}
.cid-uRdkvjAnsZ .card-title,
.cid-uRdkvjAnsZ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRdzP8x0f8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdzP8x0f8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdzP8x0f8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdzP8x0f8 .card-wrapper {
  background: #dddddd;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdzP8x0f8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdzP8x0f8 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdzP8x0f8 .row {
  justify-content: space-between;
}
.cid-uRdmdyLe10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdmdyLe10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdmdyLe10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdmdyLe10 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRdmdyLe10 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRdmdyLe10 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRdmdyLe10 .item {
    margin-bottom: 20px;
  }
}
.cid-uRdmdyLe10 .item:hover .item-wrapper,
.cid-uRdmdyLe10 .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uRdmdyLe10 .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uRdmdyLe10 .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRdmdyLe10 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #000000;
}
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #19171c;
}
.cid-uRdmdyLe10 .item .item-wrapper .item-content .item-title_1,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uRdmdyLe10 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uRdmdyLe10 .item .card_1 {
  background-color: #dddddd;
}
.cid-uRdmdyLe10 .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uRdmdyLe10 .mbr-label_1 {
  color: #19171c;
}
.cid-uRdmdyLe10 .mbr-label_2 {
  color: #ffffff;
}
.cid-uRdmdyLe10 .item-title_1 {
  color: #19171c;
}
.cid-uRdmdyLe10 .item-title_2 {
  color: #19171c;
}
.cid-uRdmdyLe10 .item-text_1 {
  color: #19171c;
}
.cid-uRdmdyLe10 .item-text_2 {
  color: #19171c;
}
.cid-uRdu8ehe1X {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dddddd;
}
.cid-uRdu8ehe1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdu8ehe1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdu8ehe1X .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uRdu8ehe1X .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdu8ehe1X .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdu8ehe1X .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdu8ehe1X .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uRdu8ehe1X .row {
  flex-direction: row-reverse;
}
.cid-uRdu8ehe1X .image-wrapper {
  padding: 0 1rem;
}
.cid-uRdu8ehe1X img,
.cid-uRdu8ehe1X .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRdu8ehe1X img,
  .cid-uRdu8ehe1X .image-wrapper {
    max-height: 350px;
  }
}
.cid-uRdu8ehe1X .mbr-section-title {
  color: #000000;
}
.cid-uRdu8ehe1X .mbr-text {
  color: #000000;
}
.cid-uRdo76iwZJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdo76iwZJ .row {
  flex-direction: row-reverse;
}
.cid-uRdo76iwZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdo76iwZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdo76iwZJ .mbr-description {
  text-align: left;
}
.cid-uRdo76iwZJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRdo76iwZJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRdo76iwZJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdo76iwZJ .card-title,
.cid-uRdo76iwZJ .iconfont-wrapper {
  color: #000000;
}
.cid-uRdo76iwZJ .card-text {
  color: #000000;
}
.cid-uRdo76iwZJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdo76iwZJ .mbr-text,
.cid-uRdo76iwZJ .mbr-section-btn {
  text-align: center;
}
.cid-uRdo76iwZJ .card-text,
.cid-uRdo76iwZJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uRdo76iwZJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRdo76iwZJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRdo76iwZJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRdo76iwZJ .mbr-text UL {
  text-align: left;
}
.cid-uRkzYbqldi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRkzYbqldi .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uRkzYbqldi .panel-group {
  border: none;
}
.cid-uRkzYbqldi .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uRkzYbqldi .card-header {
    padding: 0rem;
  }
}
.cid-uRkzYbqldi .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uRkzYbqldi .img-col {
  padding: 0;
}
.cid-uRkzYbqldi .img-item {
  height: 100%;
}
.cid-uRkzYbqldi img {
  height: 100%;
  object-fit: cover;
}
.cid-uRkzYbqldi .collapsed span {
  transform: rotate(0deg);
}
.cid-uRkzYbqldi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRkzYbqldi p {
  margin-bottom: 0.3rem;
}
.cid-uRkzYbqldi .panel-title-edit {
  color: #000000;
}
.cid-uRkzYbqldi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uRkzYbqldi .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRkzYbqldi .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkzYbqldi .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uRkzYbqldi .panel-text {
  color: #000000;
}
.cid-uRkzYbqldi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRkzYbqldi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRkzYbqldi .panel-title-edit,
.cid-uRkzYbqldi .mbr-iconfont {
  color: #000000;
}
.cid-uRdr3v8X6R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dddddd;
}
.cid-uRdr3v8X6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdr3v8X6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdr3v8X6R .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRdr3v8X6R .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdr3v8X6R .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdr3v8X6R .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uRdr3v8X6R .mbr-text,
.cid-uRdr3v8X6R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRdr3v8X6R .card-title,
.cid-uRdr3v8X6R .card-box {
  text-align: left;
  color: #19171c;
}
.cid-uRkACXi4tG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRkACXi4tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkACXi4tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkACXi4tG .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uRkACXi4tG .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uRkACXi4tG .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRkACXi4tG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRkACXi4tG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uRkACXi4tG .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper:hover,
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #f8ff90;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #6ce113;
}
.cid-uRkACXi4tG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #221b35;
}
.cid-uRkACXi4tG .item-title {
  color: #000000;
}
.cid-uRkACXi4tG .item-text {
  color: #050f0f;
}
.cid-uRkACXi4tG .list {
  color: #050f0f;
}
.cid-uRdBd3kTTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdBz98aPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRdBz98aPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdBz98aPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdBz98aPJ .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uRdBz98aPJ .container-fluid {
    padding: 0 12px;
  }
}
.cid-uRdBz98aPJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRdBz98aPJ .container {
    padding: 0 20px;
  }
}
.cid-uRdBz98aPJ .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uRdBz98aPJ .card {
  padding: 0;
  border-radius: 0;
}
.cid-uRdBz98aPJ .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uRdBz98aPJ .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uRdBz98aPJ .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uRdBz98aPJ .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRdBz98aPJ .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uRdBz98aPJ .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uRdBz98aPJ .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uRdBz98aPJ .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRdBz98aPJ .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uRdBz98aPJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRdBz98aPJ .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uRdBz98aPJ .mbr-text {
  color: #1d1d1d;
}
.cid-uRdCdADjwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdCdADjwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdCdADjwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdCdADjwF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRdCdADjwF .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uRdCdADjwF .mbr-section-title {
  text-align: left;
}
.cid-uRb93R0rZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ecfd;
}
.cid-uRb93R0rZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRb93R0rZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRb93R0rZ5 .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRb93R0rZ5 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRb93R0rZ5 .card-wrapper {
    padding: 0;
  }
}
.cid-uRb93R0rZ5 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRb93R0rZ5 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRb93R0rZ5 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRb9M1j8KL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRb9M1j8KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRb9M1j8KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRb9M1j8KL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRb9M1j8KL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRb9M1j8KL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRb9M1j8KL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRb9M1j8KL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRb9M1j8KL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRb9M1j8KL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRb9M1j8KL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRb9M1j8KL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRb9M1j8KL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRb9M1j8KL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRb9M1j8KL .list-wrapper .list .item-wrap:hover,
.cid-uRb9M1j8KL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRb9M1j8KL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRb9M1j8KL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRb9M1j8KL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRb9M1j8KL .mbr-section-title {
  color: #ffffff;
}
.cid-uRb9M1j8KL .mbr-text {
  color: #ffffff;
}
.cid-uRb9M1j8KL .mbr-desc {
  color: #ffffff;
}
.cid-uRb9M1j8KL .list {
  color: #ffffff;
}
.cid-uRdO0Vd1K0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdO0Vd1K0 .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;
}
@media (max-width: 767px) {
  .cid-uRdO0Vd1K0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdO0Vd1K0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdO0Vd1K0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uRdO0Vd1K0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdO0Vd1K0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdO0Vd1K0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uRdO0Vd1K0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdO0Vd1K0 .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uRdO0Vd1K0 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uRdO0Vd1K0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdO0Vd1K0 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdO0Vd1K0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdO0Vd1K0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdO0Vd1K0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdO0Vd1K0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uRdO0Vd1K0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO0Vd1K0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uRdO0Vd1K0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uRdO0Vd1K0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdO0Vd1K0 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdO0Vd1K0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uRdO0Vd1K0 .nav-item:focus,
.cid-uRdO0Vd1K0 .nav-link:focus {
  outline: none;
}
.cid-uRdO0Vd1K0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdO0Vd1K0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdO0Vd1K0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdO0Vd1K0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdO0Vd1K0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdO0Vd1K0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdO0Vd1K0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRdO0Vd1K0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdO0Vd1K0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdO0Vd1K0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdO0Vd1K0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdO0Vd1K0 .navbar.collapsed {
  justify-content: center;
}
.cid-uRdO0Vd1K0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdO0Vd1K0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRdO0Vd1K0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdO0Vd1K0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdO0Vd1K0 .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-uRdO0Vd1K0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdO0Vd1K0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdO0Vd1K0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdO0Vd1K0 .navbar {
    min-height: 72px;
  }
  .cid-uRdO0Vd1K0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdO0Vd1K0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdO0Vd1K0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdO0Vd1K0 .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-uRdO0Vd1K0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdO0Vd1K0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdO0Vd1K0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdO0Vd1K0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO0Vd1K0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdO0Vd1K0 .dropdown-item.active,
.cid-uRdO0Vd1K0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdO0Vd1K0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdO0Vd1K0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdO0Vd1K0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdO0Vd1K0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRdO0Vd1K0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uRdO0Vd1K0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdO0Vd1K0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdO0Vd1K0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdO0Vd1K0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdO0Vd1K0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uRdO0Vd1K0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdO0Vd1K0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO0Vd1K0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO0Vd1K0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdO0Vd1K0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO0Vd1K0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdO0Vd1K0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdO0Vd1K0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO0Vd1K0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdO0Vd1K0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO0Vd1K0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdO0Vd1K0 .navbar {
    height: 70px;
  }
  .cid-uRdO0Vd1K0 .navbar.opened {
    height: auto;
  }
  .cid-uRdO0Vd1K0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdO0Vd1K0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uRdO0Vd1K0 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uRdO0Vd1K0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uRdO0Vd1K0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdO0Vd1K0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdO0Vd1K0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uRdO0Vd1K0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uRdO0Vd1K0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdO0Vd1K0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdO0VPUeL {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO0VPUeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO0VPUeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO0VPUeL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdO0VPUeL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uRdO0VPUeL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdO0VPUeL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRdO0VPUeL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRdO0VPUeL .header-menu li p {
  margin: 0;
}
.cid-uRdO0VPUeL .content-head {
  max-width: 800px;
}
.cid-uRdO0Wnez6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO0Wnez6 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uRdO0Wnez6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uRdO0Wnez6 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uRdO0Wnez6 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f2f1f3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO0WIAWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO0WIAWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO0WIAWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO0WIAWl .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRdO0WIAWl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO0WIAWl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO0WIAWl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRdO0WIAWl .mbr-text,
.cid-uRdO0WIAWl .mbr-section-btn {
  color: #000000;
}
.cid-uRdO0WIAWl .card-title,
.cid-uRdO0WIAWl .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRAD8tvoHi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRAD8tvoHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAD8tvoHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAD8tvoHi .card-wrapper {
  background: #dddddd;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRAD8tvoHi .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRAD8tvoHi .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRAD8tvoHi .row {
  justify-content: space-between;
}
.cid-uRAFWQfeW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRAFWQfeW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAFWQfeW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAFWQfeW7 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRAFWQfeW7 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRAFWQfeW7 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRAFWQfeW7 .item {
    margin-bottom: 20px;
  }
}
.cid-uRAFWQfeW7 .item:hover .item-wrapper,
.cid-uRAFWQfeW7 .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uRAFWQfeW7 .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uRAFWQfeW7 .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRAFWQfeW7 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #000000;
}
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #19171c;
}
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .item-title_1,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uRAFWQfeW7 .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uRAFWQfeW7 .item .card_1 {
  background-color: #dddddd;
}
.cid-uRAFWQfeW7 .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uRAFWQfeW7 .mbr-label_1 {
  color: #19171c;
}
.cid-uRAFWQfeW7 .mbr-label_2 {
  color: #ffffff;
}
.cid-uRAFWQfeW7 .item-title_1 {
  color: #19171c;
}
.cid-uRAFWQfeW7 .item-title_2 {
  color: #19171c;
}
.cid-uRAFWQfeW7 .item-text_1 {
  color: #19171c;
}
.cid-uRAFWQfeW7 .item-text_2 {
  color: #19171c;
}
.cid-uRdO0Yd8UA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dddddd;
}
.cid-uRdO0Yd8UA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO0Yd8UA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO0Yd8UA .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uRdO0Yd8UA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO0Yd8UA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO0Yd8UA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdO0Yd8UA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uRdO0Yd8UA .row {
  flex-direction: row-reverse;
}
.cid-uRdO0Yd8UA .image-wrapper {
  padding: 0 1rem;
}
.cid-uRdO0Yd8UA img,
.cid-uRdO0Yd8UA .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRdO0Yd8UA img,
  .cid-uRdO0Yd8UA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uRdO0Yd8UA .mbr-section-title {
  color: #000000;
}
.cid-uRdO0Yd8UA .mbr-text {
  color: #000000;
}
.cid-uRdO0YEn9V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO0YEn9V .row {
  flex-direction: row-reverse;
}
.cid-uRdO0YEn9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO0YEn9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO0YEn9V .mbr-description {
  text-align: left;
}
.cid-uRdO0YEn9V .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRdO0YEn9V .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRdO0YEn9V .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdO0YEn9V .card-title,
.cid-uRdO0YEn9V .iconfont-wrapper {
  color: #000000;
}
.cid-uRdO0YEn9V .card-text {
  color: #000000;
}
.cid-uRdO0YEn9V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdO0YEn9V .mbr-text,
.cid-uRdO0YEn9V .mbr-section-btn {
  text-align: center;
}
.cid-uRdO0YEn9V .card-text,
.cid-uRdO0YEn9V .item .mbr-section-btn {
  text-align: left;
}
.cid-uRdO0YEn9V .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRdO0YEn9V .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRdO0YEn9V .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRdO0YEn9V .mbr-text UL {
  text-align: left;
}
.cid-uRdO0Zgw9W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dddddd;
}
.cid-uRdO0Zgw9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO0Zgw9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO0Zgw9W .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRdO0Zgw9W .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO0Zgw9W .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO0Zgw9W .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uRdO0Zgw9W .mbr-text,
.cid-uRdO0Zgw9W .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRdO0Zgw9W .card-title,
.cid-uRdO0Zgw9W .card-box {
  text-align: left;
  color: #19171c;
}
.cid-uRADeRX9TM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRADeRX9TM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uRADeRX9TM .panel-group {
  border: none;
}
.cid-uRADeRX9TM .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uRADeRX9TM .card-header {
    padding: 0rem;
  }
}
.cid-uRADeRX9TM .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uRADeRX9TM .img-col {
  padding: 0;
}
.cid-uRADeRX9TM .img-item {
  height: 100%;
}
.cid-uRADeRX9TM img {
  height: 100%;
  object-fit: cover;
}
.cid-uRADeRX9TM .collapsed span {
  transform: rotate(0deg);
}
.cid-uRADeRX9TM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRADeRX9TM p {
  margin-bottom: 0.3rem;
}
.cid-uRADeRX9TM .panel-title-edit {
  color: #000000;
}
.cid-uRADeRX9TM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uRADeRX9TM .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRADeRX9TM .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRADeRX9TM .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uRADeRX9TM .panel-text {
  color: #000000;
}
.cid-uRADeRX9TM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRADeRX9TM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRADeRX9TM .panel-title-edit,
.cid-uRADeRX9TM .mbr-iconfont {
  color: #000000;
}
.cid-uRkAt82CDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRkAt82CDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkAt82CDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkAt82CDa .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uRkAt82CDa .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uRkAt82CDa .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRkAt82CDa .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRkAt82CDa .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uRkAt82CDa .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper:hover,
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #f8ff90;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #6ce113;
}
.cid-uRkAt82CDa .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #221b35;
}
.cid-uRkAt82CDa .item-title {
  color: #000000;
}
.cid-uRkAt82CDa .item-text {
  color: #050f0f;
}
.cid-uRkAt82CDa .list {
  color: #050f0f;
}
.cid-uRdO0ZJeb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRe1Dl0ynQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRe1Dl0ynQ .video-wrapper iframe {
  width: 100%;
}
.cid-uRe1Dl0ynQ .mbr-section-title,
.cid-uRe1Dl0ynQ .mbr-section-subtitle,
.cid-uRe1Dl0ynQ .mbr-text {
  text-align: center;
}
.cid-uRdO109Ce6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRdO109Ce6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO109Ce6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO109Ce6 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uRdO109Ce6 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uRdO109Ce6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRdO109Ce6 .container {
    padding: 0 20px;
  }
}
.cid-uRdO109Ce6 .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uRdO109Ce6 .card {
  padding: 0;
  border-radius: 0;
}
.cid-uRdO109Ce6 .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uRdO109Ce6 .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uRdO109Ce6 .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uRdO109Ce6 .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRdO109Ce6 .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uRdO109Ce6 .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uRdO109Ce6 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uRdO109Ce6 .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRdO109Ce6 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uRdO109Ce6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRdO109Ce6 .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uRdO109Ce6 .mbr-text {
  color: #1d1d1d;
}
.cid-uRdO10IlAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO10IlAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO10IlAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO10IlAC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRdO10IlAC .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uRdO10IlAC .mbr-section-title {
  text-align: left;
}
.cid-uRepxwzTAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uRepxwzTAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRepxwzTAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRepxwzTAU .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uRepxwzTAU .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uRepxwzTAU .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uRepxwzTAU .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRepxwzTAU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRepxwzTAU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRepxwzTAU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRepxwzTAU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uRepxwzTAU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRepxwzTAU .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uRepxwzTAU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRepxwzTAU .mbr-section-title {
  color: #19171c;
}
.cid-uRepxwzTAU .panel-title {
  color: #19171c;
}
.cid-uRepxwzTAU .panel-text {
  color: #6e6e73;
}
.cid-uRdO11foS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ecfd;
}
.cid-uRdO11foS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO11foS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO11foS2 .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRdO11foS2 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO11foS2 .card-wrapper {
    padding: 0;
  }
}
.cid-uRdO11foS2 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRdO11foS2 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO11foS2 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRdO11Parn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRdO11Parn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO11Parn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO11Parn .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO11Parn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRdO11Parn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRdO11Parn .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO11Parn .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRdO11Parn .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRdO11Parn .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO11Parn .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO11Parn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRdO11Parn .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRdO11Parn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRdO11Parn .list-wrapper .list .item-wrap:hover,
.cid-uRdO11Parn .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRdO11Parn .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRdO11Parn .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRdO11Parn .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRdO11Parn .mbr-section-title {
  color: #ffffff;
}
.cid-uRdO11Parn .mbr-text {
  color: #ffffff;
}
.cid-uRdO11Parn .mbr-desc {
  color: #ffffff;
}
.cid-uRdO11Parn .list {
  color: #ffffff;
}
.cid-uRdO1AmJ4a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdO1AmJ4a .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;
}
@media (max-width: 767px) {
  .cid-uRdO1AmJ4a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdO1AmJ4a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdO1AmJ4a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uRdO1AmJ4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdO1AmJ4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdO1AmJ4a .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uRdO1AmJ4a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdO1AmJ4a .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uRdO1AmJ4a .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uRdO1AmJ4a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdO1AmJ4a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdO1AmJ4a .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uRdO1AmJ4a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdO1AmJ4a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdO1AmJ4a .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdO1AmJ4a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdO1AmJ4a .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uRdO1AmJ4a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO1AmJ4a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uRdO1AmJ4a .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uRdO1AmJ4a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdO1AmJ4a .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdO1AmJ4a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uRdO1AmJ4a .nav-item:focus,
.cid-uRdO1AmJ4a .nav-link:focus {
  outline: none;
}
.cid-uRdO1AmJ4a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdO1AmJ4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdO1AmJ4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdO1AmJ4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdO1AmJ4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdO1AmJ4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdO1AmJ4a .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRdO1AmJ4a .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdO1AmJ4a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdO1AmJ4a .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdO1AmJ4a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdO1AmJ4a .navbar.collapsed {
  justify-content: center;
}
.cid-uRdO1AmJ4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdO1AmJ4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdO1AmJ4a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRdO1AmJ4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdO1AmJ4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdO1AmJ4a .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-uRdO1AmJ4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdO1AmJ4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdO1AmJ4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdO1AmJ4a .navbar {
    min-height: 72px;
  }
  .cid-uRdO1AmJ4a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdO1AmJ4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdO1AmJ4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdO1AmJ4a .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-uRdO1AmJ4a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdO1AmJ4a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdO1AmJ4a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdO1AmJ4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO1AmJ4a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdO1AmJ4a .dropdown-item.active,
.cid-uRdO1AmJ4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdO1AmJ4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdO1AmJ4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdO1AmJ4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdO1AmJ4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRdO1AmJ4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uRdO1AmJ4a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdO1AmJ4a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdO1AmJ4a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdO1AmJ4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdO1AmJ4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uRdO1AmJ4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdO1AmJ4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO1AmJ4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO1AmJ4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdO1AmJ4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO1AmJ4a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdO1AmJ4a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdO1AmJ4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO1AmJ4a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdO1AmJ4a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO1AmJ4a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdO1AmJ4a .navbar {
    height: 70px;
  }
  .cid-uRdO1AmJ4a .navbar.opened {
    height: auto;
  }
  .cid-uRdO1AmJ4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdO1AmJ4a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uRdO1AmJ4a .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uRdO1AmJ4a .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uRdO1AmJ4a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdO1AmJ4a .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdO1AmJ4a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uRdO1AmJ4a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdO1AmJ4a .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uRdO1AmJ4a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdO1AmJ4a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdO1AJpJa {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO1AJpJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1AJpJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1AJpJa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdO1AJpJa .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uRdO1AJpJa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdO1AJpJa .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRdO1AJpJa .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRdO1AJpJa .header-menu li p {
  margin: 0;
}
.cid-uRdO1AJpJa .content-head {
  max-width: 800px;
}
.cid-uRdO1B2b46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO1B2b46 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uRdO1B2b46 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uRdO1B2b46 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uRdO1B2b46 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f2f1f3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO1BnoPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO1BnoPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1BnoPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1BnoPs .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRdO1BnoPs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO1BnoPs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO1BnoPs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRdO1BnoPs .mbr-text,
.cid-uRdO1BnoPs .mbr-section-btn {
  color: #000000;
}
.cid-uRdO1BnoPs .card-title,
.cid-uRdO1BnoPs .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRdO1BGOqR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO1BGOqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1BGOqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1BGOqR .card-wrapper {
  background: #dddddd;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdO1BGOqR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO1BGOqR .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdO1BGOqR .row {
  justify-content: space-between;
}
.cid-uRAFPKr2rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRAFPKr2rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAFPKr2rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAFPKr2rn .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRAFPKr2rn .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRAFPKr2rn .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRAFPKr2rn .item {
    margin-bottom: 20px;
  }
}
.cid-uRAFPKr2rn .item:hover .item-wrapper,
.cid-uRAFPKr2rn .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uRAFPKr2rn .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uRAFPKr2rn .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRAFPKr2rn .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #000000;
}
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #19171c;
}
.cid-uRAFPKr2rn .item .item-wrapper .item-content .item-title_1,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uRAFPKr2rn .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uRAFPKr2rn .item .card_1 {
  background-color: #dddddd;
}
.cid-uRAFPKr2rn .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uRAFPKr2rn .mbr-label_1 {
  color: #19171c;
}
.cid-uRAFPKr2rn .mbr-label_2 {
  color: #ffffff;
}
.cid-uRAFPKr2rn .item-title_1 {
  color: #19171c;
}
.cid-uRAFPKr2rn .item-title_2 {
  color: #19171c;
}
.cid-uRAFPKr2rn .item-text_1 {
  color: #19171c;
}
.cid-uRAFPKr2rn .item-text_2 {
  color: #19171c;
}
.cid-uRdO1Crn6O {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dddddd;
}
.cid-uRdO1Crn6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1Crn6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1Crn6O .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uRdO1Crn6O .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO1Crn6O .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO1Crn6O .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdO1Crn6O .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uRdO1Crn6O .row {
  flex-direction: row-reverse;
}
.cid-uRdO1Crn6O .image-wrapper {
  padding: 0 1rem;
}
.cid-uRdO1Crn6O img,
.cid-uRdO1Crn6O .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRdO1Crn6O img,
  .cid-uRdO1Crn6O .image-wrapper {
    max-height: 350px;
  }
}
.cid-uRdO1Crn6O .mbr-section-title {
  color: #000000;
}
.cid-uRdO1Crn6O .mbr-text {
  color: #000000;
}
.cid-uRdO1COF92 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO1COF92 .row {
  flex-direction: row-reverse;
}
.cid-uRdO1COF92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1COF92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1COF92 .mbr-description {
  text-align: left;
}
.cid-uRdO1COF92 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRdO1COF92 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRdO1COF92 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdO1COF92 .card-title,
.cid-uRdO1COF92 .iconfont-wrapper {
  color: #000000;
}
.cid-uRdO1COF92 .card-text {
  color: #000000;
}
.cid-uRdO1COF92 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdO1COF92 .mbr-text,
.cid-uRdO1COF92 .mbr-section-btn {
  text-align: center;
}
.cid-uRdO1COF92 .card-text,
.cid-uRdO1COF92 .item .mbr-section-btn {
  text-align: left;
}
.cid-uRdO1COF92 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRdO1COF92 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRdO1COF92 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRdO1COF92 .mbr-text UL {
  text-align: left;
}
.cid-uRdO1DjiH5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dddddd;
}
.cid-uRdO1DjiH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1DjiH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1DjiH5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRdO1DjiH5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO1DjiH5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO1DjiH5 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uRdO1DjiH5 .mbr-text,
.cid-uRdO1DjiH5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRdO1DjiH5 .card-title,
.cid-uRdO1DjiH5 .card-box {
  text-align: left;
  color: #19171c;
}
.cid-uRdO1DDsV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO1DWV1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRdO1DWV1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1DWV1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1DWV1c .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uRdO1DWV1c .container-fluid {
    padding: 0 12px;
  }
}
.cid-uRdO1DWV1c .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRdO1DWV1c .container {
    padding: 0 20px;
  }
}
.cid-uRdO1DWV1c .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uRdO1DWV1c .card {
  padding: 0;
  border-radius: 0;
}
.cid-uRdO1DWV1c .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uRdO1DWV1c .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uRdO1DWV1c .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uRdO1DWV1c .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRdO1DWV1c .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uRdO1DWV1c .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uRdO1DWV1c .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uRdO1DWV1c .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRdO1DWV1c .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uRdO1DWV1c .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRdO1DWV1c .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uRdO1DWV1c .mbr-text {
  color: #1d1d1d;
}
.cid-uRkAOQGwP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRkAOQGwP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkAOQGwP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkAOQGwP8 .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uRkAOQGwP8 .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uRkAOQGwP8 .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRkAOQGwP8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uRkAOQGwP8 .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper:hover,
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #f8ff90;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #6ce113;
}
.cid-uRkAOQGwP8 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #221b35;
}
.cid-uRkAOQGwP8 .item-title {
  color: #000000;
}
.cid-uRkAOQGwP8 .item-text {
  color: #050f0f;
}
.cid-uRkAOQGwP8 .list {
  color: #050f0f;
}
.cid-uRAGbndjCf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRAGbndjCf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uRAGbndjCf .panel-group {
  border: none;
}
.cid-uRAGbndjCf .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uRAGbndjCf .card-header {
    padding: 0rem;
  }
}
.cid-uRAGbndjCf .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uRAGbndjCf .img-col {
  padding: 0;
}
.cid-uRAGbndjCf .img-item {
  height: 100%;
}
.cid-uRAGbndjCf img {
  height: 100%;
  object-fit: cover;
}
.cid-uRAGbndjCf .collapsed span {
  transform: rotate(0deg);
}
.cid-uRAGbndjCf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRAGbndjCf p {
  margin-bottom: 0.3rem;
}
.cid-uRAGbndjCf .panel-title-edit {
  color: #000000;
}
.cid-uRAGbndjCf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uRAGbndjCf .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRAGbndjCf .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRAGbndjCf .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uRAGbndjCf .panel-text {
  color: #000000;
}
.cid-uRAGbndjCf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRAGbndjCf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRAGbndjCf .panel-title-edit,
.cid-uRAGbndjCf .mbr-iconfont {
  color: #000000;
}
.cid-uRdO1EgJES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO1EgJES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1EgJES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1EgJES .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRdO1EgJES .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uRdO1EgJES .mbr-section-title {
  text-align: left;
}
.cid-uRgaWMvSpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uRgaWMvSpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRgaWMvSpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRgaWMvSpF .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uRgaWMvSpF .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uRgaWMvSpF .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uRgaWMvSpF .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRgaWMvSpF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRgaWMvSpF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRgaWMvSpF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRgaWMvSpF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uRgaWMvSpF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRgaWMvSpF .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uRgaWMvSpF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRgaWMvSpF .mbr-section-title {
  color: #19171c;
}
.cid-uRgaWMvSpF .panel-title {
  color: #19171c;
}
.cid-uRgaWMvSpF .panel-text {
  color: #6e6e73;
}
.cid-uRdO1EB6Ky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ecfd;
}
.cid-uRdO1EB6Ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1EB6Ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1EB6Ky .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRdO1EB6Ky .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO1EB6Ky .card-wrapper {
    padding: 0;
  }
}
.cid-uRdO1EB6Ky .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRdO1EB6Ky .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO1EB6Ky .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRdO1EYz7b {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRdO1EYz7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO1EYz7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO1EYz7b .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO1EYz7b .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRdO1EYz7b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRdO1EYz7b .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO1EYz7b .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRdO1EYz7b .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRdO1EYz7b .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO1EYz7b .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO1EYz7b .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRdO1EYz7b .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRdO1EYz7b .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRdO1EYz7b .list-wrapper .list .item-wrap:hover,
.cid-uRdO1EYz7b .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRdO1EYz7b .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRdO1EYz7b .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRdO1EYz7b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRdO1EYz7b .mbr-section-title {
  color: #ffffff;
}
.cid-uRdO1EYz7b .mbr-text {
  color: #ffffff;
}
.cid-uRdO1EYz7b .mbr-desc {
  color: #ffffff;
}
.cid-uRdO1EYz7b .list {
  color: #ffffff;
}
.cid-uRdO21TH5v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdO21TH5v .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;
}
@media (max-width: 767px) {
  .cid-uRdO21TH5v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdO21TH5v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdO21TH5v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uRdO21TH5v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdO21TH5v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdO21TH5v .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uRdO21TH5v .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdO21TH5v .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uRdO21TH5v .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uRdO21TH5v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdO21TH5v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdO21TH5v .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #19171c;
}
@media (min-width: 992px) {
  .cid-uRdO21TH5v .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdO21TH5v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdO21TH5v .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdO21TH5v .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdO21TH5v .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uRdO21TH5v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO21TH5v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uRdO21TH5v .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #19171c;
  box-shadow: 5px 10px 40px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uRdO21TH5v .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdO21TH5v .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdO21TH5v .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uRdO21TH5v .nav-item:focus,
.cid-uRdO21TH5v .nav-link:focus {
  outline: none;
}
.cid-uRdO21TH5v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdO21TH5v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdO21TH5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdO21TH5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdO21TH5v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdO21TH5v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdO21TH5v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRdO21TH5v .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdO21TH5v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdO21TH5v .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdO21TH5v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdO21TH5v .navbar.collapsed {
  justify-content: center;
}
.cid-uRdO21TH5v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdO21TH5v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdO21TH5v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRdO21TH5v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdO21TH5v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdO21TH5v .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-uRdO21TH5v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdO21TH5v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdO21TH5v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdO21TH5v .navbar {
    min-height: 72px;
  }
  .cid-uRdO21TH5v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdO21TH5v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdO21TH5v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdO21TH5v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdO21TH5v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdO21TH5v .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-uRdO21TH5v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdO21TH5v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdO21TH5v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdO21TH5v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdO21TH5v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdO21TH5v .dropdown-item.active,
.cid-uRdO21TH5v .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdO21TH5v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdO21TH5v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdO21TH5v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdO21TH5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRdO21TH5v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uRdO21TH5v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdO21TH5v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdO21TH5v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdO21TH5v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdO21TH5v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uRdO21TH5v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdO21TH5v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO21TH5v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdO21TH5v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdO21TH5v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO21TH5v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdO21TH5v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdO21TH5v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdO21TH5v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdO21TH5v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO21TH5v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdO21TH5v .navbar {
    height: 70px;
  }
  .cid-uRdO21TH5v .navbar.opened {
    height: auto;
  }
  .cid-uRdO21TH5v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdO21TH5v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uRdO21TH5v .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uRdO21TH5v .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uRdO21TH5v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdO21TH5v .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdO21TH5v .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #19171c;
    backdrop-filter: blur(8px);
  }
  .cid-uRdO21TH5v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdO21TH5v .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uRdO21TH5v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdO21TH5v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdO22wXc0 {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO22wXc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO22wXc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO22wXc0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdO22wXc0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uRdO22wXc0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdO22wXc0 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRdO22wXc0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRdO22wXc0 .header-menu li p {
  margin: 0;
}
.cid-uRdO22wXc0 .content-head {
  max-width: 800px;
}
.cid-uRdO22M25D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO22M25D .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uRdO22M25D .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uRdO22M25D .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uRdO22M25D .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f2f1f3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdO232h0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO232h0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO232h0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO232h0H .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRdO232h0H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO232h0H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO232h0H .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRdO232h0H .mbr-text,
.cid-uRdO232h0H .mbr-section-btn {
  color: #000000;
}
.cid-uRdO232h0H .card-title,
.cid-uRdO232h0H .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRdO23nr9d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO23nr9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO23nr9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO23nr9d .card-wrapper {
  background: #dddddd;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uRdO23nr9d .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO23nr9d .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdO23nr9d .row {
  justify-content: space-between;
}
.cid-uRdO23GE7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO23GE7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO23GE7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO23GE7f .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRdO23GE7f .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRdO23GE7f .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRdO23GE7f .item {
    margin-bottom: 20px;
  }
}
.cid-uRdO23GE7f .item:hover .item-wrapper,
.cid-uRdO23GE7f .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uRdO23GE7f .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uRdO23GE7f .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO23GE7f .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #000000;
}
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uRdO23GE7f .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #19171c;
}
.cid-uRdO23GE7f .item .item-wrapper .item-content .item-title_1,
.cid-uRdO23GE7f .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uRdO23GE7f .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uRdO23GE7f .item .card_1 {
  background-color: #dddddd;
}
.cid-uRdO23GE7f .item .card_2 {
  background-color: #f2ecfd;
}
.cid-uRdO23GE7f .mbr-label_1 {
  color: #19171c;
}
.cid-uRdO23GE7f .mbr-label_2 {
  color: #ffffff;
}
.cid-uRdO23GE7f .item-title_1 {
  color: #19171c;
}
.cid-uRdO23GE7f .item-title_2 {
  color: #19171c;
}
.cid-uRdO23GE7f .item-text_1 {
  color: #19171c;
}
.cid-uRdO23GE7f .item-text_2 {
  color: #19171c;
}
.cid-uRdO24aqTj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dddddd;
}
.cid-uRdO24aqTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO24aqTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO24aqTj .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uRdO24aqTj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO24aqTj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdO24aqTj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRdO24aqTj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uRdO24aqTj .row {
  flex-direction: row-reverse;
}
.cid-uRdO24aqTj .image-wrapper {
  padding: 0 1rem;
}
.cid-uRdO24aqTj img,
.cid-uRdO24aqTj .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRdO24aqTj img,
  .cid-uRdO24aqTj .image-wrapper {
    max-height: 350px;
  }
}
.cid-uRdO24aqTj .mbr-section-title {
  color: #000000;
}
.cid-uRdO24aqTj .mbr-text {
  color: #000000;
}
.cid-uRdO24uKcn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRdO24uKcn .row {
  flex-direction: row-reverse;
}
.cid-uRdO24uKcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO24uKcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO24uKcn .mbr-description {
  text-align: left;
}
.cid-uRdO24uKcn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRdO24uKcn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRdO24uKcn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdO24uKcn .card-title,
.cid-uRdO24uKcn .iconfont-wrapper {
  color: #000000;
}
.cid-uRdO24uKcn .card-text {
  color: #000000;
}
.cid-uRdO24uKcn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdO24uKcn .mbr-text,
.cid-uRdO24uKcn .mbr-section-btn {
  text-align: center;
}
.cid-uRdO24uKcn .card-text,
.cid-uRdO24uKcn .item .mbr-section-btn {
  text-align: left;
}
.cid-uRdO24uKcn .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRdO24uKcn .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRdO24uKcn .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRdO24uKcn .mbr-text UL {
  text-align: left;
}
.cid-uRdO24Ynca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dddddd;
}
.cid-uRdO24Ynca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO24Ynca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO24Ynca .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRdO24Ynca .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRdO24Ynca .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdO24Ynca .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uRdO24Ynca .mbr-text,
.cid-uRdO24Ynca .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRdO24Ynca .card-title,
.cid-uRdO24Ynca .card-box {
  text-align: left;
  color: #19171c;
}
.cid-uRdO25i0Cl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO25BZDu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRdO25BZDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO25BZDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO25BZDu .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uRdO25BZDu .container-fluid {
    padding: 0 12px;
  }
}
.cid-uRdO25BZDu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRdO25BZDu .container {
    padding: 0 20px;
  }
}
.cid-uRdO25BZDu .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uRdO25BZDu .card {
  padding: 0;
  border-radius: 0;
}
.cid-uRdO25BZDu .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uRdO25BZDu .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uRdO25BZDu .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uRdO25BZDu .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRdO25BZDu .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uRdO25BZDu .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uRdO25BZDu .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uRdO25BZDu .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRdO25BZDu .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uRdO25BZDu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRdO25BZDu .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uRdO25BZDu .mbr-text {
  color: #1d1d1d;
}
.cid-uRAGqomiQy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRAGqomiQy .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uRAGqomiQy .panel-group {
  border: none;
}
.cid-uRAGqomiQy .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uRAGqomiQy .card-header {
    padding: 0rem;
  }
}
.cid-uRAGqomiQy .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uRAGqomiQy .img-col {
  padding: 0;
}
.cid-uRAGqomiQy .img-item {
  height: 100%;
}
.cid-uRAGqomiQy img {
  height: 100%;
  object-fit: cover;
}
.cid-uRAGqomiQy .collapsed span {
  transform: rotate(0deg);
}
.cid-uRAGqomiQy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRAGqomiQy p {
  margin-bottom: 0.3rem;
}
.cid-uRAGqomiQy .panel-title-edit {
  color: #000000;
}
.cid-uRAGqomiQy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uRAGqomiQy .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRAGqomiQy .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRAGqomiQy .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uRAGqomiQy .panel-text {
  color: #000000;
}
.cid-uRAGqomiQy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRAGqomiQy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRAGqomiQy .panel-title-edit,
.cid-uRAGqomiQy .mbr-iconfont {
  color: #000000;
}
.cid-uRkAUEx842 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRkAUEx842 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkAUEx842 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkAUEx842 .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uRkAUEx842 .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uRkAUEx842 .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRkAUEx842 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRkAUEx842 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uRkAUEx842 .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f2f1f3;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper:hover,
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #f8ff90;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #6ce113;
}
.cid-uRkAUEx842 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #221b35;
}
.cid-uRkAUEx842 .item-title {
  color: #000000;
}
.cid-uRkAUEx842 .item-text {
  color: #050f0f;
}
.cid-uRkAUEx842 .list {
  color: #050f0f;
}
.cid-uRdO25WOnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRdO25WOnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO25WOnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO25WOnF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRdO25WOnF .mbr-section-subtitle {
  text-align: left;
  color: #030214;
}
.cid-uRdO25WOnF .mbr-section-title {
  text-align: left;
}
.cid-uRgcvCVv4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uRgcvCVv4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRgcvCVv4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRgcvCVv4o .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uRgcvCVv4o .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uRgcvCVv4o .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uRgcvCVv4o .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRgcvCVv4o .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRgcvCVv4o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRgcvCVv4o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRgcvCVv4o .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uRgcvCVv4o .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRgcvCVv4o .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uRgcvCVv4o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRgcvCVv4o .mbr-section-title {
  color: #19171c;
}
.cid-uRgcvCVv4o .panel-title {
  color: #19171c;
}
.cid-uRgcvCVv4o .panel-text {
  color: #6e6e73;
}
.cid-uRdO26iQdQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ecfd;
}
.cid-uRdO26iQdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO26iQdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO26iQdQ .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRdO26iQdQ .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO26iQdQ .card-wrapper {
    padding: 0;
  }
}
.cid-uRdO26iQdQ .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRdO26iQdQ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRdO26iQdQ .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRdO26Fl50 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uRdO26Fl50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdO26Fl50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdO26Fl50 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO26Fl50 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRdO26Fl50 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRdO26Fl50 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO26Fl50 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRdO26Fl50 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uRdO26Fl50 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRdO26Fl50 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uRdO26Fl50 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRdO26Fl50 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRdO26Fl50 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRdO26Fl50 .list-wrapper .list .item-wrap:hover,
.cid-uRdO26Fl50 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uRdO26Fl50 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRdO26Fl50 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRdO26Fl50 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRdO26Fl50 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdO26Fl50 .mbr-text {
  color: #ffffff;
}
.cid-uRdO26Fl50 .mbr-desc {
  color: #ffffff;
}
.cid-uRdO26Fl50 .list {
  color: #ffffff;
}
