.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #b593ff !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: #b593ff !important;
  border-color: #b593ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b593ff !important;
  border-color: #b593ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d8c6ff !important;
  border-color: #d8c6ff !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: #b593ff;
  color: #b593ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7a3cff !important;
  background-color: transparent !important;
  border-color: #7a3cff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b593ff !important;
  border-color: #b593ff !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: #b593ff !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: #6f2dff !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: #b593ff;
}
.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: #b593ff;
  border-color: #b593ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b593ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Host Grotesk', 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: #b593ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', 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: #b593ff;
}
/* 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: #b593ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b593ff;
}
.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: #b593ff;
  border-bottom-color: #b593ff;
}
.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: #b593ff !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='%23b593ff' %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-uTxIxOt62F {
  background-image: url("../../../assets/images/screenshot-1-1384x920.jpg");
}
.cid-uTxIxOt62F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxIxOt62F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxIxOt62F .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxIxOt62F .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uTxIxOt62F .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uTxIxOt62F .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxIxOt62F .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxIxOt62F .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uTxIxOt62F .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uTxIxOt62F .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTxIxOt62F .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uTxIxOt62F .mbr-section-title {
  color: #19171c;
}
.cid-uTxIxOt62F .mbr-label,
.cid-uTxIxOt62F .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTxIxOt62F .mbr-text,
.cid-uTxIxOt62F .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxIxOt62F .mbr-section-title,
.cid-uTxIxOt62F .mbr-section-btn {
  text-align: center;
}
.cid-uTxIzOupie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxIzOupie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxIzOupie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxIzOupie .card-wrapper {
  padding: 100px 120px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uTxIzOupie .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTxIzOupie .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTxIzOupie .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxIzOupie .card-wrapper .content-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #19171c;
}
.cid-uTxIzOupie .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTxIzOupie .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTxIzOupie .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uTxIzOupie .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uTxIzOupie .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-uTxIzOupie .mbr-section-title {
  color: #19171c;
}
.cid-uTxIzOupie .mbr-text,
.cid-uTxIzOupie .text-wrapper {
  color: #19171c;
}
.cid-uTxJjF3NgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxJjF3NgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxJjF3NgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxJjF3NgM .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uTxJjF3NgM .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uTxJjF3NgM .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uTxJjF3NgM .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uTxJjF3NgM .items-wrapper .item {
  padding: 0 15px;
}
.cid-uTxJjF3NgM .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .item {
    margin-bottom: 15px;
  }
}
.cid-uTxJjF3NgM .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uTxJjF3NgM .item .item-wrapper:hover::before,
.cid-uTxJjF3NgM .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uTxJjF3NgM .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uTxJjF3NgM .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #b593ff;
  color: #000000;
}
.cid-uTxJjF3NgM .item .item-wrapper:hover .item-content .card-title,
.cid-uTxJjF3NgM .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uTxJjF3NgM .item .item-wrapper:hover .item-content .card-desc,
.cid-uTxJjF3NgM .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uTxJjF3NgM .item .item-wrapper:hover .item-img img,
.cid-uTxJjF3NgM .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uTxJjF3NgM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #b593ff;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uTxJjF3NgM .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f2f1f3;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uTxJjF3NgM .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uTxJjF3NgM .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f2f1f3;
}
.cid-uTxJjF3NgM .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f2f1f3;
}
.cid-uTxJjF3NgM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uTxJjF3NgM .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uTxJjF3NgM .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uTxJjF3NgM .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uTxJjF3NgM .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uTxJjF3NgM .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTxJjF3NgM .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uTxJjF3NgM .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uTxJjF3NgM .mbr-label,
.cid-uTxJjF3NgM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTxJjF3NgM .mbr-section-title,
.cid-uTxJjF3NgM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uTxJjF3NgM .card-title {
  color: #19171c;
}
.cid-uTxJjF3NgM .card-desc {
  color: #19171c;
}
.cid-uTxJjF3NgM .mbr-section-title,
.cid-uTxJjF3NgM .title-wrap {
  color: #19171c;
}
.cid-uTxKk6sW9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxKk6sW9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxKk6sW9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxKk6sW9Z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTxKk6sW9Z .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTxKk6sW9Z .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uTxKk6sW9Z .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uTxKk6sW9Z .items-wrapper {
  margin: 0 -5px;
}
.cid-uTxKk6sW9Z .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #b593ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTxKk6sW9Z .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTxKk6sW9Z .mbr-section-title {
  color: #093388;
}
.cid-uTxKk6sW9Z .item-title {
  color: #093388;
}
.cid-uTxKk6sW9Z .item-text {
  color: #58595b;
}
.cid-uTxKk6sW9Z .mbr-section-title,
.cid-uTxKk6sW9Z .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxKk6sW9Z .item-title,
.cid-uTxKk6sW9Z .mbr-section-btn,
.cid-uTxKk6sW9Z .icon-wrapper {
  color: #19171c;
}
.cid-uTxKk6sW9Z .item-text,
.cid-uTxKk6sW9Z .text-wrapper {
  color: #19171c;
}
.cid-uTxK5IQcwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxK5IQcwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxK5IQcwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxK5IQcwI .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper {
    display: block;
  }
}
.cid-uTxK5IQcwI .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uTxK5IQcwI .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTxK5IQcwI .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTxK5IQcwI .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTxK5IQcwI .mbr-date {
  color: #f4f4f4;
}
.cid-uTxK5IQcwI .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTxK5IQcwI .mbr-text {
  color: #d7d2d2;
}
.cid-uTxK5IQcwI .mbr-text,
.cid-uTxK5IQcwI .text-wrapper {
  color: #19171c;
}
.cid-uTxK5IQcwI .mbr-section-title,
.cid-uTxK5IQcwI .mbr-section-btn,
.cid-uTxK5IQcwI .title-wrapper {
  color: #19171c;
}
.cid-uTxLhuRbWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxLhuRbWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxLhuRbWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxLhuRbWb .card {
  justify-content: flex-end;
}
.cid-uTxLhuRbWb .title-wrapper {
  margin-bottom: 40px;
}
.cid-uTxLhuRbWb .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTxLhuRbWb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTxLhuRbWb .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uTxLhuRbWb .mbr-section-btn .btn::after,
.cid-uTxLhuRbWb .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTxLhuRbWb .mbr-section-btn .btn:hover,
.cid-uTxLhuRbWb .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTxLhuRbWb .mbr-section-btn .btn:hover::after,
.cid-uTxLhuRbWb .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTxLhuRbWb .items-wrapper {
  margin: 0 -20px;
}
.cid-uTxLhuRbWb .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTxLhuRbWb .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #f2f1f3;
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b593ff, #b593ff);
  font-size: 32px;
}
.cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxLhuRbWb .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uTxLhuRbWb .mbr-section-title {
  color: #ffffff;
}
.cid-uTxLhuRbWb .mbr-tag {
  color: #adadad;
}
.cid-uTxLhuRbWb .item-title {
  color: #ffffff;
}
.cid-uTxLhuRbWb .item-text {
  color: #19171c;
}
.cid-uTxLhuRbWb .mbr-section-title,
.cid-uTxLhuRbWb .main-btn {
  color: #19171c;
  text-align: left;
}
.cid-uTxLhuRbWb .item-title,
.cid-uTxLhuRbWb .item-btn,
.cid-uTxLhuRbWb .icon-wrapper {
  color: #19171c;
}
.cid-uTxLq5KfSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxLq5KfSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxLq5KfSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxLq5KfSx .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxLq5KfSx .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxLq5KfSx .card-wrapper {
    padding: 0;
  }
}
.cid-uTxLq5KfSx .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxLq5KfSx .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxLq5KfSx .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxLqdJjPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxLqdJjPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxLqdJjPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxLqdJjPC .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxLqdJjPC .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxLqdJjPC .item {
  margin-bottom: 40px;
}
.cid-uTxLqdJjPC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxLqdJjPC .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxLqdJjPC .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxLqdJjPC .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxLqdJjPC .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxLqdJjPC .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxLqdJjPC .item-title,
.cid-uTxLqdJjPC .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxLqdJjPC .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxLqdJjPC .item-text,
.cid-uTxLqdJjPC .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxShifwsU .navbar-dropdown {
  position: relative !important;
}
.cid-uTxShifwsU .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxShifwsU .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxShifwsU .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxShifwsU .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxShifwsU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxShifwsU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxShifwsU .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxShifwsU .dropdown-item:hover,
.cid-uTxShifwsU .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxShifwsU .dropdown-item:hover span {
  color: white;
}
.cid-uTxShifwsU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxShifwsU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxShifwsU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxShifwsU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxShifwsU .nav-link {
  position: relative;
}
.cid-uTxShifwsU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxShifwsU .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxShifwsU .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxShifwsU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxShifwsU .dropdown-menu,
.cid-uTxShifwsU .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxShifwsU .nav-item:focus,
.cid-uTxShifwsU .nav-link:focus {
  outline: none;
}
.cid-uTxShifwsU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxShifwsU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxShifwsU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxShifwsU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxShifwsU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxShifwsU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxShifwsU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxShifwsU .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxShifwsU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxShifwsU .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxShifwsU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxShifwsU .navbar.collapsed {
  justify-content: center;
}
.cid-uTxShifwsU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxShifwsU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxShifwsU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxShifwsU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxShifwsU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxShifwsU .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-uTxShifwsU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxShifwsU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxShifwsU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxShifwsU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxShifwsU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxShifwsU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxShifwsU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxShifwsU .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-uTxShifwsU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxShifwsU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxShifwsU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxShifwsU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxShifwsU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxShifwsU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxShifwsU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxShifwsU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxShifwsU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxShifwsU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxShifwsU .navbar-brand .navbar-caption:hover,
.cid-uTxShifwsU .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxShifwsU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxShifwsU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxShifwsU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxShifwsU .dropdown-item.active,
.cid-uTxShifwsU .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxShifwsU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxShifwsU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxShifwsU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxShifwsU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxShifwsU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxShifwsU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxShifwsU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxShifwsU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxShifwsU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxShifwsU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxShifwsU .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxShifwsU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxShifwsU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxShifwsU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxShifwsU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxShifwsU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxShifwsU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxShifwsU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxShifwsU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxShifwsU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxShifwsU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxShifwsU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxShifwsU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxShifwsU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxShifwsU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxShifwsU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxShifwsU .navbar {
    height: 70px;
  }
  .cid-uTxShifwsU .navbar.opened {
    height: auto;
  }
  .cid-uTxShifwsU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxShifwsU .navbar-nav {
  margin: 0 auto;
}
.cid-uTxShifwsU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxShifwsU .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxShifwsU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxShifwsU .nav-item .nav-link:hover,
.cid-uTxShifwsU .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxShifwsU .nav-item .nav-link:hover::after,
.cid-uTxShifwsU .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxShifwsU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxShifwsU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxShifwsU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxShifwsU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxShifwsU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxShifwsU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxShifwsU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxShifwsU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxShifwsU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxShifwsU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxShifwsU .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXaIli3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXaIli3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXaIli3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXaIli3C .row {
  justify-content: space-between;
}
.cid-uTxXaIli3C .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTxXaIli3C .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTxXaIli3C .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTxXaIli3C .image-wrapper img {
    height: 350px;
  }
}
.cid-uTxXaIli3C .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXaIli3C .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uTxXaIli3C .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXaIli3C .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTxXaIli3C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXaIli3C .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTxXaIli3C .mbr-label {
  color: #19171c;
}
.cid-uTxXaIli3C .mbr-section-title {
  color: #19171c;
}
.cid-uTxXaIli3C .mbr-text,
.cid-uTxXaIli3C .text-wrapper {
  color: #19171c;
}
.cid-uTxXaN6iGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXaN6iGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXaN6iGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXaN6iGN .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXaN6iGN .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXaN6iGN .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXaN6iGN .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXaN6iGN .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXaN6iGN .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXaNLuXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXaNLuXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXaNLuXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXaNLuXj .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXaNLuXj .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXaNLuXj .item {
  margin-bottom: 40px;
}
.cid-uTxXaNLuXj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXaNLuXj .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXaNLuXj .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXaNLuXj .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXaNLuXj .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXaNLuXj .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXaNLuXj .item-title,
.cid-uTxXaNLuXj .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXaNLuXj .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXaNLuXj .item-text,
.cid-uTxXaNLuXj .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXaPiLV4 .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXaPiLV4 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXaPiLV4 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXaPiLV4 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXaPiLV4 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXaPiLV4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXaPiLV4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXaPiLV4 .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXaPiLV4 .dropdown-item:hover,
.cid-uTxXaPiLV4 .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXaPiLV4 .dropdown-item:hover span {
  color: white;
}
.cid-uTxXaPiLV4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXaPiLV4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXaPiLV4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXaPiLV4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXaPiLV4 .nav-link {
  position: relative;
}
.cid-uTxXaPiLV4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXaPiLV4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXaPiLV4 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXaPiLV4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXaPiLV4 .dropdown-menu,
.cid-uTxXaPiLV4 .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXaPiLV4 .nav-item:focus,
.cid-uTxXaPiLV4 .nav-link:focus {
  outline: none;
}
.cid-uTxXaPiLV4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXaPiLV4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXaPiLV4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXaPiLV4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXaPiLV4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXaPiLV4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXaPiLV4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXaPiLV4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXaPiLV4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXaPiLV4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXaPiLV4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXaPiLV4 .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXaPiLV4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXaPiLV4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXaPiLV4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXaPiLV4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXaPiLV4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXaPiLV4 .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-uTxXaPiLV4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXaPiLV4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXaPiLV4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXaPiLV4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXaPiLV4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXaPiLV4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXaPiLV4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXaPiLV4 .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-uTxXaPiLV4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXaPiLV4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXaPiLV4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXaPiLV4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXaPiLV4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXaPiLV4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXaPiLV4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXaPiLV4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXaPiLV4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXaPiLV4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXaPiLV4 .navbar-brand .navbar-caption:hover,
.cid-uTxXaPiLV4 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXaPiLV4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXaPiLV4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXaPiLV4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXaPiLV4 .dropdown-item.active,
.cid-uTxXaPiLV4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXaPiLV4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXaPiLV4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXaPiLV4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXaPiLV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXaPiLV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXaPiLV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXaPiLV4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXaPiLV4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXaPiLV4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXaPiLV4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXaPiLV4 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXaPiLV4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXaPiLV4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXaPiLV4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXaPiLV4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXaPiLV4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXaPiLV4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXaPiLV4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXaPiLV4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXaPiLV4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXaPiLV4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXaPiLV4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXaPiLV4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXaPiLV4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXaPiLV4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXaPiLV4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXaPiLV4 .navbar {
    height: 70px;
  }
  .cid-uTxXaPiLV4 .navbar.opened {
    height: auto;
  }
  .cid-uTxXaPiLV4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXaPiLV4 .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXaPiLV4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXaPiLV4 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXaPiLV4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXaPiLV4 .nav-item .nav-link:hover,
.cid-uTxXaPiLV4 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXaPiLV4 .nav-item .nav-link:hover::after,
.cid-uTxXaPiLV4 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXaPiLV4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXaPiLV4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXaPiLV4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXaPiLV4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXaPiLV4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXaPiLV4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXaPiLV4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXaPiLV4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXaPiLV4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXaPiLV4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXaPiLV4 .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXcUHXnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXcUHXnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXcUHXnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXcUHXnS .card-wrapper {
  position: relative;
  padding: 75px 64px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uTxXcUHXnS .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXcUHXnS .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uTxXcUHXnS .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uTxXcUHXnS .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c26;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uTxXcUHXnS .card-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uTxXcUHXnS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTxXcUHXnS .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .cid-uTxXcUHXnS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uTxXcUHXnS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uTxXcUHXnS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item {
  animation: none !important;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:hover .item-wrapper::after,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:focus .item-wrapper::after {
  background-color: #2c2c26;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:hover .item-wrapper .card-title,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:focus .item-wrapper .card-title,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:hover .item-wrapper .card-title_2,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:focus .item-wrapper .card-title_2 {
  color: #ffffff;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .card-text,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .card-text,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .card-text_2,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .card-text_2 {
  color: #ffffff;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 570px;
  padding: 32px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-title,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text,
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .card_1::after {
  background-color: #b593ff;
}
.cid-uTxXcUHXnS .card-wrapper .items-wrapper .item .card_2::after {
  background-color: #ffffff;
}
.cid-uTxXcUHXnS .mbr-section-title {
  color: #ffffff;
}
.cid-uTxXcUHXnS .card-title {
  color: #ffffff;
}
.cid-uTxXcUHXnS .card-text {
  color: #ffffff;
}
.cid-uTxXcUHXnS .card-title_2 {
  color: #2c2c26;
}
.cid-uTxXcUHXnS .card-text_2 {
  color: #2c2c26;
}
.cid-uTxXcXIZMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXcXIZMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXcXIZMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXcXIZMO .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXcXIZMO .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXcXIZMO .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXcXIZMO .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXcXIZMO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXcXIZMO .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXcYbQZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXcYbQZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXcYbQZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXcYbQZj .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXcYbQZj .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXcYbQZj .item {
  margin-bottom: 40px;
}
.cid-uTxXcYbQZj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXcYbQZj .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXcYbQZj .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXcYbQZj .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXcYbQZj .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXcYbQZj .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXcYbQZj .item-title,
.cid-uTxXcYbQZj .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXcYbQZj .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXcYbQZj .item-text,
.cid-uTxXcYbQZj .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXcZiyMI .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXcZiyMI .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXcZiyMI .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXcZiyMI .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXcZiyMI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXcZiyMI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXcZiyMI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXcZiyMI .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXcZiyMI .dropdown-item:hover,
.cid-uTxXcZiyMI .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXcZiyMI .dropdown-item:hover span {
  color: white;
}
.cid-uTxXcZiyMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXcZiyMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXcZiyMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXcZiyMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXcZiyMI .nav-link {
  position: relative;
}
.cid-uTxXcZiyMI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXcZiyMI .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXcZiyMI .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXcZiyMI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXcZiyMI .dropdown-menu,
.cid-uTxXcZiyMI .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXcZiyMI .nav-item:focus,
.cid-uTxXcZiyMI .nav-link:focus {
  outline: none;
}
.cid-uTxXcZiyMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXcZiyMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXcZiyMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXcZiyMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXcZiyMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXcZiyMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXcZiyMI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXcZiyMI .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXcZiyMI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXcZiyMI .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXcZiyMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXcZiyMI .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXcZiyMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXcZiyMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXcZiyMI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXcZiyMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXcZiyMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXcZiyMI .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-uTxXcZiyMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXcZiyMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXcZiyMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXcZiyMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXcZiyMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXcZiyMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXcZiyMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXcZiyMI .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-uTxXcZiyMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXcZiyMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXcZiyMI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXcZiyMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXcZiyMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXcZiyMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXcZiyMI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXcZiyMI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXcZiyMI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXcZiyMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXcZiyMI .navbar-brand .navbar-caption:hover,
.cid-uTxXcZiyMI .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXcZiyMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXcZiyMI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXcZiyMI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXcZiyMI .dropdown-item.active,
.cid-uTxXcZiyMI .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXcZiyMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXcZiyMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXcZiyMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXcZiyMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXcZiyMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXcZiyMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXcZiyMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXcZiyMI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXcZiyMI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXcZiyMI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXcZiyMI .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXcZiyMI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXcZiyMI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXcZiyMI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXcZiyMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXcZiyMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXcZiyMI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXcZiyMI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXcZiyMI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXcZiyMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXcZiyMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXcZiyMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXcZiyMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXcZiyMI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXcZiyMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXcZiyMI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXcZiyMI .navbar {
    height: 70px;
  }
  .cid-uTxXcZiyMI .navbar.opened {
    height: auto;
  }
  .cid-uTxXcZiyMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXcZiyMI .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXcZiyMI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXcZiyMI .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXcZiyMI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXcZiyMI .nav-item .nav-link:hover,
.cid-uTxXcZiyMI .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXcZiyMI .nav-item .nav-link:hover::after,
.cid-uTxXcZiyMI .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXcZiyMI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXcZiyMI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXcZiyMI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXcZiyMI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXcZiyMI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXcZiyMI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXcZiyMI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXcZiyMI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXcZiyMI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXcZiyMI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXcZiyMI .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXf9ZcFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXf9ZcFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXf9ZcFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXf9ZcFu .row {
  justify-content: space-between;
}
.cid-uTxXf9ZcFu .card {
  justify-content: center;
}
.cid-uTxXf9ZcFu .title-wrapper {
  margin-bottom: 40px;
}
.cid-uTxXf9ZcFu .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTxXf9ZcFu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTxXf9ZcFu .mbr-section-btn .btn::after,
.cid-uTxXf9ZcFu .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTxXf9ZcFu .mbr-section-btn .btn:hover,
.cid-uTxXf9ZcFu .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTxXf9ZcFu .mbr-section-btn .btn:hover::after,
.cid-uTxXf9ZcFu .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTxXf9ZcFu .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uTxXf9ZcFu .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uTxXf9ZcFu .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTxXf9ZcFu .image-wrapper img {
    height: 350px;
  }
}
.cid-uTxXf9ZcFu .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uTxXf9ZcFu .text-wrapper {
    padding-left: 0;
  }
}
.cid-uTxXf9ZcFu .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXf9ZcFu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uTxXf9ZcFu .mbr-section-title {
  color: #ffffff;
}
.cid-uTxXf9ZcFu .mbr-tag {
  color: #ffffff;
}
.cid-uTxXf9ZcFu .mbr-text {
  color: #c7c7c7;
}
.cid-uTxXf9ZcFu .mbr-section-title,
.cid-uTxXf9ZcFu .main-btn {
  color: #19171c;
}
.cid-uTxXf9ZcFu .mbr-text,
.cid-uTxXf9ZcFu .text-wrap,
.cid-uTxXf9ZcFu .mbr-section-btn {
  color: #19171c;
}
.cid-uTxXfcg7LM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXfcg7LM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXfcg7LM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXfcg7LM .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXfcg7LM .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXfcg7LM .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXfcg7LM .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXfcg7LM .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXfcg7LM .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXfcJLxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXfcJLxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXfcJLxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXfcJLxF .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXfcJLxF .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXfcJLxF .item {
  margin-bottom: 40px;
}
.cid-uTxXfcJLxF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXfcJLxF .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXfcJLxF .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXfcJLxF .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXfcJLxF .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXfcJLxF .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXfcJLxF .item-title,
.cid-uTxXfcJLxF .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXfcJLxF .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXfcJLxF .item-text,
.cid-uTxXfcJLxF .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXfdQA9u .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXfdQA9u .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXfdQA9u .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXfdQA9u .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXfdQA9u .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXfdQA9u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXfdQA9u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXfdQA9u .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXfdQA9u .dropdown-item:hover,
.cid-uTxXfdQA9u .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXfdQA9u .dropdown-item:hover span {
  color: white;
}
.cid-uTxXfdQA9u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXfdQA9u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXfdQA9u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXfdQA9u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXfdQA9u .nav-link {
  position: relative;
}
.cid-uTxXfdQA9u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXfdQA9u .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXfdQA9u .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXfdQA9u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXfdQA9u .dropdown-menu,
.cid-uTxXfdQA9u .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXfdQA9u .nav-item:focus,
.cid-uTxXfdQA9u .nav-link:focus {
  outline: none;
}
.cid-uTxXfdQA9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXfdQA9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXfdQA9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXfdQA9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXfdQA9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXfdQA9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXfdQA9u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXfdQA9u .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXfdQA9u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXfdQA9u .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXfdQA9u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXfdQA9u .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXfdQA9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXfdQA9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXfdQA9u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXfdQA9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXfdQA9u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXfdQA9u .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-uTxXfdQA9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXfdQA9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXfdQA9u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXfdQA9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXfdQA9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXfdQA9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXfdQA9u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXfdQA9u .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-uTxXfdQA9u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXfdQA9u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXfdQA9u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXfdQA9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXfdQA9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXfdQA9u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXfdQA9u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXfdQA9u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXfdQA9u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXfdQA9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXfdQA9u .navbar-brand .navbar-caption:hover,
.cid-uTxXfdQA9u .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXfdQA9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXfdQA9u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXfdQA9u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXfdQA9u .dropdown-item.active,
.cid-uTxXfdQA9u .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXfdQA9u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXfdQA9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXfdQA9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXfdQA9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXfdQA9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXfdQA9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXfdQA9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXfdQA9u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXfdQA9u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXfdQA9u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXfdQA9u .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXfdQA9u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXfdQA9u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXfdQA9u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXfdQA9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXfdQA9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXfdQA9u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXfdQA9u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXfdQA9u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXfdQA9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXfdQA9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXfdQA9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXfdQA9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXfdQA9u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXfdQA9u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXfdQA9u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXfdQA9u .navbar {
    height: 70px;
  }
  .cid-uTxXfdQA9u .navbar.opened {
    height: auto;
  }
  .cid-uTxXfdQA9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXfdQA9u .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXfdQA9u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXfdQA9u .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXfdQA9u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXfdQA9u .nav-item .nav-link:hover,
.cid-uTxXfdQA9u .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXfdQA9u .nav-item .nav-link:hover::after,
.cid-uTxXfdQA9u .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXfdQA9u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXfdQA9u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXfdQA9u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXfdQA9u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXfdQA9u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXfdQA9u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXfdQA9u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXfdQA9u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXfdQA9u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXfdQA9u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXfdQA9u .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXhCQHSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXhCQHSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXhCQHSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXhCQHSq .row {
  margin: 0 -20px;
}
.cid-uTxXhCQHSq .card {
  padding: 0 20px;
}
.cid-uTxXhCQHSq .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxXhCQHSq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .image-wrapper img {
    height: 350px;
  }
}
.cid-uTxXhCQHSq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uTxXhCQHSq .mbr-section-btn .btn::after,
.cid-uTxXhCQHSq .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTxXhCQHSq .mbr-section-btn .btn:hover,
.cid-uTxXhCQHSq .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTxXhCQHSq .mbr-section-btn .btn:hover::after,
.cid-uTxXhCQHSq .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTxXhCQHSq .card-wrapper {
  background-color: #ffffff;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .cid-uTxXhCQHSq .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXhCQHSq .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .card-wrapper {
    padding: 20px;
  }
}
.cid-uTxXhCQHSq .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTxXhCQHSq .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxXhCQHSq .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTxXhCQHSq .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uTxXhCQHSq .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-uTxXhCQHSq .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uTxXhCQHSq .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uTxXhCQHSq .mbr-section-title {
  color: #ffffff;
}
.cid-uTxXhCQHSq .mbr-section-subtitle {
  color: #19171c;
}
.cid-uTxXhCQHSq .mbr-tag {
  color: #adadad;
}
.cid-uTxXhCQHSq .mbr-text {
  color: #c7c7c7;
}
.cid-uTxXhCQHSq .mbr-text,
.cid-uTxXhCQHSq .text-wrap,
.cid-uTxXhCQHSq .mbr-section-btn {
  color: #19171c;
}
.cid-uTxXhEznsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXhEznsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXhEznsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXhEznsj .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXhEznsj .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXhEznsj .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXhEznsj .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXhEznsj .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXhEznsj .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXhF0vPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXhF0vPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXhF0vPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXhF0vPd .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXhF0vPd .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXhF0vPd .item {
  margin-bottom: 40px;
}
.cid-uTxXhF0vPd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXhF0vPd .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXhF0vPd .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXhF0vPd .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXhF0vPd .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXhF0vPd .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXhF0vPd .item-title,
.cid-uTxXhF0vPd .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXhF0vPd .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXhF0vPd .item-text,
.cid-uTxXhF0vPd .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXhGd7Dc .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXhGd7Dc .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXhGd7Dc .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXhGd7Dc .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXhGd7Dc .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXhGd7Dc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXhGd7Dc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXhGd7Dc .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXhGd7Dc .dropdown-item:hover,
.cid-uTxXhGd7Dc .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXhGd7Dc .dropdown-item:hover span {
  color: white;
}
.cid-uTxXhGd7Dc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXhGd7Dc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXhGd7Dc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXhGd7Dc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXhGd7Dc .nav-link {
  position: relative;
}
.cid-uTxXhGd7Dc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXhGd7Dc .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXhGd7Dc .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXhGd7Dc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXhGd7Dc .dropdown-menu,
.cid-uTxXhGd7Dc .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXhGd7Dc .nav-item:focus,
.cid-uTxXhGd7Dc .nav-link:focus {
  outline: none;
}
.cid-uTxXhGd7Dc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXhGd7Dc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXhGd7Dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXhGd7Dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXhGd7Dc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXhGd7Dc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXhGd7Dc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXhGd7Dc .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXhGd7Dc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXhGd7Dc .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXhGd7Dc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXhGd7Dc .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXhGd7Dc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXhGd7Dc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXhGd7Dc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXhGd7Dc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXhGd7Dc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXhGd7Dc .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-uTxXhGd7Dc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXhGd7Dc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXhGd7Dc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXhGd7Dc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXhGd7Dc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXhGd7Dc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXhGd7Dc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXhGd7Dc .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-uTxXhGd7Dc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXhGd7Dc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXhGd7Dc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXhGd7Dc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXhGd7Dc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXhGd7Dc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXhGd7Dc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXhGd7Dc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXhGd7Dc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXhGd7Dc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXhGd7Dc .navbar-brand .navbar-caption:hover,
.cid-uTxXhGd7Dc .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXhGd7Dc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXhGd7Dc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXhGd7Dc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXhGd7Dc .dropdown-item.active,
.cid-uTxXhGd7Dc .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXhGd7Dc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXhGd7Dc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXhGd7Dc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXhGd7Dc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXhGd7Dc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXhGd7Dc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXhGd7Dc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXhGd7Dc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXhGd7Dc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXhGd7Dc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXhGd7Dc .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXhGd7Dc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXhGd7Dc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXhGd7Dc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXhGd7Dc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXhGd7Dc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXhGd7Dc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXhGd7Dc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXhGd7Dc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXhGd7Dc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXhGd7Dc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXhGd7Dc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXhGd7Dc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXhGd7Dc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXhGd7Dc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXhGd7Dc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXhGd7Dc .navbar {
    height: 70px;
  }
  .cid-uTxXhGd7Dc .navbar.opened {
    height: auto;
  }
  .cid-uTxXhGd7Dc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXhGd7Dc .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXhGd7Dc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXhGd7Dc .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXhGd7Dc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXhGd7Dc .nav-item .nav-link:hover,
.cid-uTxXhGd7Dc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXhGd7Dc .nav-item .nav-link:hover::after,
.cid-uTxXhGd7Dc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXhGd7Dc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXhGd7Dc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXhGd7Dc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXhGd7Dc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXhGd7Dc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXhGd7Dc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXhGd7Dc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXhGd7Dc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXhGd7Dc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXhGd7Dc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXhGd7Dc .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXktcPzI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXktcPzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXktcPzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXktcPzI .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXktcPzI .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uTxXktcPzI .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uTxXktcPzI .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uTxXktcPzI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTxXktcPzI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTxXktcPzI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTxXktcPzI .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-uTxXktcPzI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uTxXktcPzI .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uTxXktcPzI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTxXktcPzI .mbr-section-title {
  color: #19171c;
}
.cid-uTxXktcPzI .panel-title {
  color: #19171c;
}
.cid-uTxXktcPzI .panel-text {
  color: #19171c;
}
.cid-uTxXku15RB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXku15RB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXku15RB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXku15RB .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXku15RB .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXku15RB .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXku15RB .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXku15RB .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXku15RB .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXkusQb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXkusQb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXkusQb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXkusQb2 .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXkusQb2 .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXkusQb2 .item {
  margin-bottom: 40px;
}
.cid-uTxXkusQb2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXkusQb2 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXkusQb2 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXkusQb2 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXkusQb2 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXkusQb2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXkusQb2 .item-title,
.cid-uTxXkusQb2 .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXkusQb2 .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXkusQb2 .item-text,
.cid-uTxXkusQb2 .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXkvxHUD .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXkvxHUD .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXkvxHUD .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXkvxHUD .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXkvxHUD .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXkvxHUD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXkvxHUD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXkvxHUD .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXkvxHUD .dropdown-item:hover,
.cid-uTxXkvxHUD .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXkvxHUD .dropdown-item:hover span {
  color: white;
}
.cid-uTxXkvxHUD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXkvxHUD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXkvxHUD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXkvxHUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXkvxHUD .nav-link {
  position: relative;
}
.cid-uTxXkvxHUD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXkvxHUD .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXkvxHUD .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXkvxHUD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXkvxHUD .dropdown-menu,
.cid-uTxXkvxHUD .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXkvxHUD .nav-item:focus,
.cid-uTxXkvxHUD .nav-link:focus {
  outline: none;
}
.cid-uTxXkvxHUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXkvxHUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXkvxHUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXkvxHUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXkvxHUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXkvxHUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXkvxHUD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXkvxHUD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXkvxHUD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXkvxHUD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXkvxHUD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXkvxHUD .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXkvxHUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXkvxHUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXkvxHUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXkvxHUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXkvxHUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXkvxHUD .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-uTxXkvxHUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXkvxHUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXkvxHUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXkvxHUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXkvxHUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXkvxHUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXkvxHUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXkvxHUD .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-uTxXkvxHUD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXkvxHUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXkvxHUD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXkvxHUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXkvxHUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXkvxHUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXkvxHUD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXkvxHUD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXkvxHUD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXkvxHUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXkvxHUD .navbar-brand .navbar-caption:hover,
.cid-uTxXkvxHUD .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXkvxHUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXkvxHUD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXkvxHUD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXkvxHUD .dropdown-item.active,
.cid-uTxXkvxHUD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXkvxHUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXkvxHUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXkvxHUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXkvxHUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXkvxHUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXkvxHUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXkvxHUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXkvxHUD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXkvxHUD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXkvxHUD .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXkvxHUD .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXkvxHUD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXkvxHUD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXkvxHUD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXkvxHUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXkvxHUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXkvxHUD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXkvxHUD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXkvxHUD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXkvxHUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXkvxHUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXkvxHUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXkvxHUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXkvxHUD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXkvxHUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXkvxHUD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXkvxHUD .navbar {
    height: 70px;
  }
  .cid-uTxXkvxHUD .navbar.opened {
    height: auto;
  }
  .cid-uTxXkvxHUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXkvxHUD .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXkvxHUD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXkvxHUD .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXkvxHUD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXkvxHUD .nav-item .nav-link:hover,
.cid-uTxXkvxHUD .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXkvxHUD .nav-item .nav-link:hover::after,
.cid-uTxXkvxHUD .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXkvxHUD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXkvxHUD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXkvxHUD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXkvxHUD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXkvxHUD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXkvxHUD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXkvxHUD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXkvxHUD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXkvxHUD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXkvxHUD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXkvxHUD .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxXvKOnWK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f1f3;
}
.cid-uTxXvKOnWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXvKOnWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXvKOnWK .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXvKOnWK .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTxXvKOnWK .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTxXvKOnWK .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxXvKOnWK .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTxXvKOnWK .mbr-desc,
.cid-uTxXvKOnWK .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uTxXvKOnWK .mbr-text,
.cid-uTxXvKOnWK .icon-wrapper {
  text-align: center;
  color: #19171c;
}
.cid-uTxXn2uRAm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXn2uRAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXn2uRAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXn2uRAm .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxXn2uRAm .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXn2uRAm .card-wrapper {
    padding: 0;
  }
}
.cid-uTxXn2uRAm .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxXn2uRAm .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXn2uRAm .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxXn2VRNt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXn2VRNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXn2VRNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXn2VRNt .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxXn2VRNt .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxXn2VRNt .item {
  margin-bottom: 40px;
}
.cid-uTxXn2VRNt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxXn2VRNt .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxXn2VRNt .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxXn2VRNt .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxXn2VRNt .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxXn2VRNt .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxXn2VRNt .item-title,
.cid-uTxXn2VRNt .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxXn2VRNt .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxXn2VRNt .item-text,
.cid-uTxXn2VRNt .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxXn23vVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxXn23vVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxXn23vVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxXn23vVs .card {
  justify-content: center;
}
.cid-uTxXn23vVs .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTxXn23vVs .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTxXn23vVs .image-wrapper img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 1440px) {
  .cid-uTxXn23vVs .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXn23vVs .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXn23vVs .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uTxXn23vVs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTxXn23vVs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTxXn23vVs .form-wrapper .form-wrap {
  display: inline-flex;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uTxXn23vVs .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 17px 20px;
  border: none !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #19171c;
  transition: all .3s ease;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  padding: 20px;
  min-height: 120px;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #19171c;
  border-color: #19171c;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTxXn23vVs .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uTxXn23vVs .mbr-section-title {
  color: #19171c;
}
.cid-uTxXn23vVs .mbr-text,
.cid-uTxXn23vVs .text-wrapper {
  color: #19171c;
}
.cid-uTxXn23vVs label {
  color: #19171c;
}
.cid-uTxXn44iPr .navbar-dropdown {
  position: relative !important;
}
.cid-uTxXn44iPr .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxXn44iPr .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxXn44iPr .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxXn44iPr .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxXn44iPr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXn44iPr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxXn44iPr .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxXn44iPr .dropdown-item:hover,
.cid-uTxXn44iPr .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxXn44iPr .dropdown-item:hover span {
  color: white;
}
.cid-uTxXn44iPr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxXn44iPr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxXn44iPr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxXn44iPr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxXn44iPr .nav-link {
  position: relative;
}
.cid-uTxXn44iPr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxXn44iPr .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxXn44iPr .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxXn44iPr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxXn44iPr .dropdown-menu,
.cid-uTxXn44iPr .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxXn44iPr .nav-item:focus,
.cid-uTxXn44iPr .nav-link:focus {
  outline: none;
}
.cid-uTxXn44iPr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxXn44iPr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxXn44iPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxXn44iPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxXn44iPr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxXn44iPr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxXn44iPr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXn44iPr .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxXn44iPr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxXn44iPr .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxXn44iPr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxXn44iPr .navbar.collapsed {
  justify-content: center;
}
.cid-uTxXn44iPr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxXn44iPr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxXn44iPr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxXn44iPr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxXn44iPr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxXn44iPr .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-uTxXn44iPr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxXn44iPr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxXn44iPr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxXn44iPr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxXn44iPr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxXn44iPr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxXn44iPr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxXn44iPr .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-uTxXn44iPr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxXn44iPr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxXn44iPr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxXn44iPr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxXn44iPr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxXn44iPr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxXn44iPr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxXn44iPr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxXn44iPr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxXn44iPr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxXn44iPr .navbar-brand .navbar-caption:hover,
.cid-uTxXn44iPr .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXn44iPr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxXn44iPr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxXn44iPr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxXn44iPr .dropdown-item.active,
.cid-uTxXn44iPr .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxXn44iPr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxXn44iPr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxXn44iPr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxXn44iPr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxXn44iPr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxXn44iPr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxXn44iPr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxXn44iPr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxXn44iPr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxXn44iPr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxXn44iPr .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxXn44iPr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxXn44iPr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxXn44iPr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxXn44iPr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxXn44iPr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxXn44iPr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXn44iPr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxXn44iPr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxXn44iPr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXn44iPr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxXn44iPr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxXn44iPr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxXn44iPr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxXn44iPr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxXn44iPr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxXn44iPr .navbar {
    height: 70px;
  }
  .cid-uTxXn44iPr .navbar.opened {
    height: auto;
  }
  .cid-uTxXn44iPr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxXn44iPr .navbar-nav {
  margin: 0 auto;
}
.cid-uTxXn44iPr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxXn44iPr .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxXn44iPr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxXn44iPr .nav-item .nav-link:hover,
.cid-uTxXn44iPr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxXn44iPr .nav-item .nav-link:hover::after,
.cid-uTxXn44iPr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxXn44iPr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxXn44iPr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxXn44iPr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxXn44iPr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxXn44iPr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxXn44iPr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxXn44iPr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxXn44iPr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxXn44iPr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxXn44iPr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxXn44iPr .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxYWklueJ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxYWklueJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxYWklueJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxYWklueJ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTxYWklueJ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTxYWklueJ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTxYWklueJ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxYWklueJ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTxYWklueJ .mbr-desc,
.cid-uTxYWklueJ .desc-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uTxYWklueJ .mbr-text,
.cid-uTxYWklueJ .icon-wrapper {
  text-align: left;
  color: #19171c;
}
.cid-uTxYQHhRdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxYQHhRdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxYQHhRdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxYQHhRdm .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxYQHhRdm .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxYQHhRdm .card-wrapper {
    padding: 0;
  }
}
.cid-uTxYQHhRdm .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxYQHhRdm .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxYQHhRdm .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxYQHGleE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxYQHGleE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxYQHGleE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxYQHGleE .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxYQHGleE .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxYQHGleE .item {
  margin-bottom: 40px;
}
.cid-uTxYQHGleE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxYQHGleE .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxYQHGleE .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxYQHGleE .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxYQHGleE .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxYQHGleE .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxYQHGleE .item-title,
.cid-uTxYQHGleE .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxYQHGleE .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxYQHGleE .item-text,
.cid-uTxYQHGleE .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxYQIzXAl .navbar-dropdown {
  position: relative !important;
}
.cid-uTxYQIzXAl .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxYQIzXAl .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxYQIzXAl .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxYQIzXAl .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxYQIzXAl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxYQIzXAl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxYQIzXAl .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxYQIzXAl .dropdown-item:hover,
.cid-uTxYQIzXAl .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxYQIzXAl .dropdown-item:hover span {
  color: white;
}
.cid-uTxYQIzXAl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxYQIzXAl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxYQIzXAl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxYQIzXAl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxYQIzXAl .nav-link {
  position: relative;
}
.cid-uTxYQIzXAl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxYQIzXAl .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxYQIzXAl .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxYQIzXAl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxYQIzXAl .dropdown-menu,
.cid-uTxYQIzXAl .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxYQIzXAl .nav-item:focus,
.cid-uTxYQIzXAl .nav-link:focus {
  outline: none;
}
.cid-uTxYQIzXAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxYQIzXAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxYQIzXAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxYQIzXAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxYQIzXAl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxYQIzXAl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxYQIzXAl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxYQIzXAl .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxYQIzXAl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxYQIzXAl .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxYQIzXAl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxYQIzXAl .navbar.collapsed {
  justify-content: center;
}
.cid-uTxYQIzXAl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxYQIzXAl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxYQIzXAl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxYQIzXAl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxYQIzXAl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxYQIzXAl .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-uTxYQIzXAl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxYQIzXAl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxYQIzXAl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxYQIzXAl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxYQIzXAl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxYQIzXAl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxYQIzXAl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxYQIzXAl .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-uTxYQIzXAl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxYQIzXAl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxYQIzXAl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxYQIzXAl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxYQIzXAl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxYQIzXAl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxYQIzXAl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxYQIzXAl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxYQIzXAl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxYQIzXAl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxYQIzXAl .navbar-brand .navbar-caption:hover,
.cid-uTxYQIzXAl .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxYQIzXAl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxYQIzXAl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxYQIzXAl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxYQIzXAl .dropdown-item.active,
.cid-uTxYQIzXAl .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxYQIzXAl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxYQIzXAl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxYQIzXAl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxYQIzXAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxYQIzXAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxYQIzXAl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxYQIzXAl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxYQIzXAl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxYQIzXAl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxYQIzXAl .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxYQIzXAl .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxYQIzXAl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxYQIzXAl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxYQIzXAl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxYQIzXAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxYQIzXAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxYQIzXAl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxYQIzXAl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxYQIzXAl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxYQIzXAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxYQIzXAl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxYQIzXAl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxYQIzXAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxYQIzXAl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxYQIzXAl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxYQIzXAl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxYQIzXAl .navbar {
    height: 70px;
  }
  .cid-uTxYQIzXAl .navbar.opened {
    height: auto;
  }
  .cid-uTxYQIzXAl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxYQIzXAl .navbar-nav {
  margin: 0 auto;
}
.cid-uTxYQIzXAl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxYQIzXAl .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxYQIzXAl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxYQIzXAl .nav-item .nav-link:hover,
.cid-uTxYQIzXAl .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxYQIzXAl .nav-item .nav-link:hover::after,
.cid-uTxYQIzXAl .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxYQIzXAl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxYQIzXAl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxYQIzXAl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxYQIzXAl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxYQIzXAl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxYQIzXAl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxYQIzXAl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxYQIzXAl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxYQIzXAl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxYQIzXAl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxYQIzXAl .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxZC8bt0G {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZC8bt0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZC8bt0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZC8bt0G .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTxZC8bt0G .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTxZC8bt0G .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTxZC8bt0G .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxZC8bt0G .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTxZC8bt0G .mbr-desc,
.cid-uTxZC8bt0G .desc-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uTxZC8bt0G .mbr-text,
.cid-uTxZC8bt0G .icon-wrapper {
  text-align: left;
  color: #19171c;
}
.cid-uTxZC8NYJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZC8NYJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZC8NYJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZC8NYJA .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxZC8NYJA .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZC8NYJA .card-wrapper {
    padding: 0;
  }
}
.cid-uTxZC8NYJA .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxZC8NYJA .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZC8NYJA .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxZC9e8lW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZC9e8lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZC9e8lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZC9e8lW .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxZC9e8lW .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxZC9e8lW .item {
  margin-bottom: 40px;
}
.cid-uTxZC9e8lW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxZC9e8lW .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxZC9e8lW .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxZC9e8lW .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxZC9e8lW .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxZC9e8lW .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxZC9e8lW .item-title,
.cid-uTxZC9e8lW .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxZC9e8lW .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxZC9e8lW .item-text,
.cid-uTxZC9e8lW .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxZCaeQy7 .navbar-dropdown {
  position: relative !important;
}
.cid-uTxZCaeQy7 .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxZCaeQy7 .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxZCaeQy7 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZCaeQy7 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxZCaeQy7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxZCaeQy7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxZCaeQy7 .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxZCaeQy7 .dropdown-item:hover,
.cid-uTxZCaeQy7 .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxZCaeQy7 .dropdown-item:hover span {
  color: white;
}
.cid-uTxZCaeQy7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxZCaeQy7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxZCaeQy7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxZCaeQy7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxZCaeQy7 .nav-link {
  position: relative;
}
.cid-uTxZCaeQy7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxZCaeQy7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxZCaeQy7 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxZCaeQy7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxZCaeQy7 .dropdown-menu,
.cid-uTxZCaeQy7 .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxZCaeQy7 .nav-item:focus,
.cid-uTxZCaeQy7 .nav-link:focus {
  outline: none;
}
.cid-uTxZCaeQy7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxZCaeQy7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxZCaeQy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxZCaeQy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxZCaeQy7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxZCaeQy7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxZCaeQy7 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxZCaeQy7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxZCaeQy7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxZCaeQy7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxZCaeQy7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxZCaeQy7 .navbar.collapsed {
  justify-content: center;
}
.cid-uTxZCaeQy7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxZCaeQy7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxZCaeQy7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxZCaeQy7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxZCaeQy7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxZCaeQy7 .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-uTxZCaeQy7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxZCaeQy7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxZCaeQy7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxZCaeQy7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxZCaeQy7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxZCaeQy7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxZCaeQy7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxZCaeQy7 .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-uTxZCaeQy7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxZCaeQy7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxZCaeQy7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxZCaeQy7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxZCaeQy7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxZCaeQy7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxZCaeQy7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxZCaeQy7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxZCaeQy7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxZCaeQy7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxZCaeQy7 .navbar-brand .navbar-caption:hover,
.cid-uTxZCaeQy7 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxZCaeQy7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxZCaeQy7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxZCaeQy7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxZCaeQy7 .dropdown-item.active,
.cid-uTxZCaeQy7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxZCaeQy7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxZCaeQy7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxZCaeQy7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxZCaeQy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxZCaeQy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxZCaeQy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxZCaeQy7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxZCaeQy7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxZCaeQy7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxZCaeQy7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxZCaeQy7 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxZCaeQy7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxZCaeQy7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxZCaeQy7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxZCaeQy7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxZCaeQy7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxZCaeQy7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxZCaeQy7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxZCaeQy7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxZCaeQy7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxZCaeQy7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxZCaeQy7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxZCaeQy7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxZCaeQy7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxZCaeQy7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxZCaeQy7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxZCaeQy7 .navbar {
    height: 70px;
  }
  .cid-uTxZCaeQy7 .navbar.opened {
    height: auto;
  }
  .cid-uTxZCaeQy7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxZCaeQy7 .navbar-nav {
  margin: 0 auto;
}
.cid-uTxZCaeQy7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxZCaeQy7 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxZCaeQy7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxZCaeQy7 .nav-item .nav-link:hover,
.cid-uTxZCaeQy7 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxZCaeQy7 .nav-item .nav-link:hover::after,
.cid-uTxZCaeQy7 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxZCaeQy7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxZCaeQy7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxZCaeQy7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxZCaeQy7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxZCaeQy7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxZCaeQy7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxZCaeQy7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxZCaeQy7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxZCaeQy7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxZCaeQy7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxZCaeQy7 .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTxZRrawGb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZRrawGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZRrawGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZRrawGb .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTxZRrawGb .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTxZRrawGb .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTxZRrawGb .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxZRrawGb .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTxZRrawGb .mbr-desc,
.cid-uTxZRrawGb .desc-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uTxZRrawGb .mbr-text,
.cid-uTxZRrawGb .icon-wrapper {
  text-align: left;
  color: #19171c;
}
.cid-uTxZRrxbgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZRrxbgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZRrxbgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZRrxbgz .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTxZRrxbgz .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZRrxbgz .card-wrapper {
    padding: 0;
  }
}
.cid-uTxZRrxbgz .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTxZRrxbgz .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZRrxbgz .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTxZRrR9x0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTxZRrR9x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxZRrR9x0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxZRrR9x0 .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTxZRrR9x0 .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTxZRrR9x0 .item {
  margin-bottom: 40px;
}
.cid-uTxZRrR9x0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTxZRrR9x0 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTxZRrR9x0 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTxZRrR9x0 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTxZRrR9x0 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTxZRrR9x0 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTxZRrR9x0 .item-title,
.cid-uTxZRrR9x0 .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTxZRrR9x0 .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTxZRrR9x0 .item-text,
.cid-uTxZRrR9x0 .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTxZRsvJkf .navbar-dropdown {
  position: relative !important;
}
.cid-uTxZRsvJkf .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTxZRsvJkf .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTxZRsvJkf .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTxZRsvJkf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTxZRsvJkf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxZRsvJkf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTxZRsvJkf .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTxZRsvJkf .dropdown-item:hover,
.cid-uTxZRsvJkf .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTxZRsvJkf .dropdown-item:hover span {
  color: white;
}
.cid-uTxZRsvJkf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxZRsvJkf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxZRsvJkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxZRsvJkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxZRsvJkf .nav-link {
  position: relative;
}
.cid-uTxZRsvJkf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTxZRsvJkf .container {
    flex-wrap: nowrap;
  }
}
.cid-uTxZRsvJkf .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTxZRsvJkf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTxZRsvJkf .dropdown-menu,
.cid-uTxZRsvJkf .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTxZRsvJkf .nav-item:focus,
.cid-uTxZRsvJkf .nav-link:focus {
  outline: none;
}
.cid-uTxZRsvJkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxZRsvJkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTxZRsvJkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxZRsvJkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxZRsvJkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxZRsvJkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxZRsvJkf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxZRsvJkf .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxZRsvJkf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTxZRsvJkf .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxZRsvJkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTxZRsvJkf .navbar.collapsed {
  justify-content: center;
}
.cid-uTxZRsvJkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxZRsvJkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxZRsvJkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxZRsvJkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxZRsvJkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxZRsvJkf .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-uTxZRsvJkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxZRsvJkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxZRsvJkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTxZRsvJkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTxZRsvJkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTxZRsvJkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTxZRsvJkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTxZRsvJkf .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-uTxZRsvJkf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTxZRsvJkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTxZRsvJkf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTxZRsvJkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTxZRsvJkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTxZRsvJkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTxZRsvJkf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTxZRsvJkf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTxZRsvJkf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTxZRsvJkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTxZRsvJkf .navbar-brand .navbar-caption:hover,
.cid-uTxZRsvJkf .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxZRsvJkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxZRsvJkf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTxZRsvJkf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTxZRsvJkf .dropdown-item.active,
.cid-uTxZRsvJkf .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxZRsvJkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxZRsvJkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxZRsvJkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxZRsvJkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTxZRsvJkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTxZRsvJkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTxZRsvJkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxZRsvJkf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTxZRsvJkf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTxZRsvJkf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTxZRsvJkf .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTxZRsvJkf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTxZRsvJkf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTxZRsvJkf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTxZRsvJkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTxZRsvJkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTxZRsvJkf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxZRsvJkf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTxZRsvJkf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTxZRsvJkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxZRsvJkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxZRsvJkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxZRsvJkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxZRsvJkf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTxZRsvJkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxZRsvJkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTxZRsvJkf .navbar {
    height: 70px;
  }
  .cid-uTxZRsvJkf .navbar.opened {
    height: auto;
  }
  .cid-uTxZRsvJkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxZRsvJkf .navbar-nav {
  margin: 0 auto;
}
.cid-uTxZRsvJkf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTxZRsvJkf .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxZRsvJkf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTxZRsvJkf .nav-item .nav-link:hover,
.cid-uTxZRsvJkf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTxZRsvJkf .nav-item .nav-link:hover::after,
.cid-uTxZRsvJkf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTxZRsvJkf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTxZRsvJkf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTxZRsvJkf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTxZRsvJkf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTxZRsvJkf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTxZRsvJkf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTxZRsvJkf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTxZRsvJkf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTxZRsvJkf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTxZRsvJkf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTxZRsvJkf .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTy045wbUk {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy045wbUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy045wbUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy045wbUk .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTy045wbUk .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTy045wbUk .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTy045wbUk .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTy045wbUk .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTy045wbUk .mbr-desc,
.cid-uTy045wbUk .desc-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uTy045wbUk .mbr-text,
.cid-uTy045wbUk .icon-wrapper {
  text-align: left;
  color: #19171c;
}
.cid-uTy045V60k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy045V60k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy045V60k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy045V60k .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTy045V60k .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTy045V60k .card-wrapper {
    padding: 0;
  }
}
.cid-uTy045V60k .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTy045V60k .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTy045V60k .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTy046e4PJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy046e4PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy046e4PJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy046e4PJ .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTy046e4PJ .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTy046e4PJ .item {
  margin-bottom: 40px;
}
.cid-uTy046e4PJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTy046e4PJ .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTy046e4PJ .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTy046e4PJ .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTy046e4PJ .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTy046e4PJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTy046e4PJ .item-title,
.cid-uTy046e4PJ .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTy046e4PJ .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTy046e4PJ .item-text,
.cid-uTy046e4PJ .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTy046S5qp .navbar-dropdown {
  position: relative !important;
}
.cid-uTy046S5qp .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTy046S5qp .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTy046S5qp .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTy046S5qp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTy046S5qp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTy046S5qp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTy046S5qp .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTy046S5qp .dropdown-item:hover,
.cid-uTy046S5qp .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTy046S5qp .dropdown-item:hover span {
  color: white;
}
.cid-uTy046S5qp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTy046S5qp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTy046S5qp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTy046S5qp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTy046S5qp .nav-link {
  position: relative;
}
.cid-uTy046S5qp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTy046S5qp .container {
    flex-wrap: nowrap;
  }
}
.cid-uTy046S5qp .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTy046S5qp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTy046S5qp .dropdown-menu,
.cid-uTy046S5qp .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTy046S5qp .nav-item:focus,
.cid-uTy046S5qp .nav-link:focus {
  outline: none;
}
.cid-uTy046S5qp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTy046S5qp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTy046S5qp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTy046S5qp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTy046S5qp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTy046S5qp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTy046S5qp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTy046S5qp .navbar.opened {
  transition: all 0.3s;
}
.cid-uTy046S5qp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTy046S5qp .navbar .navbar-logo img {
  width: auto;
}
.cid-uTy046S5qp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTy046S5qp .navbar.collapsed {
  justify-content: center;
}
.cid-uTy046S5qp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTy046S5qp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTy046S5qp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTy046S5qp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTy046S5qp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTy046S5qp .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-uTy046S5qp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTy046S5qp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTy046S5qp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTy046S5qp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTy046S5qp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTy046S5qp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTy046S5qp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTy046S5qp .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-uTy046S5qp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTy046S5qp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTy046S5qp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTy046S5qp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTy046S5qp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTy046S5qp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTy046S5qp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTy046S5qp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTy046S5qp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTy046S5qp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTy046S5qp .navbar-brand .navbar-caption:hover,
.cid-uTy046S5qp .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTy046S5qp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTy046S5qp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTy046S5qp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTy046S5qp .dropdown-item.active,
.cid-uTy046S5qp .dropdown-item:active {
  background-color: transparent;
}
.cid-uTy046S5qp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTy046S5qp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTy046S5qp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTy046S5qp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTy046S5qp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTy046S5qp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTy046S5qp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTy046S5qp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTy046S5qp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTy046S5qp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTy046S5qp .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTy046S5qp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTy046S5qp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTy046S5qp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTy046S5qp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTy046S5qp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTy046S5qp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTy046S5qp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTy046S5qp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTy046S5qp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTy046S5qp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTy046S5qp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTy046S5qp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTy046S5qp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTy046S5qp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTy046S5qp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTy046S5qp .navbar {
    height: 70px;
  }
  .cid-uTy046S5qp .navbar.opened {
    height: auto;
  }
  .cid-uTy046S5qp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTy046S5qp .navbar-nav {
  margin: 0 auto;
}
.cid-uTy046S5qp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTy046S5qp .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTy046S5qp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTy046S5qp .nav-item .nav-link:hover,
.cid-uTy046S5qp .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTy046S5qp .nav-item .nav-link:hover::after,
.cid-uTy046S5qp .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTy046S5qp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTy046S5qp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTy046S5qp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTy046S5qp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTy046S5qp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTy046S5qp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTy046S5qp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTy046S5qp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTy046S5qp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTy046S5qp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTy046S5qp .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uTy0j04Jow {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy0j04Jow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy0j04Jow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy0j04Jow .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uTy0j04Jow .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uTy0j04Jow .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uTy0j04Jow .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTy0j04Jow .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uTy0j04Jow .mbr-desc,
.cid-uTy0j04Jow .desc-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uTy0j04Jow .mbr-text,
.cid-uTy0j04Jow .icon-wrapper {
  text-align: left;
  color: #19171c;
}
.cid-uTy0j0FjTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy0j0FjTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy0j0FjTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy0j0FjTr .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTy0j0FjTr .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTy0j0FjTr .card-wrapper {
    padding: 0;
  }
}
.cid-uTy0j0FjTr .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uTy0j0FjTr .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uTy0j0FjTr .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uTy0j1w5Wt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uTy0j1w5Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTy0j1w5Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTy0j1w5Wt .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uTy0j1w5Wt .items-wrapper .item {
  padding: 0 40px;
}
.cid-uTy0j1w5Wt .item {
  margin-bottom: 40px;
}
.cid-uTy0j1w5Wt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTy0j1w5Wt .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uTy0j1w5Wt .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTy0j1w5Wt .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTy0j1w5Wt .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTy0j1w5Wt .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uTy0j1w5Wt .item-title,
.cid-uTy0j1w5Wt .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTy0j1w5Wt .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uTy0j1w5Wt .item-text,
.cid-uTy0j1w5Wt .mbr-section-btn {
  text-align: center;
  color: #19171c;
}
.cid-uTy0j2aY0H .navbar-dropdown {
  position: relative !important;
}
.cid-uTy0j2aY0H .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTy0j2aY0H .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTy0j2aY0H .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTy0j2aY0H .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTy0j2aY0H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTy0j2aY0H .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTy0j2aY0H .dropdown-item {
  border: none !important;
  background: #f2f1f3 !important;
}
.cid-uTy0j2aY0H .dropdown-item:hover,
.cid-uTy0j2aY0H .dropdown-item:focus {
  background: #f2f1f3 !important;
  color: #0f0f0f !important;
}
.cid-uTy0j2aY0H .dropdown-item:hover span {
  color: white;
}
.cid-uTy0j2aY0H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTy0j2aY0H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTy0j2aY0H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTy0j2aY0H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTy0j2aY0H .nav-link {
  position: relative;
}
.cid-uTy0j2aY0H .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTy0j2aY0H .container {
    flex-wrap: nowrap;
  }
}
.cid-uTy0j2aY0H .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTy0j2aY0H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTy0j2aY0H .dropdown-menu,
.cid-uTy0j2aY0H .navbar.opened {
  background: #f2f1f3 !important;
}
.cid-uTy0j2aY0H .nav-item:focus,
.cid-uTy0j2aY0H .nav-link:focus {
  outline: none;
}
.cid-uTy0j2aY0H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTy0j2aY0H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTy0j2aY0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTy0j2aY0H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTy0j2aY0H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTy0j2aY0H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTy0j2aY0H .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f2f1f3;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTy0j2aY0H .navbar.opened {
  transition: all 0.3s;
}
.cid-uTy0j2aY0H .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTy0j2aY0H .navbar .navbar-logo img {
  width: auto;
}
.cid-uTy0j2aY0H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTy0j2aY0H .navbar.collapsed {
  justify-content: center;
}
.cid-uTy0j2aY0H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTy0j2aY0H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTy0j2aY0H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTy0j2aY0H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTy0j2aY0H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTy0j2aY0H .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-uTy0j2aY0H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTy0j2aY0H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTy0j2aY0H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTy0j2aY0H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTy0j2aY0H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTy0j2aY0H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTy0j2aY0H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTy0j2aY0H .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-uTy0j2aY0H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTy0j2aY0H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTy0j2aY0H .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTy0j2aY0H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTy0j2aY0H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTy0j2aY0H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTy0j2aY0H .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTy0j2aY0H .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTy0j2aY0H .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTy0j2aY0H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTy0j2aY0H .navbar-brand .navbar-caption:hover,
.cid-uTy0j2aY0H .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTy0j2aY0H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTy0j2aY0H .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTy0j2aY0H .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTy0j2aY0H .dropdown-item.active,
.cid-uTy0j2aY0H .dropdown-item:active {
  background-color: transparent;
}
.cid-uTy0j2aY0H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTy0j2aY0H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTy0j2aY0H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTy0j2aY0H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f1f3;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTy0j2aY0H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTy0j2aY0H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTy0j2aY0H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTy0j2aY0H ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTy0j2aY0H ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTy0j2aY0H .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTy0j2aY0H .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTy0j2aY0H .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTy0j2aY0H .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTy0j2aY0H button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f2f1f3 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTy0j2aY0H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTy0j2aY0H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTy0j2aY0H button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTy0j2aY0H button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTy0j2aY0H button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTy0j2aY0H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTy0j2aY0H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTy0j2aY0H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTy0j2aY0H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTy0j2aY0H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTy0j2aY0H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTy0j2aY0H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTy0j2aY0H .navbar {
    height: 70px;
  }
  .cid-uTy0j2aY0H .navbar.opened {
    height: auto;
  }
  .cid-uTy0j2aY0H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTy0j2aY0H .navbar-nav {
  margin: 0 auto;
}
.cid-uTy0j2aY0H .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTy0j2aY0H .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTy0j2aY0H .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTy0j2aY0H .nav-item .nav-link:hover,
.cid-uTy0j2aY0H .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTy0j2aY0H .nav-item .nav-link:hover::after,
.cid-uTy0j2aY0H .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTy0j2aY0H .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTy0j2aY0H .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTy0j2aY0H .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTy0j2aY0H .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTy0j2aY0H .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTy0j2aY0H .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTy0j2aY0H .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTy0j2aY0H .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTy0j2aY0H .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTy0j2aY0H .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTy0j2aY0H .content-wrap {
  min-height: 110px;
}
.cid-uTy1PKCDDG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTy1PKCDDG .media-container-row .mbr-text {
  color: #ffffff;
}
