.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #880968 !important;
}
.bg-success {
  background-color: #008661 !important;
}
.bg-info {
  background-color: #880968 !important;
}
.bg-warning {
  background-color: #cc8400 !important;
}
.bg-danger {
  background-color: #c9000a !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #880968 !important;
  border-color: #880968 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #880968 !important;
  border-color: #880968 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #008661 !important;
  border-color: #008661 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9000a !important;
  border-color: #c9000a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #880968;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #880968;
  color: #880968;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #041537 !important;
  background-color: transparent !important;
  border-color: #041537 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #041537;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #880968 !important;
  border-color: #880968 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #880968;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #880968;
  color: #880968;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #072258 !important;
  background-color: transparent !important;
  border-color: #072258 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #072258;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #880968 !important;
  border-color: #880968 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #008661;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008661;
  color: #008661;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002f22 !important;
  background-color: transparent !important;
  border-color: #002f22 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #002f22;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008661 !important;
  border-color: #008661 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #cc8400;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc8400;
  color: #cc8400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #754c00 !important;
  background-color: transparent !important;
  border-color: #754c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #754c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #c9000a;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c9000a;
  color: #c9000a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #720006 !important;
  background-color: transparent !important;
  border-color: #720006 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #720006;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c9000a !important;
  border-color: #c9000a !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #880968 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #008661 !important;
}
.text-info {
  color: #880968 !important;
}
.text-warning {
  color: #cc8400 !important;
}
.text-danger {
  color: #c9000a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002017 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #061c49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #630005 !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: #880968;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #880968;
}
.alert-warning {
  background-color: #cc8400;
}
.alert-danger {
  background-color: #c9000a;
}
.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: #880968;
  border-color: #880968;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #880968;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2065f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #06ffba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #447ef1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdb99;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff969b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #880968 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #880968;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !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: #880968;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #880968;
}
.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: #880968;
  border-bottom-color: #880968;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #880968 !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: #f4f4f4 !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='%23093388' %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: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-v4Nc5ZPAZx .navbar-dropdown {
  position: relative !important;
}
.cid-v4Nc5ZPAZx .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4Nc5ZPAZx .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4Nc5ZPAZx .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-v4Nc5ZPAZx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4Nc5ZPAZx .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4Nc5ZPAZx .dropdown-item:hover,
.cid-v4Nc5ZPAZx .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4Nc5ZPAZx .dropdown-item:hover span {
  color: white;
}
.cid-v4Nc5ZPAZx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Nc5ZPAZx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Nc5ZPAZx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Nc5ZPAZx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Nc5ZPAZx .nav-link {
  position: relative;
}
.cid-v4Nc5ZPAZx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Nc5ZPAZx .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Nc5ZPAZx .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Nc5ZPAZx .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4Nc5ZPAZx .dropdown-menu,
.cid-v4Nc5ZPAZx .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4Nc5ZPAZx .nav-item:focus,
.cid-v4Nc5ZPAZx .nav-link:focus {
  outline: none;
}
.cid-v4Nc5ZPAZx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Nc5ZPAZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Nc5ZPAZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Nc5ZPAZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Nc5ZPAZx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Nc5ZPAZx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Nc5ZPAZx .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Nc5ZPAZx .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Nc5ZPAZx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4Nc5ZPAZx .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Nc5ZPAZx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Nc5ZPAZx .navbar.collapsed {
  justify-content: center;
}
.cid-v4Nc5ZPAZx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Nc5ZPAZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Nc5ZPAZx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Nc5ZPAZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Nc5ZPAZx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Nc5ZPAZx .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-v4Nc5ZPAZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Nc5ZPAZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Nc5ZPAZx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Nc5ZPAZx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Nc5ZPAZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Nc5ZPAZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Nc5ZPAZx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Nc5ZPAZx .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-v4Nc5ZPAZx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Nc5ZPAZx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Nc5ZPAZx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4Nc5ZPAZx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Nc5ZPAZx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Nc5ZPAZx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Nc5ZPAZx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Nc5ZPAZx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4Nc5ZPAZx .navbar-brand {
  min-height: 60px;
  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-v4Nc5ZPAZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Nc5ZPAZx .navbar-brand .navbar-caption:hover,
.cid-v4Nc5ZPAZx .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Nc5ZPAZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Nc5ZPAZx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Nc5ZPAZx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Nc5ZPAZx .dropdown-item.active,
.cid-v4Nc5ZPAZx .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Nc5ZPAZx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Nc5ZPAZx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Nc5ZPAZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Nc5ZPAZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nc5ZPAZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Nc5ZPAZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4Nc5ZPAZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Nc5ZPAZx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Nc5ZPAZx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4Nc5ZPAZx .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4Nc5ZPAZx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4Nc5ZPAZx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Nc5ZPAZx 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Nc5ZPAZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4Nc5ZPAZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Nc5ZPAZx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Nc5ZPAZx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Nc5ZPAZx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Nc5ZPAZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Nc5ZPAZx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Nc5ZPAZx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Nc5ZPAZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Nc5ZPAZx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Nc5ZPAZx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Nc5ZPAZx .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-v4Nc5ZPAZx .navbar {
    height: 70px;
  }
  .cid-v4Nc5ZPAZx .navbar.opened {
    height: auto;
  }
  .cid-v4Nc5ZPAZx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Nc5ZPAZx .navbar-nav {
  margin: 0 auto;
}
.cid-v4Nc5ZPAZx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Nc5ZPAZx .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4Nc5ZPAZx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Nc5ZPAZx .nav-item .nav-link:hover,
.cid-v4Nc5ZPAZx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4Nc5ZPAZx .nav-item .nav-link:hover::after,
.cid-v4Nc5ZPAZx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4Nc5ZPAZx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Nc5ZPAZx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Nc5ZPAZx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4Nc5ZPAZx .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Nc5ZPAZx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Nc5ZPAZx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Nc5ZPAZx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Nc5ZPAZx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Nc5ZPAZx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4Nc5ZPAZx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4Nc5ZPAZx .content-wrap {
  min-height: 60px;
}
.cid-v4Nc66UxYa {
  align-items: flex-end;
  background-image: url("../../../assets/images/enka-siber-guvenlik-189201-2000x1248.jpg");
}
.cid-v4Nc66UxYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nc66UxYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nc66UxYa .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Nc66UxYa .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v4Nc66UxYa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4Nc66UxYa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v4Nc66UxYa .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v4Nc66UxYa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Nc66UxYa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v4Nc66UxYa .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v4Nc66UxYa .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4Nc66UxYa .btn-wrapper {
  margin-top: -10%;
}
.cid-v4Nc66UxYa .mbr-section-title {
  color: #f4f4f4;
}
.cid-v4Nc66UxYa .mbr-text {
  color: #f4f4f4;
}
.cid-v4Nc66UxYa .item-title {
  color: #58595b;
}
.cid-v4Nc6FNZe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Nc6FNZe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nc6FNZe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nc6FNZe9 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper {
    display: block;
  }
}
.cid-v4Nc6FNZe9 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-v4Nc6FNZe9 .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-v4Nc6FNZe9 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #880968;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Nc6FNZe9 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Nc6FNZe9 .mbr-date {
  color: #f4f4f4;
}
.cid-v4Nc6FNZe9 .mbr-section-title {
  color: #f4f4f4;
}
.cid-v4Nc6FNZe9 .mbr-text {
  color: #d7d2d2;
}
.cid-v4Nc7cZHGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Nc7cZHGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nc7cZHGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nc7cZHGf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v4Nc7cZHGf .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4Nc7cZHGf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4Nc7cZHGf .items-wrapper {
  margin: 0 -5px;
}
.cid-v4Nc7cZHGf .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v4Nc7cZHGf .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ededee;
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4Nc7cZHGf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Nc7cZHGf .mbr-section-title {
  color: #880968;
}
.cid-v4Nc7cZHGf .item-title {
  color: #880968;
}
.cid-v4Nc7cZHGf .item-text {
  color: #58595b;
}
.cid-v4Ncr77E7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Ncr77E7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ncr77E7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ncr77E7z .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper {
    display: block;
  }
}
.cid-v4Ncr77E7z .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-v4Ncr77E7z .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-v4Ncr77E7z .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #880968;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-v4Ncr77E7z .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4Ncr77E7z .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-v4Ncr77E7z .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4Ncr77E7z .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4Ncr77E7z .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Ncr77E7z .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Ncr77E7z .mbr-date {
  color: #f4f4f4;
}
.cid-v4Ncr77E7z .mbr-section-title {
  color: #f4f4f4;
}
.cid-v4Ncr77E7z .mbr-text {
  color: #d7d2d2;
}
.cid-v4NcycRD7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-v4NcycRD7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NcycRD7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NcycRD7c .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4NcycRD7c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4NcycRD7c .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v4NcycRD7c .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NcycRD7c .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NcycRD7c .item {
    margin-bottom: 16px;
  }
}
.cid-v4NcycRD7c .item .item-wrapper {
  padding: 32px;
  background-color: #ededee;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-v4NcycRD7c .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-v4NcycRD7c .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-v4NcycRD7c .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-v4NcycRD7c .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-v4NcycRD7c .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v4NcycRD7c .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v4NcycRD7c .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v4NcycRD7c .main-btn {
    margin-top: 16px;
  }
}
.cid-v4NcycRD7c .btn-wrapper {
  margin-top: -5%;
}
.cid-v4NcycRD7c .mbr-section-title {
  color: #880968;
}
.cid-v4NcycRD7c .mbr-section-title,
.cid-v4NcycRD7c .main-btn {
  text-align: center;
}
.cid-v4NcycRD7c .item-title {
  color: #000c3f;
}
.cid-v4NcycRD7c .item-text {
  color: #353535;
}
.cid-v4NcycRD7c .item-number {
  color: #000c3f;
}
.cid-v4NcycRD7c .item-name {
  color: #353535;
}
.cid-v4Nczh1NVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Nczh1NVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nczh1NVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nczh1NVU .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #880968;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-v4Nczh1NVU .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-v4Nczh1NVU .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4Nczh1NVU .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #2f5298;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nczh1NVU .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-v4Nczh1NVU .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4Nczh1NVU .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4Nczh1NVU .panel-title-edit {
  color: #f4f4f4;
}
.cid-v4Nczh1NVU .panel-text {
  color: #d7d2d2;
}
.cid-v4NcBgke7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NcBgke7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NcBgke7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NcBgke7r .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NcBgke7r .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NcBgke7r .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NcBgke7r .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NcBSradC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NcBSradC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NcBSradC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NcBSradC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NcBSradC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NcBSradC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NcBSradC .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NcBSradC .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NcBSradC .item {
    margin-bottom: 20px;
  }
}
.cid-v4NcBSradC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NcBSradC .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NcBSradC .item .item-wrapper .card-box .card-title_1,
.cid-v4NcBSradC .item .item-wrapper .card-box .card-title_2,
.cid-v4NcBSradC .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NcBSradC .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NcBSradC .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NcBSradC .item .card_1 {
  background-color: #880968;
}
.cid-v4NcBSradC .item .card_2 {
  background-color: #880968;
}
.cid-v4NcBSradC .item .card_3 {
  background-color: #880968;
}
.cid-v4NcBSradC .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NcBSradC .mbr-section-title,
.cid-v4NcBSradC .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NcBSradC .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NcBSradC .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NcBSradC .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NcBSradC .card-title_1,
.cid-v4NcBSradC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NcBSradC .card-title_2,
.cid-v4NcBSradC .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NcBSradC .card-title_3,
.cid-v4NcBSradC .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NcCIA0sF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NcCIA0sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NcCIA0sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NcCIA0sF .row {
  justify-content: center;
}
.cid-v4NcCIA0sF .card {
  justify-content: center;
}
.cid-v4NcCIA0sF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NcCIA0sF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NcCIA0sF .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NcCIA0sF .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NcCIA0sF .nav-wrapper .list .item-wrap:hover,
.cid-v4NcCIA0sF .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NcCIA0sF .list,
.cid-v4NcCIA0sF .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4NjeF9e7E .navbar-dropdown {
  position: relative !important;
}
.cid-v4NjeF9e7E .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4NjeF9e7E .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4NjeF9e7E .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-v4NjeF9e7E .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4NjeF9e7E .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4NjeF9e7E .dropdown-item:hover,
.cid-v4NjeF9e7E .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4NjeF9e7E .dropdown-item:hover span {
  color: white;
}
.cid-v4NjeF9e7E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4NjeF9e7E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4NjeF9e7E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4NjeF9e7E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4NjeF9e7E .nav-link {
  position: relative;
}
.cid-v4NjeF9e7E .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4NjeF9e7E .container {
    flex-wrap: nowrap;
  }
}
.cid-v4NjeF9e7E .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjeF9e7E .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4NjeF9e7E .dropdown-menu,
.cid-v4NjeF9e7E .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4NjeF9e7E .nav-item:focus,
.cid-v4NjeF9e7E .nav-link:focus {
  outline: none;
}
.cid-v4NjeF9e7E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4NjeF9e7E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4NjeF9e7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4NjeF9e7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4NjeF9e7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4NjeF9e7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4NjeF9e7E .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjeF9e7E .navbar.opened {
  transition: all 0.3s;
}
.cid-v4NjeF9e7E .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4NjeF9e7E .navbar .navbar-logo img {
  width: auto;
}
.cid-v4NjeF9e7E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4NjeF9e7E .navbar.collapsed {
  justify-content: center;
}
.cid-v4NjeF9e7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4NjeF9e7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4NjeF9e7E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4NjeF9e7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4NjeF9e7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4NjeF9e7E .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-v4NjeF9e7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4NjeF9e7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4NjeF9e7E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4NjeF9e7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4NjeF9e7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4NjeF9e7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4NjeF9e7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4NjeF9e7E .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-v4NjeF9e7E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4NjeF9e7E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4NjeF9e7E .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4NjeF9e7E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4NjeF9e7E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4NjeF9e7E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4NjeF9e7E .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4NjeF9e7E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4NjeF9e7E .navbar-brand {
  min-height: 60px;
  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-v4NjeF9e7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4NjeF9e7E .navbar-brand .navbar-caption:hover,
.cid-v4NjeF9e7E .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjeF9e7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4NjeF9e7E .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4NjeF9e7E .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjeF9e7E .dropdown-item.active,
.cid-v4NjeF9e7E .dropdown-item:active {
  background-color: transparent;
}
.cid-v4NjeF9e7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4NjeF9e7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4NjeF9e7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4NjeF9e7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjeF9e7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4NjeF9e7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4NjeF9e7E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4NjeF9e7E ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4NjeF9e7E ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4NjeF9e7E .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4NjeF9e7E .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4NjeF9e7E .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4NjeF9e7E 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjeF9e7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4NjeF9e7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4NjeF9e7E button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjeF9e7E button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjeF9e7E button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4NjeF9e7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjeF9e7E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4NjeF9e7E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4NjeF9e7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjeF9e7E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4NjeF9e7E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4NjeF9e7E .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-v4NjeF9e7E .navbar {
    height: 70px;
  }
  .cid-v4NjeF9e7E .navbar.opened {
    height: auto;
  }
  .cid-v4NjeF9e7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4NjeF9e7E .navbar-nav {
  margin: 0 auto;
}
.cid-v4NjeF9e7E .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4NjeF9e7E .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4NjeF9e7E .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4NjeF9e7E .nav-item .nav-link:hover,
.cid-v4NjeF9e7E .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4NjeF9e7E .nav-item .nav-link:hover::after,
.cid-v4NjeF9e7E .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4NjeF9e7E .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4NjeF9e7E .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4NjeF9e7E .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4NjeF9e7E .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4NjeF9e7E .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4NjeF9e7E .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4NjeF9e7E .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4NjeF9e7E .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4NjeF9e7E .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4NjeF9e7E .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4NjeF9e7E .content-wrap {
  min-height: 60px;
}
.cid-v4NjeHgFr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjeHgFr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjeHgFr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjeHgFr3 .row {
  justify-content: center;
}
.cid-v4NjeHgFr3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4NjeHgFr3 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjeHgFr3 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjeHgFr3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4NjeHgFr3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjeHgFr3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4NjeHgFr3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4NjeHgFr3 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjeHgFr3 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjeHgFr3 .content-wrapper .list .item-wrap:hover,
.cid-v4NjeHgFr3 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4NjeHgFr3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4NjeHgFr3 .mbr-section-title {
  color: #880968;
}
.cid-v4NjeHgFr3 .mbr-text {
  color: #353535;
}
.cid-v4NjeHgFr3 .list {
  color: #d2d2df;
}
.cid-v4NjeKWVyl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NjeKWVyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjeKWVyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjeKWVyl .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NjeKWVyl .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NjeKWVyl .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NjeKWVyl .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjeLokA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjeLokA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjeLokA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjeLokA7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjeLokA7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjeLokA7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjeLokA7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjeLokA7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjeLokA7 .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjeLokA7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjeLokA7 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjeLokA7 .item .item-wrapper .card-box .card-title_1,
.cid-v4NjeLokA7 .item .item-wrapper .card-box .card-title_2,
.cid-v4NjeLokA7 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjeLokA7 .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjeLokA7 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjeLokA7 .item .card_1 {
  background-color: #880968;
}
.cid-v4NjeLokA7 .item .card_2 {
  background-color: #880968;
}
.cid-v4NjeLokA7 .item .card_3 {
  background-color: #880968;
}
.cid-v4NjeLokA7 .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjeLokA7 .mbr-section-title,
.cid-v4NjeLokA7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjeLokA7 .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjeLokA7 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjeLokA7 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjeLokA7 .card-title_1,
.cid-v4NjeLokA7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjeLokA7 .card-title_2,
.cid-v4NjeLokA7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjeLokA7 .card-title_3,
.cid-v4NjeLokA7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjeLQ6yB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NjeLQ6yB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjeLQ6yB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjeLQ6yB .row {
  justify-content: center;
}
.cid-v4NjeLQ6yB .card {
  justify-content: center;
}
.cid-v4NjeLQ6yB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NjeLQ6yB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NjeLQ6yB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjeLQ6yB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NjeLQ6yB .nav-wrapper .list .item-wrap:hover,
.cid-v4NjeLQ6yB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NjeLQ6yB .list,
.cid-v4NjeLQ6yB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4NjlmSSut .navbar-dropdown {
  position: relative !important;
}
.cid-v4NjlmSSut .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4NjlmSSut .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4NjlmSSut .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-v4NjlmSSut .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4NjlmSSut .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4NjlmSSut .dropdown-item:hover,
.cid-v4NjlmSSut .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4NjlmSSut .dropdown-item:hover span {
  color: white;
}
.cid-v4NjlmSSut .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4NjlmSSut .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4NjlmSSut .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4NjlmSSut .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4NjlmSSut .nav-link {
  position: relative;
}
.cid-v4NjlmSSut .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4NjlmSSut .container {
    flex-wrap: nowrap;
  }
}
.cid-v4NjlmSSut .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjlmSSut .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4NjlmSSut .dropdown-menu,
.cid-v4NjlmSSut .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4NjlmSSut .nav-item:focus,
.cid-v4NjlmSSut .nav-link:focus {
  outline: none;
}
.cid-v4NjlmSSut .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4NjlmSSut .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4NjlmSSut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4NjlmSSut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4NjlmSSut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4NjlmSSut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4NjlmSSut .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjlmSSut .navbar.opened {
  transition: all 0.3s;
}
.cid-v4NjlmSSut .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4NjlmSSut .navbar .navbar-logo img {
  width: auto;
}
.cid-v4NjlmSSut .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4NjlmSSut .navbar.collapsed {
  justify-content: center;
}
.cid-v4NjlmSSut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4NjlmSSut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4NjlmSSut .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4NjlmSSut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4NjlmSSut .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4NjlmSSut .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-v4NjlmSSut .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4NjlmSSut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4NjlmSSut .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4NjlmSSut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4NjlmSSut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4NjlmSSut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4NjlmSSut .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4NjlmSSut .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-v4NjlmSSut .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4NjlmSSut .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4NjlmSSut .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4NjlmSSut .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4NjlmSSut .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4NjlmSSut .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4NjlmSSut .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4NjlmSSut .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4NjlmSSut .navbar-brand {
  min-height: 60px;
  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-v4NjlmSSut .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4NjlmSSut .navbar-brand .navbar-caption:hover,
.cid-v4NjlmSSut .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjlmSSut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4NjlmSSut .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4NjlmSSut .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjlmSSut .dropdown-item.active,
.cid-v4NjlmSSut .dropdown-item:active {
  background-color: transparent;
}
.cid-v4NjlmSSut .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4NjlmSSut .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4NjlmSSut .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4NjlmSSut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjlmSSut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4NjlmSSut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4NjlmSSut .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4NjlmSSut ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4NjlmSSut ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4NjlmSSut .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4NjlmSSut .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4NjlmSSut .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4NjlmSSut 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjlmSSut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4NjlmSSut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4NjlmSSut button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjlmSSut button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjlmSSut button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4NjlmSSut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjlmSSut nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4NjlmSSut nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4NjlmSSut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjlmSSut .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4NjlmSSut a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4NjlmSSut .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-v4NjlmSSut .navbar {
    height: 70px;
  }
  .cid-v4NjlmSSut .navbar.opened {
    height: auto;
  }
  .cid-v4NjlmSSut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4NjlmSSut .navbar-nav {
  margin: 0 auto;
}
.cid-v4NjlmSSut .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4NjlmSSut .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4NjlmSSut .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4NjlmSSut .nav-item .nav-link:hover,
.cid-v4NjlmSSut .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4NjlmSSut .nav-item .nav-link:hover::after,
.cid-v4NjlmSSut .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4NjlmSSut .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4NjlmSSut .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4NjlmSSut .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4NjlmSSut .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4NjlmSSut .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4NjlmSSut .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4NjlmSSut .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4NjlmSSut .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4NjlmSSut .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4NjlmSSut .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4NjlmSSut .content-wrap {
  min-height: 60px;
}
.cid-v4NjlnAO9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-v4NjlnAO9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjlnAO9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjlnAO9T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4NjlnAO9T .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v4NjlnAO9T .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v4NjlnAO9T .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4NjlnAO9T .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4NjlnAO9T .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4NjlnAO9T .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4NjlnAO9T .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4NjlnAO9T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4NjlnAO9T .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjlnAO9T .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjlnAO9T .content-wrapper .list .item-wrap:hover,
.cid-v4NjlnAO9T .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4NjlnAO9T .mbr-section-title {
  color: #880968;
}
.cid-v4NjlnAO9T .mbr-text {
  color: #353535;
}
.cid-v4NjlnAO9T .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjlnAO9T .container {
    padding: 0 15px;
  }
}
.cid-v4NjlnAO9T .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4NjlnAO9T .list {
  color: #d2d2df;
}
.cid-v4NjlpfGBn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NjlpfGBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjlpfGBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjlpfGBn .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NjlpfGBn .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NjlpfGBn .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NjlpfGBn .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjlpC8Nx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjlpC8Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjlpC8Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjlpC8Nx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjlpC8Nx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjlpC8Nx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjlpC8Nx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjlpC8Nx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjlpC8Nx .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjlpC8Nx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjlpC8Nx .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjlpC8Nx .item .item-wrapper .card-box .card-title_1,
.cid-v4NjlpC8Nx .item .item-wrapper .card-box .card-title_2,
.cid-v4NjlpC8Nx .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjlpC8Nx .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjlpC8Nx .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjlpC8Nx .item .card_1 {
  background-color: #880968;
}
.cid-v4NjlpC8Nx .item .card_2 {
  background-color: #880968;
}
.cid-v4NjlpC8Nx .item .card_3 {
  background-color: #880968;
}
.cid-v4NjlpC8Nx .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjlpC8Nx .mbr-section-title,
.cid-v4NjlpC8Nx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjlpC8Nx .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjlpC8Nx .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjlpC8Nx .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjlpC8Nx .card-title_1,
.cid-v4NjlpC8Nx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjlpC8Nx .card-title_2,
.cid-v4NjlpC8Nx .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjlpC8Nx .card-title_3,
.cid-v4NjlpC8Nx .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjlpYDy3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NjlpYDy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjlpYDy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjlpYDy3 .row {
  justify-content: center;
}
.cid-v4NjlpYDy3 .card {
  justify-content: center;
}
.cid-v4NjlpYDy3 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NjlpYDy3 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NjlpYDy3 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjlpYDy3 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NjlpYDy3 .nav-wrapper .list .item-wrap:hover,
.cid-v4NjlpYDy3 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NjlpYDy3 .list,
.cid-v4NjlpYDy3 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4NjoyO6Nc .navbar-dropdown {
  position: relative !important;
}
.cid-v4NjoyO6Nc .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4NjoyO6Nc .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4NjoyO6Nc .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-v4NjoyO6Nc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4NjoyO6Nc .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4NjoyO6Nc .dropdown-item:hover,
.cid-v4NjoyO6Nc .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4NjoyO6Nc .dropdown-item:hover span {
  color: white;
}
.cid-v4NjoyO6Nc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4NjoyO6Nc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4NjoyO6Nc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4NjoyO6Nc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4NjoyO6Nc .nav-link {
  position: relative;
}
.cid-v4NjoyO6Nc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4NjoyO6Nc .container {
    flex-wrap: nowrap;
  }
}
.cid-v4NjoyO6Nc .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjoyO6Nc .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4NjoyO6Nc .dropdown-menu,
.cid-v4NjoyO6Nc .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4NjoyO6Nc .nav-item:focus,
.cid-v4NjoyO6Nc .nav-link:focus {
  outline: none;
}
.cid-v4NjoyO6Nc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4NjoyO6Nc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4NjoyO6Nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4NjoyO6Nc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4NjoyO6Nc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4NjoyO6Nc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4NjoyO6Nc .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjoyO6Nc .navbar.opened {
  transition: all 0.3s;
}
.cid-v4NjoyO6Nc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4NjoyO6Nc .navbar .navbar-logo img {
  width: auto;
}
.cid-v4NjoyO6Nc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4NjoyO6Nc .navbar.collapsed {
  justify-content: center;
}
.cid-v4NjoyO6Nc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4NjoyO6Nc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4NjoyO6Nc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4NjoyO6Nc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4NjoyO6Nc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4NjoyO6Nc .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-v4NjoyO6Nc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4NjoyO6Nc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4NjoyO6Nc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4NjoyO6Nc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4NjoyO6Nc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4NjoyO6Nc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4NjoyO6Nc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4NjoyO6Nc .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-v4NjoyO6Nc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4NjoyO6Nc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4NjoyO6Nc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4NjoyO6Nc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4NjoyO6Nc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4NjoyO6Nc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4NjoyO6Nc .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4NjoyO6Nc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4NjoyO6Nc .navbar-brand {
  min-height: 60px;
  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-v4NjoyO6Nc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4NjoyO6Nc .navbar-brand .navbar-caption:hover,
.cid-v4NjoyO6Nc .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjoyO6Nc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4NjoyO6Nc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4NjoyO6Nc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjoyO6Nc .dropdown-item.active,
.cid-v4NjoyO6Nc .dropdown-item:active {
  background-color: transparent;
}
.cid-v4NjoyO6Nc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4NjoyO6Nc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4NjoyO6Nc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4NjoyO6Nc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjoyO6Nc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4NjoyO6Nc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4NjoyO6Nc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4NjoyO6Nc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4NjoyO6Nc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4NjoyO6Nc .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4NjoyO6Nc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4NjoyO6Nc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4NjoyO6Nc 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjoyO6Nc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4NjoyO6Nc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4NjoyO6Nc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjoyO6Nc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjoyO6Nc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4NjoyO6Nc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjoyO6Nc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4NjoyO6Nc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4NjoyO6Nc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjoyO6Nc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4NjoyO6Nc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4NjoyO6Nc .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-v4NjoyO6Nc .navbar {
    height: 70px;
  }
  .cid-v4NjoyO6Nc .navbar.opened {
    height: auto;
  }
  .cid-v4NjoyO6Nc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4NjoyO6Nc .navbar-nav {
  margin: 0 auto;
}
.cid-v4NjoyO6Nc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4NjoyO6Nc .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4NjoyO6Nc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4NjoyO6Nc .nav-item .nav-link:hover,
.cid-v4NjoyO6Nc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4NjoyO6Nc .nav-item .nav-link:hover::after,
.cid-v4NjoyO6Nc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4NjoyO6Nc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4NjoyO6Nc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4NjoyO6Nc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4NjoyO6Nc .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4NjoyO6Nc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4NjoyO6Nc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4NjoyO6Nc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4NjoyO6Nc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4NjoyO6Nc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4NjoyO6Nc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4NjoyO6Nc .content-wrap {
  min-height: 60px;
}
.cid-v4NjozQoNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-v4NjozQoNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjozQoNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjozQoNx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4NjozQoNx .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v4NjozQoNx .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v4NjozQoNx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4NjozQoNx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4NjozQoNx .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4NjozQoNx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4NjozQoNx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4NjozQoNx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4NjozQoNx .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjozQoNx .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjozQoNx .content-wrapper .list .item-wrap:hover,
.cid-v4NjozQoNx .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4NjozQoNx .mbr-section-title {
  color: #880968;
}
.cid-v4NjozQoNx .mbr-text {
  color: #353535;
}
.cid-v4NjozQoNx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjozQoNx .container {
    padding: 0 15px;
  }
}
.cid-v4NjozQoNx .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4NjozQoNx .list {
  color: #d2d2df;
}
.cid-v4NjoBcXGO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NjoBcXGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjoBcXGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjoBcXGO .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NjoBcXGO .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NjoBcXGO .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NjoBcXGO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjoBzlas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjoBzlas .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjoBzlas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjoBzlas .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjoBzlas .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjoBzlas .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjoBzlas .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjoBzlas .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjoBzlas .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjoBzlas .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjoBzlas .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjoBzlas .item .item-wrapper .card-box .card-title_1,
.cid-v4NjoBzlas .item .item-wrapper .card-box .card-title_2,
.cid-v4NjoBzlas .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjoBzlas .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjoBzlas .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjoBzlas .item .card_1 {
  background-color: #880968;
}
.cid-v4NjoBzlas .item .card_2 {
  background-color: #880968;
}
.cid-v4NjoBzlas .item .card_3 {
  background-color: #880968;
}
.cid-v4NjoBzlas .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjoBzlas .mbr-section-title,
.cid-v4NjoBzlas .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjoBzlas .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjoBzlas .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjoBzlas .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjoBzlas .card-title_1,
.cid-v4NjoBzlas .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjoBzlas .card-title_2,
.cid-v4NjoBzlas .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjoBzlas .card-title_3,
.cid-v4NjoBzlas .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjoBVvTH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NjoBVvTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjoBVvTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjoBVvTH .row {
  justify-content: center;
}
.cid-v4NjoBVvTH .card {
  justify-content: center;
}
.cid-v4NjoBVvTH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NjoBVvTH .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NjoBVvTH .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjoBVvTH .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NjoBVvTH .nav-wrapper .list .item-wrap:hover,
.cid-v4NjoBVvTH .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NjoBVvTH .list,
.cid-v4NjoBVvTH .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4Njs7WyUb .navbar-dropdown {
  position: relative !important;
}
.cid-v4Njs7WyUb .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4Njs7WyUb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4Njs7WyUb .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-v4Njs7WyUb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4Njs7WyUb .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4Njs7WyUb .dropdown-item:hover,
.cid-v4Njs7WyUb .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4Njs7WyUb .dropdown-item:hover span {
  color: white;
}
.cid-v4Njs7WyUb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Njs7WyUb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Njs7WyUb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Njs7WyUb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Njs7WyUb .nav-link {
  position: relative;
}
.cid-v4Njs7WyUb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Njs7WyUb .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Njs7WyUb .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Njs7WyUb .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4Njs7WyUb .dropdown-menu,
.cid-v4Njs7WyUb .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4Njs7WyUb .nav-item:focus,
.cid-v4Njs7WyUb .nav-link:focus {
  outline: none;
}
.cid-v4Njs7WyUb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Njs7WyUb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Njs7WyUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Njs7WyUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Njs7WyUb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Njs7WyUb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Njs7WyUb .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Njs7WyUb .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Njs7WyUb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4Njs7WyUb .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Njs7WyUb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Njs7WyUb .navbar.collapsed {
  justify-content: center;
}
.cid-v4Njs7WyUb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Njs7WyUb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Njs7WyUb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Njs7WyUb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Njs7WyUb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Njs7WyUb .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-v4Njs7WyUb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Njs7WyUb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Njs7WyUb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Njs7WyUb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Njs7WyUb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Njs7WyUb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Njs7WyUb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Njs7WyUb .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-v4Njs7WyUb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Njs7WyUb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Njs7WyUb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4Njs7WyUb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Njs7WyUb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Njs7WyUb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Njs7WyUb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Njs7WyUb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4Njs7WyUb .navbar-brand {
  min-height: 60px;
  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-v4Njs7WyUb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Njs7WyUb .navbar-brand .navbar-caption:hover,
.cid-v4Njs7WyUb .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Njs7WyUb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Njs7WyUb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Njs7WyUb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Njs7WyUb .dropdown-item.active,
.cid-v4Njs7WyUb .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Njs7WyUb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Njs7WyUb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Njs7WyUb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Njs7WyUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4Njs7WyUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Njs7WyUb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4Njs7WyUb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Njs7WyUb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Njs7WyUb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4Njs7WyUb .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4Njs7WyUb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4Njs7WyUb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Njs7WyUb 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Njs7WyUb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4Njs7WyUb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Njs7WyUb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Njs7WyUb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Njs7WyUb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Njs7WyUb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Njs7WyUb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Njs7WyUb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Njs7WyUb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Njs7WyUb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Njs7WyUb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Njs7WyUb .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-v4Njs7WyUb .navbar {
    height: 70px;
  }
  .cid-v4Njs7WyUb .navbar.opened {
    height: auto;
  }
  .cid-v4Njs7WyUb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Njs7WyUb .navbar-nav {
  margin: 0 auto;
}
.cid-v4Njs7WyUb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Njs7WyUb .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4Njs7WyUb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Njs7WyUb .nav-item .nav-link:hover,
.cid-v4Njs7WyUb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4Njs7WyUb .nav-item .nav-link:hover::after,
.cid-v4Njs7WyUb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4Njs7WyUb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Njs7WyUb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Njs7WyUb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4Njs7WyUb .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Njs7WyUb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Njs7WyUb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Njs7WyUb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Njs7WyUb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Njs7WyUb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4Njs7WyUb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4Njs7WyUb .content-wrap {
  min-height: 60px;
}
.cid-v4Njs9kipN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-v4Njs9kipN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Njs9kipN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Njs9kipN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4Njs9kipN .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v4Njs9kipN .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v4Njs9kipN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4Njs9kipN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Njs9kipN .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4Njs9kipN .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Njs9kipN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4Njs9kipN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Njs9kipN .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Njs9kipN .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4Njs9kipN .content-wrapper .list .item-wrap:hover,
.cid-v4Njs9kipN .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4Njs9kipN .mbr-section-title {
  color: #880968;
}
.cid-v4Njs9kipN .mbr-text {
  color: #353535;
}
.cid-v4Njs9kipN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4Njs9kipN .container {
    padding: 0 15px;
  }
}
.cid-v4Njs9kipN .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4Njs9kipN .list {
  color: #d2d2df;
}
.cid-v4NjsalFHe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NjsalFHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjsalFHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjsalFHe .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NjsalFHe .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NjsalFHe .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NjsalFHe .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjsaIkCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjsaIkCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjsaIkCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjsaIkCU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjsaIkCU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjsaIkCU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjsaIkCU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjsaIkCU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjsaIkCU .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjsaIkCU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjsaIkCU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjsaIkCU .item .item-wrapper .card-box .card-title_1,
.cid-v4NjsaIkCU .item .item-wrapper .card-box .card-title_2,
.cid-v4NjsaIkCU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjsaIkCU .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjsaIkCU .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjsaIkCU .item .card_1 {
  background-color: #880968;
}
.cid-v4NjsaIkCU .item .card_2 {
  background-color: #880968;
}
.cid-v4NjsaIkCU .item .card_3 {
  background-color: #880968;
}
.cid-v4NjsaIkCU .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjsaIkCU .mbr-section-title,
.cid-v4NjsaIkCU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjsaIkCU .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjsaIkCU .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjsaIkCU .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjsaIkCU .card-title_1,
.cid-v4NjsaIkCU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjsaIkCU .card-title_2,
.cid-v4NjsaIkCU .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjsaIkCU .card-title_3,
.cid-v4NjsaIkCU .mbr-section-btn {
  color: #ffffff;
}
.cid-v4Njsb3ZNI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4Njsb3ZNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Njsb3ZNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Njsb3ZNI .row {
  justify-content: center;
}
.cid-v4Njsb3ZNI .card {
  justify-content: center;
}
.cid-v4Njsb3ZNI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Njsb3ZNI .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4Njsb3ZNI .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Njsb3ZNI .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4Njsb3ZNI .nav-wrapper .list .item-wrap:hover,
.cid-v4Njsb3ZNI .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4Njsb3ZNI .list,
.cid-v4Njsb3ZNI .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4NjuuekvN .navbar-dropdown {
  position: relative !important;
}
.cid-v4NjuuekvN .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4NjuuekvN .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4NjuuekvN .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-v4NjuuekvN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4NjuuekvN .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4NjuuekvN .dropdown-item:hover,
.cid-v4NjuuekvN .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4NjuuekvN .dropdown-item:hover span {
  color: white;
}
.cid-v4NjuuekvN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4NjuuekvN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4NjuuekvN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4NjuuekvN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4NjuuekvN .nav-link {
  position: relative;
}
.cid-v4NjuuekvN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4NjuuekvN .container {
    flex-wrap: nowrap;
  }
}
.cid-v4NjuuekvN .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjuuekvN .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4NjuuekvN .dropdown-menu,
.cid-v4NjuuekvN .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4NjuuekvN .nav-item:focus,
.cid-v4NjuuekvN .nav-link:focus {
  outline: none;
}
.cid-v4NjuuekvN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4NjuuekvN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4NjuuekvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4NjuuekvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4NjuuekvN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4NjuuekvN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4NjuuekvN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjuuekvN .navbar.opened {
  transition: all 0.3s;
}
.cid-v4NjuuekvN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4NjuuekvN .navbar .navbar-logo img {
  width: auto;
}
.cid-v4NjuuekvN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4NjuuekvN .navbar.collapsed {
  justify-content: center;
}
.cid-v4NjuuekvN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4NjuuekvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4NjuuekvN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4NjuuekvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4NjuuekvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4NjuuekvN .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-v4NjuuekvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4NjuuekvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4NjuuekvN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4NjuuekvN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4NjuuekvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4NjuuekvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4NjuuekvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4NjuuekvN .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-v4NjuuekvN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4NjuuekvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4NjuuekvN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4NjuuekvN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4NjuuekvN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4NjuuekvN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4NjuuekvN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4NjuuekvN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4NjuuekvN .navbar-brand {
  min-height: 60px;
  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-v4NjuuekvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4NjuuekvN .navbar-brand .navbar-caption:hover,
.cid-v4NjuuekvN .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjuuekvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4NjuuekvN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4NjuuekvN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjuuekvN .dropdown-item.active,
.cid-v4NjuuekvN .dropdown-item:active {
  background-color: transparent;
}
.cid-v4NjuuekvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4NjuuekvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4NjuuekvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4NjuuekvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjuuekvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4NjuuekvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4NjuuekvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4NjuuekvN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4NjuuekvN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4NjuuekvN .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4NjuuekvN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4NjuuekvN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4NjuuekvN 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjuuekvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4NjuuekvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4NjuuekvN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjuuekvN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjuuekvN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4NjuuekvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjuuekvN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4NjuuekvN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4NjuuekvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjuuekvN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4NjuuekvN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4NjuuekvN .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-v4NjuuekvN .navbar {
    height: 70px;
  }
  .cid-v4NjuuekvN .navbar.opened {
    height: auto;
  }
  .cid-v4NjuuekvN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4NjuuekvN .navbar-nav {
  margin: 0 auto;
}
.cid-v4NjuuekvN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4NjuuekvN .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4NjuuekvN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4NjuuekvN .nav-item .nav-link:hover,
.cid-v4NjuuekvN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4NjuuekvN .nav-item .nav-link:hover::after,
.cid-v4NjuuekvN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4NjuuekvN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4NjuuekvN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4NjuuekvN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4NjuuekvN .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4NjuuekvN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4NjuuekvN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4NjuuekvN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4NjuuekvN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4NjuuekvN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4NjuuekvN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4NjuuekvN .content-wrap {
  min-height: 60px;
}
.cid-v4NjuvSWUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-v4NjuvSWUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjuvSWUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjuvSWUt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4NjuvSWUt .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v4NjuvSWUt .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v4NjuvSWUt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4NjuvSWUt .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4NjuvSWUt .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4NjuvSWUt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4NjuvSWUt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4NjuvSWUt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4NjuvSWUt .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjuvSWUt .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjuvSWUt .content-wrapper .list .item-wrap:hover,
.cid-v4NjuvSWUt .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4NjuvSWUt .mbr-section-title {
  color: #880968;
}
.cid-v4NjuvSWUt .mbr-text {
  color: #353535;
}
.cid-v4NjuvSWUt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjuvSWUt .container {
    padding: 0 15px;
  }
}
.cid-v4NjuvSWUt .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4NjuvSWUt .list {
  color: #d2d2df;
}
.cid-v4Njuwz05g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4Njuwz05g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Njuwz05g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Njuwz05g .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4Njuwz05g .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4Njuwz05g .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4Njuwz05g .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjuwUrzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjuwUrzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjuwUrzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjuwUrzt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjuwUrzt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjuwUrzt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjuwUrzt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjuwUrzt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjuwUrzt .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjuwUrzt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjuwUrzt .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjuwUrzt .item .item-wrapper .card-box .card-title_1,
.cid-v4NjuwUrzt .item .item-wrapper .card-box .card-title_2,
.cid-v4NjuwUrzt .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjuwUrzt .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjuwUrzt .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjuwUrzt .item .card_1 {
  background-color: #880968;
}
.cid-v4NjuwUrzt .item .card_2 {
  background-color: #880968;
}
.cid-v4NjuwUrzt .item .card_3 {
  background-color: #880968;
}
.cid-v4NjuwUrzt .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjuwUrzt .mbr-section-title,
.cid-v4NjuwUrzt .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjuwUrzt .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjuwUrzt .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjuwUrzt .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjuwUrzt .card-title_1,
.cid-v4NjuwUrzt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjuwUrzt .card-title_2,
.cid-v4NjuwUrzt .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjuwUrzt .card-title_3,
.cid-v4NjuwUrzt .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjuxevHy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NjuxevHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjuxevHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjuxevHy .row {
  justify-content: center;
}
.cid-v4NjuxevHy .card {
  justify-content: center;
}
.cid-v4NjuxevHy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NjuxevHy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NjuxevHy .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjuxevHy .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NjuxevHy .nav-wrapper .list .item-wrap:hover,
.cid-v4NjuxevHy .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NjuxevHy .list,
.cid-v4NjuxevHy .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4NjxgCTRI .navbar-dropdown {
  position: relative !important;
}
.cid-v4NjxgCTRI .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4NjxgCTRI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4NjxgCTRI .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-v4NjxgCTRI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4NjxgCTRI .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4NjxgCTRI .dropdown-item:hover,
.cid-v4NjxgCTRI .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4NjxgCTRI .dropdown-item:hover span {
  color: white;
}
.cid-v4NjxgCTRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4NjxgCTRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4NjxgCTRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4NjxgCTRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4NjxgCTRI .nav-link {
  position: relative;
}
.cid-v4NjxgCTRI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4NjxgCTRI .container {
    flex-wrap: nowrap;
  }
}
.cid-v4NjxgCTRI .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjxgCTRI .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4NjxgCTRI .dropdown-menu,
.cid-v4NjxgCTRI .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4NjxgCTRI .nav-item:focus,
.cid-v4NjxgCTRI .nav-link:focus {
  outline: none;
}
.cid-v4NjxgCTRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4NjxgCTRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4NjxgCTRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4NjxgCTRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4NjxgCTRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4NjxgCTRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4NjxgCTRI .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjxgCTRI .navbar.opened {
  transition: all 0.3s;
}
.cid-v4NjxgCTRI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4NjxgCTRI .navbar .navbar-logo img {
  width: auto;
}
.cid-v4NjxgCTRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4NjxgCTRI .navbar.collapsed {
  justify-content: center;
}
.cid-v4NjxgCTRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4NjxgCTRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4NjxgCTRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4NjxgCTRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4NjxgCTRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4NjxgCTRI .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-v4NjxgCTRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4NjxgCTRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4NjxgCTRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4NjxgCTRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4NjxgCTRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4NjxgCTRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4NjxgCTRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4NjxgCTRI .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-v4NjxgCTRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4NjxgCTRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4NjxgCTRI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4NjxgCTRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4NjxgCTRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4NjxgCTRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4NjxgCTRI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4NjxgCTRI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4NjxgCTRI .navbar-brand {
  min-height: 60px;
  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-v4NjxgCTRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4NjxgCTRI .navbar-brand .navbar-caption:hover,
.cid-v4NjxgCTRI .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjxgCTRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4NjxgCTRI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4NjxgCTRI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4NjxgCTRI .dropdown-item.active,
.cid-v4NjxgCTRI .dropdown-item:active {
  background-color: transparent;
}
.cid-v4NjxgCTRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4NjxgCTRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4NjxgCTRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4NjxgCTRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjxgCTRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4NjxgCTRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4NjxgCTRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4NjxgCTRI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4NjxgCTRI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4NjxgCTRI .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4NjxgCTRI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4NjxgCTRI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4NjxgCTRI 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4NjxgCTRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4NjxgCTRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4NjxgCTRI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjxgCTRI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4NjxgCTRI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4NjxgCTRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjxgCTRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4NjxgCTRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4NjxgCTRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4NjxgCTRI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4NjxgCTRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4NjxgCTRI .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-v4NjxgCTRI .navbar {
    height: 70px;
  }
  .cid-v4NjxgCTRI .navbar.opened {
    height: auto;
  }
  .cid-v4NjxgCTRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4NjxgCTRI .navbar-nav {
  margin: 0 auto;
}
.cid-v4NjxgCTRI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4NjxgCTRI .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4NjxgCTRI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4NjxgCTRI .nav-item .nav-link:hover,
.cid-v4NjxgCTRI .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4NjxgCTRI .nav-item .nav-link:hover::after,
.cid-v4NjxgCTRI .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4NjxgCTRI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4NjxgCTRI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4NjxgCTRI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4NjxgCTRI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4NjxgCTRI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4NjxgCTRI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4NjxgCTRI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4NjxgCTRI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4NjxgCTRI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4NjxgCTRI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4NjxgCTRI .content-wrap {
  min-height: 60px;
}
.cid-v4NjxiF0n4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-v4NjxiF0n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjxiF0n4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjxiF0n4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4NjxiF0n4 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v4NjxiF0n4 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v4NjxiF0n4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4NjxiF0n4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4NjxiF0n4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4NjxiF0n4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4NjxiF0n4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4NjxiF0n4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4NjxiF0n4 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjxiF0n4 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v4NjxiF0n4 .content-wrapper .list .item-wrap:hover,
.cid-v4NjxiF0n4 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v4NjxiF0n4 .mbr-section-title {
  color: #880968;
}
.cid-v4NjxiF0n4 .mbr-text {
  color: #353535;
}
.cid-v4NjxiF0n4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v4NjxiF0n4 .container {
    padding: 0 15px;
  }
}
.cid-v4NjxiF0n4 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v4NjxiF0n4 .list {
  color: #d2d2df;
}
.cid-v4NjxiZRkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4NjxiZRkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjxiZRkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjxiZRkk .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4NjxiZRkk .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4NjxiZRkk .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4NjxiZRkk .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4NjxjmrP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4NjxjmrP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjxjmrP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjxjmrP8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4NjxjmrP8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4NjxjmrP8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4NjxjmrP8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4NjxjmrP8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4NjxjmrP8 .item {
    margin-bottom: 20px;
  }
}
.cid-v4NjxjmrP8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4NjxjmrP8 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4NjxjmrP8 .item .item-wrapper .card-box .card-title_1,
.cid-v4NjxjmrP8 .item .item-wrapper .card-box .card-title_2,
.cid-v4NjxjmrP8 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4NjxjmrP8 .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4NjxjmrP8 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4NjxjmrP8 .item .card_1 {
  background-color: #880968;
}
.cid-v4NjxjmrP8 .item .card_2 {
  background-color: #880968;
}
.cid-v4NjxjmrP8 .item .card_3 {
  background-color: #880968;
}
.cid-v4NjxjmrP8 .btn-wrapper {
  margin-top: -6%;
}
.cid-v4NjxjmrP8 .mbr-section-title,
.cid-v4NjxjmrP8 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4NjxjmrP8 .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4NjxjmrP8 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4NjxjmrP8 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4NjxjmrP8 .card-title_1,
.cid-v4NjxjmrP8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4NjxjmrP8 .card-title_2,
.cid-v4NjxjmrP8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjxjmrP8 .card-title_3,
.cid-v4NjxjmrP8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4NjxjIbuG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4NjxjIbuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NjxjIbuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NjxjIbuG .row {
  justify-content: center;
}
.cid-v4NjxjIbuG .card {
  justify-content: center;
}
.cid-v4NjxjIbuG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4NjxjIbuG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4NjxjIbuG .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4NjxjIbuG .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4NjxjIbuG .nav-wrapper .list .item-wrap:hover,
.cid-v4NjxjIbuG .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4NjxjIbuG .list,
.cid-v4NjxjIbuG .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4Nk1MC9nQ .navbar-dropdown {
  position: relative !important;
}
.cid-v4Nk1MC9nQ .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v4Nk1MC9nQ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v4Nk1MC9nQ .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-v4Nk1MC9nQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v4Nk1MC9nQ .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-v4Nk1MC9nQ .dropdown-item:hover,
.cid-v4Nk1MC9nQ .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #880968 !important;
}
.cid-v4Nk1MC9nQ .dropdown-item:hover span {
  color: white;
}
.cid-v4Nk1MC9nQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Nk1MC9nQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Nk1MC9nQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Nk1MC9nQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Nk1MC9nQ .nav-link {
  position: relative;
}
.cid-v4Nk1MC9nQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Nk1MC9nQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Nk1MC9nQ .iconfont-wrapper {
  color: #880968 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Nk1MC9nQ .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-v4Nk1MC9nQ .dropdown-menu,
.cid-v4Nk1MC9nQ .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v4Nk1MC9nQ .nav-item:focus,
.cid-v4Nk1MC9nQ .nav-link:focus {
  outline: none;
}
.cid-v4Nk1MC9nQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Nk1MC9nQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Nk1MC9nQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Nk1MC9nQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Nk1MC9nQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Nk1MC9nQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Nk1MC9nQ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Nk1MC9nQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Nk1MC9nQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v4Nk1MC9nQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Nk1MC9nQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Nk1MC9nQ .navbar.collapsed {
  justify-content: center;
}
.cid-v4Nk1MC9nQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Nk1MC9nQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Nk1MC9nQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4Nk1MC9nQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Nk1MC9nQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Nk1MC9nQ .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-v4Nk1MC9nQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Nk1MC9nQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Nk1MC9nQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Nk1MC9nQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Nk1MC9nQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Nk1MC9nQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Nk1MC9nQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Nk1MC9nQ .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-v4Nk1MC9nQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Nk1MC9nQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Nk1MC9nQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v4Nk1MC9nQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Nk1MC9nQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Nk1MC9nQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Nk1MC9nQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Nk1MC9nQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-v4Nk1MC9nQ .navbar-brand {
  min-height: 60px;
  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-v4Nk1MC9nQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Nk1MC9nQ .navbar-brand .navbar-caption:hover,
.cid-v4Nk1MC9nQ .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Nk1MC9nQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Nk1MC9nQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Nk1MC9nQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #880968 !important;
}
.cid-v4Nk1MC9nQ .dropdown-item.active,
.cid-v4Nk1MC9nQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Nk1MC9nQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Nk1MC9nQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Nk1MC9nQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Nk1MC9nQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nk1MC9nQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Nk1MC9nQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v4Nk1MC9nQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Nk1MC9nQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Nk1MC9nQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v4Nk1MC9nQ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v4Nk1MC9nQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-v4Nk1MC9nQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Nk1MC9nQ 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Nk1MC9nQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #880968;
}
.cid-v4Nk1MC9nQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Nk1MC9nQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Nk1MC9nQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Nk1MC9nQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Nk1MC9nQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Nk1MC9nQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Nk1MC9nQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Nk1MC9nQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Nk1MC9nQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4Nk1MC9nQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Nk1MC9nQ .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-v4Nk1MC9nQ .navbar {
    height: 70px;
  }
  .cid-v4Nk1MC9nQ .navbar.opened {
    height: auto;
  }
  .cid-v4Nk1MC9nQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Nk1MC9nQ .navbar-nav {
  margin: 0 auto;
}
.cid-v4Nk1MC9nQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Nk1MC9nQ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v4Nk1MC9nQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Nk1MC9nQ .nav-item .nav-link:hover,
.cid-v4Nk1MC9nQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #880968 !important;
  opacity: .7;
}
.cid-v4Nk1MC9nQ .nav-item .nav-link:hover::after,
.cid-v4Nk1MC9nQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v4Nk1MC9nQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Nk1MC9nQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Nk1MC9nQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v4Nk1MC9nQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Nk1MC9nQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Nk1MC9nQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Nk1MC9nQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Nk1MC9nQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Nk1MC9nQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v4Nk1MC9nQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v4Nk1MC9nQ .content-wrap {
  min-height: 60px;
}
.cid-v4Nk5UEQon {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Nk5UEQon .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nk5UEQon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nk5UEQon .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v4Nk5UEQon .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v4Nk5UEQon .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-v4Nk5UEQon .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Nk5UEQon .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v4Nk5UEQon .mbr-desc,
.cid-v4Nk5UEQon .desc-wrapper {
  color: #353535;
  text-align: left;
}
.cid-v4Nk5UEQon .mbr-text,
.cid-v4Nk5UEQon .icon-wrapper {
  text-align: left;
  color: #880968;
}
.cid-v4Nk1Nk8Ca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v4Nk1Nk8Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nk1Nk8Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nk1Nk8Ca .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-v4Nk1Nk8Ca .card-wrapper {
    margin: 3px 0;
  }
}
.cid-v4Nk1Nk8Ca .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v4Nk1Nk8Ca .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v4Nk1NC2gq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v4Nk1NC2gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nk1NC2gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nk1NC2gq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4Nk1NC2gq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4Nk1NC2gq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4Nk1NC2gq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4Nk1NC2gq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4Nk1NC2gq .item {
    margin-bottom: 20px;
  }
}
.cid-v4Nk1NC2gq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4Nk1NC2gq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4Nk1NC2gq .item .item-wrapper .card-box .card-title_1,
.cid-v4Nk1NC2gq .item .item-wrapper .card-box .card-title_2,
.cid-v4Nk1NC2gq .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-v4Nk1NC2gq .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-v4Nk1NC2gq .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #880968;
  background-color: #f4f4f4;
}
.cid-v4Nk1NC2gq .item .card_1 {
  background-color: #880968;
}
.cid-v4Nk1NC2gq .item .card_2 {
  background-color: #880968;
}
.cid-v4Nk1NC2gq .item .card_3 {
  background-color: #880968;
}
.cid-v4Nk1NC2gq .btn-wrapper {
  margin-top: -6%;
}
.cid-v4Nk1NC2gq .mbr-section-title,
.cid-v4Nk1NC2gq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4Nk1NC2gq .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v4Nk1NC2gq .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4Nk1NC2gq .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4Nk1NC2gq .card-title_1,
.cid-v4Nk1NC2gq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Nk1NC2gq .card-title_2,
.cid-v4Nk1NC2gq .mbr-section-btn {
  color: #ffffff;
}
.cid-v4Nk1NC2gq .card-title_3,
.cid-v4Nk1NC2gq .mbr-section-btn {
  color: #ffffff;
}
.cid-v4Nk1NUyGE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #880968;
}
.cid-v4Nk1NUyGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Nk1NUyGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Nk1NUyGE .row {
  justify-content: center;
}
.cid-v4Nk1NUyGE .card {
  justify-content: center;
}
.cid-v4Nk1NUyGE .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4Nk1NUyGE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v4Nk1NUyGE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Nk1NUyGE .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v4Nk1NUyGE .nav-wrapper .list .item-wrap:hover,
.cid-v4Nk1NUyGE .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v4Nk1NUyGE .list,
.cid-v4Nk1NUyGE .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
