body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.6rem;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #d8422c !important;
}
.bg-success {
  background-color: #dcd3f7 !important;
}
.bg-info {
  background-color: #fbfbfb !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8422c !important;
  border-color: #d8422c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #922a1b !important;
  border-color: #922a1b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b7669 !important;
  border-color: #2b7669 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #143630 !important;
  border-color: #143630 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  color: #7b7b7b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7b7b7b !important;
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcd3f7 !important;
  border-color: #dcd3f7 !important;
  color: #421fac !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #421fac !important;
  background-color: #a28aea !important;
  border-color: #a28aea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8422c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #922a1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8422c !important;
  border-color: #d8422c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b7669;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #143630 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7669 !important;
  border-color: #2b7669 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbfbfb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0d0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7b7b7b !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dcd3f7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28aea !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #421fac !important;
  background-color: #dcd3f7 !important;
  border-color: #dcd3f7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #d8422c !important;
}
.text-secondary {
  color: #2b7669 !important;
}
.text-success {
  color: #dcd3f7 !important;
}
.text-info {
  color: #fbfbfb !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #852719 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #102b26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #977de7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c8c8c8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #d8422c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fbfbfb;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8422c;
  border-color: #d8422c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8422c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8dcd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.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: #d8422c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d8422c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8422c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d8422c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8422c;
  border-bottom-color: #d8422c;
}
.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: #d8422c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2b7669 !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='%23d8422c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.4s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.4s all !important;
  animation: btn-move-out 0.4s ease-in-out;
}
.mbr-section-btn .btn {
  transition: 0.4s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.4s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
.mbr-section-btn .btn:hover {
  transform: scale(1.04);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-t73IqNOww8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-t73IqNOww8 .row {
  position: relative;
}
.cid-t73IqNOww8 .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t73IqNOww8 .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cid-t73IqNOww8 .text-wrapper {
  width: 150%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-t73IqNOww8 .text-wrapper {
    width: auto;
    padding: 0 1rem 1rem;
  }
}
.cid-t73IqNOww8 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-t73IqNOww8 .image-wrapper img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
.cid-t73IqNOww8 .mbr-section-title {
  margin: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t73IqNOww8 .mbr-section-title {
    color: #fbfbfb;
  }
}
.cid-tGaOdc8lYy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dcd3f7;
}
.cid-tGaOdc8lYy .text-wrapper {
  height: 100%;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tGaOdc8lYy .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tGaOdc8lYy .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tGaOdc8lYy .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tGaOdc8lYy .text-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-tGaOdc8lYy .text-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGaOdc8lYy .text-wrapper .mbr-section-btn .btn {
  width: 155px;
  height: 66px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGaOdc8lYy .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tGaOdc8lYy .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tGaOdc8lYy .mbr-section-title {
  color: #1E1C21;
}
.cid-tGcBXygGUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGcBXygGUK .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tGcBXygGUK .mbr-section-head {
  background-color: #f3f7e9;
  padding: 1rem 1rem 2rem;
}
.cid-tGcBXygGUK .row {
  flex-direction: row-reverse;
}
.cid-tGcBXygGUK img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGcBXygGUK .display-1 {
    font-size: 70px;
  }
  .cid-tGcBXygGUK .display-5 {
    font-size: 29px;
  }
  .cid-tGcBXygGUK .display-7 {
    font-size: 22px;
  }
}
.cid-tGcBXygGUK .mbr-section-title {
  text-align: center;
}
.cid-tGcBXygGUK .mbr-section-subtitle {
  text-align: center;
}
.cid-tGcDv7RLo7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f7e9;
}
.cid-tGcDv7RLo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcDv7RLo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcDv7RLo7 .card-box {
  max-width: 700px;
}
.cid-tGcDv7RLo7 .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGcDv7RLo7 .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tGcDv7RLo7 .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-tGcDv7RLo7 .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #dcd3f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-tGcDv7RLo7 .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-tGcDv7RLo7 .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-tGcDv7RLo7 .row {
  justify-content: center;
}
.cid-tGcDv7RLo7 .mbr-section-title {
  color: #132835;
}
.cid-tGcDv7RLo7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGcDv7RLo7 .card-title,
.cid-tGcDv7RLo7 .iconfont-wrapper {
  color: #e43f3f;
}
.cid-tGcDv7RLo7 .card-title,
.cid-tGcDv7RLo7 .iconfont-wrapper,
.cid-tGcDv7RLo7 .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-tGcDv7RLo7 .card-text {
  color: #353535;
}
.cid-u8uTvE1uUS {
  background-color: #dcd3f7;
}
.cid-u8uTvE1uUS section {
  padding: 0;
}
.cid-u8uTvE1uUS .image-wrapper {
  padding-right: 150px;
}
@media (max-width: 991px) {
  .cid-u8uTvE1uUS .image-wrapper {
    padding-right: 30px;
  }
}
.cid-t73IDR8n2H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t73IDR8n2H .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-t73IDR8n2H .title-wrapper {
    margin: 0 30px;
  }
}
.cid-t73IDR8n2H .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-t73IDR8n2H .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-t73IDR8n2H .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #311194;
}
@media (max-width: 992px) {
  .cid-t73IDR8n2H .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-t73IDR8n2H .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-t73IDR8n2H .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t73IDR8n2H .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-t73IDR8n2H .text-wrapper .mbr-text {
  margin: 0;
}
.cid-t73IDR8n2H .mbr-section-title {
  color: #1E1C21;
}
.cid-t73IDR8n2H .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-t73IDR8n2H .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-t73IDR8n2H .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8uREKHFSW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #dcd3f7;
}
.cid-u8uREKHFSW .text-wrapper {
  height: 100%;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-u8uREKHFSW .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u8uREKHFSW .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-u8uREKHFSW .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-u8uREKHFSW .text-wrapper .mbr-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .cid-u8uREKHFSW .text-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uREKHFSW .text-wrapper .mbr-section-btn .btn {
  width: 155px;
  height: 66px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uREKHFSW .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-u8uREKHFSW .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-u8uREKHFSW .mbr-section-title {
  color: #1E1C21;
}
.cid-u8uREKHFSW .mbr-section-title,
.cid-u8uREKHFSW .mbr-section-btn {
  text-align: center;
}
.cid-u8uRxNsWwG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dcd3f7;
}
.cid-u8uRxNsWwG .title-wrapper {
  margin: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .title-wrapper {
    margin: 0 30px;
  }
}
.cid-u8uRxNsWwG .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-u8uRxNsWwG .card-wrapper {
  min-height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 300px 150px;
}
@media (max-width: 1200px) {
  .cid-u8uRxNsWwG .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .card-wrapper {
    padding: 80px 30px 72px;
    min-height: auto;
    display: block;
  }
}
.cid-u8uRxNsWwG .card-wrapper .card {
  margin-bottom: 92px;
}
.cid-u8uRxNsWwG .card-wrapper .card:last-child {
  margin-bottom: 0;
}
.cid-u8uRxNsWwG .card-wrapper .card .card-icon {
  width: 100%;
  margin-bottom: 29px;
}
.cid-u8uRxNsWwG .card-wrapper .card .card-icon span {
  font-size: 22px;
  width: 64px;
  height: 64px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .card-wrapper .card .card-icon span {
    margin-bottom: 22px;
  }
}
.cid-u8uRxNsWwG .card-wrapper .card .mbr-card-title {
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .card-wrapper .card .mbr-card-title {
    margin-bottom: 16px;
  }
}
.cid-u8uRxNsWwG .card-wrapper .card .mbr-text {
  margin: 0;
}
.cid-u8uRxNsWwG .card_1 {
  background-color: #ffffff;
  margin-right: 71px;
  margin-top: 228px;
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .card_1 {
    margin-right: 0;
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.cid-u8uRxNsWwG .card_2 {
  background-color: #ffffff;
  margin-left: 71px;
}
@media (max-width: 992px) {
  .cid-u8uRxNsWwG .card_2 {
    margin-left: 0;
  }
}
.cid-u8uRxNsWwG .mbr-section-title {
  color: #1E1C21;
}
.cid-u8uRxNsWwG .mbr-card-title,
.cid-u8uRxNsWwG .mbr-iconfont {
  color: #1E1C21;
}
.cid-u8uRxNsWwG .mbr-text {
  color: #1E1C21;
}
.cid-t73IIYdrNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t73IIYdrNL .image-wrapper {
    margin-bottom: 34px;
  }
}
.cid-t73IIYdrNL .image-wrapper img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-t73IIYdrNL .image-wrapper img {
    height: 35rem;
  }
}
.cid-t73IIYdrNL .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t73IIYdrNL .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-t73IIYdrNL .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cid-t73IIYdrNL .text-container .text-wrapper {
    margin: 0 30px;
  }
}
.cid-t73IIYdrNL .text-container .text-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-t73IIYdrNL .text-container .text-wrapper .mbr-section-title {
    margin-bottom: 34px;
  }
}
.cid-t73IIYdrNL .text-container .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-t73IIYdrNL .text-container .text-wrapper .mbr-text {
    margin-bottom: 34px;
  }
}
.cid-t73IIYdrNL .mbr-section-title {
  color: #1E1C21;
}
.cid-t73IIYdrNL .mbr-text {
  color: #1E1C21;
}
.cid-tT7CoorK84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dcd3f7;
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .image-wrapper {
    margin-bottom: 34px;
  }
}
.cid-tT7CoorK84 .image-wrapper img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .image-wrapper img {
    height: 35rem;
  }
}
.cid-tT7CoorK84 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tT7CoorK84 .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
  margin-left: 150px;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tT7CoorK84 .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .text-container .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tT7CoorK84 .text-container .text-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .text-container .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tT7CoorK84 .text-container .text-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .text-container .text-wrapper .mbr-section-title {
    margin-bottom: 34px;
  }
}
.cid-tT7CoorK84 .text-container .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tT7CoorK84 .text-container .text-wrapper .mbr-text {
    margin-bottom: 34px;
  }
}
.cid-tT7CoorK84 .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-tT7CoorK84 .mbr-text {
  color: #1E1C21;
}
.cid-u7UBK9Sw1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-u7UBK9Sw1v .image-wrapper {
    margin-bottom: 34px;
  }
}
.cid-u7UBK9Sw1v .image-wrapper img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7UBK9Sw1v .image-wrapper img {
    height: 35rem;
  }
}
.cid-u7UBK9Sw1v .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u7UBK9Sw1v .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-u7UBK9Sw1v .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cid-u7UBK9Sw1v .text-container .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u7UBK9Sw1v .text-container .text-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-u7UBK9Sw1v .text-container .text-wrapper .mbr-section-title {
    margin-bottom: 34px;
  }
}
.cid-u7UBK9Sw1v .text-container .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-u7UBK9Sw1v .text-container .text-wrapper .mbr-text {
    margin-bottom: 34px;
  }
}
.cid-u7UBK9Sw1v .mbr-section-title {
  color: #1E1C21;
}
.cid-u7UBK9Sw1v .mbr-text {
  color: #1E1C21;
}
.cid-tQpKmREd2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #dcd3f7;
  overflow: hidden;
}
.cid-tQpKmREd2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpKmREd2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpKmREd2w .row {
  position: relative;
  z-index: 10;
}
.cid-tQpKmREd2w .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tQpKmREd2w .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tQpKmREd2w .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tQpKmREd2w .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tQpKmREd2w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tQpKmREd2w .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-tQpKmREd2w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQpKmREd2w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQpKmREd2w .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tQpKmREd2w .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tQpKmREd2w .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQpKmREd2w .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tQpKmREd2w .container,
.cid-tQpKmREd2w .container-fluid {
  position: relative;
}
.cid-tQpKmREd2w .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tQpKmREd2w .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tQpKmREd2w .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tQpKmREd2w .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tQpLRhRfmc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-tQpLRhRfmc .mbr-text {
  color: #ffffff;
}
.cid-u8ux87zPla {
  background-color: transparent;
}
.cid-u8ux87zPla .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8ux87zPla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8ux87zPla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8ux87zPla .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8ux87zPla .menu_box .navbar.opened,
  .cid-u8ux87zPla .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8ux87zPla .navbar-dropdown {
  position: relative !important;
}
.cid-u8ux87zPla .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8ux87zPla .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8ux87zPla .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8ux87zPla .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8ux87zPla .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8ux87zPla .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8ux87zPla .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8ux87zPla .offcanvas-body .mbr-text,
  .cid-u8ux87zPla .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8ux87zPla .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8ux87zPla ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8ux87zPla .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8ux87zPla li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8ux87zPla .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8ux87zPla .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8ux87zPla .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8ux87zPla .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .nav-item {
    margin: 0 !important;
  }
}
.cid-u8ux87zPla .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8ux87zPla .nav-item .nav-link:hover,
.cid-u8ux87zPla .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8ux87zPla .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8ux87zPla .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8ux87zPla .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8ux87zPla .offcanvas_box {
    display: none;
  }
}
.cid-u8ux87zPla .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8ux87zPla .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8ux87zPla .container {
  display: flex;
  margin: auto;
}
.cid-u8ux87zPla .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8ux87zPla .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8ux87zPla .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8ux87zPla .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .navbar-nav {
    margin: 0;
  }
}
.cid-u8ux87zPla .dropdown-menu,
.cid-u8ux87zPla .navbar.opened {
  background-color: false !important;
}
.cid-u8ux87zPla .nav-item:focus,
.cid-u8ux87zPla .nav-link:focus {
  outline: none;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8ux87zPla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8ux87zPla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8ux87zPla .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8ux87zPla .navbar.opened {
  transition: all 0.3s;
}
.cid-u8ux87zPla .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8ux87zPla .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8ux87zPla .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8ux87zPla .navbar.collapsed {
  justify-content: center;
}
.cid-u8ux87zPla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8ux87zPla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8ux87zPla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8ux87zPla .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8ux87zPla .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8ux87zPla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8ux87zPla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8ux87zPla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8ux87zPla .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8ux87zPla .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8ux87zPla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8ux87zPla .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8ux87zPla .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8ux87zPla .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8ux87zPla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8ux87zPla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8ux87zPla .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8ux87zPla .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8ux87zPla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8ux87zPla .dropdown-item.active,
.cid-u8ux87zPla .dropdown-item:active {
  background-color: transparent;
}
.cid-u8ux87zPla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8ux87zPla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8ux87zPla ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8ux87zPla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8ux87zPla button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ux87zPla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8ux87zPla .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8ux87zPla .navbar {
    height: 70px;
  }
  .cid-u8ux87zPla .navbar.opened {
    height: auto;
  }
  .cid-u8ux87zPla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8ux87zPla .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8ux87zPla .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8ux87zPla .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8ux87zPla .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8ux87zPla .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8ux87zPla .text_widget {
  margin-bottom: 32px;
}
.cid-u8ux87zPla .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8ux87zPla .text_widget a:hover,
.cid-u8ux87zPla .text_widget a:focus {
  opacity: .8;
}
.cid-u8ux87zPla .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8ux87zPla .navbar-caption {
  color: #0f1d07;
}
.cid-u8ux87zPla .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8ux87zPla .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper {
    display: block;
  }
}
.cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8ux87zPla .mbr-section-subtitle,
.cid-u8ux87zPla .text_widget,
.cid-u8ux87zPla .mbr-section-btn {
  text-align: center;
}
.cid-u8ux87zPla a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8ux87zPla {
  background-color: transparent;
}
.cid-u8ux87zPla .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8ux87zPla .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8ux87zPla .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8ux87zPla .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8ux87zPla .menu_box .navbar.opened,
  .cid-u8ux87zPla .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8ux87zPla .navbar-dropdown {
  position: relative !important;
}
.cid-u8ux87zPla .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8ux87zPla .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8ux87zPla .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8ux87zPla .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8ux87zPla .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8ux87zPla .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8ux87zPla .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8ux87zPla .offcanvas-body .mbr-text,
  .cid-u8ux87zPla .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8ux87zPla .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8ux87zPla .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8ux87zPla ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8ux87zPla .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8ux87zPla li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8ux87zPla .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8ux87zPla .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8ux87zPla .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8ux87zPla .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .nav-item {
    margin: 0 !important;
  }
}
.cid-u8ux87zPla .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8ux87zPla .nav-item .nav-link:hover,
.cid-u8ux87zPla .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8ux87zPla .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8ux87zPla .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8ux87zPla .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8ux87zPla .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8ux87zPla .offcanvas_box {
    display: none;
  }
}
.cid-u8ux87zPla .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8ux87zPla .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8ux87zPla .container {
  display: flex;
  margin: auto;
}
.cid-u8ux87zPla .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8ux87zPla .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8ux87zPla .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8ux87zPla .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .navbar-nav {
    margin: 0;
  }
}
.cid-u8ux87zPla .dropdown-menu,
.cid-u8ux87zPla .navbar.opened {
  background-color: false !important;
}
.cid-u8ux87zPla .nav-item:focus,
.cid-u8ux87zPla .nav-link:focus {
  outline: none;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8ux87zPla .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8ux87zPla .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8ux87zPla .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8ux87zPla .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8ux87zPla .navbar.opened {
  transition: all 0.3s;
}
.cid-u8ux87zPla .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8ux87zPla .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8ux87zPla .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8ux87zPla .navbar.collapsed {
  justify-content: center;
}
.cid-u8ux87zPla .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8ux87zPla .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8ux87zPla .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8ux87zPla .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8ux87zPla .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8ux87zPla .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8ux87zPla .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8ux87zPla .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8ux87zPla .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8ux87zPla .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8ux87zPla .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8ux87zPla .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8ux87zPla .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8ux87zPla .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8ux87zPla .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8ux87zPla .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8ux87zPla .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8ux87zPla .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8ux87zPla .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8ux87zPla .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8ux87zPla .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8ux87zPla .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8ux87zPla .dropdown-item.active,
.cid-u8ux87zPla .dropdown-item:active {
  background-color: transparent;
}
.cid-u8ux87zPla .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8ux87zPla .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8ux87zPla .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8ux87zPla ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8ux87zPla .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8ux87zPla button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8ux87zPla button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8ux87zPla nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8ux87zPla a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8ux87zPla .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8ux87zPla .navbar {
    height: 70px;
  }
  .cid-u8ux87zPla .navbar.opened {
    height: auto;
  }
  .cid-u8ux87zPla .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8ux87zPla .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8ux87zPla .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8ux87zPla .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8ux87zPla .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8ux87zPla .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8ux87zPla .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8ux87zPla .text_widget {
  margin-bottom: 32px;
}
.cid-u8ux87zPla .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8ux87zPla .text_widget a:hover,
.cid-u8ux87zPla .text_widget a:focus {
  opacity: .8;
}
.cid-u8ux87zPla .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8ux87zPla .navbar-caption {
  color: #0f1d07;
}
.cid-u8ux87zPla .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8ux87zPla .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper {
    display: block;
  }
}
.cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8ux87zPla .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8ux87zPla .mbr-section-subtitle,
.cid-u8ux87zPla .text_widget,
.cid-u8ux87zPla .mbr-section-btn {
  text-align: center;
}
.cid-u8ux87zPla a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tT7IHlRaka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-tT7IHlRaka .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT7IHlRaka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT7IHlRaka .container {
    padding: 0 30px;
  }
}
.cid-tT7IHlRaka .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-tT7IHlRaka .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-tT7IHlRaka .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tT7IHlRaka .image-wrapper img {
    height: 300px;
  }
}
.cid-tT7IHlRaka .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tT7IHlRaka .title-wrapper {
    height: auto;
  }
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tT7IHlRaka .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tT7IHlRaka .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tT7IHlRaka .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-tT7IHlRaka .mbr-section-subtitle {
  color: #212529;
}
.cid-tT7IHlRaka .mbr-section-title {
  color: #212529;
}
.cid-tT7IHlRaka .mbr-text {
  color: #212529;
}
.cid-tT7IHmgUyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-tT7IHmgUyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT7IHmgUyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT7IHmgUyp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .container {
    padding: 0 30px;
  }
}
.cid-tT7IHmgUyp .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tT7IHmgUyp .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tT7IHmgUyp .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tT7IHmgUyp .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tT7IHmgUyp .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tT7IHmgUyp .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tT7IHmgUyp .mbr-section-title {
  color: #ffffff;
}
.cid-tT7IHmgUyp .mbr-card-title {
  color: #2b2b2b;
}
.cid-tT7IHmgUyp .mbr-text {
  color: #000000;
}
.cid-tT7IHmgUyp .mbr-number {
  color: #FE5115;
}
.cid-u7UNRjCKrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u7UNRjCKrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7UNRjCKrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7UNRjCKrF .row {
  position: relative;
  z-index: 10;
}
.cid-u7UNRjCKrF .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u7UNRjCKrF .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u7UNRjCKrF .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7UNRjCKrF .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u7UNRjCKrF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7UNRjCKrF .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-u7UNRjCKrF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7UNRjCKrF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7UNRjCKrF .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u7UNRjCKrF .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u7UNRjCKrF .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u7UNRjCKrF .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u7UNRjCKrF .container,
.cid-u7UNRjCKrF .container-fluid {
  position: relative;
}
.cid-u7UNRjCKrF .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u7UNRjCKrF .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u7UNRjCKrF .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u7UNRjCKrF .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tT7IHn1A1G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-tT7IHn1A1G .mbr-text {
  color: #ffffff;
}
.cid-u8uyST80uh {
  background-color: transparent;
}
.cid-u8uyST80uh .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uyST80uh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uyST80uh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uyST80uh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uyST80uh .menu_box .navbar.opened,
  .cid-u8uyST80uh .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uyST80uh .navbar-dropdown {
  position: relative !important;
}
.cid-u8uyST80uh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uyST80uh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uyST80uh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uyST80uh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uyST80uh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uyST80uh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uyST80uh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uyST80uh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uyST80uh .offcanvas-body .mbr-text,
  .cid-u8uyST80uh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uyST80uh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uyST80uh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uyST80uh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uyST80uh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uyST80uh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uyST80uh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uyST80uh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uyST80uh .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uyST80uh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uyST80uh .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uyST80uh .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uyST80uh .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uyST80uh .nav-item .nav-link:hover,
.cid-u8uyST80uh .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uyST80uh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uyST80uh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uyST80uh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uyST80uh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uyST80uh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uyST80uh .offcanvas_box {
    display: none;
  }
}
.cid-u8uyST80uh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uyST80uh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uyST80uh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uyST80uh .container {
  display: flex;
  margin: auto;
}
.cid-u8uyST80uh .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uyST80uh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uyST80uh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uyST80uh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uyST80uh .navbar-nav {
    margin: 0;
  }
}
.cid-u8uyST80uh .dropdown-menu,
.cid-u8uyST80uh .navbar.opened {
  background-color: false !important;
}
.cid-u8uyST80uh .nav-item:focus,
.cid-u8uyST80uh .nav-link:focus {
  outline: none;
}
.cid-u8uyST80uh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uyST80uh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uyST80uh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uyST80uh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uyST80uh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uyST80uh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uyST80uh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uyST80uh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uyST80uh .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uyST80uh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uyST80uh .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uyST80uh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uyST80uh .navbar.collapsed {
  justify-content: center;
}
.cid-u8uyST80uh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uyST80uh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uyST80uh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uyST80uh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uyST80uh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uyST80uh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uyST80uh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uyST80uh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uyST80uh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uyST80uh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uyST80uh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uyST80uh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uyST80uh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uyST80uh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uyST80uh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uyST80uh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uyST80uh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uyST80uh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uyST80uh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uyST80uh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uyST80uh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uyST80uh .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uyST80uh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uyST80uh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uyST80uh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uyST80uh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uyST80uh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uyST80uh .dropdown-item.active,
.cid-u8uyST80uh .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uyST80uh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uyST80uh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uyST80uh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uyST80uh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uyST80uh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uyST80uh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uyST80uh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uyST80uh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uyST80uh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uyST80uh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uyST80uh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uyST80uh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uyST80uh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uyST80uh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uyST80uh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uyST80uh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uyST80uh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uyST80uh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uyST80uh .navbar {
    height: 70px;
  }
  .cid-u8uyST80uh .navbar.opened {
    height: auto;
  }
  .cid-u8uyST80uh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uyST80uh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uyST80uh .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uyST80uh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uyST80uh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uyST80uh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uyST80uh .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uyST80uh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uyST80uh .text_widget {
  margin-bottom: 32px;
}
.cid-u8uyST80uh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uyST80uh .text_widget a:hover,
.cid-u8uyST80uh .text_widget a:focus {
  opacity: .8;
}
.cid-u8uyST80uh .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uyST80uh .navbar-caption {
  color: #0f1d07;
}
.cid-u8uyST80uh .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uyST80uh .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uyST80uh .navigation-wrapper {
    display: block;
  }
}
.cid-u8uyST80uh .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uyST80uh .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uyST80uh .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uyST80uh .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uyST80uh .mbr-section-subtitle,
.cid-u8uyST80uh .text_widget,
.cid-u8uyST80uh .mbr-section-btn {
  text-align: center;
}
.cid-u8uyST80uh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uySVx9IR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uySVx9IR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uySVx9IR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uySVx9IR .container {
    padding: 0 30px;
  }
}
.cid-u8uySVx9IR .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uySVx9IR .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uySVx9IR .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uySVx9IR .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uySVx9IR .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uySVx9IR .title-wrapper {
    height: auto;
  }
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uySVx9IR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uySVx9IR .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uySVx9IR .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uySVx9IR .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uySVx9IR .mbr-section-title {
  color: #212529;
}
.cid-u8uySVx9IR .mbr-text {
  color: #212529;
}
.cid-u8uySXd9QZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uySXd9QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uySXd9QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uySXd9QZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .container {
    padding: 0 30px;
  }
}
.cid-u8uySXd9QZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uySXd9QZ .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uySXd9QZ .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uySXd9QZ .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uySXd9QZ .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uySXd9QZ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uySXd9QZ .mbr-section-title {
  color: #ffffff;
}
.cid-u8uySXd9QZ .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uySXd9QZ .mbr-text {
  color: #000000;
}
.cid-u8uySXd9QZ .mbr-number {
  color: #FE5115;
}
.cid-u8uySYCNsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uySYCNsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uySYCNsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uySYCNsN .row {
  position: relative;
  z-index: 10;
}
.cid-u8uySYCNsN .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uySYCNsN .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uySYCNsN .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uySYCNsN .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uySYCNsN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uySYCNsN .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-u8uySYCNsN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uySYCNsN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uySYCNsN .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uySYCNsN .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uySYCNsN .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uySYCNsN .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uySYCNsN .container,
.cid-u8uySYCNsN .container-fluid {
  position: relative;
}
.cid-u8uySYCNsN .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uySYCNsN .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uySYCNsN .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uySYCNsN .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uySZVI25 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uySZVI25 .mbr-text {
  color: #ffffff;
}
.cid-u8uzDG0lU9 {
  background-color: transparent;
}
.cid-u8uzDG0lU9 .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uzDG0lU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uzDG0lU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uzDG0lU9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uzDG0lU9 .menu_box .navbar.opened,
  .cid-u8uzDG0lU9 .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uzDG0lU9 .navbar-dropdown {
  position: relative !important;
}
.cid-u8uzDG0lU9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uzDG0lU9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uzDG0lU9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uzDG0lU9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uzDG0lU9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uzDG0lU9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uzDG0lU9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uzDG0lU9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uzDG0lU9 .offcanvas-body .mbr-text,
  .cid-u8uzDG0lU9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uzDG0lU9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uzDG0lU9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uzDG0lU9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uzDG0lU9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uzDG0lU9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uzDG0lU9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uzDG0lU9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uzDG0lU9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uzDG0lU9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uzDG0lU9 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uzDG0lU9 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uzDG0lU9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uzDG0lU9 .nav-item .nav-link:hover,
.cid-u8uzDG0lU9 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uzDG0lU9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uzDG0lU9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uzDG0lU9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uzDG0lU9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uzDG0lU9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uzDG0lU9 .offcanvas_box {
    display: none;
  }
}
.cid-u8uzDG0lU9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uzDG0lU9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uzDG0lU9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uzDG0lU9 .container {
  display: flex;
  margin: auto;
}
.cid-u8uzDG0lU9 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uzDG0lU9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uzDG0lU9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uzDG0lU9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uzDG0lU9 .navbar-nav {
    margin: 0;
  }
}
.cid-u8uzDG0lU9 .dropdown-menu,
.cid-u8uzDG0lU9 .navbar.opened {
  background-color: false !important;
}
.cid-u8uzDG0lU9 .nav-item:focus,
.cid-u8uzDG0lU9 .nav-link:focus {
  outline: none;
}
.cid-u8uzDG0lU9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uzDG0lU9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uzDG0lU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uzDG0lU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uzDG0lU9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uzDG0lU9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uzDG0lU9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uzDG0lU9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uzDG0lU9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uzDG0lU9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uzDG0lU9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uzDG0lU9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uzDG0lU9 .navbar.collapsed {
  justify-content: center;
}
.cid-u8uzDG0lU9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uzDG0lU9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uzDG0lU9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uzDG0lU9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uzDG0lU9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uzDG0lU9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uzDG0lU9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uzDG0lU9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uzDG0lU9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uzDG0lU9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uzDG0lU9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uzDG0lU9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uzDG0lU9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uzDG0lU9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uzDG0lU9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uzDG0lU9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uzDG0lU9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uzDG0lU9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uzDG0lU9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uzDG0lU9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uzDG0lU9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uzDG0lU9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uzDG0lU9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uzDG0lU9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uzDG0lU9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uzDG0lU9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uzDG0lU9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uzDG0lU9 .dropdown-item.active,
.cid-u8uzDG0lU9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uzDG0lU9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uzDG0lU9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uzDG0lU9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uzDG0lU9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uzDG0lU9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uzDG0lU9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uzDG0lU9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uzDG0lU9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uzDG0lU9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uzDG0lU9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uzDG0lU9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uzDG0lU9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uzDG0lU9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uzDG0lU9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uzDG0lU9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uzDG0lU9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uzDG0lU9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uzDG0lU9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uzDG0lU9 .navbar {
    height: 70px;
  }
  .cid-u8uzDG0lU9 .navbar.opened {
    height: auto;
  }
  .cid-u8uzDG0lU9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uzDG0lU9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uzDG0lU9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uzDG0lU9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uzDG0lU9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uzDG0lU9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uzDG0lU9 .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uzDG0lU9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uzDG0lU9 .text_widget {
  margin-bottom: 32px;
}
.cid-u8uzDG0lU9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uzDG0lU9 .text_widget a:hover,
.cid-u8uzDG0lU9 .text_widget a:focus {
  opacity: .8;
}
.cid-u8uzDG0lU9 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uzDG0lU9 .navbar-caption {
  color: #0f1d07;
}
.cid-u8uzDG0lU9 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uzDG0lU9 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uzDG0lU9 .navigation-wrapper {
    display: block;
  }
}
.cid-u8uzDG0lU9 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uzDG0lU9 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uzDG0lU9 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uzDG0lU9 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uzDG0lU9 .mbr-section-subtitle,
.cid-u8uzDG0lU9 .text_widget,
.cid-u8uzDG0lU9 .mbr-section-btn {
  text-align: center;
}
.cid-u8uzDG0lU9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uzDHQq71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uzDHQq71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uzDHQq71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uzDHQq71 .container {
    padding: 0 30px;
  }
}
.cid-u8uzDHQq71 .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uzDHQq71 .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uzDHQq71 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uzDHQq71 .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uzDHQq71 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uzDHQq71 .title-wrapper {
    height: auto;
  }
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uzDHQq71 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uzDHQq71 .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uzDHQq71 .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uzDHQq71 .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uzDHQq71 .mbr-section-title {
  color: #212529;
}
.cid-u8uzDHQq71 .mbr-text {
  color: #212529;
}
.cid-u8uzDJaldu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uzDJaldu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uzDJaldu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uzDJaldu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .container {
    padding: 0 30px;
  }
}
.cid-u8uzDJaldu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uzDJaldu .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uzDJaldu .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uzDJaldu .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uzDJaldu .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uzDJaldu .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uzDJaldu .mbr-section-title {
  color: #ffffff;
}
.cid-u8uzDJaldu .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uzDJaldu .mbr-text {
  color: #000000;
}
.cid-u8uzDJaldu .mbr-number {
  color: #FE5115;
}
.cid-u8uzDKqrSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uzDKqrSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uzDKqrSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uzDKqrSH .row {
  position: relative;
  z-index: 10;
}
.cid-u8uzDKqrSH .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uzDKqrSH .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uzDKqrSH .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uzDKqrSH .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uzDKqrSH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uzDKqrSH .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-u8uzDKqrSH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uzDKqrSH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uzDKqrSH .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uzDKqrSH .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uzDKqrSH .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uzDKqrSH .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uzDKqrSH .container,
.cid-u8uzDKqrSH .container-fluid {
  position: relative;
}
.cid-u8uzDKqrSH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uzDKqrSH .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uzDKqrSH .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uzDKqrSH .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uzDLZ8I1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uzDLZ8I1 .mbr-text {
  color: #ffffff;
}
.cid-u8uAsSZ7ca {
  background-color: transparent;
}
.cid-u8uAsSZ7ca .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uAsSZ7ca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uAsSZ7ca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uAsSZ7ca .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uAsSZ7ca .menu_box .navbar.opened,
  .cid-u8uAsSZ7ca .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uAsSZ7ca .navbar-dropdown {
  position: relative !important;
}
.cid-u8uAsSZ7ca .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uAsSZ7ca .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uAsSZ7ca .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uAsSZ7ca .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uAsSZ7ca .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uAsSZ7ca .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uAsSZ7ca .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uAsSZ7ca .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uAsSZ7ca .offcanvas-body .mbr-text,
  .cid-u8uAsSZ7ca .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uAsSZ7ca .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uAsSZ7ca .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uAsSZ7ca ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uAsSZ7ca .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uAsSZ7ca .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uAsSZ7ca .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uAsSZ7ca li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uAsSZ7ca .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uAsSZ7ca .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uAsSZ7ca .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uAsSZ7ca .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uAsSZ7ca .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uAsSZ7ca .nav-item .nav-link:hover,
.cid-u8uAsSZ7ca .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uAsSZ7ca .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uAsSZ7ca .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uAsSZ7ca .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uAsSZ7ca .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uAsSZ7ca .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uAsSZ7ca .offcanvas_box {
    display: none;
  }
}
.cid-u8uAsSZ7ca .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uAsSZ7ca .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uAsSZ7ca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uAsSZ7ca .container {
  display: flex;
  margin: auto;
}
.cid-u8uAsSZ7ca .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uAsSZ7ca .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uAsSZ7ca .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uAsSZ7ca .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uAsSZ7ca .navbar-nav {
    margin: 0;
  }
}
.cid-u8uAsSZ7ca .dropdown-menu,
.cid-u8uAsSZ7ca .navbar.opened {
  background-color: false !important;
}
.cid-u8uAsSZ7ca .nav-item:focus,
.cid-u8uAsSZ7ca .nav-link:focus {
  outline: none;
}
.cid-u8uAsSZ7ca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uAsSZ7ca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uAsSZ7ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uAsSZ7ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uAsSZ7ca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uAsSZ7ca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uAsSZ7ca .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uAsSZ7ca .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uAsSZ7ca .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uAsSZ7ca .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uAsSZ7ca .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uAsSZ7ca .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uAsSZ7ca .navbar.collapsed {
  justify-content: center;
}
.cid-u8uAsSZ7ca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uAsSZ7ca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uAsSZ7ca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uAsSZ7ca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uAsSZ7ca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uAsSZ7ca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uAsSZ7ca .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uAsSZ7ca .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uAsSZ7ca .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uAsSZ7ca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uAsSZ7ca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uAsSZ7ca .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uAsSZ7ca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uAsSZ7ca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uAsSZ7ca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uAsSZ7ca .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uAsSZ7ca .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uAsSZ7ca .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uAsSZ7ca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uAsSZ7ca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uAsSZ7ca .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uAsSZ7ca .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uAsSZ7ca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uAsSZ7ca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uAsSZ7ca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uAsSZ7ca .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uAsSZ7ca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uAsSZ7ca .dropdown-item.active,
.cid-u8uAsSZ7ca .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uAsSZ7ca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uAsSZ7ca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uAsSZ7ca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uAsSZ7ca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uAsSZ7ca ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uAsSZ7ca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uAsSZ7ca button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uAsSZ7ca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uAsSZ7ca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uAsSZ7ca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uAsSZ7ca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uAsSZ7ca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uAsSZ7ca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uAsSZ7ca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uAsSZ7ca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uAsSZ7ca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uAsSZ7ca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uAsSZ7ca .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uAsSZ7ca .navbar {
    height: 70px;
  }
  .cid-u8uAsSZ7ca .navbar.opened {
    height: auto;
  }
  .cid-u8uAsSZ7ca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uAsSZ7ca .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uAsSZ7ca .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uAsSZ7ca .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uAsSZ7ca .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uAsSZ7ca .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uAsSZ7ca .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uAsSZ7ca .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uAsSZ7ca .text_widget {
  margin-bottom: 32px;
}
.cid-u8uAsSZ7ca .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uAsSZ7ca .text_widget a:hover,
.cid-u8uAsSZ7ca .text_widget a:focus {
  opacity: .8;
}
.cid-u8uAsSZ7ca .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uAsSZ7ca .navbar-caption {
  color: #0f1d07;
}
.cid-u8uAsSZ7ca .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uAsSZ7ca .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uAsSZ7ca .navigation-wrapper {
    display: block;
  }
}
.cid-u8uAsSZ7ca .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uAsSZ7ca .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uAsSZ7ca .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uAsSZ7ca .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uAsSZ7ca .mbr-section-subtitle,
.cid-u8uAsSZ7ca .text_widget,
.cid-u8uAsSZ7ca .mbr-section-btn {
  text-align: center;
}
.cid-u8uAsSZ7ca a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uAsVpXpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uAsVpXpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uAsVpXpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uAsVpXpb .container {
    padding: 0 30px;
  }
}
.cid-u8uAsVpXpb .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uAsVpXpb .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uAsVpXpb .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uAsVpXpb .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uAsVpXpb .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uAsVpXpb .title-wrapper {
    height: auto;
  }
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uAsVpXpb .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uAsVpXpb .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uAsVpXpb .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uAsVpXpb .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uAsVpXpb .mbr-section-title {
  color: #212529;
}
.cid-u8uAsVpXpb .mbr-text {
  color: #212529;
}
.cid-u8uAsXgoga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uAsXgoga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uAsXgoga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uAsXgoga .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .container {
    padding: 0 30px;
  }
}
.cid-u8uAsXgoga .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uAsXgoga .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uAsXgoga .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uAsXgoga .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uAsXgoga .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uAsXgoga .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uAsXgoga .mbr-section-title {
  color: #ffffff;
}
.cid-u8uAsXgoga .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uAsXgoga .mbr-text {
  color: #000000;
}
.cid-u8uAsXgoga .mbr-number {
  color: #FE5115;
}
.cid-u8uAsYGId5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uAsYGId5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uAsYGId5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uAsYGId5 .row {
  position: relative;
  z-index: 10;
}
.cid-u8uAsYGId5 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uAsYGId5 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uAsYGId5 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uAsYGId5 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uAsYGId5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uAsYGId5 .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-u8uAsYGId5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uAsYGId5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uAsYGId5 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uAsYGId5 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uAsYGId5 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uAsYGId5 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uAsYGId5 .container,
.cid-u8uAsYGId5 .container-fluid {
  position: relative;
}
.cid-u8uAsYGId5 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uAsYGId5 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uAsYGId5 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uAsYGId5 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uAt02Q6i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uAt02Q6i .mbr-text {
  color: #ffffff;
}
.cid-u8uB9r9YcN {
  background-color: transparent;
}
.cid-u8uB9r9YcN .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uB9r9YcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uB9r9YcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uB9r9YcN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uB9r9YcN .menu_box .navbar.opened,
  .cid-u8uB9r9YcN .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uB9r9YcN .navbar-dropdown {
  position: relative !important;
}
.cid-u8uB9r9YcN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uB9r9YcN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uB9r9YcN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uB9r9YcN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uB9r9YcN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uB9r9YcN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uB9r9YcN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uB9r9YcN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uB9r9YcN .offcanvas-body .mbr-text,
  .cid-u8uB9r9YcN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uB9r9YcN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uB9r9YcN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uB9r9YcN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uB9r9YcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uB9r9YcN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uB9r9YcN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uB9r9YcN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uB9r9YcN .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uB9r9YcN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uB9r9YcN .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uB9r9YcN .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uB9r9YcN .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uB9r9YcN .nav-item .nav-link:hover,
.cid-u8uB9r9YcN .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uB9r9YcN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uB9r9YcN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uB9r9YcN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uB9r9YcN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uB9r9YcN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uB9r9YcN .offcanvas_box {
    display: none;
  }
}
.cid-u8uB9r9YcN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uB9r9YcN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uB9r9YcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uB9r9YcN .container {
  display: flex;
  margin: auto;
}
.cid-u8uB9r9YcN .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uB9r9YcN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uB9r9YcN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uB9r9YcN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uB9r9YcN .navbar-nav {
    margin: 0;
  }
}
.cid-u8uB9r9YcN .dropdown-menu,
.cid-u8uB9r9YcN .navbar.opened {
  background-color: false !important;
}
.cid-u8uB9r9YcN .nav-item:focus,
.cid-u8uB9r9YcN .nav-link:focus {
  outline: none;
}
.cid-u8uB9r9YcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uB9r9YcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uB9r9YcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uB9r9YcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uB9r9YcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uB9r9YcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uB9r9YcN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uB9r9YcN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uB9r9YcN .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uB9r9YcN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uB9r9YcN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uB9r9YcN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uB9r9YcN .navbar.collapsed {
  justify-content: center;
}
.cid-u8uB9r9YcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uB9r9YcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uB9r9YcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uB9r9YcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uB9r9YcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uB9r9YcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uB9r9YcN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uB9r9YcN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uB9r9YcN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uB9r9YcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uB9r9YcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uB9r9YcN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uB9r9YcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uB9r9YcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uB9r9YcN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uB9r9YcN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uB9r9YcN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uB9r9YcN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uB9r9YcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uB9r9YcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uB9r9YcN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uB9r9YcN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uB9r9YcN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uB9r9YcN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uB9r9YcN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uB9r9YcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uB9r9YcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uB9r9YcN .dropdown-item.active,
.cid-u8uB9r9YcN .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uB9r9YcN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uB9r9YcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uB9r9YcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uB9r9YcN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uB9r9YcN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uB9r9YcN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uB9r9YcN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uB9r9YcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uB9r9YcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uB9r9YcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uB9r9YcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uB9r9YcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uB9r9YcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uB9r9YcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uB9r9YcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uB9r9YcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uB9r9YcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uB9r9YcN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uB9r9YcN .navbar {
    height: 70px;
  }
  .cid-u8uB9r9YcN .navbar.opened {
    height: auto;
  }
  .cid-u8uB9r9YcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uB9r9YcN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uB9r9YcN .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uB9r9YcN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uB9r9YcN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uB9r9YcN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uB9r9YcN .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uB9r9YcN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uB9r9YcN .text_widget {
  margin-bottom: 32px;
}
.cid-u8uB9r9YcN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uB9r9YcN .text_widget a:hover,
.cid-u8uB9r9YcN .text_widget a:focus {
  opacity: .8;
}
.cid-u8uB9r9YcN .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uB9r9YcN .navbar-caption {
  color: #0f1d07;
}
.cid-u8uB9r9YcN .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uB9r9YcN .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uB9r9YcN .navigation-wrapper {
    display: block;
  }
}
.cid-u8uB9r9YcN .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uB9r9YcN .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uB9r9YcN .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uB9r9YcN .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uB9r9YcN .mbr-section-subtitle,
.cid-u8uB9r9YcN .text_widget,
.cid-u8uB9r9YcN .mbr-section-btn {
  text-align: center;
}
.cid-u8uB9r9YcN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uB9tFLlI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uB9tFLlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uB9tFLlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uB9tFLlI .container {
    padding: 0 30px;
  }
}
.cid-u8uB9tFLlI .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uB9tFLlI .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uB9tFLlI .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uB9tFLlI .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uB9tFLlI .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uB9tFLlI .title-wrapper {
    height: auto;
  }
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uB9tFLlI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uB9tFLlI .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uB9tFLlI .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uB9tFLlI .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uB9tFLlI .mbr-section-title {
  color: #212529;
}
.cid-u8uB9tFLlI .mbr-text {
  color: #212529;
}
.cid-u8uB9vNqcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uB9vNqcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uB9vNqcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uB9vNqcx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .container {
    padding: 0 30px;
  }
}
.cid-u8uB9vNqcx .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uB9vNqcx .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uB9vNqcx .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uB9vNqcx .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uB9vNqcx .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uB9vNqcx .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uB9vNqcx .mbr-section-title {
  color: #ffffff;
}
.cid-u8uB9vNqcx .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uB9vNqcx .mbr-text {
  color: #000000;
}
.cid-u8uB9vNqcx .mbr-number {
  color: #FE5115;
}
.cid-u8uB9z8xRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uB9z8xRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uB9z8xRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uB9z8xRX .row {
  position: relative;
  z-index: 10;
}
.cid-u8uB9z8xRX .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uB9z8xRX .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uB9z8xRX .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uB9z8xRX .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uB9z8xRX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uB9z8xRX .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-u8uB9z8xRX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uB9z8xRX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uB9z8xRX .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uB9z8xRX .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uB9z8xRX .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uB9z8xRX .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uB9z8xRX .container,
.cid-u8uB9z8xRX .container-fluid {
  position: relative;
}
.cid-u8uB9z8xRX .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uB9z8xRX .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uB9z8xRX .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uB9z8xRX .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uB9DZ431 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uB9DZ431 .mbr-text {
  color: #ffffff;
}
.cid-u8uCY7A3Tk {
  background-color: transparent;
}
.cid-u8uCY7A3Tk .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uCY7A3Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uCY7A3Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uCY7A3Tk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uCY7A3Tk .menu_box .navbar.opened,
  .cid-u8uCY7A3Tk .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uCY7A3Tk .navbar-dropdown {
  position: relative !important;
}
.cid-u8uCY7A3Tk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uCY7A3Tk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uCY7A3Tk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uCY7A3Tk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uCY7A3Tk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uCY7A3Tk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uCY7A3Tk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uCY7A3Tk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uCY7A3Tk .offcanvas-body .mbr-text,
  .cid-u8uCY7A3Tk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uCY7A3Tk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uCY7A3Tk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uCY7A3Tk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uCY7A3Tk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uCY7A3Tk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uCY7A3Tk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uCY7A3Tk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uCY7A3Tk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uCY7A3Tk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uCY7A3Tk .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uCY7A3Tk .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uCY7A3Tk .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uCY7A3Tk .nav-item .nav-link:hover,
.cid-u8uCY7A3Tk .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uCY7A3Tk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uCY7A3Tk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uCY7A3Tk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uCY7A3Tk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uCY7A3Tk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uCY7A3Tk .offcanvas_box {
    display: none;
  }
}
.cid-u8uCY7A3Tk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uCY7A3Tk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uCY7A3Tk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uCY7A3Tk .container {
  display: flex;
  margin: auto;
}
.cid-u8uCY7A3Tk .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uCY7A3Tk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uCY7A3Tk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uCY7A3Tk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uCY7A3Tk .navbar-nav {
    margin: 0;
  }
}
.cid-u8uCY7A3Tk .dropdown-menu,
.cid-u8uCY7A3Tk .navbar.opened {
  background-color: false !important;
}
.cid-u8uCY7A3Tk .nav-item:focus,
.cid-u8uCY7A3Tk .nav-link:focus {
  outline: none;
}
.cid-u8uCY7A3Tk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uCY7A3Tk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uCY7A3Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uCY7A3Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uCY7A3Tk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uCY7A3Tk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uCY7A3Tk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uCY7A3Tk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uCY7A3Tk .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uCY7A3Tk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uCY7A3Tk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uCY7A3Tk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uCY7A3Tk .navbar.collapsed {
  justify-content: center;
}
.cid-u8uCY7A3Tk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uCY7A3Tk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uCY7A3Tk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uCY7A3Tk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uCY7A3Tk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uCY7A3Tk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uCY7A3Tk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uCY7A3Tk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uCY7A3Tk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uCY7A3Tk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uCY7A3Tk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uCY7A3Tk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uCY7A3Tk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uCY7A3Tk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uCY7A3Tk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uCY7A3Tk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uCY7A3Tk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uCY7A3Tk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uCY7A3Tk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uCY7A3Tk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uCY7A3Tk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uCY7A3Tk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uCY7A3Tk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uCY7A3Tk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uCY7A3Tk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uCY7A3Tk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uCY7A3Tk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uCY7A3Tk .dropdown-item.active,
.cid-u8uCY7A3Tk .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uCY7A3Tk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uCY7A3Tk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uCY7A3Tk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uCY7A3Tk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uCY7A3Tk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uCY7A3Tk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uCY7A3Tk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uCY7A3Tk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uCY7A3Tk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uCY7A3Tk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uCY7A3Tk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uCY7A3Tk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uCY7A3Tk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uCY7A3Tk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uCY7A3Tk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uCY7A3Tk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uCY7A3Tk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uCY7A3Tk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uCY7A3Tk .navbar {
    height: 70px;
  }
  .cid-u8uCY7A3Tk .navbar.opened {
    height: auto;
  }
  .cid-u8uCY7A3Tk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uCY7A3Tk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uCY7A3Tk .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uCY7A3Tk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uCY7A3Tk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uCY7A3Tk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uCY7A3Tk .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uCY7A3Tk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uCY7A3Tk .text_widget {
  margin-bottom: 32px;
}
.cid-u8uCY7A3Tk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uCY7A3Tk .text_widget a:hover,
.cid-u8uCY7A3Tk .text_widget a:focus {
  opacity: .8;
}
.cid-u8uCY7A3Tk .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uCY7A3Tk .navbar-caption {
  color: #0f1d07;
}
.cid-u8uCY7A3Tk .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uCY7A3Tk .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uCY7A3Tk .navigation-wrapper {
    display: block;
  }
}
.cid-u8uCY7A3Tk .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uCY7A3Tk .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uCY7A3Tk .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uCY7A3Tk .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uCY7A3Tk .mbr-section-subtitle,
.cid-u8uCY7A3Tk .text_widget,
.cid-u8uCY7A3Tk .mbr-section-btn {
  text-align: center;
}
.cid-u8uCY7A3Tk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uCY9RSyy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uCY9RSyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uCY9RSyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uCY9RSyy .container {
    padding: 0 30px;
  }
}
.cid-u8uCY9RSyy .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uCY9RSyy .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uCY9RSyy .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uCY9RSyy .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uCY9RSyy .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uCY9RSyy .title-wrapper {
    height: auto;
  }
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uCY9RSyy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uCY9RSyy .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uCY9RSyy .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uCY9RSyy .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uCY9RSyy .mbr-section-title {
  color: #212529;
}
.cid-u8uCY9RSyy .mbr-text {
  color: #212529;
}
.cid-u8uCYbk8Vn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uCYbk8Vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uCYbk8Vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uCYbk8Vn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .container {
    padding: 0 30px;
  }
}
.cid-u8uCYbk8Vn .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uCYbk8Vn .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uCYbk8Vn .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uCYbk8Vn .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uCYbk8Vn .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uCYbk8Vn .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uCYbk8Vn .mbr-section-title {
  color: #ffffff;
}
.cid-u8uCYbk8Vn .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uCYbk8Vn .mbr-text {
  color: #000000;
}
.cid-u8uCYbk8Vn .mbr-number {
  color: #FE5115;
}
.cid-u8uCYcs4h9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uCYcs4h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uCYcs4h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uCYcs4h9 .row {
  position: relative;
  z-index: 10;
}
.cid-u8uCYcs4h9 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uCYcs4h9 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uCYcs4h9 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uCYcs4h9 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uCYcs4h9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uCYcs4h9 .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-u8uCYcs4h9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uCYcs4h9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uCYcs4h9 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uCYcs4h9 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uCYcs4h9 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uCYcs4h9 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uCYcs4h9 .container,
.cid-u8uCYcs4h9 .container-fluid {
  position: relative;
}
.cid-u8uCYcs4h9 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uCYcs4h9 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uCYcs4h9 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uCYcs4h9 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uCYdQt79 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uCYdQt79 .mbr-text {
  color: #ffffff;
}
.cid-u8uGBqS4dP {
  background-color: transparent;
}
.cid-u8uGBqS4dP .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uGBqS4dP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uGBqS4dP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uGBqS4dP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uGBqS4dP .menu_box .navbar.opened,
  .cid-u8uGBqS4dP .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uGBqS4dP .navbar-dropdown {
  position: relative !important;
}
.cid-u8uGBqS4dP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uGBqS4dP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uGBqS4dP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uGBqS4dP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uGBqS4dP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uGBqS4dP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uGBqS4dP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uGBqS4dP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uGBqS4dP .offcanvas-body .mbr-text,
  .cid-u8uGBqS4dP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uGBqS4dP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uGBqS4dP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uGBqS4dP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uGBqS4dP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uGBqS4dP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uGBqS4dP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uGBqS4dP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uGBqS4dP .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uGBqS4dP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uGBqS4dP .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uGBqS4dP .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uGBqS4dP .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uGBqS4dP .nav-item .nav-link:hover,
.cid-u8uGBqS4dP .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uGBqS4dP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uGBqS4dP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uGBqS4dP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uGBqS4dP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uGBqS4dP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uGBqS4dP .offcanvas_box {
    display: none;
  }
}
.cid-u8uGBqS4dP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uGBqS4dP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uGBqS4dP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uGBqS4dP .container {
  display: flex;
  margin: auto;
}
.cid-u8uGBqS4dP .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uGBqS4dP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uGBqS4dP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uGBqS4dP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uGBqS4dP .navbar-nav {
    margin: 0;
  }
}
.cid-u8uGBqS4dP .dropdown-menu,
.cid-u8uGBqS4dP .navbar.opened {
  background-color: false !important;
}
.cid-u8uGBqS4dP .nav-item:focus,
.cid-u8uGBqS4dP .nav-link:focus {
  outline: none;
}
.cid-u8uGBqS4dP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uGBqS4dP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uGBqS4dP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uGBqS4dP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uGBqS4dP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uGBqS4dP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uGBqS4dP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uGBqS4dP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uGBqS4dP .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uGBqS4dP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uGBqS4dP .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uGBqS4dP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uGBqS4dP .navbar.collapsed {
  justify-content: center;
}
.cid-u8uGBqS4dP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uGBqS4dP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uGBqS4dP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uGBqS4dP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uGBqS4dP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uGBqS4dP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uGBqS4dP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uGBqS4dP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uGBqS4dP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uGBqS4dP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uGBqS4dP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uGBqS4dP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uGBqS4dP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uGBqS4dP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uGBqS4dP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uGBqS4dP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uGBqS4dP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uGBqS4dP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uGBqS4dP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uGBqS4dP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uGBqS4dP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uGBqS4dP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uGBqS4dP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uGBqS4dP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uGBqS4dP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uGBqS4dP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uGBqS4dP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uGBqS4dP .dropdown-item.active,
.cid-u8uGBqS4dP .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uGBqS4dP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uGBqS4dP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uGBqS4dP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uGBqS4dP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uGBqS4dP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uGBqS4dP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uGBqS4dP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uGBqS4dP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uGBqS4dP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uGBqS4dP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uGBqS4dP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uGBqS4dP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uGBqS4dP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uGBqS4dP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uGBqS4dP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uGBqS4dP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uGBqS4dP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uGBqS4dP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uGBqS4dP .navbar {
    height: 70px;
  }
  .cid-u8uGBqS4dP .navbar.opened {
    height: auto;
  }
  .cid-u8uGBqS4dP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uGBqS4dP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uGBqS4dP .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uGBqS4dP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uGBqS4dP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uGBqS4dP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uGBqS4dP .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uGBqS4dP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uGBqS4dP .text_widget {
  margin-bottom: 32px;
}
.cid-u8uGBqS4dP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uGBqS4dP .text_widget a:hover,
.cid-u8uGBqS4dP .text_widget a:focus {
  opacity: .8;
}
.cid-u8uGBqS4dP .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uGBqS4dP .navbar-caption {
  color: #0f1d07;
}
.cid-u8uGBqS4dP .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uGBqS4dP .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uGBqS4dP .navigation-wrapper {
    display: block;
  }
}
.cid-u8uGBqS4dP .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uGBqS4dP .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uGBqS4dP .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uGBqS4dP .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uGBqS4dP .mbr-section-subtitle,
.cid-u8uGBqS4dP .text_widget,
.cid-u8uGBqS4dP .mbr-section-btn {
  text-align: center;
}
.cid-u8uGBqS4dP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uGBtlrGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uGBtlrGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uGBtlrGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uGBtlrGy .container {
    padding: 0 30px;
  }
}
.cid-u8uGBtlrGy .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uGBtlrGy .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uGBtlrGy .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uGBtlrGy .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uGBtlrGy .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uGBtlrGy .title-wrapper {
    height: auto;
  }
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uGBtlrGy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uGBtlrGy .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uGBtlrGy .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uGBtlrGy .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uGBtlrGy .mbr-section-title {
  color: #212529;
}
.cid-u8uGBtlrGy .mbr-text {
  color: #212529;
}
.cid-u8uGBuU0JF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uGBuU0JF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uGBuU0JF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uGBuU0JF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .container {
    padding: 0 30px;
  }
}
.cid-u8uGBuU0JF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uGBuU0JF .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uGBuU0JF .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uGBuU0JF .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uGBuU0JF .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uGBuU0JF .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uGBuU0JF .mbr-section-title {
  color: #ffffff;
}
.cid-u8uGBuU0JF .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uGBuU0JF .mbr-text {
  color: #000000;
}
.cid-u8uGBuU0JF .mbr-number {
  color: #FE5115;
}
.cid-u8uGBweC4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uGBweC4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uGBweC4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uGBweC4c .row {
  position: relative;
  z-index: 10;
}
.cid-u8uGBweC4c .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uGBweC4c .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uGBweC4c .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uGBweC4c .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uGBweC4c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uGBweC4c .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-u8uGBweC4c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uGBweC4c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uGBweC4c .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uGBweC4c .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uGBweC4c .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uGBweC4c .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uGBweC4c .container,
.cid-u8uGBweC4c .container-fluid {
  position: relative;
}
.cid-u8uGBweC4c .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uGBweC4c .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uGBweC4c .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uGBweC4c .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uGBxIDlq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uGBxIDlq .mbr-text {
  color: #ffffff;
}
.cid-u8uHdpNkGL {
  background-color: transparent;
}
.cid-u8uHdpNkGL .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uHdpNkGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uHdpNkGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uHdpNkGL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uHdpNkGL .menu_box .navbar.opened,
  .cid-u8uHdpNkGL .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uHdpNkGL .navbar-dropdown {
  position: relative !important;
}
.cid-u8uHdpNkGL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uHdpNkGL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uHdpNkGL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uHdpNkGL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uHdpNkGL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uHdpNkGL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uHdpNkGL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uHdpNkGL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uHdpNkGL .offcanvas-body .mbr-text,
  .cid-u8uHdpNkGL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uHdpNkGL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uHdpNkGL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uHdpNkGL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uHdpNkGL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uHdpNkGL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uHdpNkGL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uHdpNkGL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uHdpNkGL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uHdpNkGL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uHdpNkGL .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uHdpNkGL .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uHdpNkGL .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uHdpNkGL .nav-item .nav-link:hover,
.cid-u8uHdpNkGL .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uHdpNkGL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uHdpNkGL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uHdpNkGL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uHdpNkGL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uHdpNkGL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uHdpNkGL .offcanvas_box {
    display: none;
  }
}
.cid-u8uHdpNkGL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uHdpNkGL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uHdpNkGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uHdpNkGL .container {
  display: flex;
  margin: auto;
}
.cid-u8uHdpNkGL .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uHdpNkGL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uHdpNkGL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uHdpNkGL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uHdpNkGL .navbar-nav {
    margin: 0;
  }
}
.cid-u8uHdpNkGL .dropdown-menu,
.cid-u8uHdpNkGL .navbar.opened {
  background-color: false !important;
}
.cid-u8uHdpNkGL .nav-item:focus,
.cid-u8uHdpNkGL .nav-link:focus {
  outline: none;
}
.cid-u8uHdpNkGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uHdpNkGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uHdpNkGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uHdpNkGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uHdpNkGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uHdpNkGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uHdpNkGL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uHdpNkGL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uHdpNkGL .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uHdpNkGL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uHdpNkGL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uHdpNkGL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uHdpNkGL .navbar.collapsed {
  justify-content: center;
}
.cid-u8uHdpNkGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uHdpNkGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uHdpNkGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uHdpNkGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uHdpNkGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uHdpNkGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uHdpNkGL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uHdpNkGL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uHdpNkGL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uHdpNkGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uHdpNkGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uHdpNkGL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uHdpNkGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uHdpNkGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uHdpNkGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uHdpNkGL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uHdpNkGL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uHdpNkGL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uHdpNkGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uHdpNkGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uHdpNkGL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uHdpNkGL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uHdpNkGL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uHdpNkGL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uHdpNkGL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uHdpNkGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uHdpNkGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uHdpNkGL .dropdown-item.active,
.cid-u8uHdpNkGL .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uHdpNkGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uHdpNkGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uHdpNkGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uHdpNkGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uHdpNkGL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uHdpNkGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uHdpNkGL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uHdpNkGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uHdpNkGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uHdpNkGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uHdpNkGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uHdpNkGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uHdpNkGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uHdpNkGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uHdpNkGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uHdpNkGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uHdpNkGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uHdpNkGL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uHdpNkGL .navbar {
    height: 70px;
  }
  .cid-u8uHdpNkGL .navbar.opened {
    height: auto;
  }
  .cid-u8uHdpNkGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uHdpNkGL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uHdpNkGL .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uHdpNkGL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uHdpNkGL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uHdpNkGL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uHdpNkGL .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uHdpNkGL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uHdpNkGL .text_widget {
  margin-bottom: 32px;
}
.cid-u8uHdpNkGL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uHdpNkGL .text_widget a:hover,
.cid-u8uHdpNkGL .text_widget a:focus {
  opacity: .8;
}
.cid-u8uHdpNkGL .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uHdpNkGL .navbar-caption {
  color: #0f1d07;
}
.cid-u8uHdpNkGL .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uHdpNkGL .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uHdpNkGL .navigation-wrapper {
    display: block;
  }
}
.cid-u8uHdpNkGL .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uHdpNkGL .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uHdpNkGL .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uHdpNkGL .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uHdpNkGL .mbr-section-subtitle,
.cid-u8uHdpNkGL .text_widget,
.cid-u8uHdpNkGL .mbr-section-btn {
  text-align: center;
}
.cid-u8uHdpNkGL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uHdrL1IG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uHdrL1IG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uHdrL1IG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uHdrL1IG .container {
    padding: 0 30px;
  }
}
.cid-u8uHdrL1IG .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uHdrL1IG .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uHdrL1IG .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uHdrL1IG .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uHdrL1IG .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uHdrL1IG .title-wrapper {
    height: auto;
  }
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uHdrL1IG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uHdrL1IG .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uHdrL1IG .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uHdrL1IG .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uHdrL1IG .mbr-section-title {
  color: #212529;
}
.cid-u8uHdrL1IG .mbr-text {
  color: #212529;
}
.cid-u8uHdtg1F6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uHdtg1F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uHdtg1F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uHdtg1F6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .container {
    padding: 0 30px;
  }
}
.cid-u8uHdtg1F6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uHdtg1F6 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uHdtg1F6 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uHdtg1F6 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uHdtg1F6 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uHdtg1F6 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uHdtg1F6 .mbr-section-title {
  color: #ffffff;
}
.cid-u8uHdtg1F6 .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uHdtg1F6 .mbr-text {
  color: #000000;
}
.cid-u8uHdtg1F6 .mbr-number {
  color: #FE5115;
}
.cid-u8uHduqB1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uHduqB1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uHduqB1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uHduqB1X .row {
  position: relative;
  z-index: 10;
}
.cid-u8uHduqB1X .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uHduqB1X .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uHduqB1X .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uHduqB1X .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uHduqB1X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uHduqB1X .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-u8uHduqB1X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uHduqB1X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uHduqB1X .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uHduqB1X .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uHduqB1X .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uHduqB1X .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uHduqB1X .container,
.cid-u8uHduqB1X .container-fluid {
  position: relative;
}
.cid-u8uHduqB1X .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uHduqB1X .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uHduqB1X .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uHduqB1X .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uHdvM4ZJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uHdvM4ZJ .mbr-text {
  color: #ffffff;
}
.cid-u8uImMWIbs {
  background-color: transparent;
}
.cid-u8uImMWIbs .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uImMWIbs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uImMWIbs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uImMWIbs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uImMWIbs .menu_box .navbar.opened,
  .cid-u8uImMWIbs .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uImMWIbs .navbar-dropdown {
  position: relative !important;
}
.cid-u8uImMWIbs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uImMWIbs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uImMWIbs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uImMWIbs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uImMWIbs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uImMWIbs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uImMWIbs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uImMWIbs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uImMWIbs .offcanvas-body .mbr-text,
  .cid-u8uImMWIbs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uImMWIbs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uImMWIbs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uImMWIbs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uImMWIbs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uImMWIbs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uImMWIbs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uImMWIbs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uImMWIbs .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uImMWIbs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uImMWIbs .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uImMWIbs .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uImMWIbs .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uImMWIbs .nav-item .nav-link:hover,
.cid-u8uImMWIbs .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uImMWIbs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uImMWIbs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uImMWIbs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uImMWIbs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uImMWIbs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uImMWIbs .offcanvas_box {
    display: none;
  }
}
.cid-u8uImMWIbs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uImMWIbs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uImMWIbs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uImMWIbs .container {
  display: flex;
  margin: auto;
}
.cid-u8uImMWIbs .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uImMWIbs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uImMWIbs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uImMWIbs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uImMWIbs .navbar-nav {
    margin: 0;
  }
}
.cid-u8uImMWIbs .dropdown-menu,
.cid-u8uImMWIbs .navbar.opened {
  background-color: false !important;
}
.cid-u8uImMWIbs .nav-item:focus,
.cid-u8uImMWIbs .nav-link:focus {
  outline: none;
}
.cid-u8uImMWIbs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uImMWIbs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uImMWIbs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uImMWIbs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uImMWIbs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uImMWIbs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uImMWIbs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uImMWIbs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uImMWIbs .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uImMWIbs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uImMWIbs .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uImMWIbs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uImMWIbs .navbar.collapsed {
  justify-content: center;
}
.cid-u8uImMWIbs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uImMWIbs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uImMWIbs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uImMWIbs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uImMWIbs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uImMWIbs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uImMWIbs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uImMWIbs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uImMWIbs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uImMWIbs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uImMWIbs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uImMWIbs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uImMWIbs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uImMWIbs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uImMWIbs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uImMWIbs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uImMWIbs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uImMWIbs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uImMWIbs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uImMWIbs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uImMWIbs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uImMWIbs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uImMWIbs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uImMWIbs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uImMWIbs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uImMWIbs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uImMWIbs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uImMWIbs .dropdown-item.active,
.cid-u8uImMWIbs .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uImMWIbs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uImMWIbs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uImMWIbs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uImMWIbs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uImMWIbs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uImMWIbs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uImMWIbs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uImMWIbs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uImMWIbs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uImMWIbs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uImMWIbs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uImMWIbs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uImMWIbs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uImMWIbs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uImMWIbs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uImMWIbs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uImMWIbs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uImMWIbs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uImMWIbs .navbar {
    height: 70px;
  }
  .cid-u8uImMWIbs .navbar.opened {
    height: auto;
  }
  .cid-u8uImMWIbs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uImMWIbs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uImMWIbs .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uImMWIbs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uImMWIbs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uImMWIbs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uImMWIbs .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uImMWIbs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uImMWIbs .text_widget {
  margin-bottom: 32px;
}
.cid-u8uImMWIbs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uImMWIbs .text_widget a:hover,
.cid-u8uImMWIbs .text_widget a:focus {
  opacity: .8;
}
.cid-u8uImMWIbs .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uImMWIbs .navbar-caption {
  color: #0f1d07;
}
.cid-u8uImMWIbs .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uImMWIbs .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uImMWIbs .navigation-wrapper {
    display: block;
  }
}
.cid-u8uImMWIbs .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uImMWIbs .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uImMWIbs .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uImMWIbs .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uImMWIbs .mbr-section-subtitle,
.cid-u8uImMWIbs .text_widget,
.cid-u8uImMWIbs .mbr-section-btn {
  text-align: center;
}
.cid-u8uImMWIbs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uImP6MME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uImP6MME .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uImP6MME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uImP6MME .container {
    padding: 0 30px;
  }
}
.cid-u8uImP6MME .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uImP6MME .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uImP6MME .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uImP6MME .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uImP6MME .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uImP6MME .title-wrapper {
    height: auto;
  }
}
.cid-u8uImP6MME .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uImP6MME .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uImP6MME .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uImP6MME .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uImP6MME .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uImP6MME .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uImP6MME .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uImP6MME .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uImP6MME .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uImP6MME .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uImP6MME .mbr-section-title {
  color: #212529;
}
.cid-u8uImP6MME .mbr-text {
  color: #212529;
}
.cid-u8uImSse6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uImSse6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uImSse6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uImSse6g .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .container {
    padding: 0 30px;
  }
}
.cid-u8uImSse6g .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uImSse6g .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uImSse6g .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uImSse6g .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uImSse6g .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uImSse6g .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uImSse6g .mbr-section-title {
  color: #ffffff;
}
.cid-u8uImSse6g .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uImSse6g .mbr-text {
  color: #000000;
}
.cid-u8uImSse6g .mbr-number {
  color: #FE5115;
}
.cid-u8uImVwgCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uImVwgCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uImVwgCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uImVwgCE .row {
  position: relative;
  z-index: 10;
}
.cid-u8uImVwgCE .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uImVwgCE .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uImVwgCE .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uImVwgCE .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uImVwgCE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uImVwgCE .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-u8uImVwgCE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uImVwgCE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uImVwgCE .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uImVwgCE .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uImVwgCE .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uImVwgCE .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uImVwgCE .container,
.cid-u8uImVwgCE .container-fluid {
  position: relative;
}
.cid-u8uImVwgCE .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uImVwgCE .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uImVwgCE .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uImVwgCE .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uImXp4Aa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uImXp4Aa .mbr-text {
  color: #ffffff;
}
.cid-u8uJtkb7ae {
  background-color: transparent;
}
.cid-u8uJtkb7ae .navbar-dropdown {
  background-color: #b9aae7 !important;
  padding: 0;
}
.cid-u8uJtkb7ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b9aae7 !important;
  background: #b9aae7;
}
.cid-u8uJtkb7ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8uJtkb7ae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8uJtkb7ae .menu_box .navbar.opened,
  .cid-u8uJtkb7ae .menu_box .navbar-collapse {
    background-color: #b9aae7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8uJtkb7ae .navbar-dropdown {
  position: relative !important;
}
.cid-u8uJtkb7ae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8uJtkb7ae .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8uJtkb7ae .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8uJtkb7ae .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u8uJtkb7ae .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8uJtkb7ae .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8uJtkb7ae .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8uJtkb7ae .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8uJtkb7ae .offcanvas-body .mbr-text,
  .cid-u8uJtkb7ae .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8uJtkb7ae .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8uJtkb7ae .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8uJtkb7ae ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8uJtkb7ae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uJtkb7ae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8uJtkb7ae .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8uJtkb7ae li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8uJtkb7ae .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8uJtkb7ae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u8uJtkb7ae .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u8uJtkb7ae .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .nav-item {
    margin: 0 !important;
  }
}
.cid-u8uJtkb7ae .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u8uJtkb7ae .nav-item .nav-link:hover,
.cid-u8uJtkb7ae .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u8uJtkb7ae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8uJtkb7ae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8uJtkb7ae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8uJtkb7ae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8uJtkb7ae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8uJtkb7ae .offcanvas_box {
    display: none;
  }
}
.cid-u8uJtkb7ae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8uJtkb7ae .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8uJtkb7ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8uJtkb7ae .container {
  display: flex;
  margin: auto;
}
.cid-u8uJtkb7ae .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8uJtkb7ae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8uJtkb7ae .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8uJtkb7ae .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8uJtkb7ae .navbar-nav {
    margin: 0;
  }
}
.cid-u8uJtkb7ae .dropdown-menu,
.cid-u8uJtkb7ae .navbar.opened {
  background-color: false !important;
}
.cid-u8uJtkb7ae .nav-item:focus,
.cid-u8uJtkb7ae .nav-link:focus {
  outline: none;
}
.cid-u8uJtkb7ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8uJtkb7ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8uJtkb7ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8uJtkb7ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8uJtkb7ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8uJtkb7ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8uJtkb7ae .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8uJtkb7ae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8uJtkb7ae .navbar.opened {
  transition: all 0.3s;
}
.cid-u8uJtkb7ae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8uJtkb7ae .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u8uJtkb7ae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8uJtkb7ae .navbar.collapsed {
  justify-content: center;
}
.cid-u8uJtkb7ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8uJtkb7ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8uJtkb7ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8uJtkb7ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8uJtkb7ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8uJtkb7ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8uJtkb7ae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8uJtkb7ae .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8uJtkb7ae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8uJtkb7ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8uJtkb7ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8uJtkb7ae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8uJtkb7ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8uJtkb7ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8uJtkb7ae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8uJtkb7ae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8uJtkb7ae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8uJtkb7ae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8uJtkb7ae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8uJtkb7ae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8uJtkb7ae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8uJtkb7ae .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8uJtkb7ae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8uJtkb7ae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8uJtkb7ae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8uJtkb7ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8uJtkb7ae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8uJtkb7ae .dropdown-item.active,
.cid-u8uJtkb7ae .dropdown-item:active {
  background-color: transparent;
}
.cid-u8uJtkb7ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u8uJtkb7ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8uJtkb7ae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8uJtkb7ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8uJtkb7ae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8uJtkb7ae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8uJtkb7ae button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b9aae7;
  background: #90f188;
}
.cid-u8uJtkb7ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u8uJtkb7ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8uJtkb7ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uJtkb7ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8uJtkb7ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8uJtkb7ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uJtkb7ae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8uJtkb7ae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8uJtkb7ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8uJtkb7ae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8uJtkb7ae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8uJtkb7ae .navbar {
    height: 70px;
  }
  .cid-u8uJtkb7ae .navbar.opened {
    height: auto;
  }
  .cid-u8uJtkb7ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8uJtkb7ae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8uJtkb7ae .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8uJtkb7ae .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8uJtkb7ae .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8uJtkb7ae .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u8uJtkb7ae .navbar-caption:hover {
  color: #d8422c;
}
@media (min-width: 992px) {
  .cid-u8uJtkb7ae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8uJtkb7ae .text_widget {
  margin-bottom: 32px;
}
.cid-u8uJtkb7ae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8uJtkb7ae .text_widget a:hover,
.cid-u8uJtkb7ae .text_widget a:focus {
  opacity: .8;
}
.cid-u8uJtkb7ae .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uJtkb7ae .navbar-caption {
  color: #0f1d07;
}
.cid-u8uJtkb7ae .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u8uJtkb7ae .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8uJtkb7ae .navigation-wrapper {
    display: block;
  }
}
.cid-u8uJtkb7ae .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uJtkb7ae .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u8uJtkb7ae .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7e6e2;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u8uJtkb7ae .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u8uJtkb7ae .mbr-section-subtitle,
.cid-u8uJtkb7ae .text_widget,
.cid-u8uJtkb7ae .mbr-section-btn {
  text-align: center;
}
.cid-u8uJtkb7ae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8uJtmkc8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e6e2;
}
.cid-u8uJtmkc8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uJtmkc8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8uJtmkc8G .container {
    padding: 0 30px;
  }
}
.cid-u8uJtmkc8G .image-wrapper {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .cid-u8uJtmkc8G .image-wrapper {
    margin: 0;
    height: auto;
  }
}
.cid-u8uJtmkc8G .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8uJtmkc8G .image-wrapper img {
    height: 300px;
  }
}
.cid-u8uJtmkc8G .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8uJtmkc8G .title-wrapper {
    height: auto;
  }
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .subtitle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  width: 100%;
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .subtitle-wrap .icon-wrap {
  width: 100%;
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .subtitle-wrap .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #a1e5cf;
  border-radius: 100%;
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8uJtmkc8G .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u8uJtmkc8G .title-wrapper .title-wrap .mbr-section-btn {
  margin: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u8uJtmkc8G .title-wrapper .title-wrap .mbr-section-btn {
    margin: 40px -0.6rem;
  }
}
.cid-u8uJtmkc8G .mbr-section-subtitle {
  color: #212529;
}
.cid-u8uJtmkc8G .mbr-section-title {
  color: #212529;
}
.cid-u8uJtmkc8G .mbr-text {
  color: #212529;
}
.cid-u8uJtpeepu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9aae7;
}
.cid-u8uJtpeepu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uJtpeepu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uJtpeepu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .container {
    padding: 0 30px;
  }
}
.cid-u8uJtpeepu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8uJtpeepu .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #f7e6e2;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u8uJtpeepu .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u8uJtpeepu .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8uJtpeepu .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u8uJtpeepu .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8uJtpeepu .mbr-section-title {
  color: #ffffff;
}
.cid-u8uJtpeepu .mbr-card-title {
  color: #2b2b2b;
}
.cid-u8uJtpeepu .mbr-text {
  color: #000000;
}
.cid-u8uJtpeepu .mbr-number {
  color: #FE5115;
}
.cid-u8uJtr5guU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-u8uJtr5guU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8uJtr5guU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8uJtr5guU .row {
  position: relative;
  z-index: 10;
}
.cid-u8uJtr5guU .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-u8uJtr5guU .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8uJtr5guU .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u8uJtr5guU .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-u8uJtr5guU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8uJtr5guU .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-u8uJtr5guU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8uJtr5guU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8uJtr5guU .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-u8uJtr5guU .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-u8uJtr5guU .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8uJtr5guU .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-u8uJtr5guU .container,
.cid-u8uJtr5guU .container-fluid {
  position: relative;
}
.cid-u8uJtr5guU .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u8uJtr5guU .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u8uJtr5guU .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-u8uJtr5guU .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-u8uJtsL08l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #917dcd;
}
.cid-u8uJtsL08l .mbr-text {
  color: #ffffff;
}
