.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 8px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 6.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 5.44rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 4.08rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 0.96rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.36rem;
  }
}
/* 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: #f306f2 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f306f2 !important;
  border-color: #f306f2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa32f9 !important;
  border-color: #fa32f9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa32f9 !important;
  border-color: #fa32f9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f306f2;
  color: #f306f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9e049e !important;
  background-color: transparent !important;
  border-color: #9e049e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f306f2 !important;
  border-color: #f306f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f306f2 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8f048f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f306f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #f306f2;
  border-color: #f306f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f306f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fec7fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hedvig Letters Sans', 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: #f306f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', 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: #f306f2;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f306f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f306f2;
}
.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: #f306f2;
  border-bottom-color: #f306f2;
}
.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: #f306f2 !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: #ffd7ef !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='%23f306f2' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ugIe7uwTNR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugIe7uwTNR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugIe7uwTNR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugIe7uwTNR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugIe7uwTNR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugIe7uwTNR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugIe7uwTNR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugIe7uwTNR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugIe7uwTNR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugIe7uwTNR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ugIe7uwTNR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugIe7uwTNR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugIe7uwTNR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ugIe7uwTNR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugIe7uwTNR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugIe7uwTNR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugIe7uwTNR .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugIe7uwTNR .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugIe7uwTNR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugIe7uwTNR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugIe7uwTNR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugIe7uwTNR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ugIe7uwTNR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugIe7uwTNR .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugIe7uwTNR .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugIe7uwTNR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ugIe7uwTNR .nav-item:focus,
.cid-ugIe7uwTNR .nav-link:focus {
  outline: none;
}
.cid-ugIe7uwTNR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugIe7uwTNR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugIe7uwTNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugIe7uwTNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugIe7uwTNR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugIe7uwTNR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugIe7uwTNR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugIe7uwTNR .navbar.opened {
  transition: all 0.3s;
}
.cid-ugIe7uwTNR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugIe7uwTNR .navbar .navbar-logo img {
  width: auto;
}
.cid-ugIe7uwTNR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugIe7uwTNR .navbar.collapsed {
  justify-content: center;
}
.cid-ugIe7uwTNR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugIe7uwTNR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugIe7uwTNR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ugIe7uwTNR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugIe7uwTNR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugIe7uwTNR .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-ugIe7uwTNR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugIe7uwTNR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugIe7uwTNR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugIe7uwTNR .navbar {
    min-height: 72px;
  }
  .cid-ugIe7uwTNR .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugIe7uwTNR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugIe7uwTNR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugIe7uwTNR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugIe7uwTNR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugIe7uwTNR .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-ugIe7uwTNR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugIe7uwTNR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugIe7uwTNR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugIe7uwTNR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugIe7uwTNR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugIe7uwTNR .dropdown-item.active,
.cid-ugIe7uwTNR .dropdown-item:active {
  background-color: transparent;
}
.cid-ugIe7uwTNR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugIe7uwTNR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugIe7uwTNR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugIe7uwTNR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugIe7uwTNR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugIe7uwTNR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugIe7uwTNR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugIe7uwTNR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugIe7uwTNR .navbar-buttons {
    text-align: left;
  }
}
.cid-ugIe7uwTNR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugIe7uwTNR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugIe7uwTNR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugIe7uwTNR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIe7uwTNR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIe7uwTNR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugIe7uwTNR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIe7uwTNR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugIe7uwTNR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugIe7uwTNR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIe7uwTNR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugIe7uwTNR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugIe7uwTNR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugIe7uwTNR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugIe7uwTNR .navbar {
    height: 70px;
  }
  .cid-ugIe7uwTNR .navbar.opened {
    height: auto;
  }
  .cid-ugIe7uwTNR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugIe7uwTNR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugIe7uwTNR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugIe7uwTNR .navbar-brand {
    margin-right: auto;
  }
  .cid-ugIe7uwTNR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ugIe7uwTNR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugIe7uwTNR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugIe7uwTNR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugIe7uwTNR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugIe7uwTNR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA6XFFLZK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA6XFFLZK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6XFFLZK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6XFFLZK1 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA6XFFLZK1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA6XFFLZK1 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA6XFFLZK1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA6XFFLZK1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.cid-uA6XFFLZK1 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA6XFFLZK1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA6XFFLZK1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA6XFFLZK1 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA6XFFLZK1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA6XFFLZK1 .mbr-section-title {
  color: #191c25;
}
.cid-uA6XFFLZK1 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA6XFFLZK1 .mbr-section-title,
.cid-uA6XFFLZK1 .mbr-section-btn,
.cid-uA6XFFLZK1 .title-wrapper {
  text-align: center;
}
.cid-uA6YbuDnkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA6YbuDnkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6YbuDnkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6YbuDnkB .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA6YbuDnkB .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA6YbuDnkB .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA6YbuDnkB .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uA4bzgoOjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA4bzgoOjY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f306f2;
  border-bottom: 1px solid #f306f2;
  z-index: 1;
}
.cid-uA4bzgoOjY .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA4bzgoOjY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA4bzgoOjY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA4bzgoOjY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4bzgoOjY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4bzgoOjY .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4bzgoOjY .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA4bzgoOjY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA4bzgoOjY .image_post {
  display: inline-block;
}
.cid-uA4bzgoOjY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA4bzgoOjY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA4d4ffJM6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA4d4ffJM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4d4ffJM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4d4ffJM6 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #f92c50;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uA4d4ffJM6 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uA4d4ffJM6 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uA4d4ffJM6 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uA4d4ffJM6 .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uA4d4ffJM6 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uA4d4ffJM6 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uA4d4ffJM6 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uA4d4ffJM6 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uA4d4ffJM6 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uA4d4ffJM6 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uA4d4ffJM6 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uA4d4ffJM6 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uA4d4ffJM6 .card-title {
  color: #000000;
}
.cid-uA4d4ffJM6 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uA4d4ffJM6 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uA4d4ffJM6 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uA4d4ffJM6 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uA4d4ffJM6 .mbr-text,
.cid-uA4d4ffJM6 .mbr-section-btn {
  color: #000000;
}
.cid-uA7P0Dk4xD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7P0Dk4xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7P0Dk4xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7P0Dk4xD .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f306f2;
  margin-bottom: 2rem;
}
.cid-uA7P0Dk4xD .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uA7P0Dk4xD .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7P0Dk4xD .card-title,
.cid-uA7P0Dk4xD .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA7P0Dk4xD .card-text {
  text-align: center;
}
.cid-uA4cXYIH5p {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uA4cXYIH5p {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA4cXYIH5p {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA4cXYIH5p .mbr-section-subtitle {
  text-align: left;
}
.cid-uA4cXYIH5p .mbr-section-title {
  text-align: left;
}
.cid-uA4cXYIH5p .mbr-text {
  text-align: left;
}
.cid-ugIeyEjCuD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-ugIeyEjCuD .mbr-text {
  color: #221b35;
}
.cid-ugIeyEjCuD .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-ugIeyEjCuD h5,
.cid-ugIeyEjCuD h6 {
  background: #f306f2;
  display: inline;
}
.cid-ugIeyEjCuD h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-ugIeyEjCuD h6 {
  line-height: 1.3 !important;
}
.cid-ugIeyEjCuD h6 span {
  padding-right: 2rem;
}
.cid-ugIeyEjCuD .mbr-section-title,
.cid-ugIeyEjCuD .align {
  color: #ffffff;
}
.cid-ugIeyEjCuD .mbr-section-subtitle,
.cid-ugIeyEjCuD .align {
  color: #ffffff;
  text-align: left;
}
.cid-ugIeQrxEbG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugIeQrxEbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIeQrxEbG .col-12 {
  padding: 0;
}
.cid-ugIeQrxEbG .row {
  margin: 0;
}
.cid-ugIeQrxEbG .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-ugIeQrxEbG .card-margin {
    margin-top: -1px;
  }
}
.cid-ugIeQrxEbG .card-wrapper {
  min-height: 500px;
  border: 1px solid #f306f2;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-ugIeQrxEbG .card-wrapper {
    padding: 1rem;
  }
}
.cid-ugIeQrxEbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIeQrxEbG .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ugIeQrxEbG .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-ugIeQrxEbG .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-ugIeQrxEbG .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-ugIeQrxEbG .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-ugIeQrxEbG .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugIeQrxEbG .image-wrapper {
    padding: 1rem;
  }
}
.cid-ugIeQrxEbG .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-ugIeQrxEbG .mbr-text,
.cid-ugIeQrxEbG .mbr-section-btn {
  color: #221b35;
}
.cid-uA4cR5SuqQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uA4cR5SuqQ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA4cR5SuqQ {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA4cR5SuqQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uA4cR5SuqQ .mbr-section-title {
  text-align: left;
}
.cid-uA4cR5SuqQ .mbr-text {
  text-align: left;
}
.cid-uA77AkRFzy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA77AkRFzy .titles-section {
  margin-bottom: 40px;
}
.cid-uA77AkRFzy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uA77AkRFzy .mbr-section-title {
  color: #6a3649;
}
.cid-uA77AkRFzy .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uA77AkRFzy .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uA77AkRFzy .card .card-title,
.cid-uA77AkRFzy .iconfont-wrapper {
  color: #282727;
}
.cid-uA4cFw6gje {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA4cFw6gje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4cFw6gje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4cFw6gje .card-wrapper {
  border: 3px solid #f306f2;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uA4cFw6gje .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA4cFw6gje .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uA4cFw6gje .card-wrapper .mbr-section-subtitle2 {
  background: #f306f2;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA4cFw6gje .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ffd7ef;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA4cFw6gje .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f306f2;
  font-size: 1.5rem;
}
.cid-uA4cFw6gje .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA4cFw6gje .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f306f2;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA4cFw6gje .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uA4cFw6gje .mbr-section-title {
  color: #000000;
}
.cid-uA4cFw6gje .mbr-text,
.cid-uA4cFw6gje .mbr-section-btn {
  color: #000000;
}
.cid-uA4cFw6gje .mbr-section-subtitle,
.cid-uA4cFw6gje .align-wrapper {
  color: #04492e;
}
.cid-uA4cFw6gje .mbr-section-subtitle3,
.cid-uA4cFw6gje .align-wrapper2 {
  color: #04492e;
}
.cid-uA4cFw6gje .mbr-section-subtitle2,
.cid-uA4cFw6gje .align-wrapper2 {
  color: #ffffff;
}
.cid-uA4cFw6gje .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uA4cFw6gje .mbr-cardtext {
  color: #000000;
}
.cid-uA6Yx0BwVc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA6Yx0BwVc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA6Yx0BwVc .panel-group {
  border: none;
}
.cid-uA6Yx0BwVc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA6Yx0BwVc .card-header {
    padding: 0rem;
  }
}
.cid-uA6Yx0BwVc .card {
  border: solid 1px #f306f2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA6Yx0BwVc .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA6Yx0BwVc .card {
    padding: 1rem;
  }
}
.cid-uA6Yx0BwVc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA6Yx0BwVc .img-col {
  padding: 0;
}
.cid-uA6Yx0BwVc .img-item {
  height: 100%;
}
.cid-uA6Yx0BwVc img {
  height: 100%;
  object-fit: cover;
}
.cid-uA6Yx0BwVc .collapsed span {
  transform: rotate(0deg);
}
.cid-uA6Yx0BwVc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA6Yx0BwVc p {
  margin-bottom: 0.3rem;
}
.cid-uA6Yx0BwVc .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA6Yx0BwVc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA6Yx0BwVc .panel-text {
  color: #000000;
}
.cid-uA6Yx0BwVc .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA6Yx0BwVc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA6Yx0BwVc .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA6Yx0BwVc .panel-title-edit,
.cid-uA6Yx0BwVc .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA6Yx0BwVc .mbr-section-title,
.cid-uA6Yx0BwVc .mbr-section-subtitle {
  background: #f306f2;
  display: inline;
}
.cid-uA6Yx0BwVc .mbr-section-subtitle,
.cid-uA6Yx0BwVc .align {
  color: #ffffff;
}
.cid-uA6Yx0BwVc .mbr-section-title,
.cid-uA6Yx0BwVc .align {
  color: #ffffff;
}
.cid-uA6Yx0BwVc .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f306f2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA6Yx0BwVc .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA752sS1gH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA752sS1gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA752sS1gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA752sS1gH .container {
    padding: 0 20px;
  }
}
.cid-uA752sS1gH .row {
  margin: 0;
}
.cid-uA752sS1gH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA752sS1gH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA752sS1gH .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA752sS1gH .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA752sS1gH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA752sS1gH .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA752sS1gH .mbr-section-title {
  color: #ffffff;
}
.cid-uA6YPFHkYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA6YPFHkYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6YPFHkYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6YPFHkYk .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA6YPFHkYk .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uA6YPFHkYk .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA6YPFHkYk .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA6YPFHkYk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA6YPFHkYk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA6YPFHkYk .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA6YPFHkYk .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA6YPFHkYk .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA6YPFHkYk .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #f306f2;
  box-shadow: 4px 4px 0 0 #f306f2;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uA6YPFHkYk .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uA6YPFHkYk .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uA6YPFHkYk .mbr-section-title {
  color: #050f0f;
}
.cid-uA6YPFHkYk .mbr-text {
  color: #050f0f;
}
.cid-ugIeKb82Iy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-ugIeKb82Iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIeKb82Iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIeKb82Iy .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-ugIeKb82Iy .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugIeKb82Iy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ugIeKb82Iy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugIeKb82Iy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugIeKb82Iy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugIeKb82Iy .content-head {
  max-width: 800px;
}
.cid-ugIeKb82Iy .mbr-section-title {
  color: #221b35;
}
.cid-uA4wkJu7UJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeef7;
}
.cid-uA4wkJu7UJ [class^="socicon-"]:before,
.cid-uA4wkJu7UJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA4wkJu7UJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA4wkJu7UJ .btn-social,
.cid-uA4wkJu7UJ .mbr-section-title {
  color: #57468b;
}
.cid-uA4wkJu7UJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA4wkJu7UJ .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA4wkJu7UJ .soc-item:hover span {
  color: #f306f2 !important;
}
.cid-uA435IoWG9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA435IoWG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA435IoWG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .container {
    padding: 0 30px;
  }
}
.cid-uA435IoWG9 .row {
  justify-content: center;
}
.cid-uA435IoWG9 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA435IoWG9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA435IoWG9 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA435IoWG9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap:hover,
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA435IoWG9 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA435IoWG9 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA435IoWG9 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA435IoWG9 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA435IoWG9 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA435IoWG9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA435IoWG9 .mbr-section-title {
  color: #bee0d6;
}
.cid-uA435IoWG9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uA435IoWG9 .list {
  color: #bee0d6;
}
.cid-uA435IoWG9 .mbr-address {
  color: #000000;
}
.cid-uA435IoWG9 .mbr-copy {
  color: #000000;
}
.cid-uA435IoWG9 .list,
.cid-uA435IoWG9 .item-wrap,
.cid-uA435IoWG9 .nav-wrapper {
  color: #000000;
}
.cid-uA4hbCEnav {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA4hbCEnav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA4hbCEnav .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA4hbCEnav .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA4hbCEnav .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uA4hbCEnav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA4hbCEnav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA4hbCEnav .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uA4hbCEnav .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uA4hbCEnav .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uA4hbCEnav .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uA4hbCEnav .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uA4hbCEnav .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uA4hbCEnav .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA4hbCEnav .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA4hbCEnav .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uA4hbCEnav .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA4hbCEnav .navbar-logo {
    padding-left: 0;
  }
}
.cid-uA4hbCEnav .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA4hbCEnav .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA4hbCEnav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uA4hbCEnav .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA4hbCEnav .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA4hbCEnav .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uA4hbCEnav .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA4hbCEnav .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uA4hbCEnav .nav-item:focus,
.cid-uA4hbCEnav .nav-link:focus {
  outline: none;
}
.cid-uA4hbCEnav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA4hbCEnav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA4hbCEnav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA4hbCEnav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA4hbCEnav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA4hbCEnav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA4hbCEnav .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA4hbCEnav .navbar.opened {
  transition: all 0.3s;
}
.cid-uA4hbCEnav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA4hbCEnav .navbar .navbar-logo img {
  width: auto;
}
.cid-uA4hbCEnav .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uA4hbCEnav .navbar.collapsed {
  justify-content: center;
}
.cid-uA4hbCEnav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA4hbCEnav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA4hbCEnav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uA4hbCEnav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA4hbCEnav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA4hbCEnav .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-uA4hbCEnav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA4hbCEnav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA4hbCEnav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA4hbCEnav .navbar {
    min-height: 72px;
  }
  .cid-uA4hbCEnav .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA4hbCEnav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA4hbCEnav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA4hbCEnav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA4hbCEnav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA4hbCEnav .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-uA4hbCEnav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA4hbCEnav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA4hbCEnav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA4hbCEnav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA4hbCEnav .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA4hbCEnav .dropdown-item.active,
.cid-uA4hbCEnav .dropdown-item:active {
  background-color: transparent;
}
.cid-uA4hbCEnav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA4hbCEnav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA4hbCEnav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA4hbCEnav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA4hbCEnav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA4hbCEnav .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA4hbCEnav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA4hbCEnav .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA4hbCEnav .navbar-buttons {
    text-align: left;
  }
}
.cid-uA4hbCEnav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA4hbCEnav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA4hbCEnav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA4hbCEnav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA4hbCEnav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA4hbCEnav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA4hbCEnav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA4hbCEnav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA4hbCEnav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA4hbCEnav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA4hbCEnav .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA4hbCEnav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA4hbCEnav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA4hbCEnav .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA4hbCEnav .navbar {
    height: 70px;
  }
  .cid-uA4hbCEnav .navbar.opened {
    height: auto;
  }
  .cid-uA4hbCEnav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA4hbCEnav .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uA4hbCEnav .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA4hbCEnav .navbar-brand {
    margin-right: auto;
  }
  .cid-uA4hbCEnav .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uA4hbCEnav .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA4hbCEnav .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA4hbCEnav .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA4hbCEnav .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA4hbCEnav .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7lePuoQe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7lePuoQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7lePuoQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7lePuoQe .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA7lePuoQe .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA7lePuoQe .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA7lePuoQe .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7lePuoQe .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uA7lePuoQe .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA7lePuoQe .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7lePuoQe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7lePuoQe .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA7lePuoQe .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7lePuoQe .mbr-section-title {
  color: #191c25;
}
.cid-uA7lePuoQe .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA7lePuoQe .mbr-section-title,
.cid-uA7lePuoQe .mbr-section-btn,
.cid-uA7lePuoQe .title-wrapper {
  text-align: center;
}
.cid-uA4hbFF04x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA4hbFF04x .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f92c50;
  border-bottom: 1px solid #f92c50;
  z-index: 1;
}
.cid-uA4hbFF04x .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA4hbFF04x .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA4hbFF04x .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA4hbFF04x .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4hbFF04x .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4hbFF04x .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4hbFF04x .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA4hbFF04x .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA4hbFF04x .image_post {
  display: inline-block;
}
.cid-uA4hbFF04x .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA4hbFF04x .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA4hbSeKLw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uA4hbSeKLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4hbSeKLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4hbSeKLw .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-uA4hbSeKLw .google-map {
  height: 30rem;
  position: relative;
}
.cid-uA4hbSeKLw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA4hbSeKLw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA4hbSeKLw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA4hbSeKLw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA4hbSeKLw .content-head {
  max-width: 800px;
}
.cid-uA4hbSeKLw .mbr-section-title {
  color: #221b35;
}
.cid-uA4hbT8Tt2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA4hbT8Tt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4hbT8Tt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .container {
    padding: 0 30px;
  }
}
.cid-uA4hbT8Tt2 .row {
  justify-content: center;
}
.cid-uA4hbT8Tt2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA4hbT8Tt2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA4hbT8Tt2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap:hover,
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA4hbT8Tt2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA4hbT8Tt2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA4hbT8Tt2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA4hbT8Tt2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA4hbT8Tt2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hbT8Tt2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA4hbT8Tt2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA4hbT8Tt2 .mbr-section-title {
  color: #bee0d6;
}
.cid-uA4hbT8Tt2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uA4hbT8Tt2 .list {
  color: #bee0d6;
}
.cid-uA4hbT8Tt2 .mbr-address {
  color: #000000;
}
.cid-uA4hbT8Tt2 .mbr-copy {
  color: #000000;
}
.cid-uA4hbT8Tt2 .list,
.cid-uA4hbT8Tt2 .item-wrap,
.cid-uA4hbT8Tt2 .nav-wrapper {
  color: #000000;
}
.cid-uA4hHCadt9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA4hHCadt9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA4hHCadt9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA4hHCadt9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA4hHCadt9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uA4hHCadt9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA4hHCadt9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA4hHCadt9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uA4hHCadt9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uA4hHCadt9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uA4hHCadt9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uA4hHCadt9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uA4hHCadt9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uA4hHCadt9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA4hHCadt9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA4hHCadt9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uA4hHCadt9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA4hHCadt9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uA4hHCadt9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA4hHCadt9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA4hHCadt9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uA4hHCadt9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA4hHCadt9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA4hHCadt9 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uA4hHCadt9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA4hHCadt9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uA4hHCadt9 .nav-item:focus,
.cid-uA4hHCadt9 .nav-link:focus {
  outline: none;
}
.cid-uA4hHCadt9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA4hHCadt9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA4hHCadt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA4hHCadt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA4hHCadt9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA4hHCadt9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA4hHCadt9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA4hHCadt9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uA4hHCadt9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA4hHCadt9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uA4hHCadt9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uA4hHCadt9 .navbar.collapsed {
  justify-content: center;
}
.cid-uA4hHCadt9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA4hHCadt9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA4hHCadt9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uA4hHCadt9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA4hHCadt9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA4hHCadt9 .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-uA4hHCadt9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA4hHCadt9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA4hHCadt9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA4hHCadt9 .navbar {
    min-height: 72px;
  }
  .cid-uA4hHCadt9 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA4hHCadt9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA4hHCadt9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA4hHCadt9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA4hHCadt9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA4hHCadt9 .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-uA4hHCadt9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA4hHCadt9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA4hHCadt9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA4hHCadt9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA4hHCadt9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA4hHCadt9 .dropdown-item.active,
.cid-uA4hHCadt9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA4hHCadt9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA4hHCadt9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA4hHCadt9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA4hHCadt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA4hHCadt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA4hHCadt9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA4hHCadt9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA4hHCadt9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA4hHCadt9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uA4hHCadt9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA4hHCadt9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA4hHCadt9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA4hHCadt9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA4hHCadt9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA4hHCadt9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA4hHCadt9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA4hHCadt9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA4hHCadt9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA4hHCadt9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA4hHCadt9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA4hHCadt9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA4hHCadt9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA4hHCadt9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA4hHCadt9 .navbar {
    height: 70px;
  }
  .cid-uA4hHCadt9 .navbar.opened {
    height: auto;
  }
  .cid-uA4hHCadt9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA4hHCadt9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uA4hHCadt9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA4hHCadt9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uA4hHCadt9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uA4hHCadt9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA4hHCadt9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA4hHCadt9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA4hHCadt9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA4hHCadt9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7mmA7lQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7mmA7lQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7mmA7lQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7mmA7lQI .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA7mmA7lQI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA7mmA7lQI .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA7mmA7lQI .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7mmA7lQI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uA7mmA7lQI .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA7mmA7lQI .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7mmA7lQI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7mmA7lQI .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA7mmA7lQI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7mmA7lQI .mbr-section-title {
  color: #191c25;
}
.cid-uA7mmA7lQI .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA7mmA7lQI .mbr-section-title,
.cid-uA7mmA7lQI .mbr-section-btn,
.cid-uA7mmA7lQI .title-wrapper {
  text-align: center;
}
.cid-uA4hHE3dRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA4hHE3dRI .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f92c50;
  border-bottom: 1px solid #f92c50;
  z-index: 1;
}
.cid-uA4hHE3dRI .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA4hHE3dRI .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA4hHE3dRI .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA4hHE3dRI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA4hHE3dRI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA4hHE3dRI .mbr-section-btn .btn-secondary-outline .active,
.cid-uA4hHE3dRI .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA4hHE3dRI .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA4hHE3dRI .image_post {
  display: inline-block;
}
.cid-uA4hHE3dRI .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA4hHE3dRI .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA4hHEW8gS {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uA4hHEW8gS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4hHEW8gS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4hHEW8gS .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-uA4hHEW8gS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uA4hHEW8gS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA4hHEW8gS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA4hHEW8gS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA4hHEW8gS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA4hHEW8gS .content-head {
  max-width: 800px;
}
.cid-uA4hHEW8gS .mbr-section-title {
  color: #221b35;
}
.cid-uA4hHFJIlr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA4hHFJIlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4hHFJIlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .container {
    padding: 0 30px;
  }
}
.cid-uA4hHFJIlr .row {
  justify-content: center;
}
.cid-uA4hHFJIlr .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA4hHFJIlr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA4hHFJIlr .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA4hHFJIlr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap:hover,
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap:hover::before,
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA4hHFJIlr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA4hHFJIlr .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA4hHFJIlr .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA4hHFJIlr .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA4hHFJIlr .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA4hHFJIlr .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA4hHFJIlr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA4hHFJIlr .mbr-section-title {
  color: #bee0d6;
}
.cid-uA4hHFJIlr .mbr-section-subtitle {
  color: #000000;
}
.cid-uA4hHFJIlr .list {
  color: #bee0d6;
}
.cid-uA4hHFJIlr .mbr-address {
  color: #000000;
}
.cid-uA4hHFJIlr .mbr-copy {
  color: #000000;
}
.cid-uA4hHFJIlr .list,
.cid-uA4hHFJIlr .item-wrap,
.cid-uA4hHFJIlr .nav-wrapper {
  color: #000000;
}
.cid-uA7qxQP3hd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA7qxQP3hd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA7qxQP3hd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA7qxQP3hd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA7qxQP3hd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uA7qxQP3hd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7qxQP3hd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7qxQP3hd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uA7qxQP3hd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uA7qxQP3hd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uA7qxQP3hd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uA7qxQP3hd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uA7qxQP3hd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uA7qxQP3hd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA7qxQP3hd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA7qxQP3hd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uA7qxQP3hd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA7qxQP3hd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uA7qxQP3hd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7qxQP3hd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA7qxQP3hd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uA7qxQP3hd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7qxQP3hd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7qxQP3hd .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uA7qxQP3hd .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA7qxQP3hd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uA7qxQP3hd .nav-item:focus,
.cid-uA7qxQP3hd .nav-link:focus {
  outline: none;
}
.cid-uA7qxQP3hd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7qxQP3hd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7qxQP3hd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7qxQP3hd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7qxQP3hd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7qxQP3hd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7qxQP3hd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA7qxQP3hd .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7qxQP3hd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA7qxQP3hd .navbar .navbar-logo img {
  width: auto;
}
.cid-uA7qxQP3hd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uA7qxQP3hd .navbar.collapsed {
  justify-content: center;
}
.cid-uA7qxQP3hd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7qxQP3hd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7qxQP3hd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uA7qxQP3hd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7qxQP3hd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7qxQP3hd .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-uA7qxQP3hd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7qxQP3hd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA7qxQP3hd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7qxQP3hd .navbar {
    min-height: 72px;
  }
  .cid-uA7qxQP3hd .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7qxQP3hd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7qxQP3hd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7qxQP3hd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7qxQP3hd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7qxQP3hd .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-uA7qxQP3hd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA7qxQP3hd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA7qxQP3hd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7qxQP3hd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA7qxQP3hd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA7qxQP3hd .dropdown-item.active,
.cid-uA7qxQP3hd .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7qxQP3hd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7qxQP3hd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7qxQP3hd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7qxQP3hd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA7qxQP3hd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA7qxQP3hd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA7qxQP3hd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA7qxQP3hd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA7qxQP3hd .navbar-buttons {
    text-align: left;
  }
}
.cid-uA7qxQP3hd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA7qxQP3hd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA7qxQP3hd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7qxQP3hd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7qxQP3hd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7qxQP3hd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7qxQP3hd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7qxQP3hd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7qxQP3hd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7qxQP3hd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7qxQP3hd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA7qxQP3hd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7qxQP3hd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7qxQP3hd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7qxQP3hd .navbar {
    height: 70px;
  }
  .cid-uA7qxQP3hd .navbar.opened {
    height: auto;
  }
  .cid-uA7qxQP3hd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA7qxQP3hd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uA7qxQP3hd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA7qxQP3hd .navbar-brand {
    margin-right: auto;
  }
  .cid-uA7qxQP3hd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uA7qxQP3hd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA7qxQP3hd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA7qxQP3hd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7qxQP3hd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA7qxQP3hd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7qxS3YOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7qxS3YOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qxS3YOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qxS3YOU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA7qxS3YOU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA7qxS3YOU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA7qxS3YOU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7qxS3YOU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uA7qxS3YOU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA7qxS3YOU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7qxS3YOU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7qxS3YOU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA7qxS3YOU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7qxS3YOU .mbr-section-title {
  color: #191c25;
}
.cid-uA7qxS3YOU .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA7qxS3YOU .mbr-section-title,
.cid-uA7qxS3YOU .mbr-section-btn,
.cid-uA7qxS3YOU .title-wrapper {
  text-align: center;
}
.cid-uA7qxT73IO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7qxT73IO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qxT73IO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qxT73IO .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7qxT73IO .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA7qxT73IO .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA7qxT73IO .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uA7qxTQdUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7qxTQdUT .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f306f2;
  border-bottom: 1px solid #f306f2;
  z-index: 1;
}
.cid-uA7qxTQdUT .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA7qxTQdUT .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA7qxTQdUT .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA7qxTQdUT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA7qxTQdUT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA7qxTQdUT .mbr-section-btn .btn-secondary-outline .active,
.cid-uA7qxTQdUT .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA7qxTQdUT .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA7qxTQdUT .image_post {
  display: inline-block;
}
.cid-uA7qxTQdUT .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA7qxTQdUT .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA7qxUAAem {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7qxUAAem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qxUAAem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qxUAAem .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #f92c50;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uA7qxUAAem .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7qxUAAem .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uA7qxUAAem .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uA7qxUAAem .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uA7qxUAAem .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uA7qxUAAem .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uA7qxUAAem .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uA7qxUAAem .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uA7qxUAAem .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7qxUAAem .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uA7qxUAAem .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uA7qxUAAem .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uA7qxUAAem .card-title {
  color: #000000;
}
.cid-uA7qxUAAem .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uA7qxUAAem .mbr-text {
    margin-top: 12px;
  }
}
.cid-uA7qxUAAem .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uA7qxUAAem .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uA7qxUAAem .mbr-text,
.cid-uA7qxUAAem .mbr-section-btn {
  color: #000000;
}
.cid-uA7OUZIT5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7OUZIT5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7OUZIT5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7OUZIT5J .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f306f2;
  margin-bottom: 2rem;
}
.cid-uA7OUZIT5J .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uA7OUZIT5J .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7OUZIT5J .card-title,
.cid-uA7OUZIT5J .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA7OUZIT5J .card-text {
  text-align: center;
}
.cid-uA7qxWgYzv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uA7qxWgYzv {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7qxWgYzv {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7qxWgYzv .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7qxWgYzv .mbr-section-title {
  text-align: left;
}
.cid-uA7qxWgYzv .mbr-text {
  text-align: left;
}
.cid-uA7qxWYXWB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7qxWYXWB .mbr-text {
  color: #221b35;
}
.cid-uA7qxWYXWB .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7qxWYXWB h5,
.cid-uA7qxWYXWB h6 {
  background: #f306f2;
  display: inline;
}
.cid-uA7qxWYXWB h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7qxWYXWB h6 {
  line-height: 1.3 !important;
}
.cid-uA7qxWYXWB h6 span {
  padding-right: 2rem;
}
.cid-uA7qxWYXWB .mbr-section-title,
.cid-uA7qxWYXWB .align {
  color: #ffffff;
}
.cid-uA7qxWYXWB .mbr-section-subtitle,
.cid-uA7qxWYXWB .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7qxXFfZu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7qxXFfZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qxXFfZu .col-12 {
  padding: 0;
}
.cid-uA7qxXFfZu .row {
  margin: 0;
}
.cid-uA7qxXFfZu .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uA7qxXFfZu .card-margin {
    margin-top: -1px;
  }
}
.cid-uA7qxXFfZu .card-wrapper {
  min-height: 500px;
  border: 1px solid #f306f2;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uA7qxXFfZu .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7qxXFfZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qxXFfZu .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uA7qxXFfZu .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uA7qxXFfZu .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uA7qxXFfZu .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uA7qxXFfZu .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uA7qxXFfZu .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7qxXFfZu .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA7qxXFfZu .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uA7qxXFfZu .mbr-text,
.cid-uA7qxXFfZu .mbr-section-btn {
  color: #221b35;
}
.cid-uA7qxYwuvu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uA7qxYwuvu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7qxYwuvu {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7qxYwuvu .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7qxYwuvu .mbr-section-title {
  text-align: left;
}
.cid-uA7qxYwuvu .mbr-text {
  text-align: left;
}
.cid-uA7qxZjQ58 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7qxZjQ58 .titles-section {
  margin-bottom: 40px;
}
.cid-uA7qxZjQ58 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uA7qxZjQ58 .mbr-section-title {
  color: #6a3649;
}
.cid-uA7qxZjQ58 .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uA7qxZjQ58 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uA7qxZjQ58 .card .card-title,
.cid-uA7qxZjQ58 .iconfont-wrapper {
  color: #282727;
}
.cid-uA7qy0sayV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7qy0sayV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qy0sayV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qy0sayV .card-wrapper {
  border: 3px solid #f306f2;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uA7qy0sayV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7qy0sayV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uA7qy0sayV .card-wrapper .mbr-section-subtitle2 {
  background: #f306f2;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7qy0sayV .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ffd7ef;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7qy0sayV .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f306f2;
  font-size: 1.5rem;
}
.cid-uA7qy0sayV .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7qy0sayV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f306f2;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7qy0sayV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uA7qy0sayV .mbr-section-title {
  color: #000000;
}
.cid-uA7qy0sayV .mbr-text,
.cid-uA7qy0sayV .mbr-section-btn {
  color: #000000;
}
.cid-uA7qy0sayV .mbr-section-subtitle,
.cid-uA7qy0sayV .align-wrapper {
  color: #04492e;
}
.cid-uA7qy0sayV .mbr-section-subtitle3,
.cid-uA7qy0sayV .align-wrapper2 {
  color: #04492e;
}
.cid-uA7qy0sayV .mbr-section-subtitle2,
.cid-uA7qy0sayV .align-wrapper2 {
  color: #ffffff;
}
.cid-uA7qy0sayV .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uA7qy0sayV .mbr-cardtext {
  color: #000000;
}
.cid-uA7qy1mK4j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7qy1mK4j .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA7qy1mK4j .panel-group {
  border: none;
}
.cid-uA7qy1mK4j .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA7qy1mK4j .card-header {
    padding: 0rem;
  }
}
.cid-uA7qy1mK4j .card {
  border: solid 1px #f306f2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA7qy1mK4j .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA7qy1mK4j .card {
    padding: 1rem;
  }
}
.cid-uA7qy1mK4j .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA7qy1mK4j .img-col {
  padding: 0;
}
.cid-uA7qy1mK4j .img-item {
  height: 100%;
}
.cid-uA7qy1mK4j img {
  height: 100%;
  object-fit: cover;
}
.cid-uA7qy1mK4j .collapsed span {
  transform: rotate(0deg);
}
.cid-uA7qy1mK4j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA7qy1mK4j p {
  margin-bottom: 0.3rem;
}
.cid-uA7qy1mK4j .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA7qy1mK4j .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA7qy1mK4j .panel-text {
  color: #000000;
}
.cid-uA7qy1mK4j .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7qy1mK4j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA7qy1mK4j .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA7qy1mK4j .panel-title-edit,
.cid-uA7qy1mK4j .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA7qy1mK4j .mbr-section-title,
.cid-uA7qy1mK4j .mbr-section-subtitle {
  background: #f306f2;
  display: inline;
}
.cid-uA7qy1mK4j .mbr-section-subtitle,
.cid-uA7qy1mK4j .align {
  color: #ffffff;
}
.cid-uA7qy1mK4j .mbr-section-title,
.cid-uA7qy1mK4j .align {
  color: #ffffff;
}
.cid-uA7qy1mK4j .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f306f2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA7qy1mK4j .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA7qy2JbW2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7qy2JbW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qy2JbW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA7qy2JbW2 .container {
    padding: 0 20px;
  }
}
.cid-uA7qy2JbW2 .row {
  margin: 0;
}
.cid-uA7qy2JbW2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7qy2JbW2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA7qy2JbW2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA7qy2JbW2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA7qy2JbW2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA7qy2JbW2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA7qy2JbW2 .mbr-section-title {
  color: #ffffff;
}
.cid-uA7qy3MhtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7qy3MhtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qy3MhtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qy3MhtN .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7qy3MhtN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uA7qy3MhtN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7qy3MhtN .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7qy3MhtN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7qy3MhtN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7qy3MhtN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7qy3MhtN .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA7qy3MhtN .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA7qy3MhtN .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #f306f2;
  box-shadow: 4px 4px 0 0 #f306f2;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uA7qy3MhtN .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uA7qy3MhtN .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uA7qy3MhtN .mbr-section-title {
  color: #050f0f;
}
.cid-uA7qy3MhtN .mbr-text {
  color: #050f0f;
}
.cid-uA7tF16CAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA7tF16CAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tF16CAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tF16CAA .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7tF16CAA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7tF16CAA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7tF16CAA .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uA7tF16CAA .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7tF16CAA .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7tF16CAA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7tF16CAA .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7tF16CAA .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7tF16CAA .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7tF16CAA .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7tF16CAA .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7tF16CAA .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7tF16CAA .card {
  justify-content: space-between;
}
.cid-uA7tF16CAA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uA7tF16CAA .panel-title-edit {
  color: #000000;
}
.cid-uA7tF16CAA .panel-text {
  color: #f24d4a;
}
.cid-uA7tF16CAA .panel-text,
.cid-uA7tF16CAA .panel-body {
  color: #000000;
}
.cid-uA7qy4O2zn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uA7qy4O2zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qy4O2zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7qy4O2zn .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-uA7qy4O2zn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uA7qy4O2zn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA7qy4O2zn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA7qy4O2zn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA7qy4O2zn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA7qy4O2zn .content-head {
  max-width: 800px;
}
.cid-uA7qy4O2zn .mbr-section-title {
  color: #221b35;
}
.cid-uA7qy5Mlmy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeef7;
}
.cid-uA7qy5Mlmy [class^="socicon-"]:before,
.cid-uA7qy5Mlmy [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA7qy5Mlmy .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA7qy5Mlmy .btn-social,
.cid-uA7qy5Mlmy .mbr-section-title {
  color: #57468b;
}
.cid-uA7qy5Mlmy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA7qy5Mlmy .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA7qy5Mlmy .soc-item:hover span {
  color: #f306f2 !important;
}
.cid-uA7qy6Fi0V {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA7qy6Fi0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7qy6Fi0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .container {
    padding: 0 30px;
  }
}
.cid-uA7qy6Fi0V .row {
  justify-content: center;
}
.cid-uA7qy6Fi0V .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA7qy6Fi0V .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7qy6Fi0V .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7qy6Fi0V .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap:hover,
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap:hover::before,
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7qy6Fi0V .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7qy6Fi0V .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7qy6Fi0V .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7qy6Fi0V .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA7qy6Fi0V .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7qy6Fi0V .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA7qy6Fi0V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA7qy6Fi0V .mbr-section-title {
  color: #bee0d6;
}
.cid-uA7qy6Fi0V .mbr-section-subtitle {
  color: #000000;
}
.cid-uA7qy6Fi0V .list {
  color: #bee0d6;
}
.cid-uA7qy6Fi0V .mbr-address {
  color: #000000;
}
.cid-uA7qy6Fi0V .mbr-copy {
  color: #000000;
}
.cid-uA7qy6Fi0V .list,
.cid-uA7qy6Fi0V .item-wrap,
.cid-uA7qy6Fi0V .nav-wrapper {
  color: #000000;
}
.cid-uA7u6fNS2X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA7u6fNS2X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA7u6fNS2X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA7u6fNS2X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA7u6fNS2X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uA7u6fNS2X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7u6fNS2X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7u6fNS2X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uA7u6fNS2X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uA7u6fNS2X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uA7u6fNS2X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uA7u6fNS2X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uA7u6fNS2X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uA7u6fNS2X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA7u6fNS2X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA7u6fNS2X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uA7u6fNS2X .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA7u6fNS2X .navbar-logo {
    padding-left: 0;
  }
}
.cid-uA7u6fNS2X .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7u6fNS2X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA7u6fNS2X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uA7u6fNS2X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7u6fNS2X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7u6fNS2X .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uA7u6fNS2X .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA7u6fNS2X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uA7u6fNS2X .nav-item:focus,
.cid-uA7u6fNS2X .nav-link:focus {
  outline: none;
}
.cid-uA7u6fNS2X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7u6fNS2X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7u6fNS2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7u6fNS2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7u6fNS2X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7u6fNS2X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7u6fNS2X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA7u6fNS2X .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7u6fNS2X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA7u6fNS2X .navbar .navbar-logo img {
  width: auto;
}
.cid-uA7u6fNS2X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uA7u6fNS2X .navbar.collapsed {
  justify-content: center;
}
.cid-uA7u6fNS2X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7u6fNS2X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7u6fNS2X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uA7u6fNS2X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7u6fNS2X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7u6fNS2X .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-uA7u6fNS2X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7u6fNS2X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA7u6fNS2X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7u6fNS2X .navbar {
    min-height: 72px;
  }
  .cid-uA7u6fNS2X .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7u6fNS2X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7u6fNS2X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7u6fNS2X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7u6fNS2X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7u6fNS2X .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-uA7u6fNS2X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA7u6fNS2X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA7u6fNS2X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7u6fNS2X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA7u6fNS2X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA7u6fNS2X .dropdown-item.active,
.cid-uA7u6fNS2X .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7u6fNS2X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7u6fNS2X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7u6fNS2X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7u6fNS2X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA7u6fNS2X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA7u6fNS2X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA7u6fNS2X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA7u6fNS2X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA7u6fNS2X .navbar-buttons {
    text-align: left;
  }
}
.cid-uA7u6fNS2X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA7u6fNS2X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA7u6fNS2X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7u6fNS2X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7u6fNS2X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7u6fNS2X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7u6fNS2X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7u6fNS2X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7u6fNS2X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7u6fNS2X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7u6fNS2X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA7u6fNS2X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7u6fNS2X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7u6fNS2X .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7u6fNS2X .navbar {
    height: 70px;
  }
  .cid-uA7u6fNS2X .navbar.opened {
    height: auto;
  }
  .cid-uA7u6fNS2X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA7u6fNS2X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uA7u6fNS2X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA7u6fNS2X .navbar-brand {
    margin-right: auto;
  }
  .cid-uA7u6fNS2X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uA7u6fNS2X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA7u6fNS2X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA7u6fNS2X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7u6fNS2X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA7u6fNS2X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7u6gJa0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7u6gJa0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6gJa0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6gJa0t .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA7u6gJa0t .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA7u6gJa0t .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA7u6gJa0t .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7u6gJa0t .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uA7u6gJa0t .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA7u6gJa0t .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7u6gJa0t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7u6gJa0t .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA7u6gJa0t .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7u6gJa0t .mbr-section-title {
  color: #191c25;
}
.cid-uA7u6gJa0t .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA7u6gJa0t .mbr-section-title,
.cid-uA7u6gJa0t .mbr-section-btn,
.cid-uA7u6gJa0t .title-wrapper {
  text-align: center;
}
.cid-uA7u6hHOLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7u6hHOLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6hHOLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6hHOLU .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7u6hHOLU .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA7u6hHOLU .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA7u6hHOLU .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uA7u6ivlAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7u6ivlAf .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f306f2;
  border-bottom: 1px solid #f306f2;
  z-index: 1;
}
.cid-uA7u6ivlAf .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA7u6ivlAf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA7u6ivlAf .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA7u6ivlAf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA7u6ivlAf .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA7u6ivlAf .mbr-section-btn .btn-secondary-outline .active,
.cid-uA7u6ivlAf .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA7u6ivlAf .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA7u6ivlAf .image_post {
  display: inline-block;
}
.cid-uA7u6ivlAf .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA7u6ivlAf .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA7u6jpi4T {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7u6jpi4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6jpi4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6jpi4T .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #f92c50;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uA7u6jpi4T .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7u6jpi4T .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uA7u6jpi4T .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uA7u6jpi4T .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uA7u6jpi4T .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uA7u6jpi4T .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uA7u6jpi4T .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uA7u6jpi4T .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uA7u6jpi4T .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7u6jpi4T .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uA7u6jpi4T .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uA7u6jpi4T .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uA7u6jpi4T .card-title {
  color: #000000;
}
.cid-uA7u6jpi4T .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uA7u6jpi4T .mbr-text {
    margin-top: 12px;
  }
}
.cid-uA7u6jpi4T .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uA7u6jpi4T .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uA7u6jpi4T .mbr-text,
.cid-uA7u6jpi4T .mbr-section-btn {
  color: #000000;
}
.cid-uA7ON6hSkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7ON6hSkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7ON6hSkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7ON6hSkF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f306f2;
  margin-bottom: 2rem;
}
.cid-uA7ON6hSkF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uA7ON6hSkF .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7ON6hSkF .card-title,
.cid-uA7ON6hSkF .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA7ON6hSkF .card-text {
  text-align: center;
}
.cid-uA7u6l83O9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uA7u6l83O9 {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7u6l83O9 {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7u6l83O9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7u6l83O9 .mbr-section-title {
  text-align: left;
}
.cid-uA7u6l83O9 .mbr-text {
  text-align: left;
}
.cid-uA7u6m1YHA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7u6m1YHA .mbr-text {
  color: #221b35;
}
.cid-uA7u6m1YHA .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7u6m1YHA h5,
.cid-uA7u6m1YHA h6 {
  background: #f306f2;
  display: inline;
}
.cid-uA7u6m1YHA h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7u6m1YHA h6 {
  line-height: 1.3 !important;
}
.cid-uA7u6m1YHA h6 span {
  padding-right: 2rem;
}
.cid-uA7u6m1YHA .mbr-section-title,
.cid-uA7u6m1YHA .align {
  color: #ffffff;
}
.cid-uA7u6m1YHA .mbr-section-subtitle,
.cid-uA7u6m1YHA .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7u6mWPum {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7u6mWPum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6mWPum .col-12 {
  padding: 0;
}
.cid-uA7u6mWPum .row {
  margin: 0;
}
.cid-uA7u6mWPum .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uA7u6mWPum .card-margin {
    margin-top: -1px;
  }
}
.cid-uA7u6mWPum .card-wrapper {
  min-height: 500px;
  border: 1px solid #f306f2;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uA7u6mWPum .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7u6mWPum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6mWPum .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uA7u6mWPum .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uA7u6mWPum .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uA7u6mWPum .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uA7u6mWPum .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uA7u6mWPum .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7u6mWPum .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA7u6mWPum .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uA7u6mWPum .mbr-text,
.cid-uA7u6mWPum .mbr-section-btn {
  color: #221b35;
}
.cid-uA7u6o4Tn8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uA7u6o4Tn8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7u6o4Tn8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7u6o4Tn8 .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7u6o4Tn8 .mbr-section-title {
  text-align: left;
}
.cid-uA7u6o4Tn8 .mbr-text {
  text-align: left;
}
.cid-uA7u6oR6f9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7u6oR6f9 .titles-section {
  margin-bottom: 40px;
}
.cid-uA7u6oR6f9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uA7u6oR6f9 .mbr-section-title {
  color: #6a3649;
}
.cid-uA7u6oR6f9 .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uA7u6oR6f9 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uA7u6oR6f9 .card .card-title,
.cid-uA7u6oR6f9 .iconfont-wrapper {
  color: #282727;
}
.cid-uA7u6q4ncT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7u6q4ncT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6q4ncT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6q4ncT .card-wrapper {
  border: 3px solid #f306f2;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uA7u6q4ncT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7u6q4ncT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uA7u6q4ncT .card-wrapper .mbr-section-subtitle2 {
  background: #f306f2;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7u6q4ncT .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ffd7ef;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7u6q4ncT .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f306f2;
  font-size: 1.5rem;
}
.cid-uA7u6q4ncT .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7u6q4ncT .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f306f2;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7u6q4ncT .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uA7u6q4ncT .mbr-section-title {
  color: #000000;
}
.cid-uA7u6q4ncT .mbr-text,
.cid-uA7u6q4ncT .mbr-section-btn {
  color: #000000;
}
.cid-uA7u6q4ncT .mbr-section-subtitle,
.cid-uA7u6q4ncT .align-wrapper {
  color: #04492e;
}
.cid-uA7u6q4ncT .mbr-section-subtitle3,
.cid-uA7u6q4ncT .align-wrapper2 {
  color: #04492e;
}
.cid-uA7u6q4ncT .mbr-section-subtitle2,
.cid-uA7u6q4ncT .align-wrapper2 {
  color: #ffffff;
}
.cid-uA7u6q4ncT .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uA7u6q4ncT .mbr-cardtext {
  color: #000000;
}
.cid-uA7u6r0cQc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7u6r0cQc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA7u6r0cQc .panel-group {
  border: none;
}
.cid-uA7u6r0cQc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA7u6r0cQc .card-header {
    padding: 0rem;
  }
}
.cid-uA7u6r0cQc .card {
  border: solid 1px #f306f2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA7u6r0cQc .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA7u6r0cQc .card {
    padding: 1rem;
  }
}
.cid-uA7u6r0cQc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA7u6r0cQc .img-col {
  padding: 0;
}
.cid-uA7u6r0cQc .img-item {
  height: 100%;
}
.cid-uA7u6r0cQc img {
  height: 100%;
  object-fit: cover;
}
.cid-uA7u6r0cQc .collapsed span {
  transform: rotate(0deg);
}
.cid-uA7u6r0cQc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA7u6r0cQc p {
  margin-bottom: 0.3rem;
}
.cid-uA7u6r0cQc .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA7u6r0cQc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA7u6r0cQc .panel-text {
  color: #000000;
}
.cid-uA7u6r0cQc .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7u6r0cQc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA7u6r0cQc .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA7u6r0cQc .panel-title-edit,
.cid-uA7u6r0cQc .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA7u6r0cQc .mbr-section-title,
.cid-uA7u6r0cQc .mbr-section-subtitle {
  background: #f306f2;
  display: inline;
}
.cid-uA7u6r0cQc .mbr-section-subtitle,
.cid-uA7u6r0cQc .align {
  color: #ffffff;
}
.cid-uA7u6r0cQc .mbr-section-title,
.cid-uA7u6r0cQc .align {
  color: #ffffff;
}
.cid-uA7u6r0cQc .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f306f2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA7u6r0cQc .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA7u6tgxVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7u6tgxVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6tgxVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6tgxVp .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7u6tgxVp .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uA7u6tgxVp .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7u6tgxVp .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7u6tgxVp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7u6tgxVp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7u6tgxVp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7u6tgxVp .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA7u6tgxVp .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA7u6tgxVp .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #f306f2;
  box-shadow: 4px 4px 0 0 #f306f2;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uA7u6tgxVp .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uA7u6tgxVp .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uA7u6tgxVp .mbr-section-title {
  color: #050f0f;
}
.cid-uA7u6tgxVp .mbr-text {
  color: #050f0f;
}
.cid-uA7u6uex5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA7u6uex5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6uex5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6uex5e .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7u6uex5e .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7u6uex5e .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7u6uex5e .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uA7u6uex5e .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7u6uex5e .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7u6uex5e .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7u6uex5e .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7u6uex5e .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7u6uex5e .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7u6uex5e .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7u6uex5e .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7u6uex5e .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7u6uex5e .card {
  justify-content: space-between;
}
.cid-uA7u6uex5e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uA7u6uex5e .panel-title-edit {
  color: #000000;
}
.cid-uA7u6uex5e .panel-text {
  color: #f24d4a;
}
.cid-uA7u6uex5e .panel-text,
.cid-uA7u6uex5e .panel-body {
  color: #000000;
}
.cid-uA7u6veDEk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uA7u6veDEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6veDEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7u6veDEk .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-uA7u6veDEk .google-map {
  height: 30rem;
  position: relative;
}
.cid-uA7u6veDEk .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA7u6veDEk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA7u6veDEk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA7u6veDEk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA7u6veDEk .content-head {
  max-width: 800px;
}
.cid-uA7u6veDEk .mbr-section-title {
  color: #221b35;
}
.cid-uA7u6wm1p7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeef7;
}
.cid-uA7u6wm1p7 [class^="socicon-"]:before,
.cid-uA7u6wm1p7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA7u6wm1p7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA7u6wm1p7 .btn-social,
.cid-uA7u6wm1p7 .mbr-section-title {
  color: #57468b;
}
.cid-uA7u6wm1p7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA7u6wm1p7 .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA7u6wm1p7 .soc-item:hover span {
  color: #f306f2 !important;
}
.cid-uA7u6xB2AH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA7u6xB2AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7u6xB2AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .container {
    padding: 0 30px;
  }
}
.cid-uA7u6xB2AH .row {
  justify-content: center;
}
.cid-uA7u6xB2AH .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA7u6xB2AH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7u6xB2AH .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7u6xB2AH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap:hover,
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap:hover::before,
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7u6xB2AH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7u6xB2AH .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7u6xB2AH .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7u6xB2AH .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA7u6xB2AH .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7u6xB2AH .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA7u6xB2AH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA7u6xB2AH .mbr-section-title {
  color: #bee0d6;
}
.cid-uA7u6xB2AH .mbr-section-subtitle {
  color: #000000;
}
.cid-uA7u6xB2AH .list {
  color: #bee0d6;
}
.cid-uA7u6xB2AH .mbr-address {
  color: #000000;
}
.cid-uA7u6xB2AH .mbr-copy {
  color: #000000;
}
.cid-uA7u6xB2AH .list,
.cid-uA7u6xB2AH .item-wrap,
.cid-uA7u6xB2AH .nav-wrapper {
  color: #000000;
}
.cid-uA7wkWwAZn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA7wkWwAZn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uA7wkWwAZn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA7wkWwAZn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA7wkWwAZn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uA7wkWwAZn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7wkWwAZn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7wkWwAZn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uA7wkWwAZn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uA7wkWwAZn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uA7wkWwAZn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uA7wkWwAZn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uA7wkWwAZn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uA7wkWwAZn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA7wkWwAZn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA7wkWwAZn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uA7wkWwAZn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA7wkWwAZn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uA7wkWwAZn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7wkWwAZn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA7wkWwAZn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uA7wkWwAZn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7wkWwAZn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7wkWwAZn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uA7wkWwAZn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA7wkWwAZn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uA7wkWwAZn .nav-item:focus,
.cid-uA7wkWwAZn .nav-link:focus {
  outline: none;
}
.cid-uA7wkWwAZn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA7wkWwAZn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA7wkWwAZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA7wkWwAZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA7wkWwAZn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA7wkWwAZn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA7wkWwAZn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uA7wkWwAZn .navbar.opened {
  transition: all 0.3s;
}
.cid-uA7wkWwAZn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA7wkWwAZn .navbar .navbar-logo img {
  width: auto;
}
.cid-uA7wkWwAZn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uA7wkWwAZn .navbar.collapsed {
  justify-content: center;
}
.cid-uA7wkWwAZn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA7wkWwAZn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7wkWwAZn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uA7wkWwAZn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7wkWwAZn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7wkWwAZn .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-uA7wkWwAZn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7wkWwAZn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA7wkWwAZn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA7wkWwAZn .navbar {
    min-height: 72px;
  }
  .cid-uA7wkWwAZn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA7wkWwAZn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA7wkWwAZn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7wkWwAZn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7wkWwAZn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7wkWwAZn .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-uA7wkWwAZn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA7wkWwAZn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA7wkWwAZn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA7wkWwAZn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA7wkWwAZn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA7wkWwAZn .dropdown-item.active,
.cid-uA7wkWwAZn .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7wkWwAZn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7wkWwAZn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7wkWwAZn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7wkWwAZn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA7wkWwAZn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA7wkWwAZn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA7wkWwAZn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA7wkWwAZn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA7wkWwAZn .navbar-buttons {
    text-align: left;
  }
}
.cid-uA7wkWwAZn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA7wkWwAZn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA7wkWwAZn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA7wkWwAZn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7wkWwAZn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA7wkWwAZn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA7wkWwAZn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7wkWwAZn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA7wkWwAZn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA7wkWwAZn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA7wkWwAZn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA7wkWwAZn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA7wkWwAZn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7wkWwAZn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7wkWwAZn .navbar {
    height: 70px;
  }
  .cid-uA7wkWwAZn .navbar.opened {
    height: auto;
  }
  .cid-uA7wkWwAZn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA7wkWwAZn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uA7wkWwAZn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA7wkWwAZn .navbar-brand {
    margin-right: auto;
  }
  .cid-uA7wkWwAZn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uA7wkWwAZn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA7wkWwAZn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA7wkWwAZn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uA7wkWwAZn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA7wkWwAZn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA7wkXCaoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7wkXCaoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wkXCaoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wkXCaoq .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uA7wkXCaoq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uA7wkXCaoq .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uA7wkXCaoq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7wkXCaoq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uA7wkXCaoq .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uA7wkXCaoq .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA7wkXCaoq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7wkXCaoq .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA7wkXCaoq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7wkXCaoq .mbr-section-title {
  color: #191c25;
}
.cid-uA7wkXCaoq .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uA7wkXCaoq .mbr-section-title,
.cid-uA7wkXCaoq .mbr-section-btn,
.cid-uA7wkXCaoq .title-wrapper {
  text-align: center;
}
.cid-uA7wkYzknP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7wkYzknP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wkYzknP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wkYzknP .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7wkYzknP .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uA7wkYzknP .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uA7wkYzknP .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uA7wkZqhIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7wkZqhIE .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f306f2;
  border-bottom: 1px solid #f306f2;
  z-index: 1;
}
.cid-uA7wkZqhIE .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uA7wkZqhIE .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uA7wkZqhIE .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uA7wkZqhIE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA7wkZqhIE .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA7wkZqhIE .mbr-section-btn .btn-secondary-outline .active,
.cid-uA7wkZqhIE .mbr-section-btn .btn-secondary-outline:focus {
  color: #f306f2 !important;
}
.cid-uA7wkZqhIE .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uA7wkZqhIE .image_post {
  display: inline-block;
}
.cid-uA7wkZqhIE .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uA7wkZqhIE .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uA7wl0h28z {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7wl0h28z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wl0h28z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wl0h28z .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #f92c50;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uA7wl0h28z .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7wl0h28z .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uA7wl0h28z .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uA7wl0h28z .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uA7wl0h28z .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uA7wl0h28z .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uA7wl0h28z .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uA7wl0h28z .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uA7wl0h28z .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uA7wl0h28z .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uA7wl0h28z .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uA7wl0h28z .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uA7wl0h28z .card-title {
  color: #000000;
}
.cid-uA7wl0h28z .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uA7wl0h28z .mbr-text {
    margin-top: 12px;
  }
}
.cid-uA7wl0h28z .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uA7wl0h28z .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uA7wl0h28z .mbr-text,
.cid-uA7wl0h28z .mbr-section-btn {
  color: #000000;
}
.cid-uA7wl15xGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7wl15xGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wl15xGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wl15xGX .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f306f2;
  margin-bottom: 2rem;
}
.cid-uA7wl15xGX .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uA7wl15xGX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7wl15xGX .card-title,
.cid-uA7wl15xGX .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uA7wl15xGX .card-text {
  text-align: center;
}
.cid-uA7wl2duJN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uA7wl2duJN {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7wl2duJN {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7wl2duJN .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7wl2duJN .mbr-section-title {
  text-align: left;
}
.cid-uA7wl2duJN .mbr-text {
  text-align: left;
}
.cid-uA7wl3eBgY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7wl3eBgY .mbr-text {
  color: #221b35;
}
.cid-uA7wl3eBgY .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uA7wl3eBgY h5,
.cid-uA7wl3eBgY h6 {
  background: #f306f2;
  display: inline;
}
.cid-uA7wl3eBgY h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7wl3eBgY h6 {
  line-height: 1.3 !important;
}
.cid-uA7wl3eBgY h6 span {
  padding-right: 2rem;
}
.cid-uA7wl3eBgY .mbr-section-title,
.cid-uA7wl3eBgY .align {
  color: #ffffff;
}
.cid-uA7wl3eBgY .mbr-section-subtitle,
.cid-uA7wl3eBgY .align {
  color: #ffffff;
  text-align: left;
}
.cid-uA7wl43zLW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7wl43zLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wl43zLW .col-12 {
  padding: 0;
}
.cid-uA7wl43zLW .row {
  margin: 0;
}
.cid-uA7wl43zLW .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uA7wl43zLW .card-margin {
    margin-top: -1px;
  }
}
.cid-uA7wl43zLW .card-wrapper {
  min-height: 500px;
  border: 1px solid #f306f2;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uA7wl43zLW .card-wrapper {
    padding: 1rem;
  }
}
.cid-uA7wl43zLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wl43zLW .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uA7wl43zLW .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uA7wl43zLW .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uA7wl43zLW .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uA7wl43zLW .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uA7wl43zLW .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uA7wl43zLW .image-wrapper {
    padding: 1rem;
  }
}
.cid-uA7wl43zLW .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-uA7wl43zLW .mbr-text,
.cid-uA7wl43zLW .mbr-section-btn {
  color: #221b35;
}
.cid-uA7wl51A3I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uA7wl51A3I {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uA7wl51A3I {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uA7wl51A3I .mbr-section-subtitle {
  text-align: left;
}
.cid-uA7wl51A3I .mbr-section-title {
  text-align: left;
}
.cid-uA7wl51A3I .mbr-text {
  text-align: left;
}
.cid-uA7wl5URj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7wl5URj5 .titles-section {
  margin-bottom: 40px;
}
.cid-uA7wl5URj5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uA7wl5URj5 .mbr-section-title {
  color: #6a3649;
}
.cid-uA7wl5URj5 .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uA7wl5URj5 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uA7wl5URj5 .card .card-title,
.cid-uA7wl5URj5 .iconfont-wrapper {
  color: #282727;
}
.cid-uA7wl7cznl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uA7wl7cznl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wl7cznl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wl7cznl .card-wrapper {
  border: 3px solid #f306f2;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uA7wl7cznl .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7wl7cznl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uA7wl7cznl .card-wrapper .mbr-section-subtitle2 {
  background: #f306f2;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7wl7cznl .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ffd7ef;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7wl7cznl .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f306f2;
  font-size: 1.5rem;
}
.cid-uA7wl7cznl .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uA7wl7cznl .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f306f2;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uA7wl7cznl .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uA7wl7cznl .mbr-section-title {
  color: #000000;
}
.cid-uA7wl7cznl .mbr-text,
.cid-uA7wl7cznl .mbr-section-btn {
  color: #000000;
}
.cid-uA7wl7cznl .mbr-section-subtitle,
.cid-uA7wl7cznl .align-wrapper {
  color: #04492e;
}
.cid-uA7wl7cznl .mbr-section-subtitle3,
.cid-uA7wl7cznl .align-wrapper2 {
  color: #04492e;
}
.cid-uA7wl7cznl .mbr-section-subtitle2,
.cid-uA7wl7cznl .align-wrapper2 {
  color: #ffffff;
}
.cid-uA7wl7cznl .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uA7wl7cznl .mbr-cardtext {
  color: #000000;
}
.cid-uA7wl878YU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA7wl878YU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uA7wl878YU .panel-group {
  border: none;
}
.cid-uA7wl878YU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uA7wl878YU .card-header {
    padding: 0rem;
  }
}
.cid-uA7wl878YU .card {
  border: solid 1px #f306f2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uA7wl878YU .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uA7wl878YU .card {
    padding: 1rem;
  }
}
.cid-uA7wl878YU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uA7wl878YU .img-col {
  padding: 0;
}
.cid-uA7wl878YU .img-item {
  height: 100%;
}
.cid-uA7wl878YU img {
  height: 100%;
  object-fit: cover;
}
.cid-uA7wl878YU .collapsed span {
  transform: rotate(0deg);
}
.cid-uA7wl878YU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uA7wl878YU p {
  margin-bottom: 0.3rem;
}
.cid-uA7wl878YU .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uA7wl878YU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uA7wl878YU .panel-text {
  color: #000000;
}
.cid-uA7wl878YU .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uA7wl878YU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uA7wl878YU .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uA7wl878YU .panel-title-edit,
.cid-uA7wl878YU .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uA7wl878YU .mbr-section-title,
.cid-uA7wl878YU .mbr-section-subtitle {
  background: #f306f2;
  display: inline;
}
.cid-uA7wl878YU .mbr-section-subtitle,
.cid-uA7wl878YU .align {
  color: #ffffff;
}
.cid-uA7wl878YU .mbr-section-title,
.cid-uA7wl878YU .align {
  color: #ffffff;
}
.cid-uA7wl878YU .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f306f2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA7wl878YU .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA7wl9i7kS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7wl9i7kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wl9i7kS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA7wl9i7kS .container {
    padding: 0 20px;
  }
}
.cid-uA7wl9i7kS .row {
  margin: 0;
}
.cid-uA7wl9i7kS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7wl9i7kS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA7wl9i7kS .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA7wl9i7kS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA7wl9i7kS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA7wl9i7kS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA7wl9i7kS .mbr-section-title {
  color: #ffffff;
}
.cid-uA7wlad5xZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uA7wlad5xZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wlad5xZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wlad5xZ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7wlad5xZ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uA7wlad5xZ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7wlad5xZ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7wlad5xZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7wlad5xZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uA7wlad5xZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7wlad5xZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uA7wlad5xZ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uA7wlad5xZ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #f306f2;
  box-shadow: 4px 4px 0 0 #f306f2;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uA7wlad5xZ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uA7wlad5xZ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uA7wlad5xZ .mbr-section-title {
  color: #050f0f;
}
.cid-uA7wlad5xZ .mbr-text {
  color: #050f0f;
}
.cid-uA7wlb44JE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uA7wlb44JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wlb44JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wlb44JE .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uA7wlb44JE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7wlb44JE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA7wlb44JE .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uA7wlb44JE .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uA7wlb44JE .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uA7wlb44JE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uA7wlb44JE .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uA7wlb44JE .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uA7wlb44JE .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uA7wlb44JE .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uA7wlb44JE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA7wlb44JE .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uA7wlb44JE .card {
  justify-content: space-between;
}
.cid-uA7wlb44JE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uA7wlb44JE .panel-title-edit {
  color: #000000;
}
.cid-uA7wlb44JE .panel-text {
  color: #f24d4a;
}
.cid-uA7wlb44JE .panel-text,
.cid-uA7wlb44JE .panel-body {
  color: #000000;
}
.cid-uA7wlc5Tit {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uA7wlc5Tit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wlc5Tit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7wlc5Tit .card-wrapper {
  border: 1px solid #f306f2;
}
.cid-uA7wlc5Tit .google-map {
  height: 30rem;
  position: relative;
}
.cid-uA7wlc5Tit .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uA7wlc5Tit .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uA7wlc5Tit .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA7wlc5Tit .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA7wlc5Tit .content-head {
  max-width: 800px;
}
.cid-uA7wlc5Tit .mbr-section-title {
  color: #221b35;
}
.cid-uA7wld4USJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #eeeef7;
}
.cid-uA7wld4USJ [class^="socicon-"]:before,
.cid-uA7wld4USJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uA7wld4USJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uA7wld4USJ .btn-social,
.cid-uA7wld4USJ .mbr-section-title {
  color: #57468b;
}
.cid-uA7wld4USJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uA7wld4USJ .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uA7wld4USJ .soc-item:hover span {
  color: #f306f2 !important;
}
.cid-uA7wle8HjI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uA7wle8HjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7wle8HjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .container {
    padding: 0 30px;
  }
}
.cid-uA7wle8HjI .row {
  justify-content: center;
}
.cid-uA7wle8HjI .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uA7wle8HjI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7wle8HjI .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7wle8HjI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap:hover,
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap:hover::before,
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uA7wle8HjI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wle8HjI .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uA7wle8HjI .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA7wle8HjI .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f306f2;
}
@media (max-width: 992px) {
  .cid-uA7wle8HjI .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA7wle8HjI .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #f306f2;
}
.cid-uA7wle8HjI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uA7wle8HjI .mbr-section-title {
  color: #bee0d6;
}
.cid-uA7wle8HjI .mbr-section-subtitle {
  color: #000000;
}
.cid-uA7wle8HjI .list {
  color: #bee0d6;
}
.cid-uA7wle8HjI .mbr-address {
  color: #000000;
}
.cid-uA7wle8HjI .mbr-copy {
  color: #000000;
}
.cid-uA7wle8HjI .list,
.cid-uA7wle8HjI .item-wrap,
.cid-uA7wle8HjI .nav-wrapper {
  color: #000000;
}
