.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: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #f92c50 !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: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !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: #f92c50 !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: #ba0525 !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: #f92c50;
}
.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: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.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: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f92c50;
}
/* 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: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.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: #f92c50 !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='%23f92c50' %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: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #000000;
  opacity: 0;
  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: #ffffff;
  text-align: center;
}
.cid-uA6XFFLZK1 .mbr-section-title,
.cid-uA6XFFLZK1 .mbr-section-btn,
.cid-uA6XFFLZK1 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uA6YbuDnkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.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: #ffffff;
}
.cid-uA4bzgoOjY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  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: #f92c50 !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: #bcef9b;
}
.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 #ffffff;
  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: 55%;
}
@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: 3rem;
  background-color: #ffffff;
}
.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: #f92c50;
  margin-bottom: 2rem;
}
.cid-uA7P0Dk4xD .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #bcef9b;
  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: #bcef9b;
}
@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: center;
}
.cid-uA4cXYIH5p .mbr-text {
  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 #f92c50;
  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: center;
}
.cid-ugIeQrxEbG .mbr-text,
.cid-ugIeQrxEbG .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-ugIeyEjCuD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-ugIeyEjCuD .mbr-text {
  color: #221b35;
}
.cid-ugIeyEjCuD .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-ugIeyEjCuD h5,
.cid-ugIeyEjCuD h6 {
  background: #f92c50;
  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-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-uA4cR5SuqQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@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: center;
}
.cid-uA4cR5SuqQ .mbr-text {
  text-align: left;
}
.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 #f92c50;
  background: #bcef9b;
  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: #f92c50;
  display: inline;
}
.cid-uA6Yx0BwVc .mbr-section-subtitle,
.cid-uA6Yx0BwVc .align {
  color: #ffffff;
  text-align: center;
}
.cid-uA6Yx0BwVc .mbr-section-title,
.cid-uA6Yx0BwVc .align {
  color: #ffffff;
}
.cid-uA6Yx0BwVc .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uA6Yx0BwVc .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uA4cFw6gje {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.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 #f92c50;
  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: #f92c50;
  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: #f92c50;
  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: #f92c50;
  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-uSkMxfCTKb {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/2-2000x1333.jpg");
}
.cid-uSkMxfCTKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkMxfCTKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkMxfCTKb .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSkMxfCTKb .image-wrap {
    height: 350px;
  }
}
.cid-uSkMAJUjv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkMAJUjv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkMAJUjv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkMAJUjv1 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkMAJUjv1 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSkMAJUjv1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSkMAJUjv1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSkMAJUjv1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkMAJUjv1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSkMAJUjv1 .mbr-label {
  color: #000000;
}
.cid-uSkMAJUjv1 .mbr-section-title {
  color: #000000;
}
.cid-uSkMAJUjv1 .mbr-text {
  color: #000000;
}
.cid-ugIeKb82Iy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  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 #f92c50;
}
.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: #bcef9b;
}
.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: #f92c50 !important;
}
.cid-uA435IoWG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  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;
}
.cid-uA435IoWG9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA435IoWG9 .container-fluid {
    padding: 0 30px;
  }
}
@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: #ffffff;
}
@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: #ffffff;
}
.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;
  text-align: center;
}
.cid-uA435IoWG9 .list,
.cid-uA435IoWG9 .item-wrap,
.cid-uA435IoWG9 .nav-wrapper {
  color: #000000;
}
.cid-uSkPWpsqYz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uSkPWpsqYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSkPWpsqYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkPWpsqYz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSkPWpsqYz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSkPWpsqYz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSkPWpsqYz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uSkPWpsqYz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSkPWpsqYz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSkPWpsqYz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSkPWpsqYz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSkPWpsqYz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uSkPWpsqYz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkPWpsqYz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSkPWpsqYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkPWpsqYz .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uSkPWpsqYz .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .nav-item:focus,
.cid-uSkPWpsqYz .nav-link:focus {
  outline: none;
}
.cid-uSkPWpsqYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkPWpsqYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkPWpsqYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkPWpsqYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkPWpsqYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkPWpsqYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkPWpsqYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSkPWpsqYz .navbar .navbar-logo img {
  width: auto;
}
.cid-uSkPWpsqYz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSkPWpsqYz .navbar.collapsed {
  justify-content: center;
}
.cid-uSkPWpsqYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkPWpsqYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSkPWpsqYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uSkPWpsqYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkPWpsqYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkPWpsqYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSkPWpsqYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkPWpsqYz .navbar {
    min-height: 72px;
  }
  .cid-uSkPWpsqYz .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkPWpsqYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkPWpsqYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkPWpsqYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkPWpsqYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSkPWpsqYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSkPWpsqYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkPWpsqYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSkPWpsqYz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSkPWpsqYz .dropdown-item.active,
.cid-uSkPWpsqYz .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkPWpsqYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkPWpsqYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkPWpsqYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkPWpsqYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSkPWpsqYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSkPWpsqYz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSkPWpsqYz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSkPWpsqYz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSkPWpsqYz .navbar-buttons {
    text-align: left;
  }
}
.cid-uSkPWpsqYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSkPWpsqYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSkPWpsqYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkPWpsqYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkPWpsqYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkPWpsqYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkPWpsqYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkPWpsqYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkPWpsqYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkPWpsqYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkPWpsqYz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSkPWpsqYz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSkPWpsqYz .navbar {
    height: 70px;
  }
  .cid-uSkPWpsqYz .navbar.opened {
    height: auto;
  }
  .cid-uSkPWpsqYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkPWpsqYz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSkPWpsqYz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSkPWpsqYz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSkPWpsqYz .navbar-brand {
    margin-right: auto;
  }
  .cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSkPWpsqYz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSkPWpsqYz .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-uSkPWpsqYz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSkPWpsqYz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSkPWq8TnP {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkPWq8TnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkPWq8TnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkPWq8TnP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uSkPWq8TnP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSkPWq8TnP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uSkPWq8TnP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSkPWq8TnP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uSkPWq8TnP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uSkPWq8TnP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSkPWq8TnP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSkPWq8TnP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSkPWq8TnP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkPWq8TnP .mbr-section-title {
  color: #191c25;
}
.cid-uSkPWq8TnP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSkPWq8TnP .mbr-section-title,
.cid-uSkPWq8TnP .mbr-section-btn,
.cid-uSkPWq8TnP .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSkPWrrGdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkPWrrGdm .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  z-index: 1;
}
.cid-uSkPWrrGdm .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSkPWrrGdm .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uSkPWrrGdm .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uSkPWrrGdm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSkPWrrGdm .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSkPWrrGdm .mbr-section-btn .btn-secondary-outline .active,
.cid-uSkPWrrGdm .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uSkPWrrGdm .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uSkPWrrGdm .image_post {
  display: inline-block;
}
.cid-uSkPWrrGdm .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-uSkPWrrGdm .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uSkPWByvje {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSkPWByvje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkPWByvje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkPWByvje .card-wrapper {
  border: 1px solid #f92c50;
}
.cid-uSkPWByvje .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSkPWByvje .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSkPWByvje .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-uSkPWByvje .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSkPWByvje .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSkPWByvje .content-head {
  max-width: 800px;
}
.cid-uSkPWByvje .mbr-section-title {
  color: #221b35;
}
.cid-uSkPWCCTpF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #bcef9b;
}
.cid-uSkPWCCTpF [class^="socicon-"]:before,
.cid-uSkPWCCTpF [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uSkPWCCTpF .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uSkPWCCTpF .btn-social,
.cid-uSkPWCCTpF .mbr-section-title {
  color: #57468b;
}
.cid-uSkPWCCTpF .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-uSkPWCCTpF .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uSkPWCCTpF .soc-item:hover span {
  color: #f92c50 !important;
}
.cid-uSkPWDYa32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  overflow: hidden;
}
.cid-uSkPWDYa32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkPWDYa32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkPWDYa32 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .container {
    padding: 0 30px;
  }
}
.cid-uSkPWDYa32 .row {
  justify-content: center;
}
.cid-uSkPWDYa32 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uSkPWDYa32 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkPWDYa32 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkPWDYa32 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSkPWDYa32 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkPWDYa32 .nav-wrapper .list .item-wrap:hover,
.cid-uSkPWDYa32 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkPWDYa32 .nav-wrapper .list .item-wrap:hover::before,
.cid-uSkPWDYa32 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSkPWDYa32 .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-uSkPWDYa32 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkPWDYa32 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkPWDYa32 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkPWDYa32 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkPWDYa32 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkPWDYa32 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uSkPWDYa32 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uSkPWDYa32 .mbr-section-title {
  color: #bee0d6;
}
.cid-uSkPWDYa32 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSkPWDYa32 .list {
  color: #bee0d6;
}
.cid-uSkPWDYa32 .mbr-address {
  color: #000000;
}
.cid-uSkPWDYa32 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uSkPWDYa32 .list,
.cid-uSkPWDYa32 .item-wrap,
.cid-uSkPWDYa32 .nav-wrapper {
  color: #000000;
}
.cid-uSkQAhnDdV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uSkQAhnDdV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSkQAhnDdV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkQAhnDdV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSkQAhnDdV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSkQAhnDdV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSkQAhnDdV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uSkQAhnDdV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSkQAhnDdV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSkQAhnDdV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSkQAhnDdV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSkQAhnDdV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uSkQAhnDdV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkQAhnDdV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSkQAhnDdV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkQAhnDdV .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uSkQAhnDdV .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .nav-item:focus,
.cid-uSkQAhnDdV .nav-link:focus {
  outline: none;
}
.cid-uSkQAhnDdV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkQAhnDdV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkQAhnDdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkQAhnDdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkQAhnDdV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkQAhnDdV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkQAhnDdV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSkQAhnDdV .navbar .navbar-logo img {
  width: auto;
}
.cid-uSkQAhnDdV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSkQAhnDdV .navbar.collapsed {
  justify-content: center;
}
.cid-uSkQAhnDdV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkQAhnDdV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSkQAhnDdV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uSkQAhnDdV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkQAhnDdV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkQAhnDdV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSkQAhnDdV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkQAhnDdV .navbar {
    min-height: 72px;
  }
  .cid-uSkQAhnDdV .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkQAhnDdV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkQAhnDdV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkQAhnDdV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkQAhnDdV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSkQAhnDdV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSkQAhnDdV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkQAhnDdV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSkQAhnDdV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSkQAhnDdV .dropdown-item.active,
.cid-uSkQAhnDdV .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkQAhnDdV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkQAhnDdV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkQAhnDdV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkQAhnDdV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSkQAhnDdV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSkQAhnDdV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSkQAhnDdV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSkQAhnDdV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSkQAhnDdV .navbar-buttons {
    text-align: left;
  }
}
.cid-uSkQAhnDdV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSkQAhnDdV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSkQAhnDdV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkQAhnDdV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkQAhnDdV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkQAhnDdV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkQAhnDdV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkQAhnDdV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkQAhnDdV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkQAhnDdV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkQAhnDdV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSkQAhnDdV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSkQAhnDdV .navbar {
    height: 70px;
  }
  .cid-uSkQAhnDdV .navbar.opened {
    height: auto;
  }
  .cid-uSkQAhnDdV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkQAhnDdV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSkQAhnDdV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSkQAhnDdV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSkQAhnDdV .navbar-brand {
    margin-right: auto;
  }
  .cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSkQAhnDdV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSkQAhnDdV .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-uSkQAhnDdV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSkQAhnDdV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSkQAhWYO9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkQAhWYO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkQAhWYO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkQAhWYO9 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uSkQAhWYO9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSkQAhWYO9 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uSkQAhWYO9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSkQAhWYO9 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uSkQAhWYO9 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uSkQAhWYO9 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSkQAhWYO9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSkQAhWYO9 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSkQAhWYO9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkQAhWYO9 .mbr-section-title {
  color: #191c25;
}
.cid-uSkQAhWYO9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSkQAhWYO9 .mbr-section-title,
.cid-uSkQAhWYO9 .mbr-section-btn,
.cid-uSkQAhWYO9 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSkQAitaUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkQAitaUO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  z-index: 1;
}
.cid-uSkQAitaUO .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSkQAitaUO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uSkQAitaUO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uSkQAitaUO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSkQAitaUO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSkQAitaUO .mbr-section-btn .btn-secondary-outline .active,
.cid-uSkQAitaUO .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uSkQAitaUO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uSkQAitaUO .image_post {
  display: inline-block;
}
.cid-uSkQAitaUO .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-uSkQAitaUO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uSkQAiWBsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSkQAiWBsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkQAiWBsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkQAiWBsW .card-wrapper {
  border: 1px solid #f92c50;
}
.cid-uSkQAiWBsW .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSkQAiWBsW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSkQAiWBsW .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-uSkQAiWBsW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSkQAiWBsW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSkQAiWBsW .content-head {
  max-width: 800px;
}
.cid-uSkQAiWBsW .mbr-section-title {
  color: #221b35;
}
.cid-uSkQAjw6En {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #bcef9b;
}
.cid-uSkQAjw6En [class^="socicon-"]:before,
.cid-uSkQAjw6En [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uSkQAjw6En .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uSkQAjw6En .btn-social,
.cid-uSkQAjw6En .mbr-section-title {
  color: #57468b;
}
.cid-uSkQAjw6En .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-uSkQAjw6En .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uSkQAjw6En .soc-item:hover span {
  color: #f92c50 !important;
}
.cid-uSkQAk8O2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  overflow: hidden;
}
.cid-uSkQAk8O2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkQAk8O2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkQAk8O2p .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .container {
    padding: 0 30px;
  }
}
.cid-uSkQAk8O2p .row {
  justify-content: center;
}
.cid-uSkQAk8O2p .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uSkQAk8O2p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkQAk8O2p .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkQAk8O2p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSkQAk8O2p .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkQAk8O2p .nav-wrapper .list .item-wrap:hover,
.cid-uSkQAk8O2p .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkQAk8O2p .nav-wrapper .list .item-wrap:hover::before,
.cid-uSkQAk8O2p .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSkQAk8O2p .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-uSkQAk8O2p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkQAk8O2p .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkQAk8O2p .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkQAk8O2p .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkQAk8O2p .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkQAk8O2p .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uSkQAk8O2p .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uSkQAk8O2p .mbr-section-title {
  color: #bee0d6;
}
.cid-uSkQAk8O2p .mbr-section-subtitle {
  color: #000000;
}
.cid-uSkQAk8O2p .list {
  color: #bee0d6;
}
.cid-uSkQAk8O2p .mbr-address {
  color: #000000;
}
.cid-uSkQAk8O2p .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uSkQAk8O2p .list,
.cid-uSkQAk8O2p .item-wrap,
.cid-uSkQAk8O2p .nav-wrapper {
  color: #000000;
}
.cid-uSkR1iUsd4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uSkR1iUsd4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSkR1iUsd4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkR1iUsd4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSkR1iUsd4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSkR1iUsd4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSkR1iUsd4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uSkR1iUsd4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSkR1iUsd4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSkR1iUsd4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSkR1iUsd4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSkR1iUsd4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uSkR1iUsd4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkR1iUsd4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSkR1iUsd4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkR1iUsd4 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uSkR1iUsd4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .nav-item:focus,
.cid-uSkR1iUsd4 .nav-link:focus {
  outline: none;
}
.cid-uSkR1iUsd4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkR1iUsd4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkR1iUsd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkR1iUsd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkR1iUsd4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkR1iUsd4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkR1iUsd4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSkR1iUsd4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSkR1iUsd4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSkR1iUsd4 .navbar.collapsed {
  justify-content: center;
}
.cid-uSkR1iUsd4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkR1iUsd4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSkR1iUsd4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uSkR1iUsd4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkR1iUsd4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkR1iUsd4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSkR1iUsd4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkR1iUsd4 .navbar {
    min-height: 72px;
  }
  .cid-uSkR1iUsd4 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkR1iUsd4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkR1iUsd4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkR1iUsd4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkR1iUsd4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSkR1iUsd4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSkR1iUsd4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkR1iUsd4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSkR1iUsd4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSkR1iUsd4 .dropdown-item.active,
.cid-uSkR1iUsd4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkR1iUsd4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkR1iUsd4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkR1iUsd4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkR1iUsd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSkR1iUsd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSkR1iUsd4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSkR1iUsd4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSkR1iUsd4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSkR1iUsd4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uSkR1iUsd4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSkR1iUsd4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSkR1iUsd4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkR1iUsd4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkR1iUsd4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkR1iUsd4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkR1iUsd4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkR1iUsd4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkR1iUsd4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkR1iUsd4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkR1iUsd4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSkR1iUsd4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSkR1iUsd4 .navbar {
    height: 70px;
  }
  .cid-uSkR1iUsd4 .navbar.opened {
    height: auto;
  }
  .cid-uSkR1iUsd4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSkR1iUsd4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSkR1iUsd4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSkR1iUsd4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSkR1iUsd4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSkR1iUsd4 .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-uSkR1iUsd4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSkR1iUsd4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSkR1k0Fu7 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkR1k0Fu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1k0Fu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1k0Fu7 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uSkR1k0Fu7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSkR1k0Fu7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uSkR1k0Fu7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSkR1k0Fu7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uSkR1k0Fu7 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uSkR1k0Fu7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSkR1k0Fu7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSkR1k0Fu7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSkR1k0Fu7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkR1k0Fu7 .mbr-section-title {
  color: #191c25;
}
.cid-uSkR1k0Fu7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSkR1k0Fu7 .mbr-section-title,
.cid-uSkR1k0Fu7 .mbr-section-btn,
.cid-uSkR1k0Fu7 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSkR1kZDP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSkR1kZDP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1kZDP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1kZDP0 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSkR1kZDP0 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSkR1kZDP0 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSkR1kZDP0 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uSkR1lMFrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkR1lMFrV .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  z-index: 1;
}
.cid-uSkR1lMFrV .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSkR1lMFrV .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uSkR1lMFrV .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uSkR1lMFrV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSkR1lMFrV .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSkR1lMFrV .mbr-section-btn .btn-secondary-outline .active,
.cid-uSkR1lMFrV .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uSkR1lMFrV .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uSkR1lMFrV .image_post {
  display: inline-block;
}
.cid-uSkR1lMFrV .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-uSkR1lMFrV .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uSkR1mzCJt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSkR1mzCJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1mzCJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1mzCJt .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uSkR1mzCJt .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uSkR1mzCJt .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uSkR1mzCJt .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uSkR1mzCJt .col-img {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSkR1mzCJt .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uSkR1mzCJt .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uSkR1mzCJt .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uSkR1mzCJt .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uSkR1mzCJt .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uSkR1mzCJt .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uSkR1mzCJt .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uSkR1mzCJt .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uSkR1mzCJt .card-title {
  color: #000000;
}
.cid-uSkR1mzCJt .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uSkR1mzCJt .mbr-text {
    margin-top: 12px;
  }
}
.cid-uSkR1mzCJt .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uSkR1mzCJt .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uSkR1mzCJt .mbr-text,
.cid-uSkR1mzCJt .mbr-section-btn {
  color: #000000;
}
.cid-uSkR1nFGQ0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSkR1nFGQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1nFGQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1nFGQ0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f92c50;
  margin-bottom: 2rem;
}
.cid-uSkR1nFGQ0 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #bcef9b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uSkR1nFGQ0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSkR1nFGQ0 .card-title,
.cid-uSkR1nFGQ0 .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSkR1nFGQ0 .card-text {
  text-align: center;
}
.cid-uSkR1oxvOI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSkR1oxvOI {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSkR1oxvOI {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSkR1oxvOI .mbr-section-subtitle {
  text-align: left;
}
.cid-uSkR1oxvOI .mbr-section-title {
  text-align: center;
}
.cid-uSkR1oxvOI .mbr-text {
  text-align: left;
}
.cid-uSkR1pF92y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkR1pF92y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1pF92y .col-12 {
  padding: 0;
}
.cid-uSkR1pF92y .row {
  margin: 0;
}
.cid-uSkR1pF92y .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uSkR1pF92y .card-margin {
    margin-top: -1px;
  }
}
.cid-uSkR1pF92y .card-wrapper {
  min-height: 500px;
  border: 1px solid #f92c50;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uSkR1pF92y .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSkR1pF92y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1pF92y .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uSkR1pF92y .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uSkR1pF92y .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uSkR1pF92y .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uSkR1pF92y .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-uSkR1pF92y .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSkR1pF92y .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSkR1pF92y .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uSkR1pF92y .mbr-text,
.cid-uSkR1pF92y .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uSkR1sc1Z5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSkR1sc1Z5 .mbr-text {
  color: #221b35;
}
.cid-uSkR1sc1Z5 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uSkR1sc1Z5 h5,
.cid-uSkR1sc1Z5 h6 {
  background: #f92c50;
  display: inline;
}
.cid-uSkR1sc1Z5 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkR1sc1Z5 h6 {
  line-height: 1.3 !important;
}
.cid-uSkR1sc1Z5 h6 span {
  padding-right: 2rem;
}
.cid-uSkR1sc1Z5 .mbr-section-title,
.cid-uSkR1sc1Z5 .align {
  color: #ffffff;
}
.cid-uSkR1sc1Z5 .mbr-section-subtitle,
.cid-uSkR1sc1Z5 .align {
  color: #ffffff;
  text-align: left;
}
.cid-uSkR1u1iSj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkR1u1iSj .titles-section {
  margin-bottom: 40px;
}
.cid-uSkR1u1iSj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uSkR1u1iSj .mbr-section-title {
  color: #6a3649;
}
.cid-uSkR1u1iSj .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uSkR1u1iSj .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uSkR1u1iSj .card .card-title,
.cid-uSkR1u1iSj .iconfont-wrapper {
  color: #282727;
}
.cid-uSkR1wl1yJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSkR1wl1yJ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSkR1wl1yJ {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSkR1wl1yJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uSkR1wl1yJ .mbr-section-title {
  text-align: center;
}
.cid-uSkR1wl1yJ .mbr-text {
  text-align: left;
}
.cid-uSkR1xBRjA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkR1xBRjA .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-uSkR1xBRjA .panel-group {
  border: none;
}
.cid-uSkR1xBRjA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSkR1xBRjA .card-header {
    padding: 0rem;
  }
}
.cid-uSkR1xBRjA .card {
  border: solid 1px #f92c50;
  background: #bcef9b;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSkR1xBRjA .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSkR1xBRjA .card {
    padding: 1rem;
  }
}
.cid-uSkR1xBRjA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSkR1xBRjA .img-col {
  padding: 0;
}
.cid-uSkR1xBRjA .img-item {
  height: 100%;
}
.cid-uSkR1xBRjA img {
  height: 100%;
  object-fit: cover;
}
.cid-uSkR1xBRjA .collapsed span {
  transform: rotate(0deg);
}
.cid-uSkR1xBRjA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSkR1xBRjA p {
  margin-bottom: 0.3rem;
}
.cid-uSkR1xBRjA .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSkR1xBRjA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSkR1xBRjA .panel-text {
  color: #000000;
}
.cid-uSkR1xBRjA .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkR1xBRjA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSkR1xBRjA .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSkR1xBRjA .panel-title-edit,
.cid-uSkR1xBRjA .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSkR1xBRjA .mbr-section-title,
.cid-uSkR1xBRjA .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSkR1xBRjA .mbr-section-subtitle,
.cid-uSkR1xBRjA .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSkR1xBRjA .mbr-section-title,
.cid-uSkR1xBRjA .align {
  color: #ffffff;
}
.cid-uSkR1xBRjA .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSkR1xBRjA .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSkR1zVShG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSkR1zVShG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1zVShG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1zVShG .card-wrapper {
  border: 3px solid #f92c50;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uSkR1zVShG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkR1zVShG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSkR1zVShG .card-wrapper .mbr-section-subtitle2 {
  background: #f92c50;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSkR1zVShG .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-uSkR1zVShG .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f92c50;
  font-size: 1.5rem;
}
.cid-uSkR1zVShG .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSkR1zVShG .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f92c50;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSkR1zVShG .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uSkR1zVShG .mbr-section-title {
  color: #000000;
}
.cid-uSkR1zVShG .mbr-text,
.cid-uSkR1zVShG .mbr-section-btn {
  color: #000000;
}
.cid-uSkR1zVShG .mbr-section-subtitle,
.cid-uSkR1zVShG .align-wrapper {
  color: #04492e;
}
.cid-uSkR1zVShG .mbr-section-subtitle3,
.cid-uSkR1zVShG .align-wrapper2 {
  color: #04492e;
}
.cid-uSkR1zVShG .mbr-section-subtitle2,
.cid-uSkR1zVShG .align-wrapper2 {
  color: #ffffff;
}
.cid-uSkR1zVShG .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uSkR1zVShG .mbr-cardtext {
  color: #000000;
}
.cid-uSkR1B0FxA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/6.webp");
}
.cid-uSkR1B0FxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1B0FxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1B0FxA .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSkR1B0FxA .image-wrap {
    height: 350px;
  }
}
.cid-uSkR1BXgDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkR1BXgDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1BXgDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1BXgDS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkR1BXgDS .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSkR1BXgDS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSkR1BXgDS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSkR1BXgDS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkR1BXgDS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSkR1BXgDS .mbr-label {
  color: #000000;
}
.cid-uSkR1BXgDS .mbr-section-title {
  color: #000000;
}
.cid-uSkR1BXgDS .mbr-text {
  color: #000000;
}
.cid-uSl7jC7BMN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bcef9b;
}
.cid-uSl7jC7BMN .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-uSl7jC7BMN .panel-group {
  border: none;
}
.cid-uSl7jC7BMN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSl7jC7BMN .card-header {
    padding: 0rem;
  }
}
.cid-uSl7jC7BMN .card {
  border: solid 1px #f92c50;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSl7jC7BMN .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSl7jC7BMN .card {
    padding: 1rem;
  }
}
.cid-uSl7jC7BMN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSl7jC7BMN .img-col {
  padding: 0;
}
.cid-uSl7jC7BMN .img-item {
  height: 100%;
}
.cid-uSl7jC7BMN img {
  height: 100%;
  object-fit: cover;
}
.cid-uSl7jC7BMN .collapsed span {
  transform: rotate(0deg);
}
.cid-uSl7jC7BMN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSl7jC7BMN p {
  margin-bottom: 0.3rem;
}
.cid-uSl7jC7BMN .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSl7jC7BMN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSl7jC7BMN .panel-text {
  color: #000000;
}
.cid-uSl7jC7BMN .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSl7jC7BMN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSl7jC7BMN .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSl7jC7BMN .panel-title-edit,
.cid-uSl7jC7BMN .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSl7jC7BMN .mbr-section-title,
.cid-uSl7jC7BMN .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSl7jC7BMN .mbr-section-subtitle,
.cid-uSl7jC7BMN .align {
  color: #ffffff;
}
.cid-uSl7jC7BMN .mbr-section-title,
.cid-uSl7jC7BMN .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSl7jC7BMN .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSl7jC7BMN .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSkR1Dbiyy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSkR1Dbiyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1Dbiyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1Dbiyy .card-wrapper {
  border: 1px solid #f92c50;
}
.cid-uSkR1Dbiyy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSkR1Dbiyy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSkR1Dbiyy .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-uSkR1Dbiyy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSkR1Dbiyy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSkR1Dbiyy .content-head {
  max-width: 800px;
}
.cid-uSkR1Dbiyy .mbr-section-title {
  color: #221b35;
}
.cid-uSkR1El40k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #bcef9b;
}
.cid-uSkR1El40k [class^="socicon-"]:before,
.cid-uSkR1El40k [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uSkR1El40k .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uSkR1El40k .btn-social,
.cid-uSkR1El40k .mbr-section-title {
  color: #57468b;
}
.cid-uSkR1El40k .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-uSkR1El40k .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uSkR1El40k .soc-item:hover span {
  color: #f92c50 !important;
}
.cid-uSkR1FkyLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  overflow: hidden;
}
.cid-uSkR1FkyLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR1FkyLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR1FkyLz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .container {
    padding: 0 30px;
  }
}
.cid-uSkR1FkyLz .row {
  justify-content: center;
}
.cid-uSkR1FkyLz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uSkR1FkyLz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkR1FkyLz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkR1FkyLz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSkR1FkyLz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkR1FkyLz .nav-wrapper .list .item-wrap:hover,
.cid-uSkR1FkyLz .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkR1FkyLz .nav-wrapper .list .item-wrap:hover::before,
.cid-uSkR1FkyLz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSkR1FkyLz .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-uSkR1FkyLz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkR1FkyLz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkR1FkyLz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkR1FkyLz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkR1FkyLz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkR1FkyLz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uSkR1FkyLz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uSkR1FkyLz .mbr-section-title {
  color: #bee0d6;
}
.cid-uSkR1FkyLz .mbr-section-subtitle {
  color: #000000;
}
.cid-uSkR1FkyLz .list {
  color: #bee0d6;
}
.cid-uSkR1FkyLz .mbr-address {
  color: #000000;
}
.cid-uSkR1FkyLz .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uSkR1FkyLz .list,
.cid-uSkR1FkyLz .item-wrap,
.cid-uSkR1FkyLz .nav-wrapper {
  color: #000000;
}
.cid-uSkUtQlt9J {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uSkUtQlt9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSkUtQlt9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkUtQlt9J .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSkUtQlt9J .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSkUtQlt9J .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSkUtQlt9J .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uSkUtQlt9J .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSkUtQlt9J .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSkUtQlt9J .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSkUtQlt9J .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSkUtQlt9J .navbar-logo {
    padding-left: 0;
  }
}
.cid-uSkUtQlt9J .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkUtQlt9J .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSkUtQlt9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkUtQlt9J .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uSkUtQlt9J .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .nav-item:focus,
.cid-uSkUtQlt9J .nav-link:focus {
  outline: none;
}
.cid-uSkUtQlt9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkUtQlt9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkUtQlt9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkUtQlt9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkUtQlt9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkUtQlt9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkUtQlt9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSkUtQlt9J .navbar .navbar-logo img {
  width: auto;
}
.cid-uSkUtQlt9J .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSkUtQlt9J .navbar.collapsed {
  justify-content: center;
}
.cid-uSkUtQlt9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkUtQlt9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSkUtQlt9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uSkUtQlt9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkUtQlt9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkUtQlt9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSkUtQlt9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSkUtQlt9J .navbar {
    min-height: 72px;
  }
  .cid-uSkUtQlt9J .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkUtQlt9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkUtQlt9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkUtQlt9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkUtQlt9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSkUtQlt9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSkUtQlt9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkUtQlt9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSkUtQlt9J .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSkUtQlt9J .dropdown-item.active,
.cid-uSkUtQlt9J .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkUtQlt9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkUtQlt9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkUtQlt9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkUtQlt9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSkUtQlt9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSkUtQlt9J .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSkUtQlt9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSkUtQlt9J .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSkUtQlt9J .navbar-buttons {
    text-align: left;
  }
}
.cid-uSkUtQlt9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSkUtQlt9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSkUtQlt9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkUtQlt9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkUtQlt9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkUtQlt9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkUtQlt9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkUtQlt9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkUtQlt9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkUtQlt9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkUtQlt9J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSkUtQlt9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSkUtQlt9J .navbar {
    height: 70px;
  }
  .cid-uSkUtQlt9J .navbar.opened {
    height: auto;
  }
  .cid-uSkUtQlt9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkUtQlt9J .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSkUtQlt9J .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSkUtQlt9J .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSkUtQlt9J .navbar-brand {
    margin-right: auto;
  }
  .cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSkUtQlt9J .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSkUtQlt9J .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-uSkUtQlt9J .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSkUtQlt9J .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSkUtRhRhs {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkUtRhRhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUtRhRhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUtRhRhs .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uSkUtRhRhs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSkUtRhRhs .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uSkUtRhRhs .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSkUtRhRhs .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uSkUtRhRhs .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uSkUtRhRhs .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSkUtRhRhs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSkUtRhRhs .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSkUtRhRhs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkUtRhRhs .mbr-section-title {
  color: #191c25;
}
.cid-uSkUtRhRhs .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSkUtRhRhs .mbr-section-title,
.cid-uSkUtRhRhs .mbr-section-btn,
.cid-uSkUtRhRhs .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSkUtSae3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSkUtSae3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUtSae3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUtSae3A .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSkUtSae3A .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSkUtSae3A .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSkUtSae3A .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uSkUtSS43k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkUtSS43k .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  z-index: 1;
}
.cid-uSkUtSS43k .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSkUtSS43k .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uSkUtSS43k .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uSkUtSS43k .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSkUtSS43k .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSkUtSS43k .mbr-section-btn .btn-secondary-outline .active,
.cid-uSkUtSS43k .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uSkUtSS43k .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uSkUtSS43k .image_post {
  display: inline-block;
}
.cid-uSkUtSS43k .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-uSkUtSS43k .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uSl4LCFabq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSl4LCFabq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4LCFabq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4LCFabq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSl4LCFabq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSl4LCFabq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSl4LCFabq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSl4LCFabq .container {
    padding: 0 24px;
  }
}
.cid-uSl4LCFabq .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSl4LCFabq .image-wrapper img {
    height: 400px;
  }
}
.cid-uSkUtTCIn3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSkUtTCIn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUtTCIn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUtTCIn3 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uSkUtTCIn3 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uSkUtTCIn3 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uSkUtTCIn3 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uSkUtTCIn3 .col-img {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSkUtTCIn3 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uSkUtTCIn3 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uSkUtTCIn3 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uSkUtTCIn3 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uSkUtTCIn3 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uSkUtTCIn3 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uSkUtTCIn3 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uSkUtTCIn3 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uSkUtTCIn3 .card-title {
  color: #000000;
}
.cid-uSkUtTCIn3 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uSkUtTCIn3 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uSkUtTCIn3 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uSkUtTCIn3 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uSkUtTCIn3 .mbr-text,
.cid-uSkUtTCIn3 .mbr-section-btn {
  color: #000000;
}
.cid-uSkUtUmRGc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSkUtUmRGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUtUmRGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUtUmRGc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f92c50;
  margin-bottom: 2rem;
}
.cid-uSkUtUmRGc .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #bcef9b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uSkUtUmRGc .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSkUtUmRGc .card-title,
.cid-uSkUtUmRGc .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSkUtUmRGc .card-text {
  text-align: center;
}
.cid-uSkUtViB6f {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSkUtViB6f {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSkUtViB6f {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSkUtViB6f .mbr-section-subtitle {
  text-align: left;
}
.cid-uSkUtViB6f .mbr-section-title {
  text-align: center;
}
.cid-uSkUtViB6f .mbr-text {
  text-align: left;
}
.cid-uSkUtWkPM9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkUtWkPM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUtWkPM9 .col-12 {
  padding: 0;
}
.cid-uSkUtWkPM9 .row {
  margin: 0;
}
.cid-uSkUtWkPM9 .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uSkUtWkPM9 .card-margin {
    margin-top: -1px;
  }
}
.cid-uSkUtWkPM9 .card-wrapper {
  min-height: 500px;
  border: 1px solid #f92c50;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uSkUtWkPM9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSkUtWkPM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUtWkPM9 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uSkUtWkPM9 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uSkUtWkPM9 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uSkUtWkPM9 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uSkUtWkPM9 .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-uSkUtWkPM9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSkUtWkPM9 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSkUtWkPM9 .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uSkUtWkPM9 .mbr-text,
.cid-uSkUtWkPM9 .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uSkUtXM9B2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSkUtXM9B2 .mbr-text {
  color: #221b35;
}
.cid-uSkUtXM9B2 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uSkUtXM9B2 h5,
.cid-uSkUtXM9B2 h6 {
  background: #f92c50;
  display: inline;
}
.cid-uSkUtXM9B2 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkUtXM9B2 h6 {
  line-height: 1.3 !important;
}
.cid-uSkUtXM9B2 h6 span {
  padding-right: 2rem;
}
.cid-uSkUtXM9B2 .mbr-section-title,
.cid-uSkUtXM9B2 .align {
  color: #ffffff;
}
.cid-uSkUtXM9B2 .mbr-section-subtitle,
.cid-uSkUtXM9B2 .align {
  color: #ffffff;
  text-align: left;
}
.cid-uSkUtZ5gI2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkUtZ5gI2 .titles-section {
  margin-bottom: 40px;
}
.cid-uSkUtZ5gI2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uSkUtZ5gI2 .mbr-section-title {
  color: #6a3649;
}
.cid-uSkUtZ5gI2 .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uSkUtZ5gI2 .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uSkUtZ5gI2 .card .card-title,
.cid-uSkUtZ5gI2 .iconfont-wrapper {
  color: #282727;
}
.cid-uSkUu0wGXI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSkUu0wGXI {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSkUu0wGXI {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSkUu0wGXI .mbr-section-subtitle {
  text-align: left;
}
.cid-uSkUu0wGXI .mbr-section-title {
  text-align: center;
}
.cid-uSkUu0wGXI .mbr-text {
  text-align: left;
}
.cid-uSkUu1vK4m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkUu1vK4m .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-uSkUu1vK4m .panel-group {
  border: none;
}
.cid-uSkUu1vK4m .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSkUu1vK4m .card-header {
    padding: 0rem;
  }
}
.cid-uSkUu1vK4m .card {
  border: solid 1px #f92c50;
  background: #bcef9b;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSkUu1vK4m .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSkUu1vK4m .card {
    padding: 1rem;
  }
}
.cid-uSkUu1vK4m .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSkUu1vK4m .img-col {
  padding: 0;
}
.cid-uSkUu1vK4m .img-item {
  height: 100%;
}
.cid-uSkUu1vK4m img {
  height: 100%;
  object-fit: cover;
}
.cid-uSkUu1vK4m .collapsed span {
  transform: rotate(0deg);
}
.cid-uSkUu1vK4m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSkUu1vK4m p {
  margin-bottom: 0.3rem;
}
.cid-uSkUu1vK4m .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSkUu1vK4m .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSkUu1vK4m .panel-text {
  color: #000000;
}
.cid-uSkUu1vK4m .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkUu1vK4m .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSkUu1vK4m .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSkUu1vK4m .panel-title-edit,
.cid-uSkUu1vK4m .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSkUu1vK4m .mbr-section-title,
.cid-uSkUu1vK4m .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSkUu1vK4m .mbr-section-subtitle,
.cid-uSkUu1vK4m .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSkUu1vK4m .mbr-section-title,
.cid-uSkUu1vK4m .align {
  color: #ffffff;
}
.cid-uSkUu1vK4m .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSkUu1vK4m .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSkUu2XOED {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSkUu2XOED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUu2XOED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUu2XOED .card-wrapper {
  border: 3px solid #f92c50;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uSkUu2XOED .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSkUu2XOED .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSkUu2XOED .card-wrapper .mbr-section-subtitle2 {
  background: #f92c50;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSkUu2XOED .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-uSkUu2XOED .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f92c50;
  font-size: 1.5rem;
}
.cid-uSkUu2XOED .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSkUu2XOED .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f92c50;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSkUu2XOED .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uSkUu2XOED .mbr-section-title {
  color: #000000;
}
.cid-uSkUu2XOED .mbr-text,
.cid-uSkUu2XOED .mbr-section-btn {
  color: #000000;
}
.cid-uSkUu2XOED .mbr-section-subtitle,
.cid-uSkUu2XOED .align-wrapper {
  color: #04492e;
}
.cid-uSkUu2XOED .mbr-section-subtitle3,
.cid-uSkUu2XOED .align-wrapper2 {
  color: #04492e;
}
.cid-uSkUu2XOED .mbr-section-subtitle2,
.cid-uSkUu2XOED .align-wrapper2 {
  color: #ffffff;
}
.cid-uSkUu2XOED .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uSkUu2XOED .mbr-cardtext {
  color: #000000;
}
.cid-uSkUu4TOXq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/10-1920x1140.jpg");
}
.cid-uSkUu4TOXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUu4TOXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUu4TOXq .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSkUu4TOXq .image-wrap {
    height: 350px;
  }
}
.cid-uSkUu5Ywwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkUu5Ywwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUu5Ywwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUu5Ywwe .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkUu5Ywwe .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSkUu5Ywwe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSkUu5Ywwe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSkUu5Ywwe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkUu5Ywwe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSkUu5Ywwe .mbr-label {
  color: #000000;
}
.cid-uSkUu5Ywwe .mbr-section-title {
  color: #000000;
}
.cid-uSkUu5Ywwe .mbr-text {
  color: #000000;
}
.cid-uSl4rzFw3h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bcef9b;
}
.cid-uSl4rzFw3h .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-uSl4rzFw3h .panel-group {
  border: none;
}
.cid-uSl4rzFw3h .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSl4rzFw3h .card-header {
    padding: 0rem;
  }
}
.cid-uSl4rzFw3h .card {
  border: solid 1px #f92c50;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSl4rzFw3h .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSl4rzFw3h .card {
    padding: 1rem;
  }
}
.cid-uSl4rzFw3h .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSl4rzFw3h .img-col {
  padding: 0;
}
.cid-uSl4rzFw3h .img-item {
  height: 100%;
}
.cid-uSl4rzFw3h img {
  height: 100%;
  object-fit: cover;
}
.cid-uSl4rzFw3h .collapsed span {
  transform: rotate(0deg);
}
.cid-uSl4rzFw3h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSl4rzFw3h p {
  margin-bottom: 0.3rem;
}
.cid-uSl4rzFw3h .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSl4rzFw3h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSl4rzFw3h .panel-text {
  color: #000000;
}
.cid-uSl4rzFw3h .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSl4rzFw3h .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSl4rzFw3h .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSl4rzFw3h .panel-title-edit,
.cid-uSl4rzFw3h .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSl4rzFw3h .mbr-section-title,
.cid-uSl4rzFw3h .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSl4rzFw3h .mbr-section-subtitle,
.cid-uSl4rzFw3h .align {
  color: #ffffff;
}
.cid-uSl4rzFw3h .mbr-section-title,
.cid-uSl4rzFw3h .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSl4rzFw3h .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSl4rzFw3h .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSkUu6Zp51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSkUu6Zp51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUu6Zp51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUu6Zp51 .card-wrapper {
  border: 1px solid #f92c50;
}
.cid-uSkUu6Zp51 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSkUu6Zp51 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSkUu6Zp51 .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-uSkUu6Zp51 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSkUu6Zp51 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSkUu6Zp51 .content-head {
  max-width: 800px;
}
.cid-uSkUu6Zp51 .mbr-section-title {
  color: #221b35;
}
.cid-uSkUu89tsM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #bcef9b;
}
.cid-uSkUu89tsM [class^="socicon-"]:before,
.cid-uSkUu89tsM [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uSkUu89tsM .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uSkUu89tsM .btn-social,
.cid-uSkUu89tsM .mbr-section-title {
  color: #57468b;
}
.cid-uSkUu89tsM .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-uSkUu89tsM .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uSkUu89tsM .soc-item:hover span {
  color: #f92c50 !important;
}
.cid-uSkUu94JV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  overflow: hidden;
}
.cid-uSkUu94JV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUu94JV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUu94JV2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .container {
    padding: 0 30px;
  }
}
.cid-uSkUu94JV2 .row {
  justify-content: center;
}
.cid-uSkUu94JV2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uSkUu94JV2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkUu94JV2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkUu94JV2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSkUu94JV2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkUu94JV2 .nav-wrapper .list .item-wrap:hover,
.cid-uSkUu94JV2 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkUu94JV2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uSkUu94JV2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSkUu94JV2 .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-uSkUu94JV2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkUu94JV2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSkUu94JV2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkUu94JV2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkUu94JV2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSkUu94JV2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uSkUu94JV2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uSkUu94JV2 .mbr-section-title {
  color: #bee0d6;
}
.cid-uSkUu94JV2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSkUu94JV2 .list {
  color: #bee0d6;
}
.cid-uSkUu94JV2 .mbr-address {
  color: #000000;
}
.cid-uSkUu94JV2 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uSkUu94JV2 .list,
.cid-uSkUu94JV2 .item-wrap,
.cid-uSkUu94JV2 .nav-wrapper {
  color: #000000;
}
.cid-uSl4CNCIm6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uSl4CNCIm6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSl4CNCIm6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSl4CNCIm6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSl4CNCIm6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSl4CNCIm6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSl4CNCIm6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uSl4CNCIm6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSl4CNCIm6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSl4CNCIm6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSl4CNCIm6 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSl4CNCIm6 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uSl4CNCIm6 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSl4CNCIm6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSl4CNCIm6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSl4CNCIm6 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uSl4CNCIm6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .nav-item:focus,
.cid-uSl4CNCIm6 .nav-link:focus {
  outline: none;
}
.cid-uSl4CNCIm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSl4CNCIm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSl4CNCIm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSl4CNCIm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSl4CNCIm6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSl4CNCIm6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSl4CNCIm6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSl4CNCIm6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSl4CNCIm6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSl4CNCIm6 .navbar.collapsed {
  justify-content: center;
}
.cid-uSl4CNCIm6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSl4CNCIm6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSl4CNCIm6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uSl4CNCIm6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSl4CNCIm6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSl4CNCIm6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSl4CNCIm6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSl4CNCIm6 .navbar {
    min-height: 72px;
  }
  .cid-uSl4CNCIm6 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSl4CNCIm6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSl4CNCIm6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSl4CNCIm6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSl4CNCIm6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSl4CNCIm6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSl4CNCIm6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSl4CNCIm6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSl4CNCIm6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSl4CNCIm6 .dropdown-item.active,
.cid-uSl4CNCIm6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSl4CNCIm6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSl4CNCIm6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSl4CNCIm6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSl4CNCIm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSl4CNCIm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSl4CNCIm6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSl4CNCIm6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSl4CNCIm6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSl4CNCIm6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uSl4CNCIm6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSl4CNCIm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSl4CNCIm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSl4CNCIm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl4CNCIm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl4CNCIm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSl4CNCIm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl4CNCIm6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSl4CNCIm6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSl4CNCIm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl4CNCIm6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSl4CNCIm6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSl4CNCIm6 .navbar {
    height: 70px;
  }
  .cid-uSl4CNCIm6 .navbar.opened {
    height: auto;
  }
  .cid-uSl4CNCIm6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSl4CNCIm6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSl4CNCIm6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSl4CNCIm6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSl4CNCIm6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSl4CNCIm6 .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-uSl4CNCIm6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSl4CNCIm6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSl4COFcEL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSl4COFcEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4COFcEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4COFcEL .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uSl4COFcEL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSl4COFcEL .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uSl4COFcEL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSl4COFcEL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-uSl4COFcEL .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uSl4COFcEL .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSl4COFcEL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSl4COFcEL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSl4COFcEL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSl4COFcEL .mbr-section-title {
  color: #191c25;
}
.cid-uSl4COFcEL .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSl4COFcEL .mbr-section-title,
.cid-uSl4COFcEL .mbr-section-btn,
.cid-uSl4COFcEL .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSl4CPhLM6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSl4CPhLM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CPhLM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CPhLM6 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSl4CPhLM6 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSl4CPhLM6 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSl4CPhLM6 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uSl4CPLkZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSl4CPLkZc .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #bcef9b;
  border-bottom: 1px solid #bcef9b;
  z-index: 1;
}
.cid-uSl4CPLkZc .content_wrapper:hover .mbr-section-title a {
  color: #ffd7ef !important;
}
.cid-uSl4CPLkZc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uSl4CPLkZc .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uSl4CPLkZc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSl4CPLkZc .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSl4CPLkZc .mbr-section-btn .btn-secondary-outline .active,
.cid-uSl4CPLkZc .mbr-section-btn .btn-secondary-outline:focus {
  color: #f92c50 !important;
}
.cid-uSl4CPLkZc .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uSl4CPLkZc .image_post {
  display: inline-block;
}
.cid-uSl4CPLkZc .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-uSl4CPLkZc .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uSl4CQ9dtp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uSl4CQ9dtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CQ9dtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CQ9dtp .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uSl4CQ9dtp .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uSl4CQ9dtp .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uSl4CQ9dtp .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uSl4CQ9dtp .col-img {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSl4CQ9dtp .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uSl4CQ9dtp .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uSl4CQ9dtp .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uSl4CQ9dtp .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uSl4CQ9dtp .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uSl4CQ9dtp .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uSl4CQ9dtp .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uSl4CQ9dtp .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uSl4CQ9dtp .card-title {
  color: #000000;
}
.cid-uSl4CQ9dtp .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uSl4CQ9dtp .mbr-text {
    margin-top: 12px;
  }
}
.cid-uSl4CQ9dtp .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uSl4CQ9dtp .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uSl4CQ9dtp .mbr-text,
.cid-uSl4CQ9dtp .mbr-section-btn {
  color: #000000;
}
.cid-uSl4CQCbbv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSl4CQCbbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CQCbbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CQCbbv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f92c50;
  margin-bottom: 2rem;
}
.cid-uSl4CQCbbv .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #bcef9b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uSl4CQCbbv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSl4CQCbbv .card-title,
.cid-uSl4CQCbbv .card-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSl4CQCbbv .card-text {
  text-align: center;
}
.cid-uSl4CRc93q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSl4CRc93q {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSl4CRc93q {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSl4CRc93q .mbr-section-subtitle {
  text-align: left;
}
.cid-uSl4CRc93q .mbr-section-title {
  text-align: center;
}
.cid-uSl4CRc93q .mbr-text {
  text-align: left;
}
.cid-uSl4CRL1qs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSl4CRL1qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CRL1qs .col-12 {
  padding: 0;
}
.cid-uSl4CRL1qs .row {
  margin: 0;
}
.cid-uSl4CRL1qs .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uSl4CRL1qs .card-margin {
    margin-top: -1px;
  }
}
.cid-uSl4CRL1qs .card-wrapper {
  min-height: 500px;
  border: 1px solid #f92c50;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uSl4CRL1qs .card-wrapper {
    padding: 1rem;
  }
}
.cid-uSl4CRL1qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CRL1qs .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uSl4CRL1qs .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uSl4CRL1qs .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uSl4CRL1qs .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uSl4CRL1qs .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-uSl4CRL1qs .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSl4CRL1qs .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSl4CRL1qs .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uSl4CRL1qs .mbr-text,
.cid-uSl4CRL1qs .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uSl4CSoN6R {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSl4CSoN6R .mbr-text {
  color: #221b35;
}
.cid-uSl4CSoN6R .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uSl4CSoN6R h5,
.cid-uSl4CSoN6R h6 {
  background: #f92c50;
  display: inline;
}
.cid-uSl4CSoN6R h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSl4CSoN6R h6 {
  line-height: 1.3 !important;
}
.cid-uSl4CSoN6R h6 span {
  padding-right: 2rem;
}
.cid-uSl4CSoN6R .mbr-section-title,
.cid-uSl4CSoN6R .align {
  color: #ffffff;
}
.cid-uSl4CSoN6R .mbr-section-subtitle,
.cid-uSl4CSoN6R .align {
  color: #ffffff;
  text-align: left;
}
.cid-uSl4CSWk8L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSl4CSWk8L .titles-section {
  margin-bottom: 40px;
}
.cid-uSl4CSWk8L .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #231f59;
}
.cid-uSl4CSWk8L .mbr-section-title {
  color: #6a3649;
}
.cid-uSl4CSWk8L .mbr-section-subtitle {
  color: #6a3649;
}
.cid-uSl4CSWk8L .card-text {
  text-align: center;
  color: #4c4a4b;
}
.cid-uSl4CSWk8L .card .card-title,
.cid-uSl4CSWk8L .iconfont-wrapper {
  color: #282727;
}
.cid-uSl4CTB1rn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
@media (max-width: 1000px) {
  .cid-uSl4CTB1rn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSl4CTB1rn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uSl4CTB1rn .mbr-section-subtitle {
  text-align: left;
}
.cid-uSl4CTB1rn .mbr-section-title {
  text-align: center;
}
.cid-uSl4CTB1rn .mbr-text {
  text-align: left;
}
.cid-uSl4CUboQG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSl4CUboQG .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-uSl4CUboQG .panel-group {
  border: none;
}
.cid-uSl4CUboQG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSl4CUboQG .card-header {
    padding: 0rem;
  }
}
.cid-uSl4CUboQG .card {
  border: solid 1px #f92c50;
  background: #bcef9b;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSl4CUboQG .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSl4CUboQG .card {
    padding: 1rem;
  }
}
.cid-uSl4CUboQG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSl4CUboQG .img-col {
  padding: 0;
}
.cid-uSl4CUboQG .img-item {
  height: 100%;
}
.cid-uSl4CUboQG img {
  height: 100%;
  object-fit: cover;
}
.cid-uSl4CUboQG .collapsed span {
  transform: rotate(0deg);
}
.cid-uSl4CUboQG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSl4CUboQG p {
  margin-bottom: 0.3rem;
}
.cid-uSl4CUboQG .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSl4CUboQG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSl4CUboQG .panel-text {
  color: #000000;
}
.cid-uSl4CUboQG .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSl4CUboQG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSl4CUboQG .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSl4CUboQG .panel-title-edit,
.cid-uSl4CUboQG .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSl4CUboQG .mbr-section-title,
.cid-uSl4CUboQG .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSl4CUboQG .mbr-section-subtitle,
.cid-uSl4CUboQG .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSl4CUboQG .mbr-section-title,
.cid-uSl4CUboQG .align {
  color: #ffffff;
}
.cid-uSl4CUboQG .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSl4CUboQG .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSl4CUTJNa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bcef9b;
}
.cid-uSl4CUTJNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CUTJNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CUTJNa .card-wrapper {
  border: 3px solid #f92c50;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uSl4CUTJNa .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSl4CUTJNa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSl4CUTJNa .card-wrapper .mbr-section-subtitle2 {
  background: #f92c50;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSl4CUTJNa .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-uSl4CUTJNa .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f92c50;
  font-size: 1.5rem;
}
.cid-uSl4CUTJNa .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSl4CUTJNa .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f92c50;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSl4CUTJNa .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-uSl4CUTJNa .mbr-section-title {
  color: #000000;
}
.cid-uSl4CUTJNa .mbr-text,
.cid-uSl4CUTJNa .mbr-section-btn {
  color: #000000;
}
.cid-uSl4CUTJNa .mbr-section-subtitle,
.cid-uSl4CUTJNa .align-wrapper {
  color: #04492e;
}
.cid-uSl4CUTJNa .mbr-section-subtitle3,
.cid-uSl4CUTJNa .align-wrapper2 {
  color: #04492e;
}
.cid-uSl4CUTJNa .mbr-section-subtitle2,
.cid-uSl4CUTJNa .align-wrapper2 {
  color: #ffffff;
}
.cid-uSl4CUTJNa .mbr-section-cardtitle {
  color: #04492e;
}
.cid-uSl4CUTJNa .mbr-cardtext {
  color: #000000;
}
.cid-uSl4CVpLtJ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/12-1200x855.jpg");
}
.cid-uSl4CVpLtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CVpLtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CVpLtJ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSl4CVpLtJ .image-wrap {
    height: 350px;
  }
}
.cid-uSl4CVVQI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSl4CVVQI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CVVQI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CVVQI7 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSl4CVVQI7 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uSl4CVVQI7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSl4CVVQI7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSl4CVVQI7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSl4CVVQI7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uSl4CVVQI7 .mbr-label {
  color: #000000;
}
.cid-uSl4CVVQI7 .mbr-section-title {
  color: #000000;
}
.cid-uSl4CVVQI7 .mbr-text {
  color: #000000;
}
.cid-uSl4CWubuM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bcef9b;
}
.cid-uSl4CWubuM .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-uSl4CWubuM .panel-group {
  border: none;
}
.cid-uSl4CWubuM .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uSl4CWubuM .card-header {
    padding: 0rem;
  }
}
.cid-uSl4CWubuM .card {
  border: solid 1px #f92c50;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uSl4CWubuM .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSl4CWubuM .card {
    padding: 1rem;
  }
}
.cid-uSl4CWubuM .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uSl4CWubuM .img-col {
  padding: 0;
}
.cid-uSl4CWubuM .img-item {
  height: 100%;
}
.cid-uSl4CWubuM img {
  height: 100%;
  object-fit: cover;
}
.cid-uSl4CWubuM .collapsed span {
  transform: rotate(0deg);
}
.cid-uSl4CWubuM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSl4CWubuM p {
  margin-bottom: 0.3rem;
}
.cid-uSl4CWubuM .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uSl4CWubuM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uSl4CWubuM .panel-text {
  color: #000000;
}
.cid-uSl4CWubuM .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSl4CWubuM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uSl4CWubuM .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uSl4CWubuM .panel-title-edit,
.cid-uSl4CWubuM .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uSl4CWubuM .mbr-section-title,
.cid-uSl4CWubuM .mbr-section-subtitle {
  background: #f92c50;
  display: inline;
}
.cid-uSl4CWubuM .mbr-section-subtitle,
.cid-uSl4CWubuM .align {
  color: #ffffff;
}
.cid-uSl4CWubuM .mbr-section-title,
.cid-uSl4CWubuM .align {
  color: #ffffff;
  text-align: center;
}
.cid-uSl4CWubuM .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #f92c50;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uSl4CWubuM .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uSl4CXaygS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uSl4CXaygS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CXaygS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CXaygS .card-wrapper {
  border: 1px solid #f92c50;
}
.cid-uSl4CXaygS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSl4CXaygS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uSl4CXaygS .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-uSl4CXaygS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSl4CXaygS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSl4CXaygS .content-head {
  max-width: 800px;
}
.cid-uSl4CXaygS .mbr-section-title {
  color: #221b35;
}
.cid-uSl4CXSPqF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #bcef9b;
}
.cid-uSl4CXSPqF [class^="socicon-"]:before,
.cid-uSl4CXSPqF [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uSl4CXSPqF .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uSl4CXSPqF .btn-social,
.cid-uSl4CXSPqF .mbr-section-title {
  color: #57468b;
}
.cid-uSl4CXSPqF .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-uSl4CXSPqF .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uSl4CXSPqF .soc-item:hover span {
  color: #f92c50 !important;
}
.cid-uSl4CYujej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
  overflow: hidden;
}
.cid-uSl4CYujej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl4CYujej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl4CYujej .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .container {
    padding: 0 30px;
  }
}
.cid-uSl4CYujej .row {
  justify-content: center;
}
.cid-uSl4CYujej .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uSl4CYujej .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSl4CYujej .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSl4CYujej .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSl4CYujej .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSl4CYujej .nav-wrapper .list .item-wrap:hover,
.cid-uSl4CYujej .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSl4CYujej .nav-wrapper .list .item-wrap:hover::before,
.cid-uSl4CYujej .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSl4CYujej .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-uSl4CYujej .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSl4CYujej .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSl4CYujej .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSl4CYujej .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSl4CYujej .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSl4CYujej .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uSl4CYujej .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uSl4CYujej .mbr-section-title {
  color: #bee0d6;
}
.cid-uSl4CYujej .mbr-section-subtitle {
  color: #000000;
}
.cid-uSl4CYujej .list {
  color: #bee0d6;
}
.cid-uSl4CYujej .mbr-address {
  color: #000000;
}
.cid-uSl4CYujej .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uSl4CYujej .list,
.cid-uSl4CYujej .item-wrap,
.cid-uSl4CYujej .nav-wrapper {
  color: #000000;
}
